Class PortletSetLocaleCommand
java.lang.Object
org.apache.commons.chain.web.AbstractSetLocaleCommand
org.apache.commons.chain.web.portlet.PortletSetLocaleCommand
- All Implemented Interfaces:
Command
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
Constructors -
Method Summary
Methods inherited from class org.apache.commons.chain.web.AbstractSetLocaleCommand
execute, getLocaleKey, setLocaleKey
-
Constructor Details
-
PortletSetLocaleCommand
public PortletSetLocaleCommand()
-
-
Method Details
-
setLocale
Establish the specified
Locale
for this response.- Specified by:
setLocale
in classAbstractSetLocaleCommand
- Parameters:
context
- TheContext
we are operating on.locale
- The Locale for the request.
-