java.lang.Objectorg.apache.commons.chain.web.AbstractSetLocaleCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
ServletSetLocaleCommand, FacesSetLocaleCommand, PortletSetLocaleCommand
Abstract base Command implementation for setting the
response locale for this response to the Locale
stored
under the context attribute key returned by the localeKey
property.
Craig
- R. McClanahan$
- Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $Method from org.apache.commons.chain.web.AbstractSetLocaleCommand Summary: |
---|
execute, getLocaleKey, setLocale, setLocaleKey |
Methods from java.lang.Object: |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.commons.chain.web.AbstractSetLocaleCommand Detail: |
---|
Retrieve the |
Return the context attribute key under which we will retrieve
the response |
Establish the specified |
Set the context attribute key under which we will retrieve
the response |