org.infohazard.maverick.view
Class TrivialViewFactory.TrivialView

java.lang.Object
  |
  +--org.infohazard.maverick.view.TrivialViewFactory.TrivialView
All Implemented Interfaces:
View
Enclosing class:
TrivialViewFactory

protected static class TrivialViewFactory.TrivialView
extends java.lang.Object
implements View


Constructor Summary
protected TrivialViewFactory.TrivialView()
           
 
Method Summary
 void go(ViewContext vctx)
          Renders the specified model to the response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrivialViewFactory.TrivialView

protected TrivialViewFactory.TrivialView()
Method Detail

go

public void go(ViewContext vctx)
        throws java.io.IOException,
               javax.servlet.ServletException
Description copied from interface: View
Renders the specified model to the response.

Specified by:
go in interface View
java.io.IOException
javax.servlet.ServletException