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
- 另请参见:
 - 序列化表格
 
 
| 
方法摘要 | 
 void | 
execute(com.opensymphony.xwork2.ActionInvocation invocation)
 
            | 
 
 
NullResult
public NullResult()
execute
public void execute(com.opensymphony.xwork2.ActionInvocation invocation)
             throws Exception
- 指定者:
 - 接口 
com.opensymphony.xwork2.Result 中的 execute 
 
- 抛出:
 Exception