Class DispatcherServletRegistrationBean

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

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