Class JohnsonPageI18NProvider

java.lang.Object
com.atlassian.confluence.impl.health.web.JohnsonPageI18NProvider

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

    • JohnsonPageI18NProvider

      public JohnsonPageI18NProvider(I18NBeanFactory i18NBeanFactory)
  • Method Details

    • 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