Uses of Interface
com.aspectran.core.support.i18n.locale.LocaleResolver
-
Packages that use LocaleResolver Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.support.i18n.locale Locale support classes for Aspectran.com.aspectran.undertow.activity com.aspectran.web.activity Contains a variant of the activity interface for web application.com.aspectran.web.support.i18n.locale -
-
Uses of LocaleResolver in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return LocaleResolver Modifier and Type Method Description protected LocaleResolverCoreActivity. resolveLocale() -
Uses of LocaleResolver in com.aspectran.core.support.i18n.locale
Classes in com.aspectran.core.support.i18n.locale that implement LocaleResolver Modifier and Type Class Description classAbstractLocaleResolverAbstract base class forLocaleResolverimplementations.classFixedLocaleResolverLocaleResolverimplementation that always returns a fixed default locale and optionally time zone.classSessionLocaleResolverLocaleResolverimplementation that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.Methods in com.aspectran.core.support.i18n.locale with parameters of type LocaleResolver Modifier and Type Method Description voidLocaleChangeInterceptor. handle(Translet translet, LocaleResolver localeResolver) -
Uses of LocaleResolver in com.aspectran.undertow.activity
Methods in com.aspectran.undertow.activity that return LocaleResolver Modifier and Type Method Description protected LocaleResolverTowActivity. resolveLocale() -
Uses of LocaleResolver in com.aspectran.web.activity
Methods in com.aspectran.web.activity that return LocaleResolver Modifier and Type Method Description protected LocaleResolverWebActivity. resolveLocale() -
Uses of LocaleResolver in com.aspectran.web.support.i18n.locale
Classes in com.aspectran.web.support.i18n.locale that implement LocaleResolver Modifier and Type Class Description classCookieLocaleResolverThis class is a clone of org.springframework.web.servlet.i18n.CookieLocaleResolver
-