|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork.ObjectFactory com.opensymphony.xwork.spring.SpringObjectFactory com.opensymphony.webwork.spring.WebWorkSpringObjectFactory com.atlassian.bamboo.plugin.xwork.PluginAwareObjectFactory
public class PluginAwareObjectFactory
An Spring autowiring object factory that uses the classloader of the of PluginAware action configs to load and wire up the action class.
Non-plugin actions are wired up using the standard WebWorkSpringObjectFactory mechanism.
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork.spring.SpringObjectFactory |
---|
appContext, autowireStrategy, autoWiringFactory |
Constructor Summary | |
---|---|
PluginAwareObjectFactory()
|
Method Summary | |
---|---|
java.lang.Object |
buildAction(java.lang.String s,
java.lang.String s1,
com.opensymphony.xwork.config.entities.ActionConfig actionConfig,
java.util.Map map)
|
Methods inherited from class com.opensymphony.webwork.spring.WebWorkSpringObjectFactory |
---|
init |
Methods inherited from class com.opensymphony.xwork.spring.SpringObjectFactory |
---|
autoWireBean, autoWireBean, buildBean, buildBean, findAutoWiringBeanFactory, getAutowireStrategy, getClassInstance, initObjectFactory, isNoArgConstructorRequired, setApplicationContext, setAutowireStrategy, setUseClassCache |
Methods inherited from class com.opensymphony.xwork.ObjectFactory |
---|
buildInterceptor, buildResult, buildValidator, getContinuationPackage, getObjectFactory, setContinuationPackage, setObjectFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginAwareObjectFactory()
Method Detail |
---|
public java.lang.Object buildAction(java.lang.String s, java.lang.String s1, com.opensymphony.xwork.config.entities.ActionConfig actionConfig, java.util.Map map) throws java.lang.Exception
buildAction
in class com.opensymphony.xwork.ObjectFactory
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |