@ComponentScan(basePackageClasses=GetMethodConvertingFilter.class) public class ServletInitializer extends org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
| Constructor and Description |
|---|
ServletInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.context.WebApplicationContext |
createRootApplicationContext() |
protected org.springframework.web.context.WebApplicationContext |
createServletApplicationContext() |
protected String[] |
getServletMappings() |
void |
onStartup(javax.servlet.ServletContext servletContext) |
createDispatcherServlet, customizeRegistration, getServletApplicationContextInitializers, getServletFilters, getServletName, isAsyncSupported, registerDispatcherServlet, registerServletFilterprotected org.springframework.web.context.WebApplicationContext createServletApplicationContext()
createServletApplicationContext in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializerprotected String[] getServletMappings()
getServletMappings in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializerprotected org.springframework.web.context.WebApplicationContext createRootApplicationContext()
createRootApplicationContext in class org.springframework.web.context.AbstractContextLoaderInitializerpublic void onStartup(javax.servlet.ServletContext servletContext)
throws javax.servlet.ServletException
onStartup in interface org.springframework.web.WebApplicationInitializeronStartup in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializerjavax.servlet.ServletExceptionCopyright © 2017. All rights reserved.