Uses of Class
org.springframework.web.servlet.DispatcherServlet
Package
Description
Contains server-side support for testing Spring MVC applications.
-
Uses of DispatcherServlet in org.springframework.test.web.servlet
Modifier and TypeMethodDescriptionMockMvc.getDispatcherServlet()
Return the underlyingDispatcherServlet
instance that thisMockMvc
was initialized with.Modifier and TypeMethodDescriptionvoid
DispatcherServletCustomizer.customize
(DispatcherServlet dispatcherServlet) Customize the suppliedDispatcherServlet
before it is initialized.