java.lang.Objectorg.apache.commons.chain.web.AbstractGetLocaleCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
ServletGetLocaleCommand, PortletGetLocaleCommand, FacesGetLocaleCommand
Abstract base Command implementation for retrieving the
requested Locale from our Context , and storing it 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.AbstractGetLocaleCommand Summary: |
---|
execute, getLocale, getLocaleKey, setLocaleKey |
Methods from java.lang.Object: |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.commons.chain.web.AbstractGetLocaleCommand Detail: |
---|
Retrieve the |
Retrieve and return the |
Return the context attribute key under which we will store
the request |
Set the context attribute key under which we will store
the request |