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
Constructors Constructor Description ReadOnlyWebFragmentHelper(com.atlassian.plugin.web.WebFragmentHelper delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetI18nValue(String s, List<?> list, Map<String,Object> map)com.atlassian.plugin.web.ConditionloadCondition(String s, com.atlassian.plugin.Plugin plugin)com.atlassian.plugin.web.ContextProviderloadContextProvider(String s, com.atlassian.plugin.Plugin plugin)StringrenderVelocityFragment(String s, Map<String,Object> map)
-
-
-
Method Detail
-
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
public String getI18nValue(String s, List<?> list, Map<String,Object> map)
- Specified by:
getI18nValuein interfacecom.atlassian.plugin.web.WebFragmentHelper
-
-