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.buildRedirectingView(javax.servlet.http.HttpServletRequest request, ControllerDefinition controllerDefinition)
          Build redirecting view, used by PRG paradigm.
protected  View WaffleServlet.buildReferringView(ControllerDefinition controllerDefinition)
          Build a view back to the referring page, using the Controller's name as the View name.
protected  View WaffleXMLServlet.buildViewToReferrer(ControllerDefinition controllerDefinition)
           
 

Uses of View in org.codehaus.waffle.view
 

Subclasses of View in org.codehaus.waffle.view
 class RedirectView
           
 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.