com.atlassian.bamboo.plugin.xwork
Class StrutsSpringObjectFactory

java.lang.Object
  extended by com.opensymphony.xwork2.ObjectFactory
      extended by com.opensymphony.xwork2.spring.SpringObjectFactory
          extended by com.atlassian.bamboo.plugin.xwork.StrutsSpringObjectFactory
All Implemented Interfaces:
Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
PluginAwareObjectFactory

public class StrutsSpringObjectFactory
extends com.opensymphony.xwork2.spring.SpringObjectFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory
appContext, autowireStrategy, autoWiringFactory
 
Constructor Summary
StrutsSpringObjectFactory(String autoWire, String alwaysAutoWireStr, String useClassCacheStr, String devMode, com.opensymphony.xwork2.inject.Container container)
           
 
Method Summary
 void init(org.springframework.context.ApplicationContext appContext)
           
 
Methods inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory
autoWireBean, autoWireBean, buildBean, buildBean, findAutoWiringBeanFactory, getAutowireStrategy, getClassInstance, initObjectFactory, isNoArgConstructorRequired, setAlwaysRespectAutowireStrategy, setApplicationContext, setApplicationContextPath, setAutowireStrategy, setUseClassCache
 
Methods inherited from class com.opensymphony.xwork2.ObjectFactory
buildAction, buildBean, buildConverter, buildInterceptor, buildResult, buildValidator, getObjectFactory, injectInternalBeans, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setValidatorFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrutsSpringObjectFactory

public StrutsSpringObjectFactory(String autoWire,
                                 String alwaysAutoWireStr,
                                 String useClassCacheStr,
                                 String devMode,
                                 com.opensymphony.xwork2.inject.Container container)
Method Detail

init

public void init(org.springframework.context.ApplicationContext appContext)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.