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.WebFragmentHelper
com.atlassian.plugin.web.conditions.ConditionLoadingException
public 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.WebFragmentHelper
com.atlassian.plugin.web.conditions.ConditionLoadingException
public String getI18nValue(String key, List arguments, Map context)
getI18nValue
in interface com.atlassian.plugin.web.WebFragmentHelper
Copyright © 2002-2023 Atlassian. All Rights Reserved.