public class WebRuntimeSpringConfiguration extends DefaultRuntimeSpringConfiguration
Subclasses DefaultRuntimeSpringConfiguration to provide construction of WebApplicationContext instances.
Fields inherited from class | Fields |
---|---|
class DefaultRuntimeSpringConfiguration |
aliases, beanFactory, classLoader, context, parent |
Constructor and description |
---|
WebRuntimeSpringConfiguration
(org.springframework.context.ApplicationContext parent) |
WebRuntimeSpringConfiguration
(org.springframework.context.ApplicationContext parent, java.lang.ClassLoader cl) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected org.springframework.context.support.GenericApplicationContext |
createApplicationContext(org.springframework.context.ApplicationContext parentCtx) |
|
void |
setServletContext(javax.servlet.ServletContext servletContext) |
Methods inherited from class | Name |
---|---|
class DefaultRuntimeSpringConfiguration |
addAbstractBean, addAlias, addBeanConfiguration, addBeanDefinition, addPrototypeBean, addPrototypeBean, addSingletonBean, addSingletonBean, addSingletonBean, containsBean, createApplicationContext, createBeanDefinition, createPrototypeBean, createSingletonBean, createSingletonBean, createSingletonBean, getApplicationContext, getBeanConfig, getBeanDefinition, getBeanNames, getUnrefreshedApplicationContext, initialiseApplicationContext, registerBeansWithConfig, registerBeansWithContext, registerBeansWithRegistry, registerPostProcessor, setBeanFactory |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |