Class SelectLocale
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.AbstractSelectLocale
org.apache.struts.chain.commands.servlet.SelectLocale
- All Implemented Interfaces:
Command<ActionContext>
,ActionCommand
Select the Locale
to be used for this request.
- Version:
- $Rev$ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Locale
getLocale
(ActionContext context) Return theLocale
to be used for this request.Methods inherited from class org.apache.struts.chain.commands.AbstractSelectLocale
execute_
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
-
Constructor Details
-
SelectLocale
public SelectLocale()
-
-
Method Details
-
getLocale
Return the
Locale
to be used for this request.- Specified by:
getLocale
in classAbstractSelectLocale
- Parameters:
context
- TheContext
for this request- Returns:
- The Locale to be used for this request
-