Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is ModelAndView?

Pragya Keshap answered on March 1, 2023 Popularity 7/10 Helpfulness 2/10

Contents


More Related Answers

  • view model
  • view model
  • Viewmodel provider
  • Why do you have access to the model in your View? Where does it come from?
  • Model vs ModelAndView

  • What is ModelAndView?

    0

    ModelAndView is a holder for both Model and View in the web MVC framework. These two classes are distinct; ModelAndView merely holds both to make it possible for a controller to return both model and view in a single return value. The view is resolved by a ViewResolver object; the model is data stored in a Map .Sep 22, 2565 BE  

    Popularity 7/10 Helpfulness 2/10 Language java
    Source: Grepper
    Tags: java
    Link to this answer
    Share Copy Link
    Contributed on Mar 01 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.