Package com.opensymphony.xwork2.factory
Class DefaultResultFactory
java.lang.Object
com.opensymphony.xwork2.factory.DefaultResultFactory
- All Implemented Interfaces:
ResultFactory
Default implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildResult
(ResultConfig resultConfig, Map<String, Object> extraContext) void
setObjectFactory
(ObjectFactory objectFactory) void
setReflectionProvider
(ReflectionProvider reflectionProvider)
-
Constructor Details
-
DefaultResultFactory
public DefaultResultFactory()
-
-
Method Details
-
setObjectFactory
-
setReflectionProvider
-
buildResult
public Result buildResult(ResultConfig resultConfig, Map<String, Object> extraContext) throws Exception- Specified by:
buildResult
in interfaceResultFactory
- Throws:
Exception
-