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

Quick Search    Search Deep

org.infohazard.maverick.flow
Class ViewShunted  view ViewShunted download ViewShunted.java

java.lang.Object
  extended byorg.infohazard.maverick.flow.ViewShunted
All Implemented Interfaces:
View

class ViewShunted
extends java.lang.Object
implements View


Field Summary
protected  Shunt shunt
           
 
Constructor Summary
ViewShunted(Shunt shunt)
           
 
Method Summary
 void defineMode(java.lang.String mode, View v)
           
 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
 

Field Detail

shunt

protected Shunt shunt
Constructor Detail

ViewShunted

public ViewShunted(Shunt shunt)
Method Detail

defineMode

public void defineMode(java.lang.String mode,
                       View v)
                throws ConfigException

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