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 Summary
Constructors Constructor Description JohnsonPageI18NProvider(I18NBeanFactory i18NBeanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Json
getTranslations()
Returns a json object where property names are i18n keys and property values are the translations of these keys.
-
-
-
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
-
-