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 SummaryModifier and TypeMethodDescriptionfind()read(ActionInvocation invocation) booleanstore(ActionInvocation invocation, Locale locale) 
- 
Method Details- 
findLocale find()
- 
read
- 
store
- 
shouldStoreboolean shouldStore()
 
-