org.apache.struts2.config
类 NullResult

java.lang.Object
  继承者 org.apache.struts2.config.NullResult
所有已实现的接口:
com.opensymphony.xwork2.Result, Serializable

public class NullResult
extends Object
implements com.opensymphony.xwork2.Result

Null result to get around annotation defaults that can't be null

另请参见:
序列化表格

构造方法摘要
NullResult()
           
 
方法摘要
 void execute(com.opensymphony.xwork2.ActionInvocation invocation)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NullResult

public NullResult()
方法详细信息

execute

public void execute(com.opensymphony.xwork2.ActionInvocation invocation)
             throws Exception
指定者:
接口 com.opensymphony.xwork2.Result 中的 execute
抛出:
Exception