|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.infohazard.maverick.view.DispatchedViewFactory.DispatchedView
The view is rendered as a RequestDispatcher.forward() or include().
| Field Summary | |
protected java.lang.String |
path
Source url of the document. |
| Constructor Summary | |
DispatchedViewFactory.DispatchedView(java.lang.String path)
|
|
| Method Summary | |
void |
go(ViewContext vctx)
Renders the url associated with this view directly to the response. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String path
| Constructor Detail |
public DispatchedViewFactory.DispatchedView(java.lang.String path)
path - is the URL of the document to render.| Method Detail |
public void go(ViewContext vctx)
throws java.io.IOException,
javax.servlet.ServletException
go in interface Viewjava.io.IOException
javax.servlet.ServletExceptionView.go(org.infohazard.maverick.flow.ViewContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||