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