Uses of Class
com.bobocode.bring.web.servlet.DispatcherServlet
Packages that use DispatcherServlet
-
Uses of DispatcherServlet in com.bobocode.bring.web.servlet
Fields in com.bobocode.bring.web.servlet declared as DispatcherServletModifier and TypeFieldDescriptionprivate final DispatcherServlet
WebStarter.dispatcherServlet
The DispatcherServlet responsible for handling HTTP requests.Constructors in com.bobocode.bring.web.servlet with parameters of type DispatcherServletModifierConstructorDescriptionWebStarter
(TomcatServletWebServerFactory tomcatServletWebServerFactory, DispatcherServlet dispatcherServlet, JsonExceptionHandler jsonExceptionHandler, RestControllerContext restControllerContext) Constructs a new WebStarter with the specified components.