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 java.util.Locale |
getLocale(ActionContext context)
Return the
Locale to be used for this request. |
executepublic boolean execute(ActionContext actionCtx) throws java.lang.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 continuesjava.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 requestCopyright © 2000–2024 Apache Software Foundation. All rights reserved.