spring-framework / org.springframework.web.servlet.view.tiles3 / SpringLocaleResolver

SpringLocaleResolver

open class SpringLocaleResolver : DefaultLocaleResolver

Tiles LocaleResolver adapter that delegates to a Spring org.springframework.web.servlet.LocaleResolver, exposing the DispatcherServlet-managed locale.

This adapter gets automatically registered by TilesConfigurer.

Author
Nicolas Le Bas

Since
3.2

See Also
org.apache.tiles.definition.UrlDefinitionsFactory#LOCALE_RESOLVER_IMPL_PROPERTY

Constructors

<init>

SpringLocaleResolver()

Tiles LocaleResolver adapter that delegates to a Spring org.springframework.web.servlet.LocaleResolver, exposing the DispatcherServlet-managed locale.

This adapter gets automatically registered by TilesConfigurer.

Functions

resolveLocale

open fun resolveLocale(request: Request): Locale