Package org.apache.struts2.interceptor
Interface I18nInterceptor.LocaleHandler
- All Known Implementing Classes:
I18nInterceptor.AcceptLanguageLocaleHandler
,I18nInterceptor.CookieLocaleHandler
,I18nInterceptor.RequestLocaleHandler
,I18nInterceptor.SessionLocaleHandler
- Enclosing class:
- I18nInterceptor
protected static interface I18nInterceptor.LocaleHandler
Uses to handle reading/storing Locale from/in different locations
-
Method Summary
Modifier and TypeMethodDescriptionfind()
read
(ActionInvocation invocation) boolean
store
(ActionInvocation invocation, Locale locale)
-
Method Details
-
find
Locale find() -
read
-
store
-
shouldStore
boolean shouldStore()
-