Class PortletGetLocaleCommand
java.lang.Object
org.apache.commons.chain.web.AbstractGetLocaleCommand
org.apache.commons.chain.web.portlet.PortletGetLocaleCommand
- All Implemented Interfaces:
Command
Concrete implementation of AbstractGetLocaleCommand for
the Portlet API.
-
Field Summary
Fields inherited from interface Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractGetLocaleCommand
execute, getLocaleKey, setLocaleKey
-
Constructor Details
-
PortletGetLocaleCommand
public PortletGetLocaleCommand()
-
-
Method Details
-
getLocale
Retrieve and return the
Localefor this request.- Specified by:
getLocalein classAbstractGetLocaleCommand- Parameters:
context- TheContextwe are operating on.- Returns:
- The Locale for the request.
-