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 Summary
ConstructorsConstructorDescriptionReadOnlyWebFragmentHelper(com.atlassian.plugin.web.WebFragmentHelper delegate) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.plugin.web.ConditionloadCondition(String s, com.atlassian.plugin.Plugin plugin) com.atlassian.plugin.web.ContextProviderloadContextProvider(String s, com.atlassian.plugin.Plugin plugin) renderVelocityFragment(String s, Map<String, Object> map)
-
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:
loadConditionin interfacecom.atlassian.plugin.web.WebFragmentHelper
-
loadContextProvider
public com.atlassian.plugin.web.ContextProvider loadContextProvider(String s, com.atlassian.plugin.Plugin plugin) - Specified by:
loadContextProviderin interfacecom.atlassian.plugin.web.WebFragmentHelper
-
getI18nValue
- Specified by:
getI18nValuein interfacecom.atlassian.plugin.web.WebFragmentHelper
-
renderVelocityFragment
- Specified by:
renderVelocityFragmentin interfacecom.atlassian.plugin.web.WebFragmentHelper
-