Class ReadOnlyWebFragmentHelper

java.lang.Object
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentHelper
All Implemented Interfaces:
com.atlassian.plugin.web.WebFragmentHelper

public class ReadOnlyWebFragmentHelper extends Object implements com.atlassian.plugin.web.WebFragmentHelper
  • Constructor Details

    • ReadOnlyWebFragmentHelper

      public ReadOnlyWebFragmentHelper(com.atlassian.plugin.web.WebFragmentHelper delegate)
  • Method Details

    • loadCondition

      public com.atlassian.plugin.web.Condition loadCondition(String s, com.atlassian.plugin.Plugin plugin)
      Specified by:
      loadCondition in interface com.atlassian.plugin.web.WebFragmentHelper
    • loadContextProvider

      public com.atlassian.plugin.web.ContextProvider loadContextProvider(String s, com.atlassian.plugin.Plugin plugin)
      Specified by:
      loadContextProvider in interface com.atlassian.plugin.web.WebFragmentHelper
    • getI18nValue

      public String getI18nValue(String s, List<?> list, Map<String,Object> map)
      Specified by:
      getI18nValue in interface com.atlassian.plugin.web.WebFragmentHelper
    • renderVelocityFragment

      public String renderVelocityFragment(String s, Map<String,Object> map)
      Specified by:
      renderVelocityFragment in interface com.atlassian.plugin.web.WebFragmentHelper