org.apache.struts2.factory
类 StrutsResultFactory

java.lang.Object
  继承者 org.apache.struts2.factory.StrutsResultFactory
所有已实现的接口:
com.opensymphony.xwork2.factory.ResultFactory

public class StrutsResultFactory
extends Object
implements com.opensymphony.xwork2.factory.ResultFactory

Default implementation which uses ParamNameAwareResult to accept or throwaway parameters


构造方法摘要
StrutsResultFactory()
           
 
方法摘要
 com.opensymphony.xwork2.Result buildResult(com.opensymphony.xwork2.config.entities.ResultConfig resultConfig, Map<String,Object> extraContext)
           
 void setObjectFactory(com.opensymphony.xwork2.ObjectFactory objectFactory)
           
 void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider provider)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StrutsResultFactory

public StrutsResultFactory()
方法详细信息

setObjectFactory

public void setObjectFactory(com.opensymphony.xwork2.ObjectFactory objectFactory)

setReflectionProvider

public void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider provider)

buildResult

public com.opensymphony.xwork2.Result buildResult(com.opensymphony.xwork2.config.entities.ResultConfig resultConfig,
                                                  Map<String,Object> extraContext)
                                           throws Exception
指定者:
接口 com.opensymphony.xwork2.factory.ResultFactory 中的 buildResult
抛出:
Exception