Class ConfluenceWebFragmentHelper

  • All Implemented Interfaces:
    UserLocaleAware, com.atlassian.plugin.web.WebFragmentHelper

    public class ConfluenceWebFragmentHelper
    extends Object
    implements com.atlassian.plugin.web.WebFragmentHelper, UserLocaleAware
    • Constructor Detail

      • ConfluenceWebFragmentHelper

        public ConfluenceWebFragmentHelper()
    • Method Detail

      • loadComponent

        public Object loadComponent​(String className,
                                    com.atlassian.plugin.Plugin plugin)
                             throws com.atlassian.plugin.web.conditions.ConditionLoadingException
        Throws:
        com.atlassian.plugin.web.conditions.ConditionLoadingException
      • loadCondition

        public com.atlassian.plugin.web.Condition loadCondition​(String className,
                                                                com.atlassian.plugin.Plugin plugin)
                                                         throws com.atlassian.plugin.web.conditions.ConditionLoadingException
        Specified by:
        loadCondition in interface com.atlassian.plugin.web.WebFragmentHelper
        Throws:
        com.atlassian.plugin.web.conditions.ConditionLoadingException
      • loadContextProvider

        public com.atlassian.plugin.web.ContextProvider loadContextProvider​(String className,
                                                                            com.atlassian.plugin.Plugin plugin)
                                                                     throws com.atlassian.plugin.web.conditions.ConditionLoadingException
        Specified by:
        loadContextProvider in interface com.atlassian.plugin.web.WebFragmentHelper
        Throws:
        com.atlassian.plugin.web.conditions.ConditionLoadingException
      • getI18nValue

        public String getI18nValue​(String key,
                                   List arguments,
                                   Map context)
        Specified by:
        getI18nValue in interface com.atlassian.plugin.web.WebFragmentHelper
      • renderVelocityFragment

        public String renderVelocityFragment​(String fragment,
                                             Map context)
        Specified by:
        renderVelocityFragment in interface com.atlassian.plugin.web.WebFragmentHelper