|
|||||||||
| 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 Controller

- All Known Subinterfaces:
- ControllerSingleton
- All Known Implementing Classes:
- AbstractControllerFactory.NullController, ControllerWithParams, ThrowawayControllerAdapter
- public interface Controller
Controller is the interface that all command controllers must implement. A controller which implements this interface (and not ControllerSingleton) will have a new instance instantiated for every request.
| Method Summary | |
java.lang.String |
go(ControllerContext cctx)
|
| Method Detail |
go
public java.lang.String go(ControllerContext cctx) throws javax.servlet.ServletException
|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ flow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC