Commandpublic class PortletGetLocaleCommand extends AbstractGetLocaleCommand
Concrete implementation of AbstractGetLocaleCommand for
the Portlet API.
CONTINUE_PROCESSING, PROCESSING_COMPLETE| Constructor | Description |
|---|---|
PortletGetLocaleCommand() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Locale |
getLocale(Context context) |
Retrieve and return the
Locale for this request. |
execute, getLocaleKey, setLocaleKeyprotected java.util.Locale getLocale(Context context)
Retrieve and return the Locale for this request.
getLocale in class AbstractGetLocaleCommandcontext - The Context we are operating on.