public class SpringProxyableObjectFactory extends SpringObjectFactory
appContext, autowireStrategy, autoWiringFactory
Constructor and Description |
---|
SpringProxyableObjectFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
buildBean(String beanName,
Map<String,Object> extraContext) |
protected org.springframework.context.ApplicationContext |
getApplicationContext(Map<String,Object> context)
Subclasses may override this to return a different application context.
|
autoWireBean, autoWireBean, buildBean, buildBean, findAutoWiringBeanFactory, getAutowireStrategy, getClassInstance, isNoArgConstructorRequired, setAlwaysRespectAutowireStrategy, setApplicationContext, setApplicationContextPath, setAutowireStrategy, setEnableAopSupport, setUseClassCache
buildAction, buildConverter, buildInterceptor, buildResult, buildUnknownHandler, buildValidator, injectInternalBeans, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setUnknownHandlerFactory, setValidatorFactory
public Object buildBean(String beanName, Map<String,Object> extraContext) throws Exception
buildBean
in class ObjectFactory
Exception
protected org.springframework.context.ApplicationContext getApplicationContext(Map<String,Object> context)
autoWiringFactory
, so the application context should be either
the original or a child context of the original.context
- provided context.Copyright © 2000–2024 Apache Software Foundation. All rights reserved.