public class WebFragmentHelperImpl extends Object implements com.atlassian.plugin.web.WebFragmentHelper
| Constructor and Description |
|---|
WebFragmentHelperImpl(com.atlassian.templaterenderer.TemplateRenderer renderer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nValue(String key,
List<?> arguments,
Map<String,Object> context) |
com.atlassian.plugin.web.Condition |
loadCondition(String className,
com.atlassian.plugin.Plugin plugin) |
com.atlassian.plugin.web.ContextProvider |
loadContextProvider(String className,
com.atlassian.plugin.Plugin plugin) |
String |
renderVelocityFragment(String fragment,
Map<String,Object> context) |
public WebFragmentHelperImpl(com.atlassian.templaterenderer.TemplateRenderer renderer)
public String getI18nValue(String key, List<?> arguments, Map<String,Object> context)
getI18nValue in interface com.atlassian.plugin.web.WebFragmentHelperpublic com.atlassian.plugin.web.Condition loadCondition(String className, com.atlassian.plugin.Plugin plugin) throws com.atlassian.plugin.web.conditions.ConditionLoadingException
loadCondition in interface com.atlassian.plugin.web.WebFragmentHelpercom.atlassian.plugin.web.conditions.ConditionLoadingExceptionpublic com.atlassian.plugin.web.ContextProvider loadContextProvider(String className, com.atlassian.plugin.Plugin plugin) throws com.atlassian.plugin.web.conditions.ConditionLoadingException
loadContextProvider in interface com.atlassian.plugin.web.WebFragmentHelpercom.atlassian.plugin.web.conditions.ConditionLoadingExceptionCopyright © 2018 Atlassian. All rights reserved.