类 DispatcherServletRegistrationBean

  • 所有已实现的接口:
    DispatcherServletPath, org.springframework.boot.web.servlet.ServletContextInitializer, org.springframework.core.Ordered

    public class DispatcherServletRegistrationBean
    extends org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>
    implements DispatcherServletPath
    ServletRegistrationBean for the auto-configured DispatcherServlet. Both registers the servlet and exposes DispatcherServletPath information.
    从以下版本开始:
    2.0.4
    • 方法详细资料

      • setUrlMappings

        public void setUrlMappings​(Collection<String> urlMappings)
        覆盖:
        setUrlMappings 在类中 org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>
      • addUrlMappings

        public void addUrlMappings​(String... urlMappings)
        覆盖:
        addUrlMappings 在类中 org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>