What is Dispatcher Servlet in Spring?

前端 未结 7 1594
一整个雨季
一整个雨季 2020-11-30 15:56

In this image (which I got from here), HTTP request sends something to Dispatcher Servlet.

7条回答
  •  有刺的猬
    2020-11-30 16:30

    Dispatcher Controller are displayed in the figure all the incoming request is in intercepted by the dispatcher servlet that works as front controller. The dispatcher servlet gets an entry to handler mapping from the XML file and forwords the request to the Controller.

提交回复
热议问题