Class UrlPatternLocaleResolver

  • All Implemented Interfaces:
    org.springframework.web.servlet.LocaleResolver

    public class UrlPatternLocaleResolver
    extends ConfigAwareLocaleResolver
    Implementation of ConfigAwareLocaleResolver that compares the requested URL to a map of locales

    Supported configuration properties:

    • mappings.mapping: A list of objects containing:
      • pattern: A regular expression to match against the full URL of the request
      • localeCode: The code of the locale to use

    Since:
    4.0.0
    Author:
    joseross