Class JiraWebFragmentHelper
java.lang.Object
com.atlassian.jira.plugin.webfragment.JiraWebFragmentHelper
- All Implemented Interfaces:
com.atlassian.plugin.web.WebFragmentHelper
public class JiraWebFragmentHelper
extends Object
implements com.atlassian.plugin.web.WebFragmentHelper
-
Constructor Summary
ConstructorsConstructorDescriptionJiraWebFragmentHelper
(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory velocityRequestContextFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetI18nValue
(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) renderVelocityFragment
(String fragment, Map<String, Object> context)
-
Constructor Details
-
JiraWebFragmentHelper
public JiraWebFragmentHelper(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory velocityRequestContextFactory)
-
-
Method Details
-
loadCondition
public com.atlassian.plugin.web.Condition loadCondition(String className, com.atlassian.plugin.Plugin plugin) throws com.atlassian.plugin.web.api.conditions.ConditionLoadingException - Specified by:
loadCondition
in interfacecom.atlassian.plugin.web.WebFragmentHelper
- Throws:
com.atlassian.plugin.web.api.conditions.ConditionLoadingException
-
loadContextProvider
public com.atlassian.plugin.web.ContextProvider loadContextProvider(String className, com.atlassian.plugin.Plugin plugin) throws com.atlassian.plugin.web.api.conditions.ConditionLoadingException - Specified by:
loadContextProvider
in interfacecom.atlassian.plugin.web.WebFragmentHelper
- Throws:
com.atlassian.plugin.web.api.conditions.ConditionLoadingException
-
getI18nValue
- Specified by:
getI18nValue
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-
renderVelocityFragment
- Specified by:
renderVelocityFragment
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-