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

Quick Search    Search Deep

Package org.infohazard.maverick.view

Class Summary
DispatchedViewFactory This factory creates Views which use the RequestDispatcher to obtain content.
DispatchedViewFactory.DispatchedView The view is rendered as a RequestDispatcher.forward() or include().
DocumentView DocumentView is the base class for the default Maverick "document" view type.
DocumentViewFactory Factory for building JSP, Velocity, and other resource-based views which place the model bean in one of the servlet attribute collections and use the RequestDispatcher to forward to the actual content.
NullViewFactory Creates a view which does absolutely nothing.
NullViewFactory.NullView Simple implementation does nothing.
RedirectView This view causes a client redirect.
RedirectViewFactory Creates views which result in HTTP redirects.
TrivialViewFactory Creates simple views which expect the model itself to be the source of content.
TrivialViewFactory.TrivialView