Package org.codehaus.groovy.grails.support

Interface Summary
ParentApplicationContextAware An interface that allows objects to be aware of the Grails parent application context
PersistenceContextInterceptor A interface for a class to implement that will setup the persistent context before and after a Grails operation is invoked.
 

Class Summary
ClassEditor  
DevelopmentResourceLoader A ResourceLoader that allows files references like /WEB-INF/grails-app to be loaded from .
GrailsTestSuite IoC class to inject properties of Grails test case classes.
MockApplicationContext  
MockResourceLoader A ResourceLoader that loads from the file system if its not found on the classpath.
MockStringResourceLoader A ResourceLoader that loads Resources from Strings that are registered as Mock resources
ResourceAwareTemplateEngine An abstract TemplateEngine that extends the default Groovy TemplateEngine (@see groovy.text.TemplateEngine) and provides the ability to create templates from the Spring Resource API
SoftThreadLocalMap Creates a InheritableThreadLocal with an intial value of a Map
StaticResourceLoader A ResourceLoader that loads resources from a statically defined base resource.
StaticResourceLoaderTests Tests for the StaticResourceLoader class
 



Copyright (c) 2005-2006 The Grails project