Class JohnsonPageI18NProvider


  • @ParametersAreNonnullByDefault
    public class JohnsonPageI18NProvider
    extends Object
    Provides the translations required by the Johnson page (errors.jsp).
    Since:
    6.5.0
    • Constructor Detail

      • JohnsonPageI18NProvider

        public JohnsonPageI18NProvider​(I18NBeanFactory i18NBeanFactory)
    • Method Detail

      • getTranslations

        public Json getTranslations()
        Returns a json object where property names are i18n keys and property values are the translations of these keys.
        Returns:
        See above