public class WebRuntimeSpringConfiguration extends DefaultRuntimeSpringConfiguration implements org.springframework.web.context.ServletContextAware
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) | 
| WebRuntimeSpringConfiguration
                                (org.springframework.context.ApplicationContext parent, java.lang.ClassLoader cl, GrailsApplication grailsApplication) | 
| WebRuntimeSpringConfiguration
                                (org.springframework.context.ApplicationContext parent, GrailsApplication grailsApplication) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | protected org.springframework.context.support.GenericApplicationContext | createApplicationContext(org.springframework.context.ApplicationContext parentCtx) | 
|  | public void | setServletContext(javax.servlet.ServletContext servletContext) |