Package com.atlassian.crowd.plugin.web
Class CrowdWebFragmentHelper
java.lang.Object
com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
- All Implemented Interfaces:
com.atlassian.plugin.web.WebFragmentHelper
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class CrowdWebFragmentHelper
extends Object
implements com.atlassian.plugin.web.WebFragmentHelper, org.springframework.context.ApplicationContextAware
Crowd specific implementation of the Atlassian Plugin
WebFragmentHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.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) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setI18nHelper
(I18nHelper i18nHelper) void
setLocalizedTextProvider
(com.opensymphony.xwork2.LocalizedTextProvider localizedTextProvider) void
setTemplateRenderer
(TemplateRenderer templateRenderer)
-
Constructor Details
-
CrowdWebFragmentHelper
public CrowdWebFragmentHelper()
-
-
Method Details
-
loadCondition
public com.atlassian.plugin.web.Condition loadCondition(String className, com.atlassian.plugin.Plugin plugin) throws com.atlassian.plugin.web.conditions.ConditionLoadingException - Specified by:
loadCondition
in interfacecom.atlassian.plugin.web.WebFragmentHelper
- Throws:
com.atlassian.plugin.web.conditions.ConditionLoadingException
-
loadContextProvider
public com.atlassian.plugin.web.ContextProvider loadContextProvider(String className, com.atlassian.plugin.Plugin plugin) throws com.atlassian.plugin.web.conditions.ConditionLoadingException - Specified by:
loadContextProvider
in interfacecom.atlassian.plugin.web.WebFragmentHelper
- Throws:
com.atlassian.plugin.web.conditions.ConditionLoadingException
-
getI18nValue
- Specified by:
getI18nValue
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-
renderVelocityFragment
- Specified by:
renderVelocityFragment
in interfacecom.atlassian.plugin.web.WebFragmentHelper
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
setI18nHelper
-
setTemplateRenderer
-
setLocalizedTextProvider
public void setLocalizedTextProvider(com.opensymphony.xwork2.LocalizedTextProvider localizedTextProvider)
-