public class SpringObjectFactoryProxy
extends com.opensymphony.xwork2.spring.SpringObjectFactory
| Constructor and Description |
|---|
SpringObjectFactoryProxy(String autoWire,
String alwaysAutoWire,
String useClassCacheStr) |
| Modifier and Type | Method and Description |
|---|---|
Object |
buildAction(String actionName,
String namespace,
com.opensymphony.xwork2.config.entities.ActionConfig config,
Map<String,Object> extraContext) |
Object |
buildBean(Class clazz,
Map<String,Object> extraContext) |
Object |
buildBean(String className,
Map<String,Object> extraContext) |
Object |
buildBean(String beanName,
Map<String,Object> extraContext,
boolean injectInternal) |
com.opensymphony.xwork2.conversion.TypeConverter |
buildConverter(Class<? extends com.opensymphony.xwork2.conversion.TypeConverter> converterClass,
Map<String,Object> extraContext) |
com.opensymphony.xwork2.interceptor.Interceptor |
buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig,
Map<String,String> interceptorRefParams) |
com.opensymphony.xwork2.Result |
buildResult(com.opensymphony.xwork2.config.entities.ResultConfig resultConfig,
Map<String,Object> extraContext) |
com.opensymphony.xwork2.UnknownHandler |
buildUnknownHandler(String unknownHandlerName,
Map<String,Object> extraContext) |
com.opensymphony.xwork2.validator.Validator |
buildValidator(String className,
Map<String,Object> params,
Map<String,Object> extraContext) |
Class<?> |
getClassInstance(String className) |
boolean |
isNoArgConstructorRequired() |
void |
setActionFactory(com.opensymphony.xwork2.factory.ActionFactory actionFactory) |
void |
setClassLoader(ClassLoader cl) |
void |
setContainer(com.opensymphony.xwork2.inject.Container container) |
void |
setConverterFactory(com.opensymphony.xwork2.factory.ConverterFactory converterFactory) |
void |
setInterceptorFactory(com.opensymphony.xwork2.factory.InterceptorFactory interceptorFactory) |
void |
setResultFactory(com.opensymphony.xwork2.factory.ResultFactory resultFactory) |
void |
setUnknownHandlerFactory(com.opensymphony.xwork2.factory.UnknownHandlerFactory unknownHandlerFactory) |
void |
setValidatorFactory(com.opensymphony.xwork2.factory.ValidatorFactory validatorFactory) |
public Class<?> getClassInstance(String className) throws ClassNotFoundException
getClassInstance in class com.opensymphony.xwork2.spring.SpringObjectFactoryClassNotFoundExceptionpublic void setClassLoader(ClassLoader cl)
setClassLoader in class com.opensymphony.xwork2.ObjectFactorypublic void setConverterFactory(com.opensymphony.xwork2.factory.ConverterFactory converterFactory)
setConverterFactory in class com.opensymphony.xwork2.ObjectFactorypublic void setValidatorFactory(com.opensymphony.xwork2.factory.ValidatorFactory validatorFactory)
setValidatorFactory in class com.opensymphony.xwork2.ObjectFactorypublic void setInterceptorFactory(com.opensymphony.xwork2.factory.InterceptorFactory interceptorFactory)
setInterceptorFactory in class com.opensymphony.xwork2.ObjectFactorypublic void setResultFactory(com.opensymphony.xwork2.factory.ResultFactory resultFactory)
setResultFactory in class com.opensymphony.xwork2.ObjectFactorypublic void setActionFactory(com.opensymphony.xwork2.factory.ActionFactory actionFactory)
setActionFactory in class com.opensymphony.xwork2.ObjectFactorypublic void setUnknownHandlerFactory(com.opensymphony.xwork2.factory.UnknownHandlerFactory unknownHandlerFactory)
setUnknownHandlerFactory in class com.opensymphony.xwork2.ObjectFactorypublic void setContainer(com.opensymphony.xwork2.inject.Container container)
setContainer in class com.opensymphony.xwork2.ObjectFactorypublic com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig,
Map<String,String> interceptorRefParams)
throws com.opensymphony.xwork2.config.ConfigurationException
buildInterceptor in class com.opensymphony.xwork2.ObjectFactorycom.opensymphony.xwork2.config.ConfigurationExceptionpublic com.opensymphony.xwork2.Result buildResult(com.opensymphony.xwork2.config.entities.ResultConfig resultConfig,
Map<String,Object> extraContext)
throws Exception
buildResult in class com.opensymphony.xwork2.ObjectFactoryExceptionpublic com.opensymphony.xwork2.validator.Validator buildValidator(String className, Map<String,Object> params, Map<String,Object> extraContext) throws Exception
buildValidator in class com.opensymphony.xwork2.ObjectFactoryExceptionpublic Object buildAction(String actionName, String namespace, com.opensymphony.xwork2.config.entities.ActionConfig config, Map<String,Object> extraContext) throws Exception
buildAction in class com.opensymphony.xwork2.ObjectFactoryExceptionpublic Object buildBean(String className, Map<String,Object> extraContext) throws Exception
buildBean in class com.opensymphony.xwork2.ObjectFactoryExceptionpublic Object buildBean(Class clazz, Map<String,Object> extraContext) throws Exception
buildBean in class com.opensymphony.xwork2.spring.SpringObjectFactoryExceptionpublic Object buildBean(String beanName, Map<String,Object> extraContext, boolean injectInternal) throws Exception
buildBean in class com.opensymphony.xwork2.spring.SpringObjectFactoryExceptionpublic com.opensymphony.xwork2.conversion.TypeConverter buildConverter(Class<? extends com.opensymphony.xwork2.conversion.TypeConverter> converterClass, Map<String,Object> extraContext) throws Exception
buildConverter in class com.opensymphony.xwork2.ObjectFactoryExceptionpublic com.opensymphony.xwork2.UnknownHandler buildUnknownHandler(String unknownHandlerName, Map<String,Object> extraContext) throws Exception
buildUnknownHandler in class com.opensymphony.xwork2.ObjectFactoryExceptionpublic boolean isNoArgConstructorRequired()
isNoArgConstructorRequired in class com.opensymphony.xwork2.spring.SpringObjectFactoryCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.