Class DispatcherServletRegistrationBean

All Implemented Interfaces:
Aware, BeanNameAware, ServletContextInitializer, DispatcherServletPath, Ordered

public class DispatcherServletRegistrationBean extends ServletRegistrationBean<DispatcherServlet> implements DispatcherServletPath
ServletRegistrationBean for the auto-configured DispatcherServlet. Both registers the servlet and exposes DispatcherServletPath information.
Since:
4.0.0
Author:
Phillip Webb