Command
public class ServletSetLocaleCommand extends AbstractSetLocaleCommand
Concrete implementation of AbstractSetLocaleCommand
for
the Servlet API.
CONTINUE_PROCESSING, PROCESSING_COMPLETE
Constructor | Description |
---|---|
ServletSetLocaleCommand() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
setLocale(Context context,
java.util.Locale locale) |
Establish the specified
Locale for this response. |
execute, getLocaleKey, setLocaleKey
protected void setLocale(Context context, java.util.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.