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.Condition
loadCondition
(String s, com.atlassian.plugin.Plugin plugin) com.atlassian.plugin.web.ContextProvider
loadContextProvider
(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:
loadCondition
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-
loadContextProvider
public com.atlassian.plugin.web.ContextProvider loadContextProvider(String s, com.atlassian.plugin.Plugin plugin) - Specified by:
loadContextProvider
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-
getI18nValue
- Specified by:
getI18nValue
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-
renderVelocityFragment
- Specified by:
renderVelocityFragment
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-