dispatcher servlet
-
DispatcherServlet in SpringFramework/SPRING 2019. 9. 28. 23:46
1. Overview In the Front Controller design pattern, a single controller is responsible for directing incoming HTTP requests to all of an application's other controllers and handlers. Spring's DispatcherServlet implements this pattern and is responsible for correctly coordinating the HTTP requests to their right handlers. It is inherited from javax.servlet.http.HttpServlet, it is typically config..