Package io.github.belgif.rest.problem.jaxrs.i18n


package io.github.belgif.rest.problem.jaxrs.i18n
  • Classes
    Class
    Description
    Filter that registers the requested locale, as specified in Accept-Language HTTP header, with the ThreadLocalLocaleResolver (and clears it afterward).
    ServletContextListener that enables/disables I18N based on the "io.github.belgif.rest.problem.i18n" parameter, which is resolved from following configuration locations in order: System property Environment variable web.xml context param
    LocaleResolver implementation that uses a ThreadLocal.