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 String
getI18nValue(String s, List<?> list, Map<String,Object> map)
com.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)
String
renderVelocityFragment(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:
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
public String getI18nValue(String s, List<?> list, Map<String,Object> map)
- Specified by:
getI18nValue
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-
-