类 CmsInitializer
java.lang.Object
org.springframework.web.context.AbstractContextLoaderInitializer
config.initializer.CmsInitializer
- 所有已实现的接口:
org.springframework.web.WebApplicationInitializer
public class CmsInitializer
extends org.springframework.web.context.AbstractContextLoaderInitializer
implements org.springframework.web.WebApplicationInitializer
CMS初始化
Management Initializer
-
字段概要
从类继承的字段 org.springframework.web.context.AbstractContextLoaderInitializer
logger
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected org.springframework.web.context.WebApplicationContext
从类继承的方法 org.springframework.web.context.AbstractContextLoaderInitializer
getRootApplicationContextInitializers, onStartup, registerContextLoaderListener
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.springframework.web.WebApplicationInitializer
onStartup
-
构造器详细资料
-
CmsInitializer
public CmsInitializer()
-
-
方法详细资料
-
createRootApplicationContext
protected org.springframework.web.context.WebApplicationContext createRootApplicationContext()- 指定者:
createRootApplicationContext
在类中org.springframework.web.context.AbstractContextLoaderInitializer
-