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 ModelAndViewTemplateViewRoute. handle(Request request, Response response)Invoked when a request is made on this route's corresponding path e.g.static ModelAndViewSpark. modelAndView(java.lang.Object model, java.lang.String viewName)Constructs a ModelAndView with the provided model and view nameModelAndViewTemplateEngine. modelAndView(java.lang.Object model, java.lang.String viewName)Creates a new ModelAndView object with given arguments.ModelAndViewTemplateViewRouteImpl. 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.StringTemplateEngine. render(ModelAndView modelAndView)Method called to render the output that is sent to client.abstract java.lang.ObjectTemplateViewRouteImpl. render(ModelAndView modelAndView)Method called to render the output that is sent to client.
-