Package | Description |
---|---|
org.apache.struts2.interceptor |
Web specific interceptor classes.
|
Modifier and Type | Field and Description |
---|---|
protected I18nInterceptor.Storage |
I18nInterceptor.LocaleFinder.storage |
Modifier and Type | Method and Description |
---|---|
I18nInterceptor.Storage |
I18nInterceptor.LocaleFinder.getStorage() |
static I18nInterceptor.Storage |
I18nInterceptor.Storage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I18nInterceptor.Storage[] |
I18nInterceptor.Storage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Locale |
I18nInterceptor.storeLocale(ActionInvocation invocation,
Locale locale,
I18nInterceptor.Storage storage)
Store the locale to the chosen storage, like f.
|
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.