Uses of Interface
org.apache.struts2.interceptor.i18n.LocaleHandler
Packages that use LocaleHandler
Package
Description
Interceptor classes.
-
Uses of LocaleHandler in org.apache.struts2.interceptor
Subinterfaces of LocaleHandler in org.apache.struts2.interceptorModifier and TypeInterfaceDescriptionprotected static interfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in org.apache.struts2.interceptor that implement LocaleHandlerModifier and TypeClassDescriptionprotected classDeprecated, for removal: This API element is subject to removal in a future version.protected classDeprecated, for removal: This API element is subject to removal in a future version.Since 7.2.0, useCookieLocaleHandler.protected classDeprecated, for removal: This API element is subject to removal in a future version.Since 7.2.0, use the top-level handler classes inorg.apache.struts2.interceptor.i18n.protected classDeprecated, for removal: This API element is subject to removal in a future version.Since 7.2.0, useRequestLocaleHandler.protected classDeprecated, for removal: This API element is subject to removal in a future version.Since 7.2.0, useSessionLocaleHandler.Constructors in org.apache.struts2.interceptor with parameters of type LocaleHandlerModifierConstructorDescriptionprotectedLocaleHandlerAdapter(LocaleHandler delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of LocaleHandler in org.apache.struts2.interceptor.i18n
Classes in org.apache.struts2.interceptor.i18n that implement LocaleHandlerModifier and TypeClassDescriptionclassclassclassResolves locale by first checking the request-only parameter and then falling back to the browser'sAccept-Languageheader.classclassResolves locale from a request-only parameter (not persisted to session or cookie).class
AcceptLanguageLocaleHandler.