B C D E G I O P S T W 
All Classes All Packages

B

BOOT_STRAP - Static variable in class org.grails.web.servlet.boostrap.DefaultGrailsBootstrapClass
 
BootstrapArtefactHandler - Class in org.grails.web.servlet.boostrap
 
BootstrapArtefactHandler() - Constructor for class org.grails.web.servlet.boostrap.BootstrapArtefactHandler
 

C

callDestroy() - Method in interface grails.web.servlet.bootstrap.GrailsBootstrapClass
Calls the destroy closure if one exists.
callDestroy() - Method in class org.grails.web.servlet.boostrap.DefaultGrailsBootstrapClass
 
callInit(ServletContext) - Method in interface grails.web.servlet.bootstrap.GrailsBootstrapClass
Calls the init closure if one exists.
callInit(ServletContext) - Method in class org.grails.web.servlet.boostrap.DefaultGrailsBootstrapClass
 
configureServletContextAttributes(ServletContext, GrailsApplication, GrailsPluginManager, WebApplicationContext) - Static method in class org.grails.web.servlet.context.GrailsConfigUtils
 
createApplicationContext(ApplicationContext) - Method in class org.grails.web.servlet.context.support.WebRuntimeSpringConfiguration
 
createEnvironment() - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
createRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Method in class grails.spring.WebBeanBuilder
 

D

DefaultGrailsBootstrapClass - Class in org.grails.web.servlet.boostrap
 
DefaultGrailsBootstrapClass(Class<?>) - Constructor for class org.grails.web.servlet.boostrap.DefaultGrailsBootstrapClass
 
doGetActiveProfiles() - Method in class grails.web.servlet.context.support.GrailsEnvironment
 

E

executeGrailsBootstraps(GrailsApplication, WebApplicationContext, ServletContext) - Static method in class org.grails.web.servlet.context.GrailsConfigUtils
Deprecated.
executeGrailsBootstraps(GrailsApplication, WebApplicationContext, ServletContext, GrailsPluginManager) - Static method in class org.grails.web.servlet.context.GrailsConfigUtils
Executes Grails bootstrap classes

G

getClassLoader() - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
getConfigLocations() - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
getDestroyClosure() - Method in interface grails.web.servlet.bootstrap.GrailsBootstrapClass
Returns the destroy closure which is called on application exit.
getDestroyClosure() - Method in class org.grails.web.servlet.boostrap.DefaultGrailsBootstrapClass
 
getEnvironment() - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
getInitClosure() - Method in interface grails.web.servlet.bootstrap.GrailsBootstrapClass
Returns the init closure which is called on application load.
getInitClosure() - Method in class org.grails.web.servlet.boostrap.DefaultGrailsBootstrapClass
 
getNamespace() - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
getReferenceInstance() - Method in class org.grails.web.servlet.boostrap.DefaultGrailsBootstrapClass
 
getResourceByPath(String) - Method in class grails.web.servlet.context.GrailsWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourcePatternResolver() - Method in class grails.web.servlet.context.GrailsWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getServletConfig() - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
getServletContext() - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
grails.spring - package grails.spring
 
grails.web.servlet.bootstrap - package grails.web.servlet.bootstrap
 
grails.web.servlet.context - package grails.web.servlet.context
 
grails.web.servlet.context.support - package grails.web.servlet.context.support
 
GrailsBootstrapClass - Interface in grails.web.servlet.bootstrap
Loaded and executed on application load.
GrailsConfigUtils - Class in org.grails.web.servlet.context
A common class where shared configurational methods can reside.
GrailsConfigUtils() - Constructor for class org.grails.web.servlet.context.GrailsConfigUtils
 
GrailsEnvironment - Class in grails.web.servlet.context.support
Bridges Grails' existing environment API with the new Spring 3.1 environment profiles API.
GrailsEnvironment(GrailsApplication) - Constructor for class grails.web.servlet.context.support.GrailsEnvironment
 
GrailsWebApplicationContext - Class in grails.web.servlet.context
A WebApplicationContext that extends StaticApplicationContext to allow for programmatic configuration at runtime.
GrailsWebApplicationContext() - Constructor for class grails.web.servlet.context.GrailsWebApplicationContext
 
GrailsWebApplicationContext(GrailsApplication) - Constructor for class grails.web.servlet.context.GrailsWebApplicationContext
 
GrailsWebApplicationContext(DefaultListableBeanFactory) - Constructor for class grails.web.servlet.context.GrailsWebApplicationContext
 
GrailsWebApplicationContext(DefaultListableBeanFactory, GrailsApplication) - Constructor for class grails.web.servlet.context.GrailsWebApplicationContext
 
GrailsWebApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class grails.web.servlet.context.GrailsWebApplicationContext
 
GrailsWebApplicationContext(DefaultListableBeanFactory, ApplicationContext, GrailsApplication) - Constructor for class grails.web.servlet.context.GrailsWebApplicationContext
 
GrailsWebApplicationContext(ApplicationContext) - Constructor for class grails.web.servlet.context.GrailsWebApplicationContext
 
GrailsWebApplicationContext(ApplicationContext, GrailsApplication) - Constructor for class grails.web.servlet.context.GrailsWebApplicationContext
 

I

isConfigTrue(GrailsApplication, String) - Static method in class org.grails.web.servlet.context.GrailsConfigUtils
Checks if a Config parameter is true or a System property with the same name is true
isConfigTrue(Object, String) - Static method in class org.grails.web.servlet.context.GrailsConfigUtils
 

O

org.grails.web.servlet.boostrap - package org.grails.web.servlet.boostrap
 
org.grails.web.servlet.context - package org.grails.web.servlet.context
 
org.grails.web.servlet.context.support - package org.grails.web.servlet.context.support
 

P

postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class grails.web.servlet.context.GrailsWebApplicationContext
Register ServletContextAwareProcessor.
prepareBeanFactory(ConfigurableListableBeanFactory) - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 

S

setConfigLocation(String) - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
setConfigLocations(String[]) - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
setNamespace(String) - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
setServletConfig(ServletConfig) - Method in class grails.web.servlet.context.GrailsWebApplicationContext
 
setServletContext(ServletContext) - Method in class grails.web.servlet.context.GrailsWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - Method in class org.grails.web.servlet.context.support.WebRuntimeSpringConfiguration
 

T

TYPE - Static variable in class org.grails.web.servlet.boostrap.BootstrapArtefactHandler
 

W

WebBeanBuilder - Class in grails.spring
Extended version of the BeanBuilder class that provides support for constructing WebApplicationContext instances
WebBeanBuilder() - Constructor for class grails.spring.WebBeanBuilder
 
WebBeanBuilder(ClassLoader) - Constructor for class grails.spring.WebBeanBuilder
 
WebBeanBuilder(ApplicationContext) - Constructor for class grails.spring.WebBeanBuilder
 
WebBeanBuilder(ApplicationContext, ClassLoader) - Constructor for class grails.spring.WebBeanBuilder
 
WebRuntimeSpringConfiguration - Class in org.grails.web.servlet.context.support
Subclasses DefaultRuntimeSpringConfiguration to provide construction of WebApplicationContext instances.
WebRuntimeSpringConfiguration(ApplicationContext) - Constructor for class org.grails.web.servlet.context.support.WebRuntimeSpringConfiguration
 
WebRuntimeSpringConfiguration(ApplicationContext, GrailsApplication) - Constructor for class org.grails.web.servlet.context.support.WebRuntimeSpringConfiguration
 
WebRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Constructor for class org.grails.web.servlet.context.support.WebRuntimeSpringConfiguration
 
WebRuntimeSpringConfiguration(ApplicationContext, ClassLoader, GrailsApplication) - Constructor for class org.grails.web.servlet.context.support.WebRuntimeSpringConfiguration
 
B C D E G I O P S T W 
All Classes All Packages