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
-
-
Constructor Summary
Constructors Constructor Description AbstractVSpringMvcWebApplicationInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.web.servlet.FrameworkServlet
createDispatcherServlet(org.springframework.web.context.WebApplicationContext servletAppContext)
protected Class<?>[]
getRootConfigClasses()
protected String[]
getServletMappings()
-
Methods inherited from class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
createRootApplicationContext, createServletApplicationContext, getServletConfigClasses
-
Methods inherited from class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
customizeRegistration, getServletApplicationContextInitializers, getServletFilters, getServletName, isAsyncSupported, onStartup, registerDispatcherServlet, registerServletFilter
-
-
-
-
Method Detail
-
getRootConfigClasses
protected Class<?>[] getRootConfigClasses()
- Specified by:
getRootConfigClasses
in classorg.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
createDispatcherServlet
protected org.springframework.web.servlet.FrameworkServlet createDispatcherServlet(org.springframework.web.context.WebApplicationContext servletAppContext)
- Overrides:
createDispatcherServlet
in classorg.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
getServletMappings
protected String[] getServletMappings()
- Specified by:
getServletMappings
in classorg.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
-