Class ServletSetLocaleCommand
java.lang.Object
org.apache.commons.chain.web.AbstractSetLocaleCommand
org.apache.commons.chain.web.servlet.ServletSetLocaleCommand
- All Implemented Interfaces:
Command
Concrete implementation of AbstractSetLocaleCommand for
the Servlet API.
-
Field Summary
Fields inherited from interface Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSetLocaleCommand
execute, getLocaleKey, setLocaleKey
-
Constructor Details
-
ServletSetLocaleCommand
public ServletSetLocaleCommand()
-
-
Method Details
-
setLocale
Establish the specified
Localefor this response.- Specified by:
setLocalein classAbstractSetLocaleCommand- Parameters:
context- TheContextwe are operating on.locale- The Locale for the request.
-