org.infohazard.maverick.flow
Interface Command


public interface Command

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


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!

java.io.IOException
javax.servlet.ServletException