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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfind()
read
(ActionInvocation invocation) boolean
store
(ActionInvocation invocation, Locale locale)
-
Field Details
-
actionInvocation
-
shouldStore
protected boolean shouldStore
-
-
Constructor Details
-
RequestLocaleHandler
-
-
Method Details
-
find
- Specified by:
find
in interfaceI18nInterceptor.LocaleHandler
-
store
- Specified by:
store
in interfaceI18nInterceptor.LocaleHandler
-
read
- Specified by:
read
in interfaceI18nInterceptor.LocaleHandler
-
shouldStore
public boolean shouldStore()- Specified by:
shouldStore
in interfaceI18nInterceptor.LocaleHandler
-