Class CookieLocaleResolver

  • All Implemented Interfaces:
    io.micronaut.core.order.Ordered, io.micronaut.core.util.LocaleResolver<io.micronaut.http.HttpRequest<?>>, HttpLocaleResolver

    @Singleton
    @Requires(property="micronaut.server.locale-resolution.cookie-name")
    public class CookieLocaleResolver
    extends HttpAbstractLocaleResolver
    Resolves the Locale from a Cookie within a HTTP Request.
    Since:
    2.3.0
    • Field Summary

      • Fields inherited from class io.micronaut.core.util.locale.AbstractLocaleResolver

        defaultLocale
      • Fields inherited from interface io.micronaut.core.order.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.util.Locale> resolve​(io.micronaut.http.HttpRequest<?> request)  
      • Methods inherited from class io.micronaut.core.util.locale.AbstractLocaleResolver

        resolveOrDefault
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.micronaut.core.util.LocaleResolver

        resolveOrDefault
    • Constructor Detail

      • CookieLocaleResolver

        public CookieLocaleResolver​(HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration)
        Parameters:
        httpLocaleResolutionConfiguration - Locale resolution configuration
    • Method Detail

      • resolve

        @NonNull
        public java.util.Optional<java.util.Locale> resolve​(@NonNull
                                                            io.micronaut.http.HttpRequest<?> request)