public abstract class AbstractSelectLocale extends ActionCommandBase
Select the Locale to be used for this request.
| Constructor and Description |
|---|
AbstractSelectLocale() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ActionContext actionCtx)
Select the
Locale to be used for this request. |
protected abstract Locale |
getLocale(ActionContext context)
Return the
Locale to be used for this request. |
executepublic boolean execute(ActionContext actionCtx) throws Exception
Select the Locale to be used for this request.
execute in interface ActionCommandexecute in class ActionCommandBaseactionCtx - The Context for the current requestfalse so that processing continuesException - if thrown by the Action classprotected abstract Locale getLocale(ActionContext context)
Return the Locale to be used for this request.
context - The Context for this requestCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.