|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.chain.web.AbstractGetLocaleCommand
org.apache.commons.chain.web.portlet.PortletGetLocaleCommand
public class PortletGetLocaleCommand
Concrete implementation of AbstractGetLocaleCommand
for
the Portlet API.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
PortletGetLocaleCommand()
|
Method Summary | |
---|---|
protected java.util.Locale |
getLocale(Context context)
Retrieve and return the Locale for this request. |
Methods inherited from class org.apache.commons.chain.web.AbstractGetLocaleCommand |
---|
execute, getLocaleKey, setLocaleKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletGetLocaleCommand()
Method Detail |
---|
protected java.util.Locale getLocale(Context context)
Retrieve and return the Locale
for this request.
getLocale
in class AbstractGetLocaleCommand
context
- The Context
we are operating on.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |