Package org.apache.struts2.interceptor
Class I18nInterceptor.CookieLocaleHandler
java.lang.Object
org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
org.apache.struts2.interceptor.I18nInterceptor.AcceptLanguageLocaleHandler
org.apache.struts2.interceptor.I18nInterceptor.CookieLocaleHandler
- All Implemented Interfaces:
I18nInterceptor.LocaleHandler
- Enclosing class:
- I18nInterceptor
protected class I18nInterceptor.CookieLocaleHandler
extends I18nInterceptor.AcceptLanguageLocaleHandler
-
Field Summary
Fields inherited from class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
actionInvocation, shouldStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfind()
read
(ActionInvocation invocation) store
(ActionInvocation invocation, Locale locale) Methods inherited from class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
shouldStore
-
Constructor Details
-
CookieLocaleHandler
-
-
Method Details
-
find
- Specified by:
find
in interfaceI18nInterceptor.LocaleHandler
- Overrides:
find
in classI18nInterceptor.AcceptLanguageLocaleHandler
-
store
- Specified by:
store
in interfaceI18nInterceptor.LocaleHandler
- Overrides:
store
in classI18nInterceptor.RequestLocaleHandler
-
read
- Specified by:
read
in interfaceI18nInterceptor.LocaleHandler
- Overrides:
read
in classI18nInterceptor.RequestLocaleHandler
-