Uses of Class
org.abstracthorizon.danube.mvc.ModelAndView

Packages that use ModelAndView
org.abstracthorizon.danube.beanconsole   
org.abstracthorizon.danube.freemarker   
org.abstracthorizon.danube.mvc   
org.abstracthorizon.danube.velocity   
org.abstracthorizon.danube.webflow   
 

Uses of ModelAndView in org.abstracthorizon.danube.beanconsole
 

Methods in org.abstracthorizon.danube.beanconsole that return ModelAndView
 ModelAndView InvokeController.handleRequest(Connection connection)
          Method that handles a request.
 ModelAndView DisplayController.handleRequest(Connection connection)
          Method that handles a request.
 

Uses of ModelAndView in org.abstracthorizon.danube.freemarker
 

Methods in org.abstracthorizon.danube.freemarker with parameters of type ModelAndView
 void FreeMarkerViewAdapter.render(Connection connection, ModelAndView modelAndView)
          This method renders output
 

Uses of ModelAndView in org.abstracthorizon.danube.mvc
 

Methods in org.abstracthorizon.danube.mvc that return ModelAndView
 ModelAndView Controller.handleRequest(Connection connection)
          This method processes action request.
 

Methods in org.abstracthorizon.danube.mvc with parameters of type ModelAndView
 void View.render(Connection connection, ModelAndView modelAndView)
          This metohd renders view on given connection based on supplied view name and model
 

Uses of ModelAndView in org.abstracthorizon.danube.velocity
 

Methods in org.abstracthorizon.danube.velocity with parameters of type ModelAndView
 void VelocityViewAdapter.render(Connection connection, ModelAndView modelAndView)
          This method renders output
 

Uses of ModelAndView in org.abstracthorizon.danube.webflow
 

Methods in org.abstracthorizon.danube.webflow that return ModelAndView
 ModelAndView DanubeFlowController.handleRequest(Connection connection)
          Handles request
protected  ModelAndView DanubeFlowController.toModelAndView(org.springframework.webflow.executor.ResponseInstruction response, org.springframework.webflow.context.ExternalContext context)
          Returns model and a view combination
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.