Interface LocaleResolver

All Known Implementing Classes:
LocaleResolverDefault

public interface LocaleResolver
Component which finds the best Locale to use, using a cookie, a Accept-Language header or using a custom way.
  • Method Summary

    Modifier and Type
    Method
    Description
    The best Locale to use.
  • Method Details