Package com.google.inject.struts2
Class GuiceObjectFactory
- java.lang.Object
-
- com.opensymphony.xwork2.ObjectFactory
-
- com.google.inject.struts2.GuiceObjectFactory
-
- All Implemented Interfaces:
Serializable
@Deprecated public class GuiceObjectFactory extends com.opensymphony.xwork2.ObjectFactory
Deprecated.UseStruts2Factory
instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuiceObjectFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
buildBean(Class clazz, Map<String,Object> extraContext)
Deprecated.com.opensymphony.xwork2.interceptor.Interceptor
buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig, Map<String,String> interceptorRefParams)
Deprecated.Class
getClassInstance(String name)
Deprecated.boolean
isNoArgConstructorRequired()
Deprecated.-
Methods inherited from class com.opensymphony.xwork2.ObjectFactory
buildAction, buildBean, buildBean, buildConverter, buildResult, buildUnknownHandler, buildValidator, getObjectFactory, injectInternalBeans, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setUnknownHandlerFactory, setValidatorFactory
-
-
-
-
Method Detail
-
isNoArgConstructorRequired
public boolean isNoArgConstructorRequired()
Deprecated.- Overrides:
isNoArgConstructorRequired
in classcom.opensymphony.xwork2.ObjectFactory
-
getClassInstance
public Class getClassInstance(String name) throws ClassNotFoundException
Deprecated.- Overrides:
getClassInstance
in classcom.opensymphony.xwork2.ObjectFactory
- Throws:
ClassNotFoundException
-
buildBean
public Object buildBean(Class clazz, Map<String,Object> extraContext)
Deprecated.- Overrides:
buildBean
in classcom.opensymphony.xwork2.ObjectFactory
-
-