Package org.apache.struts2.interceptor
Class I18nInterceptor.RequestLocaleHandler
java.lang.Object
org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
- All Implemented Interfaces:
- I18nInterceptor.LocaleHandler
- Direct Known Subclasses:
- I18nInterceptor.AcceptLanguageLocaleHandler
- Enclosing class:
- I18nInterceptor
protected class I18nInterceptor.RequestLocaleHandler
extends Object
implements I18nInterceptor.LocaleHandler
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfind()read(ActionInvocation invocation) booleanstore(ActionInvocation invocation, Locale locale) 
- 
Field Details- 
actionInvocation
- 
shouldStoreprotected boolean shouldStore
 
- 
- 
Constructor Details- 
RequestLocaleHandler
 
- 
- 
Method Details- 
find- Specified by:
- findin interface- I18nInterceptor.LocaleHandler
 
- 
store- Specified by:
- storein interface- I18nInterceptor.LocaleHandler
 
- 
read- Specified by:
- readin interface- I18nInterceptor.LocaleHandler
 
- 
shouldStorepublic boolean shouldStore()- Specified by:
- shouldStorein interface- I18nInterceptor.LocaleHandler
 
 
-