Uses of Class
org.codehaus.waffle.view.View

Packages that use View
org.codehaus.waffle.monitor   
org.codehaus.waffle.servlet   
org.codehaus.waffle.view   
 

Uses of View in org.codehaus.waffle.monitor
 

Methods in org.codehaus.waffle.monitor with parameters of type View
 void ActionMonitor.viewDispatched(View view)
           
 void AbstractWritingMonitor.viewDispatched(View view)
           
 

Uses of View in org.codehaus.waffle.servlet
 

Methods in org.codehaus.waffle.servlet that return View
protected  View WaffleServlet.buildActionMethodFailureView(ControllerDefinition controllerDefinition)
          Builds the view for action method failures, by default the referring view.
protected  View WaffleServlet.buildErrorsView()
          Builds the errors view, for cases in which the context container or the controller are not found.
protected  View WaffleServlet.buildRedirectingView(javax.servlet.http.HttpServletRequest request, ControllerDefinition controllerDefinition)
          Build redirecting view, used by PRG paradigm.
protected  View WaffleServlet.buildView(ControllerDefinition controllerDefinition)
          Build a view back to the referring page, using the Controller's name as the View name.
protected  View WaffleXMLServlet.buildViewToReferrer()
           
 

Uses of View in org.codehaus.waffle.view
 

Subclasses of View in org.codehaus.waffle.view
 class ExportView
          Indicates that the view has content which should be exported to a filename using the given content type.
 class RedirectView
          Indicates that the view should be redirected to.
 class ResponderView
          A ResponderView is able to use the servlet response and write directly to it, instead of dispatching it.
 class XMLView
          A view that renders the controller as XML.
 

Methods in org.codehaus.waffle.view with parameters of type View
 void ViewDispatcher.dispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, View view)
           
 void DefaultViewDispatcher.dispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, View view)
           
 java.lang.String ViewResolver.resolve(View view)
          Resolves the view by return the path to the next view
 java.lang.String DefaultViewResolver.resolve(View view)
           
 



Copyright © 2008. All Rights Reserved.