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, setLocaleKey
protected void setLocale(Context context, Locale locale)
Establish the specified Locale
for this response.
setLocale
in class AbstractSetLocaleCommand
context
- The Context
we are operating on.locale
- The Locale for the request.Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.