Streamline diagram of SPRINGMVC passing data

Source: Internet
Author: User

Process meaning Explanation:
(1) The HTTP request arrives at the Web server and the Web server encapsulates it as a HttpServletRequest object
(2) Springmvc frame intercepts this HttpServletRequest object
(3) SPRINGMVC Create an implicit model object (personal understanding like map) as the repository for processing this request context data
(4) SPRINGMVC binds the request parameter in the HttpServletRequest object to the incoming parameter of the request method. (Form object or request parameter)
(5) Bind the request parameter object or the business class to the hidden model from data that is isolated from the database or the form validation error information
(6) Add the implicit model to the httpservletrequest scope.
(7) JSP or other view, begin to render the data in HttpServletRequest, form a hypertext Tag data object
(8) Respond the rendered HTTP request response message to the client browser. Browser parsing Hypertext Forms HTML page

Springmvc flow diagram for passing data

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.