Interface | Description |
---|---|
HandlerInputLocaleResolutionConfiguration | |
HandlerInputLocaleResolver |
Responsible for determining the current locale for a
HandlerInput event. |
Class | Description |
---|---|
CompositeHandlerInputLocaleResolver |
Primary HandlerInputLocaleResolver which evaluates every HandlerInputLocaleResolver by order to resolve a Locale . |
DefaultHandlerInputLocaleResolver |
Resolves
Locale from the HandlerInput request. |
HandlerInputAbstractLocaleResolver |
Provides an abstract class which implements
LocaleResolver and handles default locale resolution. |
HandlerInputFixedLocaleResolver |
Generic implementation of
LocaleResolver for fixed locale resolution. |
HandlerInputLocaleResolutionConfigurationProperties |
ConfigurationProperties implementation of HandlerInputLocaleResolutionConfiguration . |