public class AppInit
extends org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
| Constructor and Description |
|---|
AppInit() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customizeRegistration(javax.servlet.ServletRegistration.Dynamic registration) |
protected Class<?>[] |
getRootConfigClasses() |
protected Class<?>[] |
getServletConfigClasses() |
protected String[] |
getServletMappings() |
createRootApplicationContext, createServletApplicationContextcreateDispatcherServlet, getServletApplicationContextInitializers, getServletFilters, getServletName, isAsyncSupported, onStartup, registerDispatcherServlet, registerServletFilterprotected Class<?>[] getRootConfigClasses()
getRootConfigClasses in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializerprotected Class<?>[] getServletConfigClasses()
getServletConfigClasses in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializerprotected String[] getServletMappings()
getServletMappings in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializerprotected void customizeRegistration(javax.servlet.ServletRegistration.Dynamic registration)
customizeRegistration in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializerCopyright © 2019. All rights reserved.