org.apache.struts.chain.servlet
Class SelectLocale

java.lang.Object
  extended byorg.apache.struts.chain.AbstractSelectLocale
      extended byorg.apache.struts.chain.servlet.SelectLocale
All Implemented Interfaces:
org.apache.commons.chain.Command

public class SelectLocale
extends AbstractSelectLocale

Select the Locale to be used for this request.

Version:
$Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $

Field Summary
 
Fields inherited from class org.apache.struts.chain.AbstractSelectLocale
 
Constructor Summary
SelectLocale()
           
 
Method Summary
protected  java.util.Locale getLocale(org.apache.commons.chain.Context context)
          Return the Locale to be used for this request.
 
Methods inherited from class org.apache.struts.chain.AbstractSelectLocale
execute, getLocaleKey, getModuleConfigKey, setLocaleKey, setModuleConfigKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectLocale

public SelectLocale()
Method Detail

getLocale

protected java.util.Locale getLocale(org.apache.commons.chain.Context context)

Return the Locale to be used for this request.

Specified by:
getLocale in class AbstractSelectLocale
Parameters:
context - The Context for this request


Copyright ? 2003 - Apache Software Foundation