public class DelegatingObjectFactory extends com.opensymphony.xwork2.ObjectFactory implements ObjectFactoryDestroyable
| Constructor and Description |
|---|
DelegatingObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
buildBean(Class clazz,
Map extraContext) |
Object |
buildBean(String className,
Map<String,Object> extraContext,
boolean injectInternal) |
void |
destroy() |
Class |
getClassInstance(String className) |
boolean |
isNoArgConstructorRequired() |
void |
setBundleResourceLoader(BundleAccessor rl) |
void |
setDelegateObjectFactory(com.opensymphony.xwork2.inject.Container container,
String delegate) |
void |
setOsgiConfigurationProvider(com.opensymphony.xwork2.config.PackageProvider osgiConfigurationProvider) |
buildAction, buildBean, buildConverter, buildInterceptor, buildResult, buildUnknownHandler, buildValidator, getObjectFactory, injectInternalBeans, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setUnknownHandlerFactory, setValidatorFactorypublic void setDelegateObjectFactory(com.opensymphony.xwork2.inject.Container container,
String delegate)
public void setBundleResourceLoader(BundleAccessor rl)
public boolean isNoArgConstructorRequired()
isNoArgConstructorRequired in class com.opensymphony.xwork2.ObjectFactorypublic Object buildBean(Class clazz, Map extraContext) throws Exception
buildBean in class com.opensymphony.xwork2.ObjectFactoryExceptionpublic Object buildBean(String className, Map<String,Object> extraContext, boolean injectInternal) throws Exception
buildBean in class com.opensymphony.xwork2.ObjectFactoryExceptionpublic Class getClassInstance(String className) throws ClassNotFoundException
getClassInstance in class com.opensymphony.xwork2.ObjectFactoryClassNotFoundExceptionpublic void destroy()
destroy in interface ObjectFactoryDestroyablepublic void setOsgiConfigurationProvider(com.opensymphony.xwork2.config.PackageProvider osgiConfigurationProvider)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.