public class Struts2Factory
extends com.opensymphony.xwork2.ObjectFactory
| Constructor and Description |
|---|
Struts2Factory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
buildBean(Class clazz,
Map<String,Object> extraContext) |
com.opensymphony.xwork2.interceptor.Interceptor |
buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig,
Map interceptorRefParams) |
Class<?> |
getClassInstance(String name) |
boolean |
isNoArgConstructorRequired() |
public boolean isNoArgConstructorRequired()
isNoArgConstructorRequired in class com.opensymphony.xwork2.ObjectFactorypublic Class<?> getClassInstance(String name) throws ClassNotFoundException
getClassInstance in class com.opensymphony.xwork2.ObjectFactoryClassNotFoundExceptionpublic com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig,
Map interceptorRefParams)
throws com.opensymphony.xwork2.config.ConfigurationException
buildInterceptor in class com.opensymphony.xwork2.ObjectFactorycom.opensymphony.xwork2.config.ConfigurationException