|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |