类 DispatcherServletRegistrationBean

所有已实现的接口:
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.
从以下版本开始:
2.0.4
作者:
Phillip Webb