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.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<String,Object> context)
getI18nValue in interface com.atlassian.plugin.web.WebFragmentHelperpublic String renderVelocityFragment(String fragment, Map<String,Object> context)
renderVelocityFragment in interface com.atlassian.plugin.web.WebFragmentHelperpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setI18nHelper(I18nHelper i18nHelper)
public void setTemplateRenderer(TemplateRenderer templateRenderer)
public void setLocalizedTextProvider(com.opensymphony.xwork2.LocalizedTextProvider localizedTextProvider)
Copyright © 2018 Atlassian. All rights reserved.