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