Class AbstractStoredLocaleHandler
java.lang.Object
org.apache.struts2.interceptor.i18n.AbstractLocaleHandler
org.apache.struts2.interceptor.i18n.RequestLocaleHandler
org.apache.struts2.interceptor.i18n.AcceptLanguageLocaleHandler
org.apache.struts2.interceptor.i18n.AbstractStoredLocaleHandler
- All Implemented Interfaces:
LocaleHandler
- Direct Known Subclasses:
CookieLocaleHandler,SessionLocaleHandler
-
Field Summary
Fields inherited from class org.apache.struts2.interceptor.i18n.AbstractLocaleHandler
actionInvocation -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractStoredLocaleHandler(ActionInvocation invocation, String requestOnlyParameterName, Set<Locale> supportedLocale, String explicitParameterName) -
Method Summary
Modifier and TypeMethodDescriptionprotected Localeprotected Localeprotected LocalenormalizeStoredLocale(Locale locale, ActionInvocation invocation) Methods inherited from class org.apache.struts2.interceptor.i18n.AcceptLanguageLocaleHandler
find, findAcceptLanguageLocale, readMethods inherited from class org.apache.struts2.interceptor.i18n.RequestLocaleHandler
findRequestOnlyParamLocale, storeMethods inherited from class org.apache.struts2.interceptor.i18n.AbstractLocaleHandler
disableStore, findLocaleParameter, getLocaleFromParam, isLocaleSupported, shouldStore
-
Constructor Details
-
AbstractStoredLocaleHandler
protected AbstractStoredLocaleHandler(ActionInvocation invocation, String requestOnlyParameterName, Set<Locale> supportedLocale, String explicitParameterName)
-
-
Method Details
-
findExplicitLocale
-
findRequestOnlyLocale
-
normalizeStoredLocale
-