| Name | Description | Type | Package | Framework |
| AbstractArtefactTypeAstTransformation | Base implementation for the artefact type transformationSince:2. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| AbstractConstraint | Abstract class for constraints to extend. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| AbstractDynamicConstructor | Abstract class that provides default implementation for isArgumentsMatch. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractDynamicMethodInvocation | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractDynamicMethods | Provides the base implementation responsible for performing dynamic method invocation such as the dynamic finders in GORM. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractDynamicMethodsInterceptor | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractDynamicProperty | An abstract class for implementors of dynamic getters to implement. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractGrailsArtefactTransformer | Abstract transformer that takes an implementation class and creates methods in a target ClassNode that delegate to that implementation class. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| AbstractGrailsClass | Abstract base class for Grails types that provides common functionality for evaluating conventions within classes. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| AbstractGrailsPlugin | Abstract implementation that provides some default behavioursAuthor:Graeme Rocher | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| AbstractGrailsPluginManager | Abstract implementation of the GrailsPluginManager interfaceSince:0. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| AbstractInjectableGrailsClass | Configures Grails classe to be autowirable by name, always. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| AbstractStaticMethodInvocation | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractVetoingConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| Action | An annotation to mark controller methods as actions. | Class | grails.web | Grails |
|
| AllArtefactClassInjector | | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| AnnotationDomainClassArtefactHandler | Detects annotated domain classes for EJB3 style mappings. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ApiDelegate | Similar to Groovy's @Delegate AST transform but instead assumes the first argument to every method is 'this'. | Class | grails.artefact | Grails |
|
| ApiDelegateTransformation | The logic for the ApiDelegate location transform. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| ApplicationAttributes | | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| ApplicationHolder | Static singleton holder for the GrailsApplication instance. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| Artefact | Used to define the artefact type for classes declared outside of Grails' usual conventions. | Class | grails.artefact | Grails |
|
| ArtefactHandler | The ArtefactHandler interface's purpose is to allow the analysis of conventions within a Grails application. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| ArtefactHandlerAdapter | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ArtefactInfo | Holder for all the class-related info and structures relating to an Artefact. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| ArtefactTypeAstTransformation | A transformation used to apply transformers to classes not located in Grails directory structure. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| ASTErrorsHelper | Enhances a class to contain an Errors property of type org. | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| ASTValidationErrorsHelper | | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| BaseApiProvider | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| BasePluginFilter | Base functionality shared by IncludingPluginFilter and ExcludingPluginFilter. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| BeanBinding | properties of the Object become binding variables. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| BeanPostProcessorAdapter | Adapter implementation of BeanPostProcessor. | Class | org.codehaus.groovy.grails.plugins.support | Grails |
|
| BinaryGrailsPlugin | Models a pre-compiled binary plugin. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| BinaryGrailsPluginDescriptor | Holds a reference to the parsed grails-plugin. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| BlankConstraint | A Constraint that validates a string is not blank. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| BootstrapArtefactHandler | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| CamelCaseUrlConverter | | Class | grails.web | Grails |
|
| CascadingValidator | validation should cascade into associations. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| ClassEditor | Converts Strings to Class references for Spring. | Class | org.codehaus.groovy.grails.support | Grails |
|
| ClassInjector | When implemented allows additional properties to be injected into Grails classes at compile time (ie when they are loaded by the GroovyClassLoader). | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| ClassLoaderAware | Convenience interface that can be implemented by classes that are registered by plugins. | Interface | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| ClassLoaderAwareBeanPostProcessor | | Class | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| ClassPropertyFetcher | Accesses class properties: static fields, static getters, instance fields or instance getters. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ClosureClassIgnoringComponentScanBeanDefinitionParser | | Class | org.codehaus.groovy.grails.context.annotation | Grails |
|
| ClosureInvokingDynamicMethod | An implementation of DynamicMethodInvocation that invokes a closure. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| ClosureToMapPopulator | A simple class that takes method invocations and property setters and populates the arguments of these into the supplied map ignoring null values. | Class | grails.util | Grails |
|
| CodecArtefactHandler | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| CommandLineResourceLoader | Loads locations starting with /WEB-INF from the Grails web-app directory. | Class | org.codehaus.groovy.grails.support | Grails |
|
| CompilationFailedException | Thrown when a compilation error occurs. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| ComponentCapableDomainClass | Interface for domains capable of supporting components. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| ConfigurationHolder | Holds a reference to the ConfigObject instance. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| Console | to allow interaction with the Grails domain model. | Class | grails.ui | Grails |
|
| ConstrainedProperty | Provides the ability to set contraints against a properties of a class. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| ConstrainedPropertyBuilder | Builder used as a delegate within the constraints closure of GrailsDomainClass instances . | Class | org.codehaus.groovy.grails.validation | Grails |
|
| Constraint | Defines a validatable constraint. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| ConstraintException | Thrown when an error occurs applying a constraint to a property. | Class | org.codehaus.groovy.grails.validation.exceptions | Grails |
|
| ConstraintFactory | A factory for creating constraint instances. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| ConstraintsDynamicProperty | Instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances. | Class | org.codehaus.groovy.grails.validation.metaclass | Grails |
|
| ConstraintsEvaluatingDynamicProperty | This is a dynamic property that instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances. | Class | org.codehaus.groovy.grails.validation.metaclass | Grails |
|
| ConstraintsEvaluator | Evaluates and returns constraints. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| ConstraintsEvaluatorFactoryBean | Constructs the default constraints evaluator instance. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| ConstructorInterceptor | | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| ControllerArtefactHandler | Lookup controllers for uris. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| CorePluginFinder | Loads core plugin classes. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| CreateDynamicMethod | A dynamic static method that is a factory method for creating new instances. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| CreditCardConstraint | Validates a credit card number. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| DataSourceRequiredPropertyMissingException | Thrown when a missing property on a Grails data source is missing. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| DefaultArtefactInfo | Mutable holder of artefact info. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultConstraintEvaluator | Default implementation of the ConstraintsEvaluator interface. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| DefaultDynamicMethods | Simple concrete class implementation of AbstractDynamicMethods class. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DefaultGrailsApplication | Default implementation of the GrailsApplication interface that manages application loading, state, and artefact instances. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsBootstrapClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsClass | A default implementation for Grails classes that need to be registered and managed by a GrailsApplication, but don't need any special handling. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsCodecClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsControllerClass | Evaluates the conventions contained within controllers to perform auto-configuration. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsDomainClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsDomainClassInjector | Default implementation of domain class injector interface that adds the 'id' and 'version' properties and other previously boilerplate code. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| DefaultGrailsDomainClassProperty | Represents a property of a domain class and contains meta information about the properties relationships, naming conventions and type. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsPlugin | and provides the magic to invoke its various methods from Java. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| DefaultGrailsPluginManager | Handles the loading and management of plug-ins in the Grails system. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| DefaultGrailsServiceClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsTagLibClass | Default implementation of a tag lib class. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsUrlMappingsClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultPluginMetaManager | | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| DefaultProxyHandler | Trivial default implementation that always returns true and the object. | Class | org.codehaus.groovy.grails.support.proxy | Grails |
|
| DefaultResourceLocator | Default implementation of the ResourceLocator interface that doesn't take into account servlet loading. | Class | org.codehaus.groovy.grails.core.io | Grails |
|
| DefaultStackTraceFilterer | Default implementation of StackTraceFilterer. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| DeferredBindingActions | Binding operations that are deferred until either validate() or save() are called. | Class | grails.validation | Grails |
|
| DevelopmentResourceLoader | Allows files references like /WEB-INF/grails-app to be loaded from . | Class | org.codehaus.groovy.grails.support | Grails |
|
| DirectoryWatcher | Utility class to watch directories for changes. | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| DomainBuilder | Allows the construction of object graphs of domain classes. | Class | grails.util | Grails |
|
| DomainClassArtefactHandler | Evaluates the conventions that define a domain class in Grails. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DomainValidator | Domain name validation routines. | Class | org.codehaus.groovy.grails.validation.routines | Grails |
|
| DynamicConstructor | Defines a dynamic constructor. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DynamicMethodInvocation | Dynamic method invocation callback interface. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DynamicMethods | Defines methods for a handling dynamic method, static method and property invocations. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DynamicMethodsExpandoMetaClass | then get passed to the invocable closure. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DynamicProperty | A Dynamic class property getter interface. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| EmailConstraint | Validates an email address. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| Enhanced | An annotation for classes that are compile-time enhanced. | Class | grails.artefact | Grails |
|
| EntityASTTransformation | Injects the necessary fields and behaviors into a domain class in order to make it a property GORM entity. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| EntityProxyHandler | Methods specified to proxied entitiesSince:1. | Interface | org.codehaus.groovy.grails.support.proxy | Grails |
|
| Event | Enum of the available events that Grails triggers. | Class | grails.persistence | Grails |
|
| ExcludingPluginFilter | plugins (identified by name) as well as their dependencies are omitted from the filtered plugin list. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| ExtendedProxy | | Class | grails.util | Grails |
|
| ExternalGrailsDomainClass | Represents a persistable Grails domain class that is externally mapped. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| FunctionCallback | Interface for code that returns a value based on an input object. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| GenericBeanFactoryAccessor | A fork of the Spring 2. | Class | org.codehaus.groovy.grails.beans.factory | Grails |
|
| GenericDynamicProperty | A generic dyanmic property for any type. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| GrailsApplication | The main interface representing a running Grails application. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsApplicationAware | Convenience interface that can be implemented by classes that are registered by plugins. | Interface | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| GrailsApplicationAwareBeanPostProcessor | that recognizes GrailsApplicationAware and injects and instance of GrailsApplication. | Class | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| GrailsApplicationFactoryBean | Creates a Grails application object based on Groovy files. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsArtefactClassInjector | Interface specific to Grails artefacts that returns the artefact type. | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsASTUtils | Helper methods for working with Groovy AST trees. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsAwareClassLoader | A class loader that is aware of Groovy sources and injection operations. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsAwareInjectionOperation | A Groovy compiler injection operation that uses a specified array of ClassInjector instances to attempt AST injection. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsBootstrapClass | Loaded and executed on application load. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsByteArrayResource | Hacky version of the ByteArrayResource that implements the getURL() method, required for the resource to work with Spring's ServletContextResource. | Class | org.codehaus.groovy.grails.support | Grails |
|
| Grailsc | | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| GrailsClass | Represents any class in a Grails application. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsClassLoader | A GroovyClassLoader that supports reloading using inner class loadersSince:0. | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| GrailsClassUtils | Utility methods for dealing with Grails class artifacts. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsCodecClass | Provides access to Codec classes. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsConfig | Type safe abstraction over Grails configurationSince:2. | Class | org.codehaus.groovy.grails.commons.cfg | Grails |
|
| GrailsConfigurationAware | Obtains the Grails ConfigObject via Spring. | Interface | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| GrailsConfigurationException | | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsContextNamespaceHandler | Provides custom implementation of component-scan that ignores Groovy closures. | Class | org.codehaus.groovy.grails.context.annotation | Grails |
|
| GrailsControllerClass | Represents a controller class in Grails. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDataSource | Represents a data source in Grails. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDataSourceException | Base exception for errors related to Grails data sources. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsDomainClass | Represents a persistable Grails domain class. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDomainClassInjector | Mainly just a marker interface for implementations that perform injection on domain classes. | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsDomainClassProperty | A property of a GrailsDomainClass instance. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDomainClassValidator | A specialised Spring validator that validates a domain class instance using the constraints defined in the static constraints closure. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| GrailsDomainConfigurationUtil | Utility methods used in configuring the Grails Hibernate integration. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDomainException | Thrown when creation of the Grails domain from the Grails domain classes fails. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsEnvironment | Bridges Grails' existing environment API with the new Spring 3. | Class | org.codehaus.groovy.grails.commons.env | Grails |
|
| GrailsException | Base class for all Grails exceptions that are not recoverable. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsMetaClassUtils | Provides utility methods for working with the Groovy MetaClass API. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsPlaceholderConfigurer | Uses Grails' ConfigObject for place holder values. | Class | org.codehaus.groovy.grails.commons.cfg | Grails |
|
| GrailsPlugin | Plugin interface that adds Spring org. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| GrailsPluginManager | Handles the loading and management of plug-ins in the Grails system. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| GrailsPluginManagerFactoryBean | A factory bean for loading the GrailsPluginManager instance. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| GrailsPluginManagerReloadPlugin | Reloading agent plugin for use with the GrailsPluginManager. | Class | org.codehaus.groovy.grails.cli.agent | Grails |
|
| GrailsProjectWatcher | Watches a Grails projects and re-compiles sources when they change or fires events to the pluginManager. | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| GrailsResourceHolder | Holds references to all the Grails resource instances to support class reloading. | Class | org.codehaus.groovy.grails.commons.spring | Grails |
|
| GrailsResourceLoader | Loads groovy files using Spring's IO abstraction. | Class | org.codehaus.groovy.grails.compiler.support | Grails |
|
| GrailsResourceLoaderFactoryBean | A factory bean that constructs the Grails ResourceLoader used to load Grails classes. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsResourceLoaderHolder | A holder for the GrailsResourceLoader object. | Class | org.codehaus.groovy.grails.compiler.support | Grails |
|
| GrailsResourceUtils | Utility methods for working with Grails resources and URLs that represent artifacts within a Grails application. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsRuntimeConfigurator | Handles the runtime configuration of the Grails ApplicationContext. | Class | org.codehaus.groovy.grails.commons.spring | Grails |
|
| GrailsRuntimeException | Generic global runtime exception. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsServiceClass | | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsTagLibClass | Represents a Grails tab library class. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsUrlMappingsClass | Loads the UrlMappings. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsUtil | Grails utility methods for command line and GUI applications. | Class | grails.util | Grails |
|
| GrailsWebApplicationContext | A WebApplicationContext that extends StaticApplicationContext to allow for programmatic configuration at runtime. | Class | org.codehaus.groovy.grails.commons.spring | Grails |
|
| GroovyAwareAspectJAwareAdvisorAutoProxyCreator | Enables AspectJ weaving from the application context. | Class | org.codehaus.groovy.grails.aop.framework.autoproxy | Grails |
|
| GroovyAwareInfrastructureAdvisorAutoProxyCreator | Tells Spring always to proxy Groovy classes. | Class | org.codehaus.groovy.grails.aop.framework.autoproxy | Grails |
|
| GroovyAwareNamedTransactionAttributeSource | | Class | org.codehaus.groovy.grails.orm.support | Grails |
|
| GroovyDynamicMethodsInterceptor | For dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances meta class instance. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| GroovyPageInjector | | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| Holders | | Class | grails.util | Grails |
|
| HyphenatedUrlConverter | | Class | grails.web | Grails |
|
| IdentityPluginFilter | No-op implementation of PluginFilter. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| IncludingPluginFilter | plugins (identified by name) as well as their dependencies are included in the filtered plugin list. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| InetAddressValidator | InetAddress validation and conversion routines (java. | Class | org.codehaus.groovy.grails.validation.routines | Grails |
|
| InjectableGrailsClass | Represents a Grails class that is to be configured in Spring and as such is injectable. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| InListConstraint | A constraint that validates the property is contained within the supplied list. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| Interceptor | notifications about method calls for objects managed by the ProxyMetaClass. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| InvalidPropertyException | Thrown when a property of a Grails class is invalidated. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| InvocationCallback | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| LazyMetaPropertyMap | A map implementation that reads an objects properties lazily using Groovy's MetaClass. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| MatchesConstraint | A constraint that validates the property against a supplied regular expression. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MaxConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MaxSizeConstraint | Validates maximum size of the property, for strings and arrays this is the length, collections the size and numbers the value. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MetaClassChangeReporter | Simple class that reports when meta class changes and where (in what stack frame) those changes took placeSince:2. | Class | org.codehaus.groovy.grails.support.internal.tools | Grails |
|
| MetadataGeneratingExpandoMetaClass | A specialized version of ExpandoMetaClass that is capable of generating metadata about the dynamic methods and properties that are added to artefact types at runtime by plugins. | Class | org.codehaus.groovy.grails.documentation | Grails |
|
| MetadataGeneratingMetaClassCreationHandle | Used to enable the Metadata generating EMC creation handle. | Class | org.codehaus.groovy.grails.documentation | Grails |
|
| MinConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MinSizeConstraint | Validates minimum size or length of the property, for strings and arrays this is the length, collections the size and numbers the value. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MockApplicationContext | | Class | org.codehaus.groovy.grails.support | Grails |
|
| MockFileResource | Mocks the behavior of a FileResource. | Class | org.codehaus.groovy.grails.support | Grails |
|
| MockGrailsPluginManager | | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| MockResourceLoader | Loads from the file system if its not found on the classpath. | Class | org.codehaus.groovy.grails.support | Grails |
|
| MockStringResourceLoader | Loads Resources from Strings that are registered as Mock resources. | Class | org.codehaus.groovy.grails.support | Grails |
|
| MoreThanOneActiveDataSourceException | Thrown when more than one active data source is configured. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| NamedArtefactTypeAstTransformation | An AST transform used to apply a named artefact typeSince:2. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| NewInstanceCreationException | Occurs when the creation of a new instance fails. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| NotEqualConstraint | Validates not equal to something. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| NullableConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| NullPersistentContextInterceptor | A dummy persistence context interceptor that does nothing. | Class | org.codehaus.groovy.grails.support | Grails |
|
| OrderedAdapter | Convenience adapter implementation of the Spring Ordered interface. | Class | org.codehaus.groovy.grails.plugins.support | Grails |
|
| PackagingException | Exception thrown when there was an error in the packing process of an application. | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| ParentApplicationContextAware | Allows objects to be aware of the Grails parent application context. | Interface | org.codehaus.groovy.grails.support | Grails |
|
| PersistenceContextInterceptor | Sets up the persistent context before and after a Grails operation is invoked. | Interface | org.codehaus.groovy.grails.support | Grails |
|
| PluginAwareAstTransformer | Automatically annotates each class based on the plugin it originated from. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| PluginAwareResourceBundleMessageSource | A ReloadableResourceBundleMessageSource that is capable of loading message sources from plugins. | Class | org.codehaus.groovy.grails.context.support | Grails |
|
| PluginFilter | Defines interface for obtaining a sublist of GrailsPlugin instances based on an original supplied list of GrailsPlugin instances. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginFilterRetriever | implementation to use based on a set of provided configuration properties. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginManagerAware | For implementors interested in obtaining a reference to the Grails PluginManager instance. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginManagerAwareBeanPostProcessor | Auto-injects beans that implement PluginManagerAware. | Class | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| PluginManagerHolder | Manages a thread bound plugin manager instance. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginMetaManager | Enables the evaluation of Plug-in Metadata supplied by the plug-ins plugin. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginPathAwareFileSystemResourceLoader | FileSystemResourceLoader capable of understanding paths to plugins via the ResourceLocator interfaceSince:2. | Class | org.codehaus.groovy.grails.core.io | Grails |
|
| ProfilingGrailsPluginManager | A GrailsPluginManager implementation that outputs profile data to a logger. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| PropertyAccessInterceptor | Adds the ability to intercept property getters/setters. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| ProxyHandler | Interface that defines logic for handling proxied instancesSince:1. | Interface | org.codehaus.groovy.grails.support.proxy | Grails |
|
| ProxyMetaClass | As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| RangeConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| RegexValidator | Regular Expression validation (using JDK 1. | Class | org.codehaus.groovy.grails.validation.routines | Grails |
|
| ReloadAwareAutowireCapableBeanFactory | A BeanFactory that can deal with class cast exceptions that may occur due to class reload events and then attempt to reload the bean being instantiated to | Class | org.codehaus.groovy.grails.commons.spring | Grails |
|
| RequiredPropertyMissingException | Thrown when a named property of a specific type is not present in a class. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| ResourceLocator | Used to locate resources at development or production time. | Interface | org.codehaus.groovy.grails.core.io | Grails |
|
| ScaleConstraint | Manages the scale for floating point numbers (i. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| ServiceArtefactHandler | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ShutdownOperations | Operations that should be executed on shutdown. | Class | org.codehaus.groovy.grails.lifecycle | Grails |
|
| SimpleMapResourceLoader | Simple implementation of the ResourceLoader interface that uses a Map to load resources. | Class | org.codehaus.groovy.grails.support | Grails |
|
| SizeConstraint | Validates size of the property, for strings and arrays this is the length, collections the size and numbers the value. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| SoftThreadLocalMap | Creates a InheritableThreadLocal with an intial value of a Map. | Class | org.codehaus.groovy.grails.support | Grails |
|
| SourceCodeAware | An interface that represents an exception that is capable of providing more information about the source codeSince:1. | Interface | org.codehaus.groovy.grails.exceptions | Grails |
|
| StackTraceFilterer | Improves the output of stack traces produced by exceptions in a Grails application. | Interface | org.codehaus.groovy.grails.exceptions | Grails |
|
| StaticMethodInvocation | Static method invocation callback interface. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| StaticResourceLoader | A ResourceLoader that loads resources from a statically defined base resource. | Class | org.codehaus.groovy.grails.support | Grails |
|
| StaticResourceLocator | A static resource locator that uses an internal map to locate resources. | Class | org.codehaus.groovy.grails.core.io | Grails |
|
| TagLibArtefactHandler | Configures tag libraries within namespaces in Grails. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| TransactionManagerAware | | Interface | org.codehaus.groovy.grails.orm.support | Grails |
|
| TransactionManagerPostProcessor | Injects the platform transaction manager into beans that implement TransactionManagerAware. | Class | org.codehaus.groovy.grails.orm.support | Grails |
|
| UrlConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| UrlConverter | | Interface | grails.web | Grails |
|
| UrlMappingsArtefactHandler | A handler for UrlMappings. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| UrlValidator | URL Validation routines. | Class | org.codehaus.groovy.grails.validation.routines | Grails |
|
| ValidatorConstraint | A constraint class that validates using a user-supplied closure. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| VetoingConstraint | Marker interface for vetoing constraint. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| WatchPatternParser | Parses a Grails plugin's watchedResources property value into a list ofSince:2. | Class | org.codehaus.groovy.grails.plugins.support | Grails |
|
| WeakGenericDynamicProperty | A generic dyanmic property for any type used a soft hashmap implementation for generic properties registered as global in the MetaClass. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| WebBeanBuilder | | Class | grails.spring | Grails |
|
| WebRuntimeSpringConfiguration | Subclasses DefaultRuntimeSpringConfiguration to provide construction of WebApplicationContext instances. | Class | org.codehaus.groovy.grails.commons.spring | Grails |