Class AbstractVSpringMvcWebApplicationInitializer

java.lang.Object
org.springframework.web.context.AbstractContextLoaderInitializer
org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
io.vertigo.ui.impl.springmvc.config.AbstractVSpringMvcWebApplicationInitializer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

public abstract class AbstractVSpringMvcWebApplicationInitializer extends org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
  • Field Summary

    Fields inherited from class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer

    DEFAULT_SERVLET_NAME

    Fields inherited from class org.springframework.web.context.AbstractContextLoaderInitializer

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.web.servlet.FrameworkServlet
    createDispatcherServlet(org.springframework.web.context.WebApplicationContext servletAppContext)
     
    protected org.springframework.web.context.WebApplicationContext
     
    protected Class<?>[]
     
    protected String[]
     
    void
    onStartup(jakarta.servlet.ServletContext servletContext)
     

    Methods inherited from class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer

    createRootApplicationContext, getServletConfigClasses

    Methods inherited from class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer

    customizeRegistration, getServletApplicationContextInitializers, getServletFilters, getServletName, isAsyncSupported, registerDispatcherServlet, registerServletFilter

    Methods inherited from class org.springframework.web.context.AbstractContextLoaderInitializer

    getRootApplicationContextInitializers, registerContextLoaderListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractVSpringMvcWebApplicationInitializer

      public AbstractVSpringMvcWebApplicationInitializer()
  • Method Details

    • createServletApplicationContext

      protected org.springframework.web.context.WebApplicationContext createServletApplicationContext()
      Overrides:
      createServletApplicationContext in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
    • onStartup

      public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException
      Specified by:
      onStartup in interface org.springframework.web.WebApplicationInitializer
      Overrides:
      onStartup in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
      Throws:
      jakarta.servlet.ServletException
    • getRootConfigClasses

      protected Class<?>[] getRootConfigClasses()
      Specified by:
      getRootConfigClasses in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
    • createDispatcherServlet

      protected org.springframework.web.servlet.FrameworkServlet createDispatcherServlet(org.springframework.web.context.WebApplicationContext servletAppContext)
      Overrides:
      createDispatcherServlet in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
    • getServletMappings

      protected String[] getServletMappings()
      Specified by:
      getServletMappings in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer