public class CrowdWebFragmentHelper extends Object implements com.atlassian.plugin.web.WebFragmentHelper, org.springframework.context.ApplicationContextAware
WebFragmentHelper
Constructor and Description |
---|
CrowdWebFragmentHelper() |
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) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setI18nHelper(I18nHelper i18nHelper) |
void |
setLocalizedTextProvider(com.opensymphony.xwork2.LocalizedTextProvider localizedTextProvider) |
void |
setTemplateRenderer(TemplateRenderer templateRenderer) |
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<String,Object> context)
getI18nValue
in interface com.atlassian.plugin.web.WebFragmentHelper
public String renderVelocityFragment(String fragment, Map<String,Object> context)
renderVelocityFragment
in interface com.atlassian.plugin.web.WebFragmentHelper
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setI18nHelper(I18nHelper i18nHelper)
public void setTemplateRenderer(TemplateRenderer templateRenderer)
public void setLocalizedTextProvider(com.opensymphony.xwork2.LocalizedTextProvider localizedTextProvider)
Copyright © 2021 Atlassian. All rights reserved.