org.infohazard.maverick.flow
Interface View

All Known Implementing Classes:
DispatchedViewFactory.DispatchedView, DocumentView, NullViewFactory.NullView, RedirectView, TrivialViewFactory.TrivialView

public interface View

Views do the work of actually rendering the model.


Method Summary
 void go(ViewContext vctx)
          Renders the specified model to the response.
 

Method Detail

go

public void go(ViewContext vctx)
        throws javax.servlet.ServletException,
               java.io.IOException
Renders the specified model to the response.

javax.servlet.ServletException
java.io.IOException