|
|||||||||
| Home >> All >> org >> apache >> commons >> chain >> web >> [ faces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.chain.web.faces
Class FacesSetLocaleCommand

java.lang.Objectorg.apache.commons.chain.web.AbstractSetLocaleCommand
org.apache.commons.chain.web.faces.FacesSetLocaleCommand
- All Implemented Interfaces:
- org.apache.commons.chain.Command
- public class FacesSetLocaleCommand
- extends org.apache.commons.chain.web.AbstractSetLocaleCommand
Concrete implementation of org.apache.commons.chain.web.AbstractSetLocaleCommand for the JavaServer Faces API.
| Field Summary |
| Fields inherited from class org.apache.commons.chain.web.AbstractSetLocaleCommand |
|
| Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
| Constructor Summary | |
FacesSetLocaleCommand()
|
|
| Method Summary | |
protected void |
setLocale(org.apache.commons.chain.Context context,
java.util.Locale locale)
Establish the specified Locale for this response. |
| Methods inherited from class org.apache.commons.chain.web.AbstractSetLocaleCommand |
execute, getLocaleKey, setLocaleKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
FacesSetLocaleCommand
public FacesSetLocaleCommand()
| Method Detail |
setLocale
protected void setLocale(org.apache.commons.chain.Context context, java.util.Locale locale)
Establish the specified
Localefor this response.
|
|||||||||
| Home >> All >> org >> apache >> commons >> chain >> web >> [ faces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC