com.atlassian.bamboo.plugin.web
Class BambooWebFragmentHelper
java.lang.Object
com.atlassian.bamboo.plugin.web.BambooWebFragmentHelper
- All Implemented Interfaces:
- com.atlassian.plugin.web.WebFragmentHelper
public class BambooWebFragmentHelper
- extends java.lang.Object
- implements com.atlassian.plugin.web.WebFragmentHelper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
templateRenderer
protected transient TemplateRenderer templateRenderer
i18nBeanFactory
protected transient I18nBeanFactory i18nBeanFactory
BambooWebFragmentHelper
public BambooWebFragmentHelper()
setTemplateRenderer
public void setTemplateRenderer(TemplateRenderer templateRenderer)
setI18nBeanFactory
public void setI18nBeanFactory(I18nBeanFactory i18nBeanFactory)
loadComponent
public java.lang.Object loadComponent(java.lang.String className,
com.atlassian.plugin.Plugin plugin)
throws com.atlassian.plugin.web.conditions.ConditionLoadingException
- Throws:
com.atlassian.plugin.web.conditions.ConditionLoadingException
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
Copyright © 2012 Atlassian. All Rights Reserved.