Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Grails - 239 results found.
NameDescriptionTypePackageFramework
AbstractArtefactTypeAstTransformationBase implementation for the artefact type transformationSince:2.Classorg.codehaus.groovy.grails.compiler.injectionGrails
AbstractConstraintAbstract class for constraints to extend.Classorg.codehaus.groovy.grails.validationGrails
AbstractDynamicConstructorAbstract class that provides default implementation for isArgumentsMatch.Classorg.codehaus.groovy.grails.commons.metaclassGrails
AbstractDynamicMethodInvocationClassorg.codehaus.groovy.grails.commons.metaclassGrails
AbstractDynamicMethodsProvides the base implementation responsible for performing dynamic method invocation such as the dynamic finders in GORM.Classorg.codehaus.groovy.grails.commons.metaclassGrails
AbstractDynamicMethodsInterceptorClassorg.codehaus.groovy.grails.commons.metaclassGrails
AbstractDynamicPropertyAn abstract class for implementors of dynamic getters to implement.Classorg.codehaus.groovy.grails.commons.metaclassGrails
AbstractGrailsArtefactTransformerAbstract transformer that takes an implementation class and creates methods in a target ClassNode that delegate to that implementation class.Classorg.codehaus.groovy.grails.compiler.injectionGrails
AbstractGrailsClassAbstract base class for Grails types that provides common functionality for evaluating conventions within classes.Classorg.codehaus.groovy.grails.commonsGrails
AbstractGrailsPluginAbstract implementation that provides some default behavioursAuthor:Graeme RocherClassorg.codehaus.groovy.grails.pluginsGrails
AbstractGrailsPluginManagerAbstract implementation of the GrailsPluginManager interfaceSince:0.Classorg.codehaus.groovy.grails.pluginsGrails
AbstractInjectableGrailsClassConfigures Grails classe to be autowirable by name, always.Classorg.codehaus.groovy.grails.commonsGrails
AbstractStaticMethodInvocationClassorg.codehaus.groovy.grails.commons.metaclassGrails
AbstractVetoingConstraintClassorg.codehaus.groovy.grails.validationGrails
ActionAn annotation to mark controller methods as actions.Classgrails.webGrails
AllArtefactClassInjectorInterfaceorg.codehaus.groovy.grails.compiler.injectionGrails
AnnotationDomainClassArtefactHandlerDetects annotated domain classes for EJB3 style mappings.Classorg.codehaus.groovy.grails.commonsGrails
ApiDelegateSimilar to Groovy's @Delegate AST transform but instead assumes the first argument to every method is 'this'.Classgrails.artefactGrails
ApiDelegateTransformationThe logic for the ApiDelegate location transform.Classorg.codehaus.groovy.grails.compiler.injectionGrails
ApplicationAttributesInterfaceorg.codehaus.groovy.grails.commonsGrails
ApplicationHolderStatic singleton holder for the GrailsApplication instance.Classorg.codehaus.groovy.grails.commonsGrails
ArtefactUsed to define the artefact type for classes declared outside of Grails' usual conventions.Classgrails.artefactGrails
ArtefactHandlerThe ArtefactHandler interface's purpose is to allow the analysis of conventions within a Grails application.Interfaceorg.codehaus.groovy.grails.commonsGrails
ArtefactHandlerAdapterClassorg.codehaus.groovy.grails.commonsGrails
ArtefactInfoHolder for all the class-related info and structures relating to an Artefact.Interfaceorg.codehaus.groovy.grails.commonsGrails
ArtefactTypeAstTransformationA transformation used to apply transformers to classes not located in Grails directory structure.Classorg.codehaus.groovy.grails.compiler.injectionGrails
ASTErrorsHelperEnhances a class to contain an Errors property of type org.Interfaceorg.codehaus.groovy.grails.compiler.injectionGrails
ASTValidationErrorsHelperClassorg.codehaus.groovy.grails.compiler.injectionGrails
BaseApiProviderClassorg.codehaus.groovy.grails.commons.metaclassGrails
BasePluginFilterBase functionality shared by IncludingPluginFilter and ExcludingPluginFilter.Classorg.codehaus.groovy.grails.pluginsGrails
BeanBinding properties of the Object become binding variables.Classorg.codehaus.groovy.grails.commons.metaclassGrails
BeanPostProcessorAdapterAdapter implementation of BeanPostProcessor.Classorg.codehaus.groovy.grails.plugins.supportGrails
BinaryGrailsPluginModels a pre-compiled binary plugin.Classorg.codehaus.groovy.grails.pluginsGrails
BinaryGrailsPluginDescriptorHolds a reference to the parsed grails-plugin.Classorg.codehaus.groovy.grails.pluginsGrails
BlankConstraintA Constraint that validates a string is not blank.Classorg.codehaus.groovy.grails.validationGrails
BootstrapArtefactHandlerClassorg.codehaus.groovy.grails.commonsGrails
CamelCaseUrlConverterClassgrails.webGrails
CascadingValidator validation should cascade into associations.Interfaceorg.codehaus.groovy.grails.validationGrails
ClassEditorConverts Strings to Class references for Spring.Classorg.codehaus.groovy.grails.supportGrails
ClassInjectorWhen implemented allows additional properties to be injected into Grails classes at compile time (ie when they are loaded by the GroovyClassLoader).Interfaceorg.codehaus.groovy.grails.compiler.injectionGrails
ClassLoaderAwareConvenience interface that can be implemented by classes that are registered by plugins.Interfaceorg.codehaus.groovy.grails.plugins.support.awareGrails
ClassLoaderAwareBeanPostProcessorClassorg.codehaus.groovy.grails.plugins.support.awareGrails
ClassPropertyFetcherAccesses class properties: static fields, static getters, instance fields or instance getters.Classorg.codehaus.groovy.grails.commonsGrails
ClosureClassIgnoringComponentScanBeanDefinitionParserClassorg.codehaus.groovy.grails.context.annotationGrails
ClosureInvokingDynamicMethodAn implementation of DynamicMethodInvocation that invokes a closure.Classorg.codehaus.groovy.grails.commons.metaclassGrails
ClosureToMapPopulatorA simple class that takes method invocations and property setters and populates the arguments of these into the supplied map ignoring null values.Classgrails.utilGrails
CodecArtefactHandlerClassorg.codehaus.groovy.grails.commonsGrails
CommandLineResourceLoaderLoads locations starting with /WEB-INF from the Grails web-app directory.Classorg.codehaus.groovy.grails.supportGrails
CompilationFailedExceptionThrown when a compilation error occurs.Classorg.codehaus.groovy.grails.exceptionsGrails
ComponentCapableDomainClassInterface for domains capable of supporting components.Interfaceorg.codehaus.groovy.grails.commonsGrails
ConfigurationHolderHolds a reference to the ConfigObject instance.Classorg.codehaus.groovy.grails.commonsGrails
Console to allow interaction with the Grails domain model.Classgrails.uiGrails
ConstrainedPropertyProvides the ability to set contraints against a properties of a class.Classorg.codehaus.groovy.grails.validationGrails
ConstrainedPropertyBuilderBuilder used as a delegate within the constraints closure of GrailsDomainClass instances .Classorg.codehaus.groovy.grails.validationGrails
ConstraintDefines a validatable constraint.Interfaceorg.codehaus.groovy.grails.validationGrails
ConstraintExceptionThrown when an error occurs applying a constraint to a property.Classorg.codehaus.groovy.grails.validation.exceptionsGrails
ConstraintFactoryA factory for creating constraint instances.Interfaceorg.codehaus.groovy.grails.validationGrails
ConstraintsDynamicPropertyInstead 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.Classorg.codehaus.groovy.grails.validation.metaclassGrails
ConstraintsEvaluatingDynamicPropertyThis 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.Classorg.codehaus.groovy.grails.validation.metaclassGrails
ConstraintsEvaluatorEvaluates and returns constraints.Interfaceorg.codehaus.groovy.grails.validationGrails
ConstraintsEvaluatorFactoryBeanConstructs the default constraints evaluator instance.Classorg.codehaus.groovy.grails.validationGrails
ConstructorInterceptorInterfaceorg.codehaus.groovy.grails.commons.metaclassGrails
ControllerArtefactHandlerLookup controllers for uris.Classorg.codehaus.groovy.grails.commonsGrails
CorePluginFinderLoads core plugin classes.Classorg.codehaus.groovy.grails.pluginsGrails
CreateDynamicMethodA dynamic static method that is a factory method for creating new instances.Classorg.codehaus.groovy.grails.commons.metaclassGrails
CreditCardConstraintValidates a credit card number.Classorg.codehaus.groovy.grails.validationGrails
DataSourceRequiredPropertyMissingExceptionThrown when a missing property on a Grails data source is missing.Classorg.codehaus.groovy.grails.exceptionsGrails
DefaultArtefactInfoMutable holder of artefact info.Classorg.codehaus.groovy.grails.commonsGrails
DefaultConstraintEvaluatorDefault implementation of the ConstraintsEvaluator interface.Classorg.codehaus.groovy.grails.validationGrails
DefaultDynamicMethodsSimple concrete class implementation of AbstractDynamicMethods class.Classorg.codehaus.groovy.grails.commons.metaclassGrails
DefaultGrailsApplicationDefault implementation of the GrailsApplication interface that manages application loading, state, and artefact instances.Classorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsBootstrapClassClassorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsClassA default implementation for Grails classes that need to be registered and managed by a GrailsApplication, but don't need any special handling.Classorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsCodecClassClassorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsControllerClassEvaluates the conventions contained within controllers to perform auto-configuration.Classorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsDomainClassClassorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsDomainClassInjectorDefault implementation of domain class injector interface that adds the 'id' and 'version' properties and other previously boilerplate code.Classorg.codehaus.groovy.grails.compiler.injectionGrails
DefaultGrailsDomainClassPropertyRepresents a property of a domain class and contains meta information about the properties relationships, naming conventions and type.Classorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsPlugin and provides the magic to invoke its various methods from Java.Classorg.codehaus.groovy.grails.pluginsGrails
DefaultGrailsPluginManagerHandles the loading and management of plug-ins in the Grails system.Classorg.codehaus.groovy.grails.pluginsGrails
DefaultGrailsServiceClassClassorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsTagLibClassDefault implementation of a tag lib class.Classorg.codehaus.groovy.grails.commonsGrails
DefaultGrailsUrlMappingsClassClassorg.codehaus.groovy.grails.commonsGrails
DefaultPluginMetaManagerClassorg.codehaus.groovy.grails.pluginsGrails
DefaultProxyHandlerTrivial default implementation that always returns true and the object.Classorg.codehaus.groovy.grails.support.proxyGrails
DefaultResourceLocatorDefault implementation of the ResourceLocator interface that doesn't take into account servlet loading.Classorg.codehaus.groovy.grails.core.ioGrails
DefaultStackTraceFiltererDefault implementation of StackTraceFilterer.Classorg.codehaus.groovy.grails.exceptionsGrails
DeferredBindingActionsBinding operations that are deferred until either validate() or save() are called.Classgrails.validationGrails
DevelopmentResourceLoaderAllows files references like /WEB-INF/grails-app to be loaded from .Classorg.codehaus.groovy.grails.supportGrails
DirectoryWatcherUtility class to watch directories for changes.Classorg.codehaus.groovy.grails.compilerGrails
DomainBuilderAllows the construction of object graphs of domain classes.Classgrails.utilGrails
DomainClassArtefactHandlerEvaluates the conventions that define a domain class in Grails.Classorg.codehaus.groovy.grails.commonsGrails
DomainValidatorDomain name validation routines.Classorg.codehaus.groovy.grails.validation.routinesGrails
DynamicConstructorDefines a dynamic constructor.Interfaceorg.codehaus.groovy.grails.commons.metaclassGrails
DynamicMethodInvocationDynamic method invocation callback interface.Interfaceorg.codehaus.groovy.grails.commons.metaclassGrails
DynamicMethodsDefines methods for a handling dynamic method, static method and property invocations.Interfaceorg.codehaus.groovy.grails.commons.metaclassGrails
DynamicMethodsExpandoMetaClass then get passed to the invocable closure.Classorg.codehaus.groovy.grails.commons.metaclassGrails
DynamicPropertyA Dynamic class property getter interface.Interfaceorg.codehaus.groovy.grails.commons.metaclassGrails
EmailConstraintValidates an email address.Classorg.codehaus.groovy.grails.validationGrails
EnhancedAn annotation for classes that are compile-time enhanced.Classgrails.artefactGrails
EntityASTTransformationInjects the necessary fields and behaviors into a domain class in order to make it a property GORM entity.Classorg.codehaus.groovy.grails.compiler.injectionGrails
EntityProxyHandlerMethods specified to proxied entitiesSince:1.Interfaceorg.codehaus.groovy.grails.support.proxyGrails
EventEnum of the available events that Grails triggers.Classgrails.persistenceGrails
ExcludingPluginFilter plugins (identified by name) as well as their dependencies are omitted from the filtered plugin list.Classorg.codehaus.groovy.grails.pluginsGrails
ExtendedProxyClassgrails.utilGrails
ExternalGrailsDomainClassRepresents a persistable Grails domain class that is externally mapped.Interfaceorg.codehaus.groovy.grails.commonsGrails
FunctionCallbackInterface for code that returns a value based on an input object.Interfaceorg.codehaus.groovy.grails.commons.metaclassGrails
GenericBeanFactoryAccessorA fork of the Spring 2.Classorg.codehaus.groovy.grails.beans.factoryGrails
GenericDynamicPropertyA generic dyanmic property for any type.Classorg.codehaus.groovy.grails.commons.metaclassGrails
GrailsApplicationThe main interface representing a running Grails application.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsApplicationAwareConvenience interface that can be implemented by classes that are registered by plugins.Interfaceorg.codehaus.groovy.grails.plugins.support.awareGrails
GrailsApplicationAwareBeanPostProcessor that recognizes GrailsApplicationAware and injects and instance of GrailsApplication.Classorg.codehaus.groovy.grails.plugins.support.awareGrails
GrailsApplicationFactoryBeanCreates a Grails application object based on Groovy files.Classorg.codehaus.groovy.grails.commonsGrails
GrailsArtefactClassInjectorInterface specific to Grails artefacts that returns the artefact type.Interfaceorg.codehaus.groovy.grails.compiler.injectionGrails
GrailsASTUtilsHelper methods for working with Groovy AST trees.Classorg.codehaus.groovy.grails.compiler.injectionGrails
GrailsAwareClassLoaderA class loader that is aware of Groovy sources and injection operations.Classorg.codehaus.groovy.grails.compiler.injectionGrails
GrailsAwareInjectionOperationA Groovy compiler injection operation that uses a specified array of ClassInjector instances to attempt AST injection.Classorg.codehaus.groovy.grails.compiler.injectionGrails
GrailsBootstrapClassLoaded and executed on application load.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsByteArrayResourceHacky version of the ByteArrayResource that implements the getURL() method, required for the resource to work with Spring's ServletContextResource.Classorg.codehaus.groovy.grails.supportGrails
GrailscClassorg.codehaus.groovy.grails.compilerGrails
GrailsClassRepresents any class in a Grails application.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsClassLoaderA GroovyClassLoader that supports reloading using inner class loadersSince:0.Classorg.codehaus.groovy.grails.compilerGrails
GrailsClassUtilsUtility methods for dealing with Grails class artifacts.Classorg.codehaus.groovy.grails.commonsGrails
GrailsCodecClassProvides access to Codec classes.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsConfigType safe abstraction over Grails configurationSince:2.Classorg.codehaus.groovy.grails.commons.cfgGrails
GrailsConfigurationAwareObtains the Grails ConfigObject via Spring.Interfaceorg.codehaus.groovy.grails.plugins.support.awareGrails
GrailsConfigurationExceptionClassorg.codehaus.groovy.grails.exceptionsGrails
GrailsContextNamespaceHandlerProvides custom implementation of component-scan that ignores Groovy closures.Classorg.codehaus.groovy.grails.context.annotationGrails
GrailsControllerClassRepresents a controller class in Grails.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsDataSourceRepresents a data source in Grails.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsDataSourceExceptionBase exception for errors related to Grails data sources.Classorg.codehaus.groovy.grails.exceptionsGrails
GrailsDomainClassRepresents a persistable Grails domain class.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsDomainClassInjectorMainly just a marker interface for implementations that perform injection on domain classes.Interfaceorg.codehaus.groovy.grails.compiler.injectionGrails
GrailsDomainClassPropertyA property of a GrailsDomainClass instance.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsDomainClassValidatorA specialised Spring validator that validates a domain class instance using the constraints defined in the static constraints closure.Classorg.codehaus.groovy.grails.validationGrails
GrailsDomainConfigurationUtilUtility methods used in configuring the Grails Hibernate integration.Classorg.codehaus.groovy.grails.commonsGrails
GrailsDomainExceptionThrown when creation of the Grails domain from the Grails domain classes fails.Classorg.codehaus.groovy.grails.exceptionsGrails
GrailsEnvironmentBridges Grails' existing environment API with the new Spring 3.Classorg.codehaus.groovy.grails.commons.envGrails
GrailsExceptionBase class for all Grails exceptions that are not recoverable.Classorg.codehaus.groovy.grails.exceptionsGrails
GrailsMetaClassUtilsProvides utility methods for working with the Groovy MetaClass API.Classorg.codehaus.groovy.grails.commonsGrails
GrailsPlaceholderConfigurerUses Grails' ConfigObject for place holder values.Classorg.codehaus.groovy.grails.commons.cfgGrails
GrailsPluginPlugin interface that adds Spring org.Interfaceorg.codehaus.groovy.grails.pluginsGrails
GrailsPluginManagerHandles the loading and management of plug-ins in the Grails system.Interfaceorg.codehaus.groovy.grails.pluginsGrails
GrailsPluginManagerFactoryBeanA factory bean for loading the GrailsPluginManager instance.Classorg.codehaus.groovy.grails.pluginsGrails
GrailsPluginManagerReloadPluginReloading agent plugin for use with the GrailsPluginManager.Classorg.codehaus.groovy.grails.cli.agentGrails
GrailsProjectWatcherWatches a Grails projects and re-compiles sources when they change or fires events to the pluginManager.Classorg.codehaus.groovy.grails.compilerGrails
GrailsResourceHolderHolds references to all the Grails resource instances to support class reloading.Classorg.codehaus.groovy.grails.commons.springGrails
GrailsResourceLoaderLoads groovy files using Spring's IO abstraction.Classorg.codehaus.groovy.grails.compiler.supportGrails
GrailsResourceLoaderFactoryBeanA factory bean that constructs the Grails ResourceLoader used to load Grails classes.Classorg.codehaus.groovy.grails.commonsGrails
GrailsResourceLoaderHolderA holder for the GrailsResourceLoader object.Classorg.codehaus.groovy.grails.compiler.supportGrails
GrailsResourceUtilsUtility methods for working with Grails resources and URLs that represent artifacts within a Grails application.Classorg.codehaus.groovy.grails.commonsGrails
GrailsRuntimeConfiguratorHandles the runtime configuration of the Grails ApplicationContext.Classorg.codehaus.groovy.grails.commons.springGrails
GrailsRuntimeExceptionGeneric global runtime exception.Classorg.codehaus.groovy.grails.exceptionsGrails
GrailsServiceClassInterfaceorg.codehaus.groovy.grails.commonsGrails
GrailsTagLibClassRepresents a Grails tab library class.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsUrlMappingsClassLoads the UrlMappings.Interfaceorg.codehaus.groovy.grails.commonsGrails
GrailsUtilGrails utility methods for command line and GUI applications.Classgrails.utilGrails
GrailsWebApplicationContextA WebApplicationContext that extends StaticApplicationContext to allow for programmatic configuration at runtime.Classorg.codehaus.groovy.grails.commons.springGrails
GroovyAwareAspectJAwareAdvisorAutoProxyCreatorEnables AspectJ weaving from the application context.Classorg.codehaus.groovy.grails.aop.framework.autoproxyGrails
GroovyAwareInfrastructureAdvisorAutoProxyCreatorTells Spring always to proxy Groovy classes.Classorg.codehaus.groovy.grails.aop.framework.autoproxyGrails
GroovyAwareNamedTransactionAttributeSourceClassorg.codehaus.groovy.grails.orm.supportGrails
GroovyDynamicMethodsInterceptorFor dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances meta class instance.Classorg.codehaus.groovy.grails.commons.metaclassGrails
GroovyPageInjectorInterfaceorg.codehaus.groovy.grails.compiler.injectionGrails
HoldersClassgrails.utilGrails
HyphenatedUrlConverterClassgrails.webGrails
IdentityPluginFilterNo-op implementation of PluginFilter.Classorg.codehaus.groovy.grails.pluginsGrails
IncludingPluginFilter plugins (identified by name) as well as their dependencies are included in the filtered plugin list.Classorg.codehaus.groovy.grails.pluginsGrails
InetAddressValidatorInetAddress validation and conversion routines (java.Classorg.codehaus.groovy.grails.validation.routinesGrails
InjectableGrailsClassRepresents a Grails class that is to be configured in Spring and as such is injectable.Interfaceorg.codehaus.groovy.grails.commonsGrails
InListConstraintA constraint that validates the property is contained within the supplied list.Classorg.codehaus.groovy.grails.validationGrails
Interceptor notifications about method calls for objects managed by the ProxyMetaClass.Interfaceorg.codehaus.groovy.grails.commons.metaclassGrails
InvalidPropertyExceptionThrown when a property of a Grails class is invalidated.Classorg.codehaus.groovy.grails.exceptionsGrails
InvocationCallbackClassorg.codehaus.groovy.grails.commons.metaclassGrails
LazyMetaPropertyMapA map implementation that reads an objects properties lazily using Groovy's MetaClass.Classorg.codehaus.groovy.grails.commons.metaclassGrails
MatchesConstraintA constraint that validates the property against a supplied regular expression.Classorg.codehaus.groovy.grails.validationGrails
MaxConstraintClassorg.codehaus.groovy.grails.validationGrails
MaxSizeConstraintValidates maximum size of the property, for strings and arrays this is the length, collections the size and numbers the value.Classorg.codehaus.groovy.grails.validationGrails
MetaClassChangeReporterSimple class that reports when meta class changes and where (in what stack frame) those changes took placeSince:2.Classorg.codehaus.groovy.grails.support.internal.toolsGrails
MetadataGeneratingExpandoMetaClassA 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.Classorg.codehaus.groovy.grails.documentationGrails
MetadataGeneratingMetaClassCreationHandleUsed to enable the Metadata generating EMC creation handle.Classorg.codehaus.groovy.grails.documentationGrails
MinConstraintClassorg.codehaus.groovy.grails.validationGrails
MinSizeConstraintValidates minimum size or length of the property, for strings and arrays this is the length, collections the size and numbers the value.Classorg.codehaus.groovy.grails.validationGrails
MockApplicationContextClassorg.codehaus.groovy.grails.supportGrails
MockFileResourceMocks the behavior of a FileResource.Classorg.codehaus.groovy.grails.supportGrails
MockGrailsPluginManagerClassorg.codehaus.groovy.grails.pluginsGrails
MockResourceLoaderLoads from the file system if its not found on the classpath.Classorg.codehaus.groovy.grails.supportGrails
MockStringResourceLoaderLoads Resources from Strings that are registered as Mock resources.Classorg.codehaus.groovy.grails.supportGrails
MoreThanOneActiveDataSourceExceptionThrown when more than one active data source is configured.Classorg.codehaus.groovy.grails.exceptionsGrails
NamedArtefactTypeAstTransformationAn AST transform used to apply a named artefact typeSince:2.Classorg.codehaus.groovy.grails.compiler.injectionGrails
NewInstanceCreationExceptionOccurs when the creation of a new instance fails.Classorg.codehaus.groovy.grails.exceptionsGrails
NotEqualConstraintValidates not equal to something.Classorg.codehaus.groovy.grails.validationGrails
NullableConstraintClassorg.codehaus.groovy.grails.validationGrails
NullPersistentContextInterceptorA dummy persistence context interceptor that does nothing.Classorg.codehaus.groovy.grails.supportGrails
OrderedAdapterConvenience adapter implementation of the Spring Ordered interface.Classorg.codehaus.groovy.grails.plugins.supportGrails
PackagingExceptionException thrown when there was an error in the packing process of an application.Classorg.codehaus.groovy.grails.compilerGrails
ParentApplicationContextAwareAllows objects to be aware of the Grails parent application context.Interfaceorg.codehaus.groovy.grails.supportGrails
PersistenceContextInterceptorSets up the persistent context before and after a Grails operation is invoked.Interfaceorg.codehaus.groovy.grails.supportGrails
PluginAwareAstTransformerAutomatically annotates each class based on the plugin it originated from.Classorg.codehaus.groovy.grails.compiler.injectionGrails
PluginAwareResourceBundleMessageSourceA ReloadableResourceBundleMessageSource that is capable of loading message sources from plugins.Classorg.codehaus.groovy.grails.context.supportGrails
PluginFilterDefines interface for obtaining a sublist of GrailsPlugin instances based on an original supplied list of GrailsPlugin instances.Interfaceorg.codehaus.groovy.grails.pluginsGrails
PluginFilterRetriever implementation to use based on a set of provided configuration properties.Classorg.codehaus.groovy.grails.pluginsGrails
PluginManagerAwareFor implementors interested in obtaining a reference to the Grails PluginManager instance.Interfaceorg.codehaus.groovy.grails.pluginsGrails
PluginManagerAwareBeanPostProcessorAuto-injects beans that implement PluginManagerAware.Classorg.codehaus.groovy.grails.plugins.support.awareGrails
PluginManagerHolderManages a thread bound plugin manager instance.Classorg.codehaus.groovy.grails.pluginsGrails
PluginMetaManagerEnables the evaluation of Plug-in Metadata supplied by the plug-ins plugin.Interfaceorg.codehaus.groovy.grails.pluginsGrails
PluginPathAwareFileSystemResourceLoaderFileSystemResourceLoader capable of understanding paths to plugins via the ResourceLocator interfaceSince:2.Classorg.codehaus.groovy.grails.core.ioGrails
ProfilingGrailsPluginManagerA GrailsPluginManager implementation that outputs profile data to a logger.Classorg.codehaus.groovy.grails.pluginsGrails
PropertyAccessInterceptorAdds the ability to intercept property getters/setters.Interfaceorg.codehaus.groovy.grails.commons.metaclassGrails
ProxyHandlerInterface that defines logic for handling proxied instancesSince:1.Interfaceorg.codehaus.groovy.grails.support.proxyGrails
ProxyMetaClassAs subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs.Classorg.codehaus.groovy.grails.commons.metaclassGrails
RangeConstraintClassorg.codehaus.groovy.grails.validationGrails
RegexValidatorRegular Expression validation (using JDK 1.Classorg.codehaus.groovy.grails.validation.routinesGrails
ReloadAwareAutowireCapableBeanFactoryA 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 toClassorg.codehaus.groovy.grails.commons.springGrails
RequiredPropertyMissingExceptionThrown when a named property of a specific type is not present in a class.Classorg.codehaus.groovy.grails.exceptionsGrails
ResourceLocatorUsed to locate resources at development or production time.Interfaceorg.codehaus.groovy.grails.core.ioGrails
ScaleConstraintManages the scale for floating point numbers (i.Classorg.codehaus.groovy.grails.validationGrails
ServiceArtefactHandlerClassorg.codehaus.groovy.grails.commonsGrails
ShutdownOperationsOperations that should be executed on shutdown.Classorg.codehaus.groovy.grails.lifecycleGrails
SimpleMapResourceLoaderSimple implementation of the ResourceLoader interface that uses a Map to load resources.Classorg.codehaus.groovy.grails.supportGrails
SizeConstraintValidates size of the property, for strings and arrays this is the length, collections the size and numbers the value.Classorg.codehaus.groovy.grails.validationGrails
SoftThreadLocalMapCreates a InheritableThreadLocal with an intial value of a Map.Classorg.codehaus.groovy.grails.supportGrails
SourceCodeAwareAn interface that represents an exception that is capable of providing more information about the source codeSince:1.Interfaceorg.codehaus.groovy.grails.exceptionsGrails
StackTraceFiltererImproves the output of stack traces produced by exceptions in a Grails application.Interfaceorg.codehaus.groovy.grails.exceptionsGrails
StaticMethodInvocationStatic method invocation callback interface.Interfaceorg.codehaus.groovy.grails.commons.metaclassGrails
StaticResourceLoaderA ResourceLoader that loads resources from a statically defined base resource.Classorg.codehaus.groovy.grails.supportGrails
StaticResourceLocatorA static resource locator that uses an internal map to locate resources.Classorg.codehaus.groovy.grails.core.ioGrails
TagLibArtefactHandlerConfigures tag libraries within namespaces in Grails.Classorg.codehaus.groovy.grails.commonsGrails
TransactionManagerAwareInterfaceorg.codehaus.groovy.grails.orm.supportGrails
TransactionManagerPostProcessorInjects the platform transaction manager into beans that implement TransactionManagerAware.Classorg.codehaus.groovy.grails.orm.supportGrails
UrlConstraintClassorg.codehaus.groovy.grails.validationGrails
UrlConverterInterfacegrails.webGrails
UrlMappingsArtefactHandlerA handler for UrlMappings.Classorg.codehaus.groovy.grails.commonsGrails
UrlValidatorURL Validation routines.Classorg.codehaus.groovy.grails.validation.routinesGrails
ValidatorConstraintA constraint class that validates using a user-supplied closure.Classorg.codehaus.groovy.grails.validationGrails
VetoingConstraintMarker interface for vetoing constraint.Interfaceorg.codehaus.groovy.grails.validationGrails
WatchPatternParserParses a Grails plugin's watchedResources property value into a list ofSince:2.Classorg.codehaus.groovy.grails.plugins.supportGrails
WeakGenericDynamicPropertyA generic dyanmic property for any type used a soft hashmap implementation for generic properties registered as global in the MetaClass.Classorg.codehaus.groovy.grails.commons.metaclassGrails
WebBeanBuilderClassgrails.springGrails
WebRuntimeSpringConfigurationSubclasses DefaultRuntimeSpringConfiguration to provide construction of WebApplicationContext instances.Classorg.codehaus.groovy.grails.commons.springGrails