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 Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSetLocaleCommand
execute, getLocaleKey, setLocaleKey
-
Constructor Details
-
PortletSetLocaleCommand
public PortletSetLocaleCommand()
-
-
Method Details
-
setLocale
Establish the specified
Localefor this response.- Specified by:
setLocalein classAbstractSetLocaleCommand- Parameters:
context- TheContextwe are operating on.locale- The Locale for the request.
-