Class PortletGetLocaleCommand
java.lang.Object
org.apache.commons.chain.web.javax.GetLocaleCommand<PortletWebContext>
org.apache.commons.chain.web.javax.portlet.PortletGetLocaleCommand
- All Implemented Interfaces:
Command<PortletWebContext>
Concrete implementation of
GetLocaleCommand
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 get the locale from the Portlet API. -
Method Summary
Methods inherited from class org.apache.commons.chain.web.javax.GetLocaleCommand
execute, getLocaleKey, setLocaleKey
-
Constructor Details
-
PortletGetLocaleCommand
public PortletGetLocaleCommand()Construct a new instance to get the locale from the Portlet API.
-