Uses of Class
org.springframework.web.servlet.DispatcherServlet
Packages that use DispatcherServlet Package Description org.springframework.test.web.servlet Contains server-side support for testing Spring MVC applications.Uses of DispatcherServlet in org.springframework.test.web.servlet
Methods in org.springframework.test.web.servlet that return DispatcherServlet Modifier and Type Method Description DispatcherServletMockMvc. getDispatcherServlet()Return the underlyingDispatcherServletinstance that thisMockMvcwas initialized with.Methods in org.springframework.test.web.servlet with parameters of type DispatcherServlet Modifier and Type Method Description voidDispatcherServletCustomizer. customize(DispatcherServlet dispatcherServlet)Customize the suppliedDispatcherServletbefore it is initialized.