Class PortletSetLocaleCommand
java.lang.Object
org.apache.commons.chain.web.javax.SetLocaleCommand<PortletWebContext>
org.apache.commons.chain.web.javax.portlet.PortletSetLocaleCommand
- All Implemented Interfaces:
Command<PortletWebContext>
Concrete implementation of
SetLocaleCommand
for
the Portlet API.-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
ConstructorDescriptionConstruct a new instance to set the locale into the Portlet API. -
Method Summary
Methods inherited from class org.apache.commons.chain.web.javax.SetLocaleCommand
execute, getLocaleKey, setLocaleKey
-
Constructor Details
-
PortletSetLocaleCommand
public PortletSetLocaleCommand()Construct a new instance to set the locale into the Portlet API.
-