org.apache.struts2.config
Class NullResult

java.lang.Object
  extended by org.apache.struts2.config.NullResult
All Implemented Interfaces:
Result, Serializable

public class NullResult
extends Object
implements Result

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

See Also:
Serialized Form

Constructor Summary
NullResult()
           
 
Method Summary
 void execute(ActionInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullResult

public NullResult()
Method Detail

execute

public void execute(ActionInvocation invocation)
             throws Exception
Specified by:
execute in interface Result
Throws:
Exception


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.