Package grails.core
-
Interface Summary Interface Description ApplicationAttributes ArtefactHandler The ArtefactHandler interface's purpose is to allow the analysis of conventions within a Grails application.ArtefactInfo Holder for all the class-related info and structures relating to an Artefact.GrailsApplication The main interface representing a running Grails application.GrailsClass Represents any class in a Grails application.GrailsControllerClass Represents a controller class in Grails.GrailsDataSource Represents a data source in Grails.GrailsDomainClass Deprecated. UsePersistentEntityinsteadGrailsServiceClass GrailsUrlMappingsClass Loads the UrlMappings.InjectableGrailsClass Represents a Grails class that is to be configured in Spring and as such is injectable. -
Class Summary Class Description ArtefactHandlerAdapter Adapter for theArtefactHandlerinterfaceDefaultArtefactInfo Mutable holder of artefact info.DefaultGrailsApplication Default implementation of the GrailsApplication interface that manages application loading, state, and artefact instances.DefaultGrailsClass A default implementation for Grails classes that need to be registered and managed by a GrailsApplication, but don't need any special handling.