Class WebApplication

java.lang.Object
org.springframework.web.context.AbstractContextLoaderInitializer
org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
io.swagger.configuration.WebApplication
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
           date="2022-04-07T11:18:33.522020705Z[Etc/UTC]")
public class WebApplication
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
    WebApplication()  
  • Method Summary

    Modifier and Type Method Description
    protected Class<?>[] getRootConfigClasses()  
    protected Class<?>[] getServletConfigClasses()  
    protected String[] getServletMappings()  

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

    createRootApplicationContext, createServletApplicationContext

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

    createDispatcherServlet, customizeRegistration, getServletApplicationContextInitializers, getServletFilters, getServletName, isAsyncSupported, onStartup, 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

    • WebApplication

      public WebApplication()
  • Method Details

    • getRootConfigClasses

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

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

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