|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.chain.commands.ActionCommandBase org.apache.struts.chain.commands.AbstractSelectLocale
public abstract class AbstractSelectLocale
Select the Locale
to be used for this request.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
AbstractSelectLocale()
|
Method Summary | |
---|---|
boolean |
execute(ActionContext actionCtx)
Select the Locale to be used for this request. |
protected abstract java.util.Locale |
getLocale(ActionContext context)
Return the Locale to be used for this request. |
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSelectLocale()
Method Detail |
---|
public boolean execute(ActionContext actionCtx) throws java.lang.Exception
Select the Locale
to be used for this request.
execute
in interface ActionCommand
execute
in class ActionCommandBase
actionCtx
- The Context
for the current request
false
so that processing continues
java.lang.Exception
- if thrown by the Action classprotected abstract java.util.Locale getLocale(ActionContext context)
Return the Locale
to be used for this request.
context
- The Context
for this request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |