com.atlassian.bamboo.plugin.xwork
Class XWorkModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<java.lang.Void>
com.atlassian.bamboo.plugin.xwork.XWorkModuleDescriptor
- All Implemented Interfaces:
- com.atlassian.plugin.ModuleDescriptor<java.lang.Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware, com.opensymphony.xwork.config.ConfigurationProvider
public class XWorkModuleDescriptor
- extends AbstractBambooModuleDescriptor<java.lang.Void>
- implements com.opensymphony.xwork.config.ConfigurationProvider
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton |
Method Summary |
protected void |
addAction(org.dom4j.Element actionElement,
com.opensymphony.xwork.config.entities.PackageConfig packageContext)
|
protected void |
addResultTypes(com.opensymphony.xwork.config.entities.PackageConfig packageContext,
org.dom4j.Element element)
|
protected java.util.List |
buildExternalRefs(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig context)
|
protected java.util.List |
buildInterceptorList(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig context)
|
protected com.opensymphony.xwork.config.entities.PackageConfig |
buildPackageContext(org.dom4j.Element packageElement,
com.opensymphony.xwork.config.Configuration configuration)
|
protected java.util.Map |
buildResults(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig packageContext)
|
void |
destroy()
|
java.lang.Void |
getModule()
|
static java.util.HashMap |
getParams(org.dom4j.Element paramsElement)
|
void |
init(com.opensymphony.xwork.config.Configuration configuration)
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
protected void |
loadDefaultInterceptorRef(com.opensymphony.xwork.config.entities.PackageConfig packageContext,
org.dom4j.Element element)
|
protected void |
loadGlobalResults(com.opensymphony.xwork.config.entities.PackageConfig packageContext,
org.dom4j.Element packageElement)
|
protected void |
loadInterceptors(com.opensymphony.xwork.config.entities.PackageConfig context,
org.dom4j.Element element)
|
protected com.opensymphony.xwork.config.entities.InterceptorStackConfig |
loadInterceptorStack(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig context)
|
protected void |
loadInterceptorStacks(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig context)
|
boolean |
needsReload()
|
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
assertModuleClassImplements, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
XWorkModuleDescriptor
public XWorkModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
init
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
- Specified by:
init
in interface com.atlassian.plugin.ModuleDescriptor<java.lang.Void>
- Overrides:
init
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<java.lang.Void>
- Throws:
com.atlassian.plugin.PluginParseException
getModule
public java.lang.Void getModule()
- Specified by:
getModule
in interface com.atlassian.plugin.ModuleDescriptor<java.lang.Void>
- Overrides:
getModule
in class AbstractBambooModuleDescriptor<java.lang.Void>
destroy
public void destroy()
- Specified by:
destroy
in interface com.opensymphony.xwork.config.ConfigurationProvider
init
public void init(com.opensymphony.xwork.config.Configuration configuration)
throws com.opensymphony.xwork.config.ConfigurationException
- Specified by:
init
in interface com.opensymphony.xwork.config.ConfigurationProvider
- Throws:
com.opensymphony.xwork.config.ConfigurationException
needsReload
public boolean needsReload()
- Specified by:
needsReload
in interface com.opensymphony.xwork.config.ConfigurationProvider
loadInterceptors
protected void loadInterceptors(com.opensymphony.xwork.config.entities.PackageConfig context,
org.dom4j.Element element)
throws com.opensymphony.xwork.config.ConfigurationException
- Throws:
com.opensymphony.xwork.config.ConfigurationException
loadDefaultInterceptorRef
protected void loadDefaultInterceptorRef(com.opensymphony.xwork.config.entities.PackageConfig packageContext,
org.dom4j.Element element)
loadGlobalResults
protected void loadGlobalResults(com.opensymphony.xwork.config.entities.PackageConfig packageContext,
org.dom4j.Element packageElement)
buildResults
protected java.util.Map buildResults(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig packageContext)
loadInterceptorStack
protected com.opensymphony.xwork.config.entities.InterceptorStackConfig loadInterceptorStack(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig context)
throws com.opensymphony.xwork.config.ConfigurationException
- Throws:
com.opensymphony.xwork.config.ConfigurationException
loadInterceptorStacks
protected void loadInterceptorStacks(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig context)
throws com.opensymphony.xwork.config.ConfigurationException
- Throws:
com.opensymphony.xwork.config.ConfigurationException
addAction
protected void addAction(org.dom4j.Element actionElement,
com.opensymphony.xwork.config.entities.PackageConfig packageContext)
throws com.opensymphony.xwork.config.ConfigurationException
- Throws:
com.opensymphony.xwork.config.ConfigurationException
buildExternalRefs
protected java.util.List buildExternalRefs(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig context)
throws com.opensymphony.xwork.config.ConfigurationException
- Throws:
com.opensymphony.xwork.config.ConfigurationException
addResultTypes
protected void addResultTypes(com.opensymphony.xwork.config.entities.PackageConfig packageContext,
org.dom4j.Element element)
buildPackageContext
protected com.opensymphony.xwork.config.entities.PackageConfig buildPackageContext(org.dom4j.Element packageElement,
com.opensymphony.xwork.config.Configuration configuration)
buildInterceptorList
protected java.util.List buildInterceptorList(org.dom4j.Element element,
com.opensymphony.xwork.config.entities.PackageConfig context)
throws com.opensymphony.xwork.config.ConfigurationException
- Throws:
com.opensymphony.xwork.config.ConfigurationException
getParams
public static java.util.HashMap getParams(org.dom4j.Element paramsElement)
Copyright © 2012 Atlassian. All Rights Reserved.