Uses of Class
spark.ModelAndView
Packages that use ModelAndView
-
Uses of ModelAndView in spark
Methods in spark that return ModelAndViewModifier and TypeMethodDescriptionInvoked when a request is made on this route's corresponding path e.g.static ModelAndView
Spark.modelAndView
(Object model, String viewName) Constructs a ModelAndView with the provided model and view nameTemplateEngine.modelAndView
(Object model, String viewName) Creates a new ModelAndView object with given arguments.TemplateViewRouteImpl.modelAndView
(Object model, String viewName) Creates a new ModelAndView object with given arguments.Methods in spark with parameters of type ModelAndViewModifier and TypeMethodDescriptionabstract String
TemplateEngine.render
(ModelAndView modelAndView) Method called to render the output that is sent to client.abstract Object
TemplateViewRouteImpl.render
(ModelAndView modelAndView) Method called to render the output that is sent to client.