net.sf.xworkquartz.dispatcher
Class NoopResult

java.lang.Object
  extended bynet.sf.xworkquartz.dispatcher.NoopResult
All Implemented Interfaces:
com.opensymphony.xwork.Result, java.io.Serializable

public class NoopResult
extends java.lang.Object
implements com.opensymphony.xwork.Result

A result which does nothing.

Version:
$Id: NoopResult.java,v 1.2 2004/07/02 20:30:16 stephanmueller Exp $
Author:
Stephan Mueller
See Also:
Serialized Form

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

Constructor Detail

NoopResult

public NoopResult()
Method Detail

execute

public void execute(com.opensymphony.xwork.ActionInvocation invocation)
             throws java.lang.Exception
Specified by:
execute in interface com.opensymphony.xwork.Result
Throws:
java.lang.Exception

XWork-Quartz Project Page