类 BaseServletInitializer

java.lang.Object
org.springframework.web.context.AbstractContextLoaderInitializer
org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
com.publiccms.common.base.BaseServletInitializer
所有已实现的接口:
org.springframework.web.WebApplicationInitializer
直接已知子类:
AdminInitializer, ApiInitializer, WebInitializer

public abstract class BaseServletInitializer extends org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
BaseServletInitializer
  • 字段概要

    从类继承的字段 org.springframework.web.servlet.support.AbstractDispatcherServletInitializer

    DEFAULT_SERVLET_NAME

    从类继承的字段 org.springframework.web.context.AbstractContextLoaderInitializer

    logger
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected org.springframework.web.servlet.DispatcherServlet
    createDispatcherServlet(org.springframework.web.context.WebApplicationContext servletAppContext)
     
    protected org.springframework.web.context.WebApplicationContext
     
    protected org.springframework.web.context.WebApplicationContext
     
    protected abstract Class<?>[]
     
    protected jakarta.servlet.Filter[]
     
    protected String
     

    从类继承的方法 org.springframework.web.servlet.support.AbstractDispatcherServletInitializer

    customizeRegistration, getServletApplicationContextInitializers, getServletMappings, isAsyncSupported, onStartup, registerDispatcherServlet, registerServletFilter

    从类继承的方法 org.springframework.web.context.AbstractContextLoaderInitializer

    getRootApplicationContextInitializers, registerContextLoaderListener

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • BaseServletInitializer

      public BaseServletInitializer()
  • 方法详细资料

    • createServletApplicationContext

      protected org.springframework.web.context.WebApplicationContext createServletApplicationContext()
      指定者:
      createServletApplicationContext 在类中 org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
    • createDispatcherServlet

      protected org.springframework.web.servlet.DispatcherServlet createDispatcherServlet(org.springframework.web.context.WebApplicationContext servletAppContext)
      覆盖:
      createDispatcherServlet 在类中 org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
    • getServletName

      protected String getServletName()
      覆盖:
      getServletName 在类中 org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
    • getServletFilters

      protected jakarta.servlet.Filter[] getServletFilters()
      覆盖:
      getServletFilters 在类中 org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
    • createRootApplicationContext

      protected org.springframework.web.context.WebApplicationContext createRootApplicationContext()
      指定者:
      createRootApplicationContext 在类中 org.springframework.web.context.AbstractContextLoaderInitializer
    • getServletConfigClasses

      protected abstract Class<?>[] getServletConfigClasses()