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_NAMEFields inherited from class org.springframework.web.context.AbstractContextLoaderInitializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.web.servlet.FrameworkServletcreateDispatcherServlet(org.springframework.web.context.WebApplicationContext servletAppContext) protected org.springframework.web.context.WebApplicationContextprotected Class<?>[]protected String[]voidonStartup(jakarta.servlet.ServletContext servletContext) Methods inherited from class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
createRootApplicationContext, getServletConfigClassesMethods inherited from class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
customizeRegistration, getServletApplicationContextInitializers, getServletFilters, getServletName, isAsyncSupported, registerDispatcherServlet, registerServletFilterMethods inherited from class org.springframework.web.context.AbstractContextLoaderInitializer
getRootApplicationContextInitializers, registerContextLoaderListener
-
Constructor Details
-
AbstractVSpringMvcWebApplicationInitializer
public AbstractVSpringMvcWebApplicationInitializer()
-
-
Method Details
-
createServletApplicationContext
protected org.springframework.web.context.WebApplicationContext createServletApplicationContext()- Overrides:
createServletApplicationContextin classorg.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException - Specified by:
onStartupin interfaceorg.springframework.web.WebApplicationInitializer- Overrides:
onStartupin classorg.springframework.web.servlet.support.AbstractDispatcherServletInitializer- Throws:
jakarta.servlet.ServletException
-
getRootConfigClasses
- Specified by:
getRootConfigClassesin classorg.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
createDispatcherServlet
protected org.springframework.web.servlet.FrameworkServlet createDispatcherServlet(org.springframework.web.context.WebApplicationContext servletAppContext) - Overrides:
createDispatcherServletin classorg.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
getServletMappings
- Specified by:
getServletMappingsin classorg.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-