Package com.opensymphony.xwork2.spring
Class SpringProxyableObjectFactory
java.lang.Object
com.opensymphony.xwork2.ObjectFactory
com.opensymphony.xwork2.spring.SpringObjectFactory
com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
- All Implemented Interfaces:
Serializable
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
SpringProxyableObjectFactory.
- Author:
- Jason Carreira
- See Also:
-
Field Summary
Fields inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory
appContext, autowireStrategy, autoWiringFactory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory
autoWireBean, autoWireBean, buildBean, buildBean, findAutoWiringBeanFactory, getAutowireStrategy, getClassInstance, isNoArgConstructorRequired, setAlwaysRespectAutowireStrategy, setApplicationContext, setApplicationContextPath, setAutowireStrategy, setEnableAopSupport, setUseClassCache
Methods inherited from class com.opensymphony.xwork2.ObjectFactory
buildAction, buildConverter, buildInterceptor, buildResult, buildUnknownHandler, buildValidator, injectInternalBeans, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setUnknownHandlerFactory, setValidatorFactory
-
Constructor Details
-
SpringProxyableObjectFactory
public SpringProxyableObjectFactory()
-
-
Method Details
-
buildBean
- Overrides:
buildBean
in classObjectFactory
- Throws:
Exception
-
getApplicationContext
protected org.springframework.context.ApplicationContext getApplicationContext(Map<String, Object> context) Subclasses may override this to return a different application context. Note that this application context should see any changes made to theautoWiringFactory
, so the application context should be either the original or a child context of the original.- Parameters:
context
- provided context.- Returns:
- the application context
-