|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ flow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.infohazard.maverick.flow
Interface Command

- 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!
|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ flow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC