|
|||||||||
| 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
Class ViewShunted

java.lang.Objectorg.infohazard.maverick.flow.ViewShunted
- All Implemented Interfaces:
- View
- class ViewShunted
- extends java.lang.Object
- implements View
- extends java.lang.Object
| 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.
|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ flow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.infohazard.maverick.flow.ViewShunted