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

Quick Search    Search Deep

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

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