public class JiraWebFragmentHelper extends Object implements com.atlassian.plugin.web.WebFragmentHelper
| Constructor and Description |
|---|
JiraWebFragmentHelper(VelocityTemplatingEngine templatingEngine,
JiraAuthenticationContext authenticationContext,
VelocityRequestContextFactory velocityRequestContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nValue(String key,
List arguments,
Map 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 JiraWebFragmentHelper(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory velocityRequestContextFactory)
public 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.ConditionLoadingExceptionpublic String getI18nValue(String key, List arguments, Map context)
getI18nValue in interface com.atlassian.plugin.web.WebFragmentHelperCopyright © 2002-2019 Atlassian. All Rights Reserved.