public class PortletSetLocaleCommand extends AbstractSetLocaleCommand
Concrete implementation of AbstractSetLocaleCommand for
the Portlet API.
CONTINUE_PROCESSING, PROCESSING_COMPLETE| Constructor and Description |
|---|
PortletSetLocaleCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setLocale(Context context,
Locale locale)
Establish the specified
Locale for this response. |
execute, getLocaleKey, setLocaleKeyprotected void setLocale(Context context, 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.Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.