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.context.ApplicationContextAware
public class CrowdWebFragmentHelper
- extends java.lang.Object
- implements com.atlassian.plugin.web.WebFragmentHelper, org.springframework.context.ApplicationContextAware
Crowd specific implementation of the Atlassian Plugin WebFragmentHelper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrowdWebFragmentHelper
public CrowdWebFragmentHelper()
loadCondition
public com.atlassian.plugin.web.Condition loadCondition(java.lang.String className,
com.atlassian.plugin.Plugin plugin)
throws com.atlassian.plugin.web.conditions.ConditionLoadingException
- Specified by:
loadCondition in interface com.atlassian.plugin.web.WebFragmentHelper
- Throws:
com.atlassian.plugin.web.conditions.ConditionLoadingException
loadContextProvider
public com.atlassian.plugin.web.ContextProvider loadContextProvider(java.lang.String className,
com.atlassian.plugin.Plugin plugin)
throws com.atlassian.plugin.web.conditions.ConditionLoadingException
- Specified by:
loadContextProvider in interface com.atlassian.plugin.web.WebFragmentHelper
- Throws:
com.atlassian.plugin.web.conditions.ConditionLoadingException
getI18nValue
public java.lang.String getI18nValue(java.lang.String key,
java.util.List arguments,
java.util.Map context)
- Specified by:
getI18nValue in interface com.atlassian.plugin.web.WebFragmentHelper
renderVelocityFragment
public java.lang.String renderVelocityFragment(java.lang.String fragment,
java.util.Map context)
- Specified by:
renderVelocityFragment in interface com.atlassian.plugin.web.WebFragmentHelper
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
setI18nHelper
public void setI18nHelper(I18nHelper i18nHelper)
setTemplateRenderer
public void setTemplateRenderer(TemplateRenderer templateRenderer)
Copyright © 2011 Atlassian. All Rights Reserved.