|
||||||||||
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()
|
Method Summary | |
---|---|
void |
init(javax.servlet.ServletContext servletContext)
|
Methods inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory |
---|
autoWireBean, autoWireBean, buildBean, buildBean, findAutoWiringBeanFactory, getAutowireStrategy, getClassInstance, initObjectFactory, isNoArgConstructorRequired, setApplicationContext, setAutowireStrategy, setUseClassCache |
Methods inherited from class com.opensymphony.xwork2.ObjectFactory |
---|
buildAction, 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 StrutsSpringObjectFactory()
Method Detail |
---|
public void init(javax.servlet.ServletContext servletContext)
init
in interface ObjectFactoryInitializable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |