|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.chain.web.AbstractSetLocaleCommand
org.apache.commons.chain.web.portlet.PortletSetLocaleCommand
public class PortletSetLocaleCommand
Concrete implementation of AbstractSetLocaleCommand for
the Portlet API.
| Field Summary |
|---|
| Fields inherited from interface org.apache.commons.chain.Command |
|---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
| Constructor Summary | |
|---|---|
PortletSetLocaleCommand()
|
|
| Method Summary | |
|---|---|
protected void |
setLocale(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 |
|---|
public PortletSetLocaleCommand()
| Method Detail |
|---|
protected void setLocale(Context context,
java.util.Locale locale)
Establish the specified Locale for this response.
setLocale in class AbstractSetLocaleCommandcontext - The Context we are operating on.locale - The Locale for the request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||