com.opensymphony.xwork2.factory
Class DefaultResultFactory

java.lang.Object
  extended by com.opensymphony.xwork2.factory.DefaultResultFactory
All Implemented Interfaces:
ResultFactory

public class DefaultResultFactory
extends Object
implements ResultFactory

Default implementation


Constructor Summary
DefaultResultFactory()
           
 
Method Summary
 Result buildResult(ResultConfig resultConfig, Map<String,Object> extraContext)
           
 void setObjectFactory(ObjectFactory objectFactory)
           
 void setReflectionProvider(ReflectionProvider reflectionProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResultFactory

public DefaultResultFactory()
Method Detail

setObjectFactory

public void setObjectFactory(ObjectFactory objectFactory)

setReflectionProvider

public void setReflectionProvider(ReflectionProvider reflectionProvider)

buildResult

public Result buildResult(ResultConfig resultConfig,
                          Map<String,Object> extraContext)
                   throws Exception
Specified by:
buildResult in interface ResultFactory
Throws:
Exception


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.