|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ObjectFactory
com.opensymphony.xwork2.spring.SpringObjectFactory
org.apache.struts2.spring.StrutsSpringObjectFactory
public class StrutsSpringObjectFactory
Struts object factory that integrates with Spring.
Spring should be loaded using a web context listenerorg.springframework.web.context.ContextLoaderListener
defined in web.xml
.
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory |
---|
appContext, autowireStrategy, autoWiringFactory |
Constructor Summary | |
---|---|
StrutsSpringObjectFactory(java.lang.String autoWire,
java.lang.String useClassCacheStr,
javax.servlet.ServletContext servletContext)
|
Method Summary |
---|
Methods inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory |
---|
autoWireBean, autoWireBean, buildBean, buildBean, findAutoWiringBeanFactory, getAutowireStrategy, getClassInstance, initObjectFactory, isNoArgConstructorRequired, setApplicationContext, setApplicationContextPath, setAutowireStrategy, setUseClassCache |
Methods inherited from class com.opensymphony.xwork2.ObjectFactory |
---|
buildAction, buildBean, buildInterceptor, buildResult, buildValidator, getObjectFactory, injectInternalBeans, setClassLoader, setContainer, setObjectFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrutsSpringObjectFactory(java.lang.String autoWire, java.lang.String useClassCacheStr, javax.servlet.ServletContext servletContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |