Uses of Class
spark.ModelAndView
-
Packages that use ModelAndView Package Description spark -
-
Uses of ModelAndView in spark
Methods in spark that return ModelAndView Modifier and Type Method Description ModelAndView
TemplateViewRoute. handle(Request request, Response response)
Invoked when a request is made on this route's corresponding path e.g.static ModelAndView
Spark. modelAndView(java.lang.Object model, java.lang.String viewName)
Constructs a ModelAndView with the provided model and view nameModelAndView
TemplateEngine. modelAndView(java.lang.Object model, java.lang.String viewName)
Creates a new ModelAndView object with given arguments.ModelAndView
TemplateViewRouteImpl. modelAndView(java.lang.Object model, java.lang.String viewName)
Creates a new ModelAndView object with given arguments.Methods in spark with parameters of type ModelAndView Modifier and Type Method Description abstract java.lang.String
TemplateEngine. render(ModelAndView modelAndView)
Method called to render the output that is sent to client.abstract java.lang.Object
TemplateViewRouteImpl. render(ModelAndView modelAndView)
Method called to render the output that is sent to client.
-