Package io.swagger.configuration
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.languages.SpringCodegen", date="2022-03-18T10:44:56.284Z") public class WebApplication extends org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
Field Summary
Fields inherited from class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
DEFAULT_SERVLET_NAMEFields 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, createServletApplicationContextMethods inherited from class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
createDispatcherServlet, customizeRegistration, getServletApplicationContextInitializers, getServletFilters, getServletName, isAsyncSupported, onStartup, registerDispatcherServlet, registerServletFilterMethods inherited from class org.springframework.web.context.AbstractContextLoaderInitializer
getRootApplicationContextInitializers, registerContextLoaderListener
-
Constructor Details
-
WebApplication
public WebApplication()
-
-
Method Details
-
getRootConfigClasses
- Specified by:
getRootConfigClassesin classorg.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
getServletConfigClasses
- Specified by:
getServletConfigClassesin classorg.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
getServletMappings
- Specified by:
getServletMappingsin classorg.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-