Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.infohazard.maverick.flow
Interface Command  view Command download Command.java

All Known Implementing Classes:
CommandBase

public interface Command

The Command is the highest entry point of workflow outside of the Dispatcher.

For a base implementation, see CommandBase.


Method Summary
 void go(MaverickContext mctx)
           Execute the Command and render the results!
 

Method Detail

go

public void go(MaverickContext mctx)
        throws java.io.IOException,
               javax.servlet.ServletException

Execute the Command and render the results!