Home » Struts-1.3.10 » org.apache.struts » chain » [javadoc | source]
org.apache.struts.chain
abstract public class: AbstractSelectLocale [javadoc | source]
java.lang.Object
   org.apache.struts.chain.AbstractSelectLocale

All Implemented Interfaces:
    org.apache.commons.chain.Command

Direct Known Subclasses:
    SelectLocale

Select the Locale to be used for this request.

Method from org.apache.struts.chain.AbstractSelectLocale Summary:
execute,   getLocale,   getLocaleKey,   getModuleConfigKey,   setLocaleKey,   setModuleConfigKey
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.AbstractSelectLocale Detail:
 public boolean execute(Context context) throws Exception 

    Select the Locale to be used for this request.

 abstract protected Locale getLocale(Context context)

    Return the Locale to be used for this request.

 public String getLocaleKey() 

    Return the context attribute key under which the Locale for the current request is stored.

 public String getModuleConfigKey() 

    Return the context attribute key under which the ModuleConfig for the currently selected application module will be stored.

 public  void setLocaleKey(String localeKey) 

    Set the context attribute key under which the Locale for the current request is stored.

 public  void setModuleConfigKey(String moduleConfigKey) 

    Set the context attribute key under which the ModuleConfig for the currently selected application module will be stored.