Commandpublic class PortletSetLocaleCommand extends AbstractSetLocaleCommand
Concrete implementation of AbstractSetLocaleCommand for
the Portlet API.
CONTINUE_PROCESSING, PROCESSING_COMPLETE| Constructor | Description |
|---|---|
PortletSetLocaleCommand() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
setLocale(Context context,
java.util.Locale locale) |
Establish the specified
Locale for this response. |
execute, getLocaleKey, setLocaleKeyprotected void setLocale(Context context, java.util.Locale locale)
Establish the specified Locale for this response.
setLocale in class AbstractSetLocaleCommandcontext - The Context we are operating on.locale - The Locale for the request.