Package org.codehaus.groovy.grails.commons
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
ExternalGrailsDomainClass

Represents a persistable Grails domain class that is externally mapped.

GrailsApplication

Exposes all classes for a Grails application.

GrailsBootstrapClass

A BootStrap class is a class that is loaded and executed on application load

GrailsClass

This interface represents any class in a Grails application.

GrailsControllerClass

Represents a controller class in Grails.

GrailsDataSource

Represents a data source in Grails.

GrailsDomainClass

Represents a persistable Grails domain class

GrailsDomainClassProperty A property of a GrailsDomainClass instance
GrailsPageFlowClass

Interface holding a page flow configuration.

GrailsServiceClass No description provided.
GrailsTagLibClass

Represents a Grails tab library class

GrailsTaskClass

Represents a task class in Grails, provides default task configuration

GrailsTaskClassProperty

Holds properties names from GrailsTaskClass

InjectableGrailsClass

Represents a Grails class that is to be configured in Spring and as such is injectable.

Classes
AbstractGrailsClass No description provided.
AbstractInjectableGrailsClass No description provided.
DefaultGrailsApplication Default implementation of the GrailsApplication interface that manages application loading, state, and artifact instances.
DefaultGrailsBootstrapClass No description provided.
DefaultGrailsControllerClass No description provided.
DefaultGrailsDataSource No description provided.
DefaultGrailsDomainClass No description provided.
DefaultGrailsDomainClassProperty No description provided.
DefaultGrailsPageFlowClass No description provided.
DefaultGrailsServiceClass No description provided.
DefaultGrailsTagLibClass No description provided.
DefaultGrailsTaskClass No description provided.
GrailsApplicationFactoryBean

Factory bean that creates a Grails application object based on Groovy files.

GrailsClassUtils No description provided.
GrailsConfigUtils A common class where shared configurational methods can reside
GrailsResourceLoader A GroovyResourceLoader that loads groovy files using Spring's IO abstraction
GrailsResourceUtils Utility methods for working with Grails resources and URLs that represent artifacts within a Grails application