Class ServletGetLocaleCommand
java.lang.Object
org.apache.commons.chain.web.jakarta.GetLocaleCommand<ServletWebContext>
org.apache.commons.chain.web.jakarta.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
ConstructorsConstructorDescriptionConstruct a new instance to get the locale from the Servlet API. - 
Method Summary
Methods inherited from class org.apache.commons.chain.web.jakarta.GetLocaleCommand
execute, getLocaleKey, setLocaleKey 
- 
Constructor Details
- 
ServletGetLocaleCommand
public ServletGetLocaleCommand()Construct a new instance to get the locale from the Servlet API. 
 -