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
方法摘要 |
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)
|
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