A B C D E F G H I K L M N O P R S T U V W Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractArtefactTypeAstTransformation - Class in org.grails.compiler.injection
-
Base implementation for the artefact type transformation.
- AbstractArtefactTypeAstTransformation() - Constructor for class org.grails.compiler.injection.AbstractArtefactTypeAstTransformation
- AbstractGrailsApplication - Class in org.grails.core
- AbstractGrailsApplication() - Constructor for class org.grails.core.AbstractGrailsApplication
- AbstractGrailsArtefactTransformer - Class in org.grails.compiler.injection
-
Abstract transformer that takes an implementation class and creates methods in a target ClassNode that delegate to that implementation class.
- AbstractGrailsArtefactTransformer() - Constructor for class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- AbstractGrailsClass - Class in org.grails.core
-
Abstract base class for Grails types that provides common functionality for evaluating conventions within classes.
- AbstractGrailsClass(Class<?>, String) - Constructor for class org.grails.core.AbstractGrailsClass
-
Used by all child classes to create a new instance and get the name right.
- AbstractGrailsPlugin - Class in org.grails.plugins
-
Abstract implementation that provides some default behaviours
- AbstractGrailsPlugin(Class<?>, GrailsApplication) - Constructor for class org.grails.plugins.AbstractGrailsPlugin
- AbstractGrailsPluginManager - Class in org.grails.plugins
-
Abstract implementation of the GrailsPluginManager interface
- AbstractGrailsPluginManager(GrailsApplication) - Constructor for class org.grails.plugins.AbstractGrailsPluginManager
- AbstractInjectableGrailsClass - Class in org.grails.core
-
Configures Grails classes to be autowirable by name, always.
- AbstractInjectableGrailsClass(Class<?>, String) - Constructor for class org.grails.core.AbstractInjectableGrailsClass
- AbstractTypeConvertingMap - Class in grails.util
-
AbstractTypeConvertingMap is a Map with type conversion capabilities.
- AbstractTypeConvertingMap() - Constructor for class grails.util.AbstractTypeConvertingMap
- AbstractTypeConvertingMap(Map) - Constructor for class grails.util.AbstractTypeConvertingMap
- Action - Annotation Type in grails.web
-
An annotation to mark controller methods as actions.
- ACTION - Static variable in interface grails.core.GrailsControllerClass
-
The general name to use when referring to action artefacts.
- actionUriToViewName - Variable in class org.grails.core.DefaultGrailsControllerClass
- actionUriToViewName(String) - Method in interface grails.core.GrailsControllerClass
- actionUriToViewName(String) - Method in class org.grails.core.DefaultGrailsControllerClass
- addAllClassLoaderJarRoots(ClassLoader, Set<Resource>) - Method in class org.grails.core.support.internal.tools.ClassRelativeResourcePatternResolver
- addAnnotationIfNecessary(ClassNode, Class<? extends Annotation>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds an annotation to the give nclass node if it doesn't already exist
- addAnnotationOrGetExisting(ClassNode, Class<? extends Annotation>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds an annotation to the given class node or returns the existing annotation
- addAnnotationOrGetExisting(ClassNode, Class<? extends Annotation>, Map<String, Object>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds an annotation to the given class node or returns the existing annotation
- addAnnotationOrGetExisting(ClassNode, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addAnnotationOrGetExisting(ClassNode, ClassNode, Map<String, Object>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addApi(Object) - Method in class org.grails.core.metaclass.BaseApiProvider
-
Deprecated.
- addApiLookupFieldAndSetter(ClassNode, ClassNode, String, Expression) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- addApplicationDiscoveryStrategy(GrailsApplicationDiscoveryStrategy) - Static method in class grails.util.Holders
- addArtefact(Class) - Method in class grails.core.DefaultGrailsApplication
- addArtefact(Class) - Method in interface grails.core.GrailsApplication
-
Adds the given artefact, attempting to determine type from
- addArtefact(String, GrailsClass) - Method in class grails.core.DefaultGrailsApplication
-
Adds an artefact of the given type for the given GrailsClass.
- addArtefact(String, GrailsClass) - Method in interface grails.core.GrailsApplication
-
Registers a new artefact
- addArtefact(String, Class) - Method in class grails.core.DefaultGrailsApplication
-
Adds an artefact of the given type for the given Class.
- addArtefact(String, Class) - Method in interface grails.core.GrailsApplication
-
Registers a new artefact
- addArtefact(String, Class<?>, boolean) - Method in class grails.core.DefaultGrailsApplication
- addBindingAction(Runnable) - Static method in class grails.validation.DeferredBindingActions
- addChainedTransactionManager(BeanDefinitionRegistry) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- addClassResource(String, Resource) - Method in class org.grails.core.io.StaticResourceLocator
- addClearErrorsMethod(ClassNode) - Method in class org.grails.compiler.injection.ASTValidationErrorsHelper
- addCompileStaticAnnotation(AnnotatedNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Marks a method to be staticly compiled
- addCompileStaticAnnotation(AnnotatedNode, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds @CompileStatic annotation to method
- addDelegateConstructor(ClassNode, MethodNode, Map<String, ClassNode>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds or modifies an existing constructor to delegate to the given static constructor method for initialization logic.
- addDelegateInstanceMethod(ClassNode, Expression, MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds a delegate method to the target class node where the first argument is to the delegate method is 'this'.
- addDelegateInstanceMethod(ClassNode, Expression, MethodNode, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addDelegateInstanceMethod(ClassNode, Expression, MethodNode, AnnotationNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addDelegateInstanceMethod(ClassNode, Expression, MethodNode, AnnotationNode, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addDelegateInstanceMethod(ClassNode, Expression, MethodNode, AnnotationNode, boolean, Map<String, ClassNode>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addDelegateInstanceMethod(ClassNode, Expression, MethodNode, AnnotationNode, boolean, Map<String, ClassNode>, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds a delegate method to the target class node where the first argument is to the delegate method is 'this'.
- addDelegateInstanceMethod(ClassNode, Expression, MethodNode, AnnotationNode, Map<String, ClassNode>) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- addDelegateInstanceMethods(ClassNode, ClassNode, ClassNode, Expression) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addDelegateInstanceMethods(ClassNode, ClassNode, ClassNode, Expression, Map<String, ClassNode>, boolean, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addDelegateInstanceMethods(ClassNode, ClassNode, Expression) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addDelegateInstanceMethods(ClassNode, ClassNode, Expression, Map<String, ClassNode>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addDelegateStaticMethod(ClassNode, MethodCallExpression, MethodNode, Map<String, ClassNode>) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- addDelegateStaticMethod(ClassNode, MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds a static method call to given class node that delegates to the given method
- addDelegateStaticMethod(Expression, ClassNode, MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds a static method to the given class node that delegates to the given method and resolves the object to invoke the method on from the given expression.
- addDelegateStaticMethod(Expression, ClassNode, MethodNode, AnnotationNode, Map<String, ClassNode>, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds a static method to the given class node that delegates to the given method and resolves the object to invoke the method on from the given expression.
- addEnhancedAnnotation(ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- addEnhancedAnnotation(ClassNode, String...) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Add the grails.artefact.Enhanced annotation to classNode if it does not already exist and ensure that all of the features in the enhancedFor array are represented in the enhancedFor attribute of the Enhanced annnotation
- addErrorsField(ClassNode) - Method in class org.grails.compiler.injection.ASTValidationErrorsHelper
- addExclude(Environment) - Method in interface grails.plugins.GrailsPlugin
-
Makes the plugin excluded for a particular Environment
- addExclude(Environment) - Method in class org.grails.plugins.DefaultGrailsPlugin
- addExpressionToAnnotationMember(AnnotationNode, String, Expression) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Adds the given expression as a member of the given annotation
- addFieldIfNonExistent(ClassNode, ClassNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addFirst(Config) - Method in class org.grails.config.CompositeConfig
-
Adds a config at the highest level of precedence
- addGetErrorsMethod(ClassNode) - Method in class org.grails.compiler.injection.ASTValidationErrorsHelper
- addGrailsClass(GrailsClass) - Method in class grails.core.DefaultArtefactInfo
-
Call to add a new class to this info object.
- addHasErrorsMethod(ClassNode) - Method in class org.grails.compiler.injection.ASTValidationErrorsHelper
- addInitErrorsMethod(ClassNode) - Method in class org.grails.compiler.injection.ASTValidationErrorsHelper
- addLast(Config) - Method in class org.grails.config.CompositeConfig
-
Adds a config at the lowest level of precedence
- addMethodIfNotPresent(ClassNode, MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- addOperation(Runnable) - Static method in class org.grails.core.lifecycle.ShutdownOperations
-
Adds a shutdown operation which will be run once for the next shutdown
- addOperation(Runnable, boolean) - Static method in class org.grails.core.lifecycle.ShutdownOperations
-
Adds a shutdown operation
- addOverridableArtefact(Class) - Method in class grails.core.DefaultGrailsApplication
- addOverridableArtefact(Class) - Method in interface grails.core.GrailsApplication
-
Adds an artefact that can be overriden by user defined classes
- addOverridableArtefact(String, Class) - Method in class grails.core.DefaultGrailsApplication
-
Adds an artefact of the given type for the given Class.
- addOverridableGrailsClass(GrailsClass) - Method in class grails.core.DefaultArtefactInfo
- addPluginDependencies(List, GrailsPlugin) - Method in class org.grails.plugins.BasePluginFilter
-
Defines operation for adding dependencies for a plugin to the list
- addPluginDependencies(List, GrailsPlugin) - Method in class org.grails.plugins.ExcludingPluginFilter
- addPluginDependencies(List, GrailsPlugin) - Method in class org.grails.plugins.IncludingPluginFilter
- addSetErrorsMethod(ClassNode) - Method in class org.grails.compiler.injection.ASTValidationErrorsHelper
- addToLoaded(Class<?>) - Method in class grails.core.DefaultGrailsApplication
- addToTransformedClasses(String) - Static method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- AFTER_INTERCEPTOR - Static variable in interface grails.core.GrailsControllerClass
-
The name of the after interceptor property.
- afterDelete - grails.persistence.Event
- afterInsert - grails.persistence.Event
- afterLoad - grails.persistence.Event
- afterPropertiesSet() - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- afterUpdate - grails.persistence.Event
- ALL_DATA_SOURCES - Static variable in interface grails.core.GrailsServiceClass
- allArtefactClasses - Variable in class grails.core.DefaultGrailsApplication
- allArtefactClassesArray - Variable in class grails.core.DefaultGrailsApplication
- AllArtefactClassInjector - Interface in grails.compiler.ast
-
Extended marker interface that indicates this ClassInjector applies to all types of artefacts (but not all classes).
- allClasses - Variable in class grails.core.DefaultGrailsApplication
- allowAbstract - Variable in class grails.core.ArtefactHandlerAdapter
- ALLOWED_HTTP_METHODS_PROPERTY - Static variable in class org.grails.core.DefaultGrailsControllerClass
- AnnotatedClassInjector - Interface in grails.compiler.ast
-
Injector applied to annotated (local transform) entities
- AnnotationDomainClassArtefactHandler - Class in org.grails.core.artefact
-
Detects annotated domain classes for EJB3 style mappings.
- AnnotationDomainClassArtefactHandler() - Constructor for class org.grails.core.artefact.AnnotationDomainClassArtefactHandler
- AnnotationMetadataReader - Class in org.grails.asm
-
A more limited version of Spring's annotation reader that only reads annotations on classes
- AnnotationMetadataReader(Resource, ClassLoader) - Constructor for class org.grails.asm.AnnotationMetadataReader
-
Reads only the annotation names from a class resource
- AnnotationMetadataReader(Resource, ClassLoader, boolean) - Constructor for class org.grails.asm.AnnotationMetadataReader
-
Constructs a new annotation metadata reader
- ApiDelegate - Annotation Type in grails.artefact
-
Similar to Groovy's @Delegate AST transform but instead assumes the first argument to every method is 'this'.
- ApiDelegateTransformation - Class in org.grails.compiler.injection
-
The logic for the
ApiDelegatelocation transform. - ApiDelegateTransformation() - Constructor for class org.grails.compiler.injection.ApiDelegateTransformation
- application - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- application - Variable in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- APPLICATION - Static variable in interface grails.core.ApplicationAttributes
- APPLICATION_CONTEXT - Static variable in interface grails.core.ApplicationAttributes
- APPLICATION_ID - Static variable in interface grails.core.GrailsApplication
-
The id of the grails application within a bean context
- ApplicationAttributes - Interface in grails.core
- applicationClass - Variable in class grails.core.DefaultGrailsApplication
- applicationContext - Variable in class org.grails.plugins.AbstractGrailsPlugin
- applicationContext - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- applicationMeta - Variable in class org.grails.core.AbstractGrailsApplication
- applyConstraint(String, Object) - Method in interface grails.validation.Constrained
- applyDefaultMethodTarget(MethodCallExpression, Class<?>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Set the method target of a MethodCallExpression to the first matching method with same number of arguments.
- applyDefaultMethodTarget(MethodCallExpression, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Set the method target of a MethodCallExpression to the first matching method with same number of arguments.
- applyImplicitThis(MethodCallExpression, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- applyMethodTarget(MethodCallExpression, Class<?>, Class<?>...) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Set the method target of a MethodCallExpression to the first matching method with same number and type of arguments.
- applyMethodTarget(MethodCallExpression, ClassNode, Class<?>...) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Set the method target of a MethodCallExpression to the first matching method with same number and type of arguments.
- applyMethodTarget(MethodCallExpression, ClassNode, ClassNode...) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Set the method target of a MethodCallExpression to the first matching method with same number and type of arguments.
- applyTransformation(SourceUnit, ClassNode) - Method in class org.grails.compiler.injection.EntityASTTransformation
- Artefact - Annotation Type in grails.artefact
-
Used to define the artefact type for classes declared outside of Grails' usual conventions.
- ArtefactHandler - Interface in grails.core
-
The ArtefactHandler interface's purpose is to allow the analysis of conventions within a Grails application.
- ArtefactHandlerAdapter - Class in grails.core
-
Adapter for the
ArtefactHandlerinterface - ArtefactHandlerAdapter(String, Class<? extends GrailsClass>, Class<?>, String) - Constructor for class grails.core.ArtefactHandlerAdapter
- ArtefactHandlerAdapter(String, Class<? extends GrailsClass>, Class<?>, String, boolean) - Constructor for class grails.core.ArtefactHandlerAdapter
- artefactHandlers - Variable in class grails.core.DefaultGrailsApplication
- artefactHandlersByName - Variable in class grails.core.DefaultGrailsApplication
- artefactInfo - Variable in class grails.core.DefaultGrailsApplication
- ArtefactInfo - Interface in grails.core
-
Holder for all the class-related info and structures relating to an Artefact.
- ARTEFACTS - Static variable in interface grails.plugins.GrailsPlugin
-
Define the list of ArtefactHandlers supporting by the plugin
- artefactSuffix - Variable in class grails.core.ArtefactHandlerAdapter
- ArtefactTypeAstTransformation - Class in org.grails.compiler.injection
-
A transformation used to apply transformers to classes not located in Grails directory structure.
- ArtefactTypeAstTransformation() - Constructor for class org.grails.compiler.injection.ArtefactTypeAstTransformation
- asBoolean() - Method in class grails.util.AbstractTypeConvertingMap
- ASSIGNMENT_OPERATOR - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- ASTErrorsHelper - Interface in org.grails.compiler.injection
-
Enhances a class to contain an Errors property of type org.springframework.validation.Errors.
- AstTransformer - Annotation Type in grails.compiler.ast
-
Marker annotation that for classes that transform Grails classes at the AST level.
- ASTValidationErrorsHelper - Class in org.grails.compiler.injection
- ASTValidationErrorsHelper() - Constructor for class org.grails.compiler.injection.ASTValidationErrorsHelper
- asType(Class) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- autowireBeanInAutowireByName(Object, Map<String, PropertyDescriptor>) - Method in class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.
- autowireBeanProperties(Object, int, boolean) - Method in class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.
- autowireByName(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.
B
- BaseApiProvider - Class in org.grails.core.metaclass
-
Deprecated.Use traits instead
- BaseApiProvider() - Constructor for class org.grails.core.metaclass.BaseApiProvider
-
Deprecated.
- BasePluginFilter - Class in org.grails.plugins
-
Base functionality shared by
IncludingPluginFilterandExcludingPluginFilter. - BasePluginFilter(String[]) - Constructor for class org.grails.plugins.BasePluginFilter
- BasePluginFilter(Set<String>) - Constructor for class org.grails.plugins.BasePluginFilter
- BEAN_NAME - Static variable in interface grails.plugins.GrailsPluginManager
- BEAN_NAME - Static variable in interface grails.validation.ConstraintsEvaluator
-
Deprecated.
- BEAN_NAME - Static variable in interface grails.web.UrlConverter
- BeanCreationProfilingPostProcessor - Class in org.grails.core.util
-
Adds timings of bean creation times logged to the "org.grails.startup" group
- BeanCreationProfilingPostProcessor() - Constructor for class org.grails.core.util.BeanCreationProfilingPostProcessor
- BeanPostProcessorAdapter - Class in org.grails.spring.beans
-
Adapter implementation of
BeanPostProcessor. - BeanPostProcessorAdapter() - Constructor for class org.grails.spring.beans.BeanPostProcessorAdapter
- beans(Closure) - Method in class org.grails.plugins.DefaultGrailsPlugin
- BEFORE_INTERCEPTOR - Static variable in interface grails.core.GrailsControllerClass
-
The name of the before interceptor property.
- beforeDelete - grails.persistence.Event
- beforeInsert - grails.persistence.Event
- beforeLoad - grails.persistence.Event
- beforeUpdate - grails.persistence.Event
- BinaryGrailsPlugin - Class in org.grails.plugins
-
Models a pre-compiled binary plugin.
- BinaryGrailsPlugin(Class<?>, BinaryGrailsPluginDescriptor, GrailsApplication) - Constructor for class org.grails.plugins.BinaryGrailsPlugin
-
Creates a binary plugin instance.
- BinaryGrailsPluginDescriptor - Class in org.grails.plugins
-
Holds a reference to the parsed grails-plugin.xml descriptor and the resource used to parse the descriptor
- BinaryGrailsPluginDescriptor(Resource, List<String>) - Constructor for class org.grails.plugins.BinaryGrailsPluginDescriptor
- buildGetMapExpression(Expression, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Build static direct call to get entry from Map
- buildGetPropertyExpression(Expression, String, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Build static direct call to getter of a property
- buildGetPropertyExpression(Expression, String, ClassNode, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Build static direct call to getter of a property
- buildGetThisObjectExpression(boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- buildPutMapExpression(Expression, String, Expression) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Build static direct call to put entry in Map
- buildSetPropertyExpression(Expression, String, ClassNode, Expression) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Build static direct call to setter of a property
- buildThisExpression() - Static method in class org.grails.compiler.injection.GrailsASTUtils
- byName() - Method in interface grails.core.InjectableGrailsClass
-
If autowiring by name is enabled.
- byName() - Method in class org.grails.core.AbstractInjectableGrailsClass
- byType() - Method in interface grails.core.InjectableGrailsClass
-
If autowiring by type is enabled.
- byType() - Method in class org.grails.core.AbstractInjectableGrailsClass
C
- CacheEntry<V> - Class in grails.util
-
Wrapper for a value inside a cache that adds timestamp information for expiration and prevents "cache storms" with a Lock.
- CacheEntry() - Constructor for class grails.util.CacheEntry
- CacheEntry(V) - Constructor for class grails.util.CacheEntry
- CacheEntry.UpdateException - Exception in grails.util
- cacheMillis - Variable in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
- calculateAllFilenames(String, Locale) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Calculate all filenames for the given bundle basename and Locale.
- calculateFilenamesForLocale(String, Locale) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Calculate the filenames for the given bundle basename and Locale, appending language code, country code, and variant code.
- call(SourceUnit, GeneratorContext, ClassNode) - Method in class org.grails.compiler.injection.GrailsAwareInjectionOperation
- CamelCaseUrlConverter - Class in grails.web
-
URL converter that allows for camel case URLs
- CamelCaseUrlConverter() - Constructor for class grails.web.CamelCaseUrlConverter
- canCreateTransaction(TransactionDefinition) - Method in class org.grails.transaction.ChainedTransactionManager
- canRegisterPlugin(GrailsPlugin) - Method in class grails.plugins.DefaultGrailsPluginManager
- ChainedTransactionManager - Class in org.grails.transaction
-
PlatformTransactionManagerimplementation that orchestrates transaction creation, commits and rollbacks to a list of delegates. - ChainedTransactionManager(PlatformTransactionManager...) - Constructor for class org.grails.transaction.ChainedTransactionManager
-
Creates a new
ChainedTransactionManagerdelegating to the givenPlatformTransactionManagers. - ChainedTransactionManagerPostProcessor - Class in org.grails.transaction
-
A
BeanDefinitionRegistryPostProcessorfor using the "Best Effort 1 Phase Commit" (BE1PC) in Grails applications when there are multiple data sources. - ChainedTransactionManagerPostProcessor() - Constructor for class org.grails.transaction.ChainedTransactionManagerPostProcessor
- ChainedTransactionManagerPostProcessor(Config) - Constructor for class org.grails.transaction.ChainedTransactionManagerPostProcessor
- ChainedTransactionManagerPostProcessor(Config, String, String) - Constructor for class org.grails.transaction.ChainedTransactionManagerPostProcessor
- checkForChanges() - Method in class grails.plugins.DefaultGrailsPluginManager
-
Deprecated.Replaced by agent-based reloading, will be removed in a future version of Grails
- checkForChanges() - Method in interface grails.plugins.GrailsPluginManager
-
Deprecated.
- checkForChanges() - Method in class org.grails.plugins.AbstractGrailsPlugin
- checkForChanges() - Method in class org.grails.plugins.MockGrailsPluginManager
- checkInitialised() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- CLASS_LOADER_BEAN - Static variable in interface grails.core.GrailsApplication
- ClassConversionException(Class<?>, Class<?>) - Constructor for exception org.grails.config.NavigableMapConfig.ClassConversionException
-
Deprecated.
- ClassConversionException(String, Class<?>, Exception) - Constructor for exception org.grails.config.NavigableMapConfig.ClassConversionException
-
Deprecated.
- ClassEditor - Class in org.grails.core.support
-
Converts Strings to Class references for Spring.
- ClassEditor() - Constructor for class org.grails.core.support.ClassEditor
- ClassEditor(Object) - Constructor for class org.grails.core.support.ClassEditor
- ClassInjector - Interface in grails.compiler.ast
-
When implemented allows additional properties to be injected into Grails classes at compile time (ie when they are loaded by the GroovyClassLoader).
- classLoader - Variable in class org.grails.config.NavigableMapConfig
-
Deprecated.
- classLoader - Variable in class org.grails.core.AbstractGrailsApplication
- ClassLoaderAware - Interface in grails.core.support
-
Convenience interface that can be implemented by classes that are registered by plugins.
- ClassLoaderAwareBeanPostProcessor - Class in org.grails.spring.beans
- ClassLoaderAwareBeanPostProcessor(ClassLoader) - Constructor for class org.grails.spring.beans.ClassLoaderAwareBeanPostProcessor
- classNameToPluginMap - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- classNameToResourceCache - Variable in class org.grails.core.io.DefaultResourceLocator
- ClassRelativeResourcePatternResolver - Class in org.grails.core.support.internal.tools
-
Attempts to limit classpath searching to only locations relative to the given class
- ClassRelativeResourcePatternResolver(Class) - Constructor for class org.grails.core.support.internal.tools.ClassRelativeResourcePatternResolver
- classSearchDirectories - Variable in class org.grails.core.io.DefaultResourceLocator
- clear() - Method in class grails.beans.util.LazyMetaPropertyMap
- clear() - Method in class grails.core.DefaultGrailsApplication
-
Clears the application returning it to an empty state.
- clear() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- clear() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Clear any pending changes.
- clear() - Method in class grails.util.AbstractTypeConvertingMap
- clear() - Static method in class grails.util.Holders
- clear() - Static method in class grails.validation.DeferredBindingActions
- clear() - Method in class org.grails.config.CompositeConfig
- clear() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- clear() - Method in class org.grails.config.PrefixedConfig
- clearCache() - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Clear the resource bundle cache.
- clearCachedState() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- clearCacheIncludingAncestors() - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Clear the resource bundle caches of this MessageSource and all its ancestors.
- cloneAnnotation(AnnotationNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- CLOSURE_MARKER - Static variable in class org.grails.core.io.DefaultResourceLocator
- ClosureClassIgnoringComponentScanBeanDefinitionParser - Class in org.grails.spring.context.annotation
-
Extends Spring's default <context:component-scan/> element to ignore generated classes.
- ClosureClassIgnoringComponentScanBeanDefinitionParser() - Constructor for class org.grails.spring.context.annotation.ClosureClassIgnoringComponentScanBeanDefinitionParser
- ClosureToMapPopulator - Class in grails.util
-
A simple class that takes method invocations and property setters and populates the arguments of these into the supplied map ignoring null values.
- ClosureToMapPopulator() - Constructor for class grails.util.ClosureToMapPopulator
- ClosureToMapPopulator(Map) - Constructor for class grails.util.ClosureToMapPopulator
- collectionToObjectArray(Collection) - Static method in class grails.util.GrailsClassUtils
-
Convenience method for converting a collection to an Object[]
- CommandLineResourceLoader - Class in org.grails.dev.support
-
Loads locations starting with /WEB-INF from the Grails web-app directory.
- CommandLineResourceLoader() - Constructor for class org.grails.dev.support.CommandLineResourceLoader
- commandObjects() - Method in annotation type grails.web.Action
- commit(TransactionStatus) - Method in class org.grails.transaction.ChainedTransactionManager
- COMMON_CLASSES - Static variable in class grails.plugins.DefaultGrailsPluginManager
- compareTo(Object) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
-
Used for ordering not equality.
- compareTo(Object) - Method in class org.grails.plugins.AbstractGrailsPlugin
- compilationUnit - Variable in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- compilationUnit - Variable in class org.grails.compiler.injection.EntityASTTransformation
- complete() - Method in class org.grails.core.util.StopWatch
- CompositeConfig - Class in org.grails.config
-
A
Configcomposed of other Configs - CompositeConfig() - Constructor for class org.grails.config.CompositeConfig
- config - Variable in class org.grails.core.AbstractGrailsApplication
- config - Variable in class org.grails.plugins.AbstractGrailsPlugin
- CONFIG_CLASS - Static variable in interface grails.core.GrailsApplication
-
Deprecated.
- CONFIG_FILE - Static variable in class org.grails.plugins.AbstractGrailsPluginManager
- configChanged() - Method in interface grails.core.GrailsApplication
-
Fired to inform the application when the Config.groovy file changes.
- configChanged() - Method in class org.grails.core.AbstractGrailsApplication
- configMap - Variable in class org.grails.config.NavigableMapConfig
-
Deprecated.
- configs - Variable in class org.grails.config.CompositeConfig
- configureLoadedClasses(Class<?>[]) - Method in class grails.core.DefaultGrailsApplication
-
Configures the loaded classes within the GrailsApplication instance using the registered ArtefactHandler instances.
- configureScanner(ParserContext, Element) - Method in class org.grails.spring.context.annotation.ClosureClassIgnoringComponentScanBeanDefinitionParser
- Constrained - Interface in grails.validation
-
A interface for something that is constrained by various criteria
- CONSTRAINTS_GROOVY_SCRIPT - Static variable in interface grails.validation.ConstraintsEvaluator
-
Deprecated.
- ConstraintsEvaluator - Interface in grails.validation
-
Deprecated.Use org.grails.datastore.gorm.validation.constraints.eval.ConstraintsEvaluator instead
- CONSTRUCTOR_METHOD - Static variable in class org.grails.core.metaclass.BaseApiProvider
-
Deprecated.
- constructors - Variable in class org.grails.core.metaclass.BaseApiProvider
-
Deprecated.
- containsKey(Object) - Method in class grails.beans.util.LazyMetaPropertyMap
- containsKey(Object) - Method in class grails.util.AbstractTypeConvertingMap
- containsKey(Object) - Method in class org.grails.config.CompositeConfig
- containsKey(Object) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- containsKey(Object) - Method in class org.grails.config.PrefixedConfig
- containsProperty(String) - Method in class org.grails.config.CompositeConfig
- containsProperty(String) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- containsProperty(String) - Method in class org.grails.config.PrefixedConfig
- containsValue(Object) - Method in class grails.beans.util.LazyMetaPropertyMap
-
Checks whether the specified value is contained within the Map.
- containsValue(Object) - Method in class grails.util.AbstractTypeConvertingMap
- containsValue(Object) - Method in class org.grails.config.CompositeConfig
- containsValue(Object) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- containsValue(Object) - Method in class org.grails.config.PrefixedConfig
- contentLength() - Method in class org.grails.core.io.SpringResource
- contextInitialized - Variable in class org.grails.core.AbstractGrailsApplication
- CONTROLLER - Static variable in interface grails.core.GrailsControllerClass
-
The general name to use when referring to controller artefacts.
- CONTROLLER - Static variable in class org.grails.core.DefaultGrailsControllerClass
- ControllerArtefactHandler - Class in org.grails.core.artefact
-
Lookup controllers for uris.
- ControllerArtefactHandler() - Constructor for class org.grails.core.artefact.ControllerArtefactHandler
- conversionService - Variable in class org.grails.config.NavigableMapConfig
-
Deprecated.
- copyAnnotations(AnnotatedNode, AnnotatedNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- copyAnnotations(AnnotatedNode, AnnotatedNode, Set<String>, Set<String>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- copyExpandoMetaClass(Class<?>, Class<?>, boolean) - Static method in class grails.util.GrailsMetaClassUtils
-
Copies the ExpandoMetaClass dynamic methods and properties from one Class to another.
- copyParameters(Parameter[]) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- copyParameters(Parameter[], Map<String, ClassNode>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- CORE_PLUGIN_PATTERN - Static variable in class org.grails.plugins.CorePluginFinder
- CoreConfiguration - Class in org.grails.plugins.core
-
Core beans.
- CoreConfiguration(GrailsApplication) - Constructor for class org.grails.plugins.core.CoreConfiguration
- CorePluginFinder - Class in org.grails.plugins
-
Loads core plugin classes.
- CorePluginFinder(GrailsApplication) - Constructor for class org.grails.plugins.CorePluginFinder
- countChainableTransactionManagerBeans(BeanDefinitionRegistry) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- createArgumentListFromParameters(Parameter[], boolean, Map<String, ClassNode>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Creates an argument list from the given parameter types.
- createCompilationUnit(CompilerConfiguration, CodeSource) - Method in class org.grails.compiler.injection.GrailsAwareClassLoader
- createConcreteCollection(Class) - Static method in class grails.util.GrailsClassUtils
-
Creates a concrete collection for the suppied interface
- createGrailsPlugin(Class<?>) - Method in class grails.plugins.DefaultGrailsPluginManager
- createGrailsPlugin(Class<?>, Resource) - Method in class grails.plugins.DefaultGrailsPluginManager
- createPrintlnStatement(String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- createPrintlnStatement(String, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- createRelative(String) - Method in class org.grails.core.io.SpringResource
- createScanner(XmlReaderContext, boolean) - Method in class org.grails.spring.context.annotation.ClosureClassIgnoringComponentScanBeanDefinitionParser
- createTransactionManagerBeanReferences(BeanDefinition) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- CTOR_GROOVY_METHOD - Static variable in class org.grails.core.metaclass.BaseApiProvider
-
Deprecated.
- CURRENT_PREFIX - Static variable in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- currentPluginManager() - Static method in class grails.util.Holders
D
- DATA_SOURCE - Static variable in interface grails.core.GrailsServiceClass
- DATA_SOURCE_BEAN - Static variable in interface grails.core.GrailsApplication
- DATA_SOURCE_CLASS - Static variable in interface grails.core.GrailsApplication
-
Deprecated.
- DATA_SOURCE_SETTING - Static variable in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- DATA_SOURCES_PREFIX - Static variable in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- DATA_SOURCES_SETTING - Static variable in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- date(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Obtains a date for the given parameter name
- date(String, String) - Method in class grails.util.AbstractTypeConvertingMap
-
Obtains a date for the given parameter name and format
- date(String, Collection<String>) - Method in class grails.util.AbstractTypeConvertingMap
-
Obtains a date for the given parameter name and format
- deepSanitize(Throwable) - Static method in class grails.util.GrailsUtil
-
Sanitize the exception and ALL nested causes
- DEFAULT_DATA_SOURCE - Static variable in interface grails.core.GrailsServiceClass
- DEFAULT_PROPERTIES_ENCODING - Static variable in class org.grails.plugins.BinaryGrailsPlugin
- DEFAULT_SHUTDOWN_OPERATION - Static variable in class org.grails.core.lifecycle.ShutdownOperations
- DefaultArtefactInfo - Class in grails.core
-
Mutable holder of artefact info.
- DefaultArtefactInfo() - Constructor for class grails.core.DefaultArtefactInfo
- DefaultGrailsApplication - Class in grails.core
-
Default implementation of the GrailsApplication interface that manages application loading, state, and artefact instances.
- DefaultGrailsApplication() - Constructor for class grails.core.DefaultGrailsApplication
-
Creates a new empty Grails application.
- DefaultGrailsApplication(GrailsApplicationClass) - Constructor for class grails.core.DefaultGrailsApplication
-
Creates a new empty Grails application.
- DefaultGrailsApplication(Class<?>...) - Constructor for class grails.core.DefaultGrailsApplication
-
Construct an application for the given classes
- DefaultGrailsApplication(Class<?>[], ClassLoader) - Constructor for class grails.core.DefaultGrailsApplication
-
Creates a new GrailsApplication instance using the given classes and GroovyClassLoader.
- DefaultGrailsApplication(ClassLoader) - Constructor for class grails.core.DefaultGrailsApplication
- DefaultGrailsApplication(Resource[]) - Constructor for class grails.core.DefaultGrailsApplication
-
Loads a GrailsApplication using the given ResourceLocator instance which will search for appropriate class names
- DefaultGrailsApplication(Resource[]) - Constructor for class grails.core.DefaultGrailsApplication
-
Loads a GrailsApplication using the given ResourceLocator instance which will search for appropriate class names
- DefaultGrailsChildPropertySetter() - Constructor for class grails.util.DomainBuilder.DefaultGrailsChildPropertySetter
- DefaultGrailsClass - Class in grails.core
-
A default implementation for Grails classes that need to be registered and managed by a GrailsApplication, but don't need any special handling.
- DefaultGrailsClass(Class<?>) - Constructor for class grails.core.DefaultGrailsClass
- DefaultGrailsClass(Class<?>, String) - Constructor for class grails.core.DefaultGrailsClass
-
Contructor to be used by all child classes to create a new instance and get the name right.
- DefaultGrailsControllerClass - Class in org.grails.core
-
Evaluates the conventions contained within controllers to perform auto-configuration.
- DefaultGrailsControllerClass(Class<?>) - Constructor for class org.grails.core.DefaultGrailsControllerClass
- DefaultGrailsDomainClass - Class in org.grails.core
-
Deprecated.
- DefaultGrailsDomainClass(Class<?>) - Constructor for class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.Constructor.
- DefaultGrailsDomainClass(Class<?>, MappingContext) - Constructor for class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.
- DefaultGrailsDomainClassInjector - Class in org.grails.compiler.injection
-
Default implementation of domain class injector interface that adds the 'id' and 'version' properties and other previously boilerplate code.
- DefaultGrailsDomainClassInjector() - Constructor for class org.grails.compiler.injection.DefaultGrailsDomainClassInjector
- DefaultGrailsPlugin - Class in org.grails.plugins
-
Implementation of the GrailsPlugin interface that wraps a Groovy plugin class and provides the magic to invoke its various methods from Java.
- DefaultGrailsPlugin(Class<?>, GrailsApplication) - Constructor for class org.grails.plugins.DefaultGrailsPlugin
- DefaultGrailsPlugin(Class<?>, Resource, GrailsApplication) - Constructor for class org.grails.plugins.DefaultGrailsPlugin
- DefaultGrailsPluginManager - Class in grails.plugins
-
Handles the loading and management of plug-ins in the Grails system.
- DefaultGrailsPluginManager(GrailsApplication) - Constructor for class grails.plugins.DefaultGrailsPluginManager
- DefaultGrailsPluginManager(Class<?>[], GrailsApplication) - Constructor for class grails.plugins.DefaultGrailsPluginManager
- DefaultGrailsPluginManager(String[], GrailsApplication) - Constructor for class grails.plugins.DefaultGrailsPluginManager
- DefaultGrailsPluginManager(String, GrailsApplication) - Constructor for class grails.plugins.DefaultGrailsPluginManager
- DefaultGrailsPluginManager(Resource[], GrailsApplication) - Constructor for class grails.plugins.DefaultGrailsPluginManager
- DefaultGrailsServiceClass - Class in org.grails.core
- DefaultGrailsServiceClass(Class<?>) - Constructor for class org.grails.core.DefaultGrailsServiceClass
- DefaultGrailsUrlMappingsClass - Class in org.grails.core
- DefaultGrailsUrlMappingsClass(Class<?>) - Constructor for class org.grails.core.DefaultGrailsUrlMappingsClass
- DefaultProxyHandler - Class in grails.core.support.proxy
-
Trivial default implementation that always returns true and the object.
- DefaultProxyHandler() - Constructor for class grails.core.support.proxy.DefaultProxyHandler
- defaultResourceLoader - Variable in class org.grails.core.io.DefaultResourceLocator
- DefaultResourceLocator - Class in org.grails.core.io
-
Default ResourceLocator implementation that doesn't take into account servlet loading.
- DefaultResourceLocator() - Constructor for class org.grails.core.io.DefaultResourceLocator
- DeferredBindingActions - Class in grails.validation
-
Binding operations that are deferred until either validate() or save() are called.
- delegate - Variable in class org.grails.config.PrefixedConfig
- dependencies - Variable in class org.grails.plugins.AbstractGrailsPlugin
- dependencyNames - Variable in class org.grails.plugins.AbstractGrailsPlugin
- DEPENDS_ON - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that specifies which plugins this plugin depends on
- deprecated(Class<?>, String) - Static method in class grails.util.GrailsUtil
-
Logs warning message about deprecation of specified property or method of some class.
- deprecated(Class<?>, String, String) - Static method in class grails.util.GrailsUtil
-
Logs warning message about deprecation of specified property or method of some class.
- deprecated(String) - Static method in class grails.util.GrailsUtil
-
Logs warning message about some deprecation and code style related hints.
- destroy() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- destroy() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Called to finalize the persistent context.
- DIALECT_DETECTOR_BEAN - Static variable in interface grails.core.GrailsApplication
- DISABLE_AUTOWIRE_BY_NAME_OPTIMIZATIONS - Static variable in class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.
- disconnect() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- disconnect() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Disconnects the persistence context.
- DO_WITH_APPLICATION_CONTEXT - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that defines a closure that will be invoked after intialisation and when the application context has been built
- DO_WITH_DYNAMIC_METHODS - Static variable in interface grails.plugins.GrailsPlugin
- DO_WITH_SPRING - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that defines the closure that will be invoked during runtime spring configuration
- DO_WITH_WEB_DESCRIPTOR - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that defines the closure that will be invoked when the web.xml is being generated
- doArtefactConfiguration() - Method in interface grails.plugins.GrailsPlugin
-
Called prior to the initialisation of the GrailsApplication instance to allow the registration of additonal ArtefactHandlers
- doArtefactConfiguration() - Method in interface grails.plugins.GrailsPluginManager
-
Called prior to the initialisation of the GrailsApplication object to allow registration of additional ArtefactHandler objects
- doArtefactConfiguration() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- doArtefactConfiguration() - Method in class org.grails.plugins.DefaultGrailsPlugin
- doArtefactConfiguration() - Method in class org.grails.plugins.ProfilingGrailsPluginManager
- doc(String) - Method in interface grails.plugins.GrailsPlugin
-
Deprecated.Dynamic document generation no longer supported
- doc(String) - Method in class org.grails.plugins.DefaultGrailsPlugin
-
Deprecated.Dynamic document generation no longer supported
- doDynamicMethods() - Method in class grails.plugins.DefaultGrailsPluginManager
- doDynamicMethods() - Method in interface grails.plugins.GrailsPluginManager
-
Called on all plugins so that they can add new methods/properties/constructors etc.
- doDynamicMethods() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- doDynamicMethods() - Method in class org.grails.plugins.ProfilingGrailsPluginManager
- DOMAIN_DIR - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- DomainBuilder - Class in grails.util
-
Allows the construction of object graphs of domain classes.
- DomainBuilder() - Constructor for class grails.util.DomainBuilder
- DomainBuilder.DefaultGrailsChildPropertySetter - Class in grails.util
- DomainClassArtefactHandler - Class in org.grails.core.artefact
-
Evaluates the conventions that define a domain class in Grails.
- DomainClassArtefactHandler() - Constructor for class org.grails.core.artefact.DomainClassArtefactHandler
- doPerformInjectionOnArtefactType(SourceUnit, ClassNode, String) - Static method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
-
Deprecated.
- doPostProcessing(ApplicationContext) - Method in interface grails.plugins.GrailsPluginManager
-
Performs post initialization configuration for each plug-in, passing the built application context
- doPostProcessing(ApplicationContext) - Method in class org.grails.plugins.AbstractGrailsPluginManager
-
Base implementation that will simply go through each plugin and call doWithApplicationContext on each.
- doPostProcessing(ApplicationContext) - Method in class org.grails.plugins.ProfilingGrailsPluginManager
- doProcessProperties(ConfigurableListableBeanFactory, StringValueResolver) - Method in class org.grails.spring.context.support.GrailsPlaceholderConfigurer
- doRuntimeConfiguration(String, RuntimeSpringConfiguration) - Method in interface grails.plugins.GrailsPluginManager
-
Executes the runtime configuration for a specific plugin AND all its dependencies
- doRuntimeConfiguration(String, RuntimeSpringConfiguration) - Method in class org.grails.plugins.AbstractGrailsPluginManager
-
Base implementation that will perform runtime configuration for the specified plugin name.
- doRuntimeConfiguration(RuntimeSpringConfiguration) - Method in interface grails.plugins.GrailsPluginManager
-
Executes the runtime configuration phase of plug-ins
- doRuntimeConfiguration(RuntimeSpringConfiguration) - Method in class org.grails.plugins.AbstractGrailsPluginManager
-
Base implementation that simply goes through the list of plugins and calls doWithRuntimeConfiguration on each
- doRuntimeConfiguration(RuntimeSpringConfiguration) - Method in class org.grails.plugins.ProfilingGrailsPluginManager
- doWithApplicationContext(ApplicationContext) - Method in interface grails.plugins.GrailsPlugin
-
This method is called to allow the plugin to add
BeanDefinitions to theBeanDefinitionRegistry. - doWithApplicationContext(ApplicationContext) - Method in class org.grails.plugins.DefaultGrailsPlugin
- doWithDynamicMethods(ApplicationContext) - Method in interface grails.plugins.GrailsPlugin
-
Calls a "doWithDynamicMethods" closure that allows a plugin to register dynamic methods at runtime
- doWithDynamicMethods(ApplicationContext) - Method in class org.grails.plugins.DefaultGrailsPlugin
- doWithRuntimeConfiguration(RuntimeSpringConfiguration) - Method in interface grails.plugins.GrailsPlugin
-
Executes the plugin code that performs runtime configuration as defined in the doWithSpring closure
- doWithRuntimeConfiguration(RuntimeSpringConfiguration) - Method in class org.grails.plugins.DefaultGrailsPlugin
E
- EMPTY_ARGS - Static variable in class org.grails.core.DefaultGrailsControllerClass
- EMPTY_CLASS_ARRAY - Static variable in interface grails.compiler.ast.GrailsArtefactClassInjector
- EnableAutoConfiguration - Annotation Type in org.grails.boot.internal
-
Dummy annotation to fool boot into not applying the real 'EnableAutoConfiguration' annotation.
- Enhanced - Annotation Type in grails.artefact
-
An annotation for classes that are compile-time enhanced.
- enhancedFor() - Method in annotation type grails.artefact.Enhanced
- Enhances - Annotation Type in grails.artefact
-
Can be applied to any Trait to indicate to Grails that the trait should be automatically added to the given artefact types
- Entity - Annotation Type in grails.persistence
-
A class annotation used to make a class into a GORM domain class.
- EntityASTTransformation - Class in org.grails.compiler.injection
- EntityASTTransformation() - Constructor for class org.grails.compiler.injection.EntityASTTransformation
- EntityProxyHandler - Interface in grails.core.support.proxy
-
Methods specified to proxied entities
- entrySet() - Method in class grails.beans.util.LazyMetaPropertyMap
- entrySet() - Method in class grails.util.AbstractTypeConvertingMap
- entrySet() - Method in class org.grails.config.CompositeConfig
- entrySet() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- entrySet() - Method in class org.grails.config.PrefixedConfig
- EnvironmentAwarePropertySource - Class in org.grails.config
-
A PropertySource aware of the Grails environment and that resolves keys based on the environment from other property sources
- ENVIRONMENTS - Static variable in interface grails.plugins.GrailsPlugin
-
The environments to which this plugin applies
- equals(Object) - Method in class grails.beans.util.LazyMetaPropertyMap
- equals(Object) - Method in class grails.util.AbstractTypeConvertingMap
- equals(Object) - Method in class grails.util.Pair
- equals(Object) - Method in class grails.util.Triple
- equals(Object) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- equals(Object) - Method in class org.grails.config.PrefixedConfig
- equals(Object) - Method in class org.grails.plugins.AbstractGrailsPlugin
- equals(Map) - Method in class grails.util.AbstractTypeConvertingMap
- EQUALS_OPERATOR - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- error(SourceUnit, ASTNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Generates a fatal compilation error.
- error(SourceUnit, ASTNode, String, boolean) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Generates a fatal compilation error.
- evaluate(Class) - Method in interface grails.validation.ConstraintsEvaluator
-
Deprecated.Evaluate constraints for the given class
- evaluate(Class<?>, boolean, boolean, Closure...) - Method in interface grails.validation.ConstraintsEvaluator
-
Deprecated.Evaluate constraints for the given class
- evaluate(Class, boolean) - Method in interface grails.validation.ConstraintsEvaluator
-
Deprecated.Evaluate constraints for the given class
- Event - Enum in grails.persistence
-
Enum of the available events that Grails triggers.
- EVENT_ON_CHANGE - Static variable in interface grails.plugins.GrailsPlugin
- EVENT_ON_CONFIG_CHANGE - Static variable in interface grails.plugins.GrailsPlugin
- EVENT_ON_SHUTDOWN - Static variable in interface grails.plugins.GrailsPlugin
- EVICT - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that specifies a List or plugins that this plugin evicts Eviction occurs when the PluginManager loads
- evictionList - Variable in class org.grails.plugins.AbstractGrailsPlugin
- evictPlugin(GrailsPlugin, String) - Method in class grails.plugins.DefaultGrailsPluginManager
- EXCEPTION_HANDLER_BEAN - Static variable in interface grails.core.GrailsApplication
- ExcludingPluginFilter - Class in org.grails.plugins
-
Implementation of
PluginFilterwhich removes that all of the supplied plugins (identified by name) as well as their dependencies are omitted from the filtered plugin list. - ExcludingPluginFilter(String[]) - Constructor for class org.grails.plugins.ExcludingPluginFilter
- ExcludingPluginFilter(Set) - Constructor for class org.grails.plugins.ExcludingPluginFilter
- exists() - Method in class org.grails.core.io.SpringResource
- expectCheckForChanges() - Method in class org.grails.plugins.MockGrailsPluginManager
- expire() - Method in class grails.util.CacheEntry
- ExtendedProxy - Class in grails.util
-
Extends the Groovy Proxy implementation and adds proxying of property getters/setters.
- ExtendedProxy() - Constructor for class grails.util.ExtendedProxy
- extractRootCause(Throwable) - Static method in class grails.util.GrailsUtil
-
Extracts the root cause of the exception, no matter how nested it is
F
- failedPlugins - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- fastClass(Class) - Static method in class grails.util.GrailsClassUtils
- FILE_SEPARATOR - Static variable in class org.grails.core.io.DefaultResourceLocator
- fileCacheMillis - Variable in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
- filterAnnotations(AnnotatedNode, Set<String>, Set<String>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- filterPluginList(List) - Method in class org.grails.plugins.IdentityPluginFilter
-
Simply returns original list reference.
- filterPluginList(List<GrailsPlugin>) - Method in interface grails.plugins.PluginFilter
-
Returns a filtered list of plugins.
- filterPluginList(List<GrailsPlugin>) - Method in class org.grails.plugins.BasePluginFilter
-
Template method shared by subclasses of
BasePluginFilter. - findAnnotation(ClassNode, Class<?>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- findAnnotation(ClassNode, List<AnnotationNode>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- findAnnotationOnBean(String, Class<A>) - Method in class org.grails.spring.beans.factory.GenericBeanFactoryAccessor
-
Find a
AnnotationofannotationTypeon the specified bean, traversing its interfaces and super classes if no annotation can be found on the given class itself, as well as checking its raw bean class if not found on the exposed bean reference (e.g. - findApplication() - Static method in class grails.util.Holders
- findApplicationContext() - Static method in class grails.util.Holders
- findConstructor(ClassNode, Parameter[]) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Finds a constructor for the given class node and parameter types
- findInjectors(String, ClassInjector[]) - Static method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- findInterface(ClassNode, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- findPropertyNameForValue(Object, Object) - Static method in class grails.util.GrailsClassUtils
-
Locates the name of a property for the given value on the target object using Groovy's meta APIs.
- findResourceForClassName(String) - Method in class org.grails.core.io.DefaultResourceLocator
- findResourceForClassName(String) - Method in interface org.grails.core.io.ResourceLocator
-
Finds the .groovy file or .java file for a given class from a Grails project.
- findResourceForClassName(String) - Method in class org.grails.core.io.StaticResourceLocator
- findResourceForURI(String) - Method in class org.grails.core.io.DefaultResourceLocator
- findResourceForURI(String) - Method in interface org.grails.core.io.ResourceLocator
-
Finds a resource for the given URI
- findResourceForURI(String) - Method in class org.grails.core.io.StaticResourceLocator
- findResourceInBinaryPlugins(DefaultResourceLocator.PluginResourceInfo) - Method in class org.grails.core.io.DefaultResourceLocator
- flatten() - Method in class org.grails.config.CompositeConfig
-
Deprecated.
- flatten() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- flatten() - Method in class org.grails.config.PrefixedConfig
-
Deprecated.
- flush() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- flush() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Flushes any pending changes to the DB.
- formatErrors(Errors) - Static method in exception grails.validation.ValidationException
- formatErrors(Errors, String) - Static method in exception grails.validation.ValidationException
- formulateKey(String) - Method in class org.grails.config.PrefixedConfig
G
- GenericBeanFactoryAccessor - Class in org.grails.spring.beans.factory
-
A fork of the Spring 2.5.6 GenericBeanFactoryAccess class that was removed from Spring 3.0.
- GenericBeanFactoryAccessor(ListableBeanFactory) - Constructor for class org.grails.spring.beans.factory.GenericBeanFactoryAccessor
-
Constructs a
GenericBeanFactoryAccessorthat wraps the suppliedListableBeanFactory. - get(Object) - Method in class grails.beans.util.LazyMetaPropertyMap
-
Obtains the value of an object's properties on demand using Groovy's MOP.
- get(Object) - Method in class grails.util.AbstractTypeConvertingMap
- get(Object) - Method in class org.grails.config.CompositeConfig
- get(Object) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- get(Object) - Method in class org.grails.config.PrefixedConfig
- getActions() - Method in interface grails.core.GrailsControllerClass
- getActions() - Method in class org.grails.core.DefaultGrailsControllerClass
- getAllArtefacts() - Method in class grails.core.DefaultGrailsApplication
-
Returns all the classes identified as artefacts by ArtefactHandler instances.
- getAllArtefacts() - Method in interface grails.core.GrailsApplication
-
Retrieves all java.lang.Class instances considered Artefacts loaded by the Grails class loader
- getAllAssociationMap(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- getAllClasses() - Method in class grails.core.DefaultGrailsApplication
-
Retrieves all classes loaded by the GrailsApplication.
- getAllClasses() - Method in interface grails.core.GrailsApplication
-
Retrieves all java.lang.Class instances loaded by the Grails class loader
- getAllEvents() - Static method in enum grails.persistence.Event
- getAllInterfaces(Object) - Static method in class grails.util.GrailsClassUtils
-
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
- getAllInterfacesAsSet(Object) - Static method in class grails.util.GrailsClassUtils
-
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>) - Static method in class grails.util.GrailsClassUtils
-
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class grails.util.GrailsClassUtils
-
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class) - Static method in class grails.util.GrailsClassUtils
-
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class, ClassLoader) - Static method in class grails.util.GrailsClassUtils
-
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
- getAllPlugins() - Method in interface grails.plugins.GrailsPluginManager
-
Returns an array of all the loaded plug-ins
- getAllPlugins() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getAllPlugins() - Method in class org.grails.plugins.BasePluginFilter
- getAnnotationMetadata() - Method in class org.grails.asm.AnnotationMetadataReader
- getAnnotationType() - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- getAnnotationTypeClass() - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- getApplication() - Method in interface grails.core.GrailsClass
-
The GrailsApplication that this class belongs to
- getApplication() - Method in class org.grails.core.AbstractGrailsClass
- getApplicationClass() - Method in class grails.core.DefaultGrailsApplication
- getApplicationContext() - Method in interface grails.core.ApplicationAttributes
- getApplicationContext() - Static method in class grails.util.Holders
- getArtefact(String, String) - Method in class grails.core.DefaultGrailsApplication
-
Retrieves an artefact for the given type and name.
- getArtefact(String, String) - Method in interface grails.core.GrailsApplication
-
Gets the GrailsClass associated with the named artefact class
- getArtefactByLogicalPropertyName(String, String) - Method in class grails.core.DefaultGrailsApplication
- getArtefactByLogicalPropertyName(String, String) - Method in interface grails.core.GrailsApplication
-
Retrieves an artefact by its logical property name.
- getArtefactCount(String) - Method in class grails.core.DefaultGrailsApplication
-
Retrieves the number of artefacts registered for the given artefactType as defined by the ArtefactHandler.
- getArtefactForFeature(Object) - Method in interface grails.core.ArtefactHandler
-
Called to retrieve an artefact relating to some other key for example a URI or tag name
- getArtefactForFeature(Object) - Method in class grails.core.ArtefactHandlerAdapter
- getArtefactForFeature(String, Object) - Method in class grails.core.DefaultGrailsApplication
- getArtefactForFeature(String, Object) - Method in interface grails.core.GrailsApplication
-
Get an artefact GrailsClass by a "feature" which depending on the artefact may be a URI or tag name for example
- getArtefactHandler(String) - Method in class grails.core.DefaultGrailsApplication
- getArtefactHandler(String) - Method in interface grails.core.GrailsApplication
-
Returns the ArtefactHandler for the given type
- getArtefactHandlers() - Method in class grails.core.DefaultGrailsApplication
- getArtefactHandlers() - Method in interface grails.core.GrailsApplication
-
Obtain a list of all the artefact handlers
- getArtefactInfo(String) - Method in class grails.core.DefaultGrailsApplication
-
Get the cache of classes for the specified artefact type.
- getArtefactInfo(String) - Method in interface grails.core.GrailsApplication
-
Obtain all the class information about the artefactType specified
- getArtefactInfo(String, boolean) - Method in class grails.core.DefaultGrailsApplication
-
Get or create the cache of classes for the specified artefact type.
- getArtefacts(String) - Method in class grails.core.DefaultGrailsApplication
-
Returns all of the GrailsClass instances for the given artefactType as defined by the ArtefactHandler
- getArtefacts(String) - Method in interface grails.core.GrailsApplication
-
Get an array of all the GrailsClass instances relating to artefacts of the specified type.
- getArtefactType() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- getArtefactType(Class) - Method in class grails.core.DefaultGrailsApplication
- getArtefactType(Class) - Method in interface grails.core.GrailsApplication
-
Returns the ArtefactHandler for the given class or null
- getArtefactTypes() - Method in interface grails.compiler.ast.GrailsArtefactClassInjector
- getArtefactTypes() - Method in interface grails.compiler.traits.TraitInjector
- getArtefactTypes() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- getArtefactTypes() - Method in class org.grails.compiler.injection.DefaultGrailsDomainClassInjector
- getAssocationMap(ClassNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Returns a map containing the names and types of the given association type.
- getAstAppliedMarkerClass() - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- getAsText() - Method in class org.grails.core.support.ClassEditor
- getAt(Object) - Method in class org.grails.config.CompositeConfig
- getAt(Object) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- getAt(Object) - Method in class org.grails.config.PrefixedConfig
- getAvailable() - Method in interface grails.core.InjectableGrailsClass
-
If class should be configured for dependency injection.
- getAvailable() - Method in class org.grails.core.AbstractInjectableGrailsClass
- getaValue() - Method in class grails.util.Pair
- getaValue() - Method in class grails.util.Triple
- getBean(String) - Method in class org.grails.spring.beans.factory.GenericBeanFactoryAccessor
- getBean(String, Class<T>) - Method in class org.grails.spring.beans.factory.GenericBeanFactoryAccessor
- getBeanFactory() - Method in class org.grails.spring.beans.factory.GenericBeanFactoryAccessor
-
Return the wrapped
ListableBeanFactory. - getBeanNameBlacklistPattern() - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- getBeanNameInternalBlacklistPattern() - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- getBeanNameWhitelistPattern() - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- getBeansOfType(Class<T>) - Method in class org.grails.spring.beans.factory.GenericBeanFactoryAccessor
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.grails.spring.beans.factory.GenericBeanFactoryAccessor
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.grails.spring.beans.factory.GenericBeanFactoryAccessor
-
Find all beans whose
Classhas the suppliedAnnotationtype. - getBinaryDescriptor() - Method in class org.grails.plugins.BinaryGrailsPlugin
- getBinaryDescriptor(Class<?>) - Method in class org.grails.plugins.CorePluginFinder
- getBoolean(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining boolean value from parameter
- getBoolean(String, Boolean) - Method in class grails.util.AbstractTypeConvertingMap
- getBooleanFromMap(String, Map<?, ?>) - Static method in class grails.util.GrailsClassUtils
-
Retrieves a boolean value from a Map for the given key
- getBooleanFromMap(String, Map<?, ?>, boolean) - Static method in class grails.util.GrailsClassUtils
-
Retrieves a boolean value from a Map for the given key
- getBundleCodes(Locale, String...) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Retrieves all codes from one or multiple basenames
- getbValue() - Method in class grails.util.Pair
- getbValue() - Method in class grails.util.Triple
- getByte(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining integer value from parameter
- getByte(String, Integer) - Method in class grails.util.AbstractTypeConvertingMap
- getChar(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining Character value from parameter
- getChar(String, Integer) - Method in class grails.util.AbstractTypeConvertingMap
- getChildContext() - Method in class org.grails.plugins.core.CoreConfiguration
- GETCLASS_PATTERN - Static variable in class grails.core.DefaultGrailsApplication
- getClasses() - Method in interface grails.core.ArtefactInfo
-
Gets you the array of all artefact Class(es), the original classes loaded that represent the artefacts.
- getClasses() - Method in class grails.core.DefaultArtefactInfo
- getClassesByName() - Method in interface grails.core.ArtefactInfo
-
Gets you the unmodifiable Map of all artefact Class(es), the actual classes implementing the artefact.
- getClassesByName() - Method in class grails.core.DefaultArtefactInfo
- GETCLASSESMETH_PATTERN - Static variable in class grails.core.DefaultGrailsApplication
- GETCLASSESPROP_PATTERN - Static variable in class grails.core.DefaultGrailsApplication
- getClassForName(String) - Method in class grails.core.DefaultGrailsApplication
-
Retrieves a class from the GrailsApplication for the given name.
- getClassForName(String) - Method in interface grails.core.GrailsApplication
-
Retrieves a class for the given name within the GrailsApplication or returns null
- getClassForName(String) - Method in class org.grails.core.AbstractGrailsApplication
- getClassInjectors() - Static method in class org.grails.compiler.injection.GrailsAwareInjectionOperation
- getClassLoader() - Method in interface grails.core.GrailsApplication
-
Returns the class loader instance for the Grails application.
- getClassLoader() - Method in class org.grails.core.AbstractGrailsApplication
- getClassLoader() - Method in class org.grails.core.io.SimpleMapResourceLoader
- getClassLoader() - Method in class org.grails.core.io.StaticResourceLoader
- getClassMetadata() - Method in class org.grails.asm.AnnotationMetadataReader
- getClazz() - Method in interface grails.core.GrailsClass
-
Returns the actual clazz represented by the GrailsClass.
- getClazz() - Method in class org.grails.core.AbstractGrailsClass
- getConfig() - Method in class grails.core.DefaultGrailsApplication
- getConfig() - Method in interface grails.core.GrailsApplication
-
Returns the ConfigObject instance.
- getConfig() - Static method in class grails.util.Holders
- getConfig() - Method in class org.grails.core.AbstractGrailsApplication
- getConfigurationClass() - Method in interface grails.core.GrailsDataSource
- getConfigurationResource(Class<?>, String) - Method in class org.grails.plugins.AbstractGrailsPlugin
- getConstrainedProperties() - Method in interface grails.core.GrailsDomainClass
-
Deprecated.Returns a map of constraints applied to this domain class with the keys being the property name and the values being ConstrainedProperty instances
- getConstrainedProperties() - Method in class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.
- getConstraintMetadata(ClosureExpression) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Evaluates a constraints closure and returns metadata about the constraints configured in the closure.
- getCreatedMillis() - Method in class grails.util.CacheEntry
- getcValue() - Method in class grails.util.Triple
- getDatasource() - Method in interface grails.core.GrailsServiceClass
-
Get the datasource name that this service class works with.
- getDatasource() - Method in class org.grails.core.DefaultGrailsServiceClass
-
If service is transactional then get data source will always apply
- getDate(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Obtains a date for the parameter name using the default format
- getDate(String, String) - Method in class grails.util.AbstractTypeConvertingMap
-
Obtains a date from the parameter using the given format
- getDbCreate() - Method in interface grails.core.GrailsDataSource
-
Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update".
- getDefaultAction() - Method in interface grails.core.GrailsControllerClass
-
Returns the default action for this Controller.
- getDefaultAction() - Method in class org.grails.core.DefaultGrailsControllerClass
- getDefaultConstraints() - Method in interface grails.validation.ConstraintsEvaluator
-
Deprecated.The default constraints to use
- getDefaultConstructor(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Obtains the default constructor for the given class node.
- getDefaultResourceLoader() - Method in class org.grails.core.io.DefaultResourceLocator
- getDependencyNames() - Method in interface grails.plugins.GrailsPlugin
- getDependencyNames() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getDependencyNames() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getDependentVersion(String) - Method in interface grails.plugins.GrailsPlugin
-
The version of the specified dependency
- getDependentVersion(String) - Method in class org.grails.plugins.AbstractGrailsPlugin
- getDependentVersion(String) - Method in class org.grails.plugins.DefaultGrailsPlugin
- getDescription() - Method in class org.grails.core.io.SpringResource
- getDescriptor() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getDialect() - Method in interface grails.core.GrailsDataSource
-
The dialect implementation to use.
- getDouble(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining double value from parameter
- getDouble(String, Double) - Method in class grails.util.AbstractTypeConvertingMap
- getDriverClassName() - Method in interface grails.core.GrailsDataSource
-
The driver class name for the data source.
- getErrors() - Method in exception grails.validation.ValidationException
- getEvictionNames() - Method in interface grails.plugins.GrailsPlugin
- getEvictionNames() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getExcludePatterns() - Method in interface grails.core.GrailsUrlMappingsClass
-
Returns a List of URI patterns to exclude.
- getExcludePatterns() - Method in class org.grails.core.DefaultGrailsUrlMappingsClass
- getExpandoMetaClass(Class) - Static method in class grails.util.GrailsClassUtils
- getExpandoMetaClass(Class<?>) - Static method in class grails.util.GrailsMetaClassUtils
- getFailedLoadPlugins() - Method in interface grails.plugins.GrailsPluginManager
- getFailedLoadPlugins() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getFailedPlugin(String) - Method in interface grails.plugins.GrailsPluginManager
-
Retrieves a plug-in that failed to load, or null if it doesn't exist
- getFailedPlugin(String) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getFieldValue(Object, String) - Static method in class grails.util.GrailsClassUtils
-
Get the value of a declared field on an object
- getFile() - Method in class org.grails.core.io.SpringResource
- getFileExtensions() - Method in class org.grails.config.yaml.YamlPropertySourceLoader
- getFilename() - Method in class org.grails.core.io.GrailsByteArrayResource
- getFilename() - Method in class org.grails.core.io.MockFileResource
- getFilename() - Method in class org.grails.core.io.SpringResource
- getFilename() - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getFileSystemName() - Method in interface grails.plugins.GrailsPlugin
-
Returns the name of the plugin as represented in the file system including the version.
- getFileSystemName() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getFileSystemShortName() - Method in interface grails.plugins.GrailsPlugin
-
Returns the name of the plugin as represented on the file system without the version.
- getFileSystemShortName() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getFileTimestamp() - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getFirstArtefact(String) - Method in class grails.core.DefaultGrailsApplication
- getFlatConfig() - Static method in class grails.util.Holders
- getFloat(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining float value from parameter
- getFloat(String, Float) - Method in class grails.util.AbstractTypeConvertingMap
- getFormat() - Method in interface grails.validation.Constrained
- getFullName() - Method in interface grails.core.GrailsClass
-
Returns the full name of the class in the application with the trailing convention part and with the package name.
- getFullName() - Method in class org.grails.core.AbstractGrailsClass
- getFullName() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getFullName(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Gets the full name of a ClassNode.
- getFurthestParent(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- getFurthestUnresolvedParent(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- getGetterName(String) - Static method in class grails.util.GrailsClassUtils
-
Calculate the name for a getter method to retrieve the specified property
- getGlobalClassInjectors() - Static method in class org.grails.compiler.injection.GrailsAwareInjectionOperation
- getGrailsApplication() - Method in interface grails.core.ApplicationAttributes
- getGrailsApplication() - Static method in class grails.util.Holders
- getGrailsClass(String) - Method in interface grails.core.ArtefactInfo
-
Retrieves the GrailsClass representing a named artefact.
- getGrailsClass(String) - Method in class grails.core.DefaultArtefactInfo
- getGrailsClassByLogicalPropertyName(String) - Method in interface grails.core.ArtefactInfo
-
Retrieves a Grails class by its logical property name.
- getGrailsClassByLogicalPropertyName(String) - Method in class grails.core.DefaultArtefactInfo
- getGrailsClasses() - Method in interface grails.core.ArtefactInfo
-
Gets you the array of all artefact GrailsClass(es), the classes used to track information about the artefact.
- getGrailsClasses() - Method in class grails.core.DefaultArtefactInfo
- getGrailsClassesByName() - Method in interface grails.core.ArtefactInfo
-
Gets you the unmodifiable Map of all artefact GrailsClass(es), the classes that store extra state relating to the artefact.
- getGrailsClassesByName() - Method in class grails.core.DefaultArtefactInfo
- getGrailsPlugin(String) - Method in interface grails.plugins.GrailsPluginManager
-
Retrieves a name Grails plugin instance
- getGrailsPlugin(String) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getGrailsPlugin(String) - Method in class org.grails.plugins.MockGrailsPluginManager
- getGrailsPlugin(String, Object) - Method in interface grails.plugins.GrailsPluginManager
-
Retrieves a plug-in for its name and version
- getGrailsPlugin(String, Object) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getGrailsPlugin(String, BigDecimal) - Method in class org.grails.plugins.MockGrailsPluginManager
- getGrailsPluginForClassName(String) - Method in interface grails.plugins.GrailsPluginManager
-
Obtains a GrailsPlugin for the given classname
- getGrailsPluginForClassName(String) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getGrailsVersion() - Static method in class grails.util.GrailsUtil
- getInList() - Method in interface grails.validation.Constrained
- getInputStream() - Method in class org.grails.core.io.SpringResource
- getInstance() - Method in class grails.beans.util.LazyMetaPropertyMap
-
Returns the wrapped instance.
- getInstance() - Method in interface grails.plugins.GrailsPlugin
-
Retrieves the wrapped plugin instance for this plugin
- getInstance() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getInstanceImplementation() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
-
The class that provides the implementation of all instance methods and properties
- getInt(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining integer value from parameter
- getInt(String, Integer) - Method in class grails.util.AbstractTypeConvertingMap
- getJpaClassNames() - Method in class org.grails.core.artefact.AnnotationDomainClassArtefactHandler
- getLastTaskInfo() - Method in class org.grails.core.util.StopWatch
-
Return the last task as a TaskInfo object.
- getLastTaskName() - Method in class org.grails.core.util.StopWatch
-
Return the name of the last task.
- getLastTaskTimeMillis() - Method in class org.grails.core.util.StopWatch
-
Return the time taken by the last task.
- getList(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining a list of values from parameter
- getListOfClasses(AnnotationNode) - Method in class org.grails.compiler.injection.MixinTransformation
- getLoadAfterNames() - Method in interface grails.plugins.GrailsPlugin
-
Retrieves the names of plugins that this plugin should be loaded after.
- getLoadAfterNames() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getLoadAfterNames() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getLoadBeforeNames() - Method in interface grails.plugins.GrailsPlugin
-
Retrieves the names of plugins that this plugin should be loaded before.
- getLoadBeforeNames() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getLoadBeforeNames() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getLocalClassInjectors() - Method in class org.grails.compiler.injection.GrailsAwareInjectionOperation
- getLog() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getLogicalPropertyName() - Method in interface grails.core.GrailsClass
-
Returns the logical name of the class as a property name.
- getLogicalPropertyName() - Method in class org.grails.core.AbstractGrailsClass
- getLong(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining long value from parameter
- getLong(String, Long) - Method in class grails.util.AbstractTypeConvertingMap
- getMainContext() - Method in interface grails.core.GrailsApplication
-
Returns the Spring context for this application.
- getMainContext() - Method in class org.grails.core.AbstractGrailsApplication
- getManager() - Method in interface grails.plugins.GrailsPlugin
-
Retrieves the plugin manager if known, otherwise returns null
- getManager() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getMappingContext() - Method in class grails.core.DefaultGrailsApplication
- getMappingContext() - Method in interface grails.core.GrailsApplication
- getMappingsClosure() - Method in interface grails.core.GrailsUrlMappingsClass
-
Returns the mappings closure which is called to evaluate the url mappings.
- getMappingsClosure() - Method in class org.grails.core.DefaultGrailsUrlMappingsClass
- getMarkerAnnotation() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
-
A marker annotation to be applied to added methods, defaults to null
- getMatches() - Method in interface grails.validation.Constrained
- getMax() - Method in interface grails.validation.Constrained
- getMaxSize() - Method in interface grails.validation.Constrained
- getMergedBinaryPluginProperties(Locale) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- getMergedPluginProperties(Locale) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
-
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
- getMergedProperties(Locale) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
- getMessage() - Method in exception grails.validation.ValidationException
- getMessageFormat(String, Locale) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getMetaClass() - Method in interface grails.core.GrailsClass
- getMetaClass() - Method in class org.grails.core.AbstractGrailsClass
- getMetaClass(Object) - Static method in class grails.util.GrailsMetaClassUtils
- getMetadata() - Method in interface grails.core.GrailsApplication
-
Get access to the project's metadata, specified in application.yml and grails.build.info if it is present
- getMetadata() - Method in class org.grails.core.AbstractGrailsApplication
- getMetaProperties() - Method in class org.grails.core.AbstractGrailsClass
- getMin() - Method in interface grails.validation.Constrained
- getMinSize() - Method in interface grails.validation.Constrained
- getName() - Method in interface grails.core.GrailsClass
-
Returns the logical name of the class in the application without the trailing convention part if applicable and without the package name.
- getName() - Method in class org.grails.core.AbstractGrailsClass
- getName() - Method in class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.
- getName() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getName() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getNamedPlugin(String) - Method in class org.grails.plugins.BasePluginFilter
- getNamespace() - Method in interface grails.core.GrailsControllerClass
- getNamespace() - Method in class org.grails.core.DefaultGrailsControllerClass
- getNaturalName() - Method in interface grails.core.GrailsClass
-
Returns the name of the property in natural terms (eg.
- getNaturalName() - Method in class org.grails.core.AbstractGrailsClass
- getNotEqual() - Method in interface grails.validation.Constrained
- getObject() - Method in class org.grails.spring.beans.factory.InstanceFactoryBean
- getObjectType() - Method in class org.grails.spring.beans.factory.InstanceFactoryBean
- getObservedPluginNames() - Method in interface grails.plugins.GrailsPlugin
-
Retrieve the plugin names that this plugin is observing for changes
- getObservedPluginNames() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getOrder() - Method in interface grails.validation.Constrained
- getOrder() - Method in class org.grails.core.AbstractGrailsApplication
- getOrder() - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- getOrder() - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- getOrder() - Method in class org.grails.transaction.TransactionManagerPostProcessor
- getOtherProperties() - Method in interface grails.core.GrailsDataSource
-
Other properties for this data source.
- getOwner() - Method in interface grails.validation.Constrained
- getPackageName() - Method in interface grails.core.GrailsClass
-
Returns the package name of the class.
- getPackageName() - Method in class org.grails.core.AbstractGrailsClass
- getParentContext() - Method in interface grails.core.GrailsApplication
-
Returns the Spring application context that contains this application instance.
- getParentContext() - Method in class org.grails.core.AbstractGrailsApplication
- getParentCtx() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getParsedXml() - Method in class org.grails.plugins.BinaryGrailsPluginDescriptor
- getPassword() - Method in interface grails.core.GrailsDataSource
-
The password for the data source.
- getPlugin() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getPluginClass() - Method in interface grails.plugins.GrailsPlugin
-
Returns the underlying class that represents this plugin
- getPluginClass() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getPluginClasses() - Method in class org.grails.plugins.CorePluginFinder
- getPluginDir() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getPluginExcludes() - Method in interface grails.plugins.GrailsPlugin
-
A list of resources that the plugin should exclude from the packaged distribution
- getPluginExcludes() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getPluginFilter(Config) - Method in class org.grails.plugins.PluginFilterRetriever
- getPluginForClass(Class<?>) - Method in interface grails.plugins.GrailsPluginManager
-
Obtains the GrailsPlugin for the given class
- getPluginForClass(Class<?>) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getPluginForInstance(Object) - Method in interface grails.plugins.GrailsPluginManager
-
Looks up the plugin that defined the given instance.
- getPluginForInstance(Object) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getPluginList(List, List) - Method in class org.grails.plugins.BasePluginFilter
-
Defines an operation getting the final list to return from the original and derived lists
- getPluginList(List, List) - Method in class org.grails.plugins.ExcludingPluginFilter
- getPluginList(List, List) - Method in class org.grails.plugins.IncludingPluginFilter
- getPluginManager() - Static method in class grails.util.Holders
- getPluginManager(boolean) - Static method in class grails.util.Holders
- getPluginName() - Method in interface grails.core.ArtefactHandler
-
Obtains the plugin name that deals with this artefact.
- getPluginName() - Method in class grails.core.ArtefactHandlerAdapter
- getPluginName() - Method in interface grails.core.GrailsClass
- getPluginName() - Method in class org.grails.core.AbstractGrailsClass
- getPluginName() - Method in class org.grails.core.artefact.ControllerArtefactHandler
- getPluginName() - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- getPluginName() - Method in class org.grails.core.artefact.ServiceArtefactHandler
- getPluginObservers(GrailsPlugin) - Method in class grails.plugins.DefaultGrailsPluginManager
- getPluginObservers(GrailsPlugin) - Method in interface grails.plugins.GrailsPluginManager
-
Retrieves a collection of plugins that are observing the specified plugin
- getPluginObservers(GrailsPlugin) - Method in class org.grails.plugins.MockGrailsPluginManager
- getPluginPath() - Method in interface grails.plugins.GrailsPlugin
-
Returns the path of the plug-in
- getPluginPath() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getPluginPath(String) - Method in interface grails.plugins.GrailsPluginManager
-
Returns the pluginContextPath for the given plugin
- getPluginPath(String) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getPluginPath(String, boolean) - Method in interface grails.plugins.GrailsPluginManager
-
Returns the pluginContextPath for the given plugin and will force name to camel case instead of '-' lower case my-plug-web would resolve to myPlugWeb if forceCamelCase is true.
- getPluginPath(String, boolean) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getPluginPathCamelCase() - Method in interface grails.plugins.GrailsPlugin
-
Returns the path of the plug-in using camel case
- getPluginPathCamelCase() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getPluginPathForClass(Class<?>) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getPluginPathForClass(Class<? extends Object>) - Method in interface grails.plugins.GrailsPluginManager
-
Returns the plugin path for the given class
- getPluginPathForInstance(Object) - Method in interface grails.plugins.GrailsPluginManager
-
Returns the pluginContextPath for the given instance
- getPluginPathForInstance(Object) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getPluginResources() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getPluginViewsPathForClass(Class<?>) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getPluginViewsPathForClass(Class<? extends Object>) - Method in interface grails.plugins.GrailsPluginManager
-
Returns the plugin views directory path for the given class
- getPluginViewsPathForInstance(Object) - Method in interface grails.plugins.GrailsPluginManager
-
Returns the plugin views directory for the given instance
- getPluginViewsPathForInstance(Object) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getProjectDirectory() - Method in class org.grails.plugins.BinaryGrailsPlugin
- getProperties() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getProperties() - Method in class org.grails.spring.context.support.GrailsPlaceholderConfigurer
- getProperties() - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getProperties(String, Resource) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder for the given filename, either from the cache or freshly loaded.
- getProperties(Locale) - Method in class org.grails.plugins.BinaryGrailsPlugin
-
Obtains all properties for this binary plugin for the given locale.
- getPropertiesAssignableToType(Class<?>, Class<?>) - Static method in class grails.util.GrailsClassUtils
-
Retrieves all the properties of the given class which are assignable to the given type
- getPropertiesOfType(Class<?>, Class<?>) - Static method in class grails.util.GrailsClassUtils
-
Retrieves all the properties of the given class for the given type
- getProperty(Class<?>, String) - Static method in class grails.util.GrailsClassUtils
-
Retrieves a property of the given class of the specified name and type
- getProperty(Class<?>, String, Class<?>) - Static method in class grails.util.GrailsClassUtils
-
Retrieves a property of the given class of the specified name and type
- getProperty(String) - Method in class grails.core.DefaultGrailsApplication
-
Override property access and hit on xxxxClasses to return class arrays of artefacts.
- getProperty(String) - Method in class grails.util.ExtendedProxy
- getProperty(String) - Method in class org.grails.config.CompositeConfig
- getProperty(String) - Method in class org.grails.config.EnvironmentAwarePropertySource
- getProperty(String) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- getProperty(String) - Method in class org.grails.config.PrefixedConfig
- getProperty(String) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getProperty(String, Class<T>) - Method in class org.grails.config.CompositeConfig
- getProperty(String, Class<T>) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- getProperty(String, Class<T>) - Method in class org.grails.config.PrefixedConfig
- getProperty(String, Class<T>, T) - Method in class org.grails.config.CompositeConfig
- getProperty(String, Class<T>, T) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- getProperty(String, Class<T>, T) - Method in class org.grails.config.PrefixedConfig
- getProperty(String, Class<T>, T, List<T>) - Method in class org.grails.config.CompositeConfig
- getProperty(String, Class<T>, T, List<T>) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- getProperty(String, Class<T>, T, List<T>) - Method in class org.grails.config.PrefixedConfig
- getProperty(String, String) - Method in class org.grails.config.CompositeConfig
- getProperty(String, String) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- getProperty(String, String) - Method in class org.grails.config.PrefixedConfig
- getPropertyDescriptorForValue(Object, Object) - Static method in class grails.util.GrailsClassUtils
-
Retrieves a PropertyDescriptor for the specified instance and property value
- getPropertyDescriptors() - Method in class org.grails.core.AbstractGrailsClass
-
Deprecated.Use
AbstractGrailsClass.getMetaProperties()instead - getPropertyForGetter(String) - Static method in class grails.util.GrailsClassUtils
-
Deprecated.Use
GrailsClassUtils.getPropertyForGetter(String, Class)instead because this method has a defect for "is.." method with Boolean return types. - getPropertyForGetter(String, Class) - Static method in class grails.util.GrailsClassUtils
-
Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.
- getPropertyForGetter(String, String) - Static method in class grails.util.GrailsClassUtils
-
Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.
- getPropertyForSetter(String) - Static method in class grails.util.GrailsClassUtils
-
Returns a property name equivalent for the given setter name or null if it is not a valid setter.
- getPropertyIfExists(Object, String) - Static method in class grails.util.GrailsMetaClassUtils
-
Obtains a property of an instance if it exists
- getPropertyIfExists(Object, String, Class<T>) - Static method in class grails.util.GrailsMetaClassUtils
-
Obtains a property of an instance if it exists
- getPropertyName() - Method in interface grails.core.GrailsClass
-
Returns the name of the class as a property name.
- getPropertyName() - Method in interface grails.core.GrailsDomainClass
-
Deprecated.Returns the default property name of the GrailsClass.
- getPropertyName() - Method in class org.grails.core.AbstractGrailsClass
- getPropertyName() - Method in class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.
- getPropertyNames() - Method in class org.grails.config.EnvironmentAwarePropertySource
- getPropertyOrStaticPropertyOrFieldValue(Object, String) - Static method in class grails.util.GrailsClassUtils
-
Looks for a property of the reference instance with a given name.
- getPropertyOrStaticPropertyOrFieldValue(String, Class<T>) - Method in class org.grails.core.AbstractGrailsClass
-
Looks for a property of the reference instance with a given name and type.
- getPropertyOrStaticPropertyOrFieldValue(BeanWrapper, Object, String) - Static method in class grails.util.GrailsClassUtils
- getPropertySource() - Method in interface grails.plugins.GrailsPlugin
- getPropertySource() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getPropertySources() - Method in class org.grails.config.PropertySourcesConfig
- getPropertyType() - Method in interface grails.validation.Constrained
- getPropertyType(Class<?>, String) - Static method in class grails.util.GrailsClassUtils
-
Returns the type of the given property contained within the specified class
- getPropertyType(String) - Method in class org.grails.core.AbstractGrailsClass
- getPropertyValue(String) - Method in interface grails.core.GrailsClass
-
Gets the initial value of the given property on the class.
- getPropertyValue(String) - Method in class org.grails.core.AbstractGrailsClass
- getPropertyValue(String, Class<T>) - Method in interface grails.core.GrailsClass
-
Obtains a property value for the given name and type
- getPropertyValue(String, Class<T>) - Method in class org.grails.core.AbstractGrailsClass
-
Get the value of the named property, with support for static properties in both Java and Groovy classes (which as of Groovy JSR 1.0 RC 01 only have getters in the metaClass)
- getPropertyValueObject(String) - Method in class org.grails.core.AbstractGrailsClass
- getPropertyValueOfNewInstance(Class<?>, String) - Static method in class grails.util.GrailsClassUtils
-
Returns the value of the specified property and type from an instance of the specified Grails class
- getPropertyValueOfNewInstance(Class, String, Class<?>) - Static method in class grails.util.GrailsClassUtils
-
Returns the value of the specified property and type from an instance of the specified Grails class
- getProvidedArtefacts() - Method in interface grails.plugins.GrailsPlugin
-
Retrieves an array of provided Artefacts that are pre-compiled additions to the GrailsApplication object but are overridable by the end-user
- getProvidedArtefacts() - Method in class org.grails.plugins.BinaryGrailsPlugin
- getProvidedArtefacts() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getProvidedlassNames() - Method in class org.grails.plugins.BinaryGrailsPluginDescriptor
- getProxiedClass(Object) - Method in interface grails.core.support.proxy.EntityProxyHandler
-
Returns the proxied class without initializing the proxy
- getProxyIdentifier(Object) - Method in interface grails.core.support.proxy.EntityProxyHandler
-
This method returns the identifier of the proxy or null if the object is not a proxy
- getRange() - Method in interface grails.validation.Constrained
- getReferenceInstance() - Method in interface grails.core.GrailsClass
- getReferenceInstance() - Method in class org.grails.core.AbstractGrailsClass
- getRegistry() - Static method in class grails.util.GrailsMetaClassUtils
-
Retrieves the MetaClassRegistry instance.
- getRemainingParameterTypes(Parameter[]) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Gets the remaining parameters excluding the first parameter in the given list
- getRequiredProperty(String) - Method in class org.grails.config.CompositeConfig
- getRequiredProperty(String) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- getRequiredProperty(String) - Method in class org.grails.config.PrefixedConfig
- getRequiredProperty(String, Class<T>) - Method in class org.grails.config.CompositeConfig
- getRequiredProperty(String, Class<T>) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- getRequiredProperty(String, Class<T>) - Method in class org.grails.config.PrefixedConfig
- getResolver() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getResource() - Method in class org.grails.asm.AnnotationMetadataReader
- getResource() - Method in class org.grails.plugins.BinaryGrailsPluginDescriptor
-
The resource the descriptor was parsed from
- getResource(String) - Method in class org.grails.core.io.MockResourceLoader
- getResource(String) - Method in class org.grails.core.io.MockStringResourceLoader
- getResource(String) - Method in class org.grails.core.io.SimpleMapResourceLoader
- getResource(String) - Method in class org.grails.core.io.StaticResourceLoader
- getResource(String) - Method in class org.grails.dev.support.CommandLineResourceLoader
- getResource(String) - Method in class org.grails.plugins.BinaryGrailsPlugin
-
Resolves a static resource contained within this binary plugin
- getResourceByPath(String) - Method in class org.grails.core.io.PluginPathAwareFileSystemResourceLoader
- getResourceForClass(Class) - Method in class grails.core.DefaultGrailsApplication
-
Retrieves the Spring Resource that was used to load the given Class.
- getResourceForClass(Class) - Method in interface grails.core.GrailsApplication
-
Retrieves a Resource instance for the given Grails class or null it doesn't exist.
- getResources() - Method in class org.grails.core.io.SimpleMapResourceLoader
- getScale() - Method in interface grails.validation.Constrained
- getScope() - Method in interface grails.core.GrailsControllerClass
- getScope() - Method in class org.grails.core.DefaultGrailsControllerClass
- getServletContext() - Static method in class grails.util.Holders
- getSetterName(String) - Static method in class grails.util.GrailsClassUtils
-
Retrieves the name of a setter for the specified property name
- getShort(String) - Method in class grails.util.AbstractTypeConvertingMap
-
Helper method for obtaining short value from parameter
- getShort(String, Integer) - Method in class grails.util.AbstractTypeConvertingMap
- getShortName() - Method in interface grails.core.GrailsClass
-
Returns the short name of the class without package prefix.
- getShortName() - Method in class org.grails.core.AbstractGrailsClass
- getSize() - Method in interface grails.validation.Constrained
- getSourceUrl(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- getSourceUrl(SourceUnit) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Find URL of SourceUnit source.getSource().getURI() fails in Groovy-Eclipse compiler
- getStaticFieldValue(Class<?>, String) - Static method in class grails.util.GrailsClassUtils
-
Get a static field value.
- getStaticImplementation() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
-
The class that provides static methods
- getStaticPropertyValue(Class<?>, String) - Static method in class grails.util.GrailsClassUtils
-
Get a static property value, which has a public static getter or is just a public static field.
- getStaticPropertyValue(String, Class<T>) - Method in class org.grails.core.AbstractGrailsClass
-
Get the value of the named static property.
- getSuppliedNames() - Method in class org.grails.plugins.BasePluginFilter
- getTaskCount() - Method in class org.grails.core.util.StopWatch
-
Return the number of tasks timed.
- getTaskInfo() - Method in class org.grails.core.util.StopWatch
-
Return an array of the data for tasks performed.
- getTaskName() - Method in class org.grails.core.util.StopWatch.TaskInfo
-
Return the name of this task.
- getTimeMillis() - Method in class org.grails.core.util.StopWatch.TaskInfo
-
Return the time in milliseconds this task took.
- getTimeSeconds() - Method in class org.grails.core.util.StopWatch.TaskInfo
-
Return the time in seconds this task took.
- getTotalTimeMillis() - Method in class org.grails.core.util.StopWatch
-
Return the total time in milliseconds for all tasks.
- getTotalTimeSeconds() - Method in class org.grails.core.util.StopWatch
-
Return the total time in seconds for all tasks.
- getTrait() - Method in interface grails.compiler.traits.TraitInjector
- getTransaction(TransactionDefinition) - Method in class org.grails.transaction.ChainedTransactionManager
- getTransactionAttribute(Method, Class) - Method in class org.grails.transaction.GroovyAwareNamedTransactionAttributeSource
- getTransactionManagerBeanNames(BeanDefinitionRegistry) - Static method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- getTransactionManagers() - Method in class org.grails.transaction.ChainedTransactionManager
- getTransformedClassNames() - Static method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- getType() - Method in interface grails.core.ArtefactHandler
-
Implementations must return a name such as "Domain" to indicate the type of artefact they represent.
- getType() - Method in class grails.core.ArtefactHandlerAdapter
- getTypeFilters() - Method in interface grails.plugins.GrailsPlugin
-
Plugin can provide a list of Spring TypeFilters so that annotated components can be scanned into the ApplicationContext
- getTypeFilters() - Method in interface grails.plugins.GrailsPluginManager
-
Get all of the TypeFilter definitions defined by the plugins
- getTypeFilters() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- getTypeFilters() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getURI() - Method in class org.grails.core.io.SpringResource
- getUrl() - Method in interface grails.core.GrailsDataSource
-
The URL for the data source.
- getURL() - Method in class org.grails.core.io.GrailsByteArrayResource
-
Overrides the default behaviour to generate a fake "file:" URL so that the resource can be used from a ServletContextResource.
- getURL() - Method in class org.grails.core.io.SpringResource
- getUsername() - Method in interface grails.core.GrailsDataSource
-
The username for the data source.
- getUserPlugins() - Method in class grails.plugins.DefaultGrailsPluginManager
- getUserPlugins() - Method in interface grails.plugins.GrailsPluginManager
-
Gets plugin installed by the user and not provided by the framework
- getUserPlugins() - Method in class org.grails.plugins.MockGrailsPluginManager
- getValidator() - Method in interface grails.core.GrailsDomainClass
-
Deprecated.Retreives the validator for this domain class
- getValidator() - Method in class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.
- getValidBasenames(String[]) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
- getValue() - Method in class grails.util.CacheEntry
- getValue(long, Callable<V>) - Method in class grails.util.CacheEntry
- getValue(long, Callable<V>, boolean, Object) - Method in class grails.util.CacheEntry
-
gets the current value from the entry and updates it if it's older than timeout updater is a callback for creating an updated value.
- getValue(ConcurrentMap<K, CacheEntry<V>>, K, long, Callable<V>) - Static method in class grails.util.CacheEntry
- getValue(ConcurrentMap<K, CacheEntry<V>>, K, long, Callable<V>, boolean) - Static method in class grails.util.CacheEntry
- getValue(ConcurrentMap<K, CacheEntry<V>>, K, long, Callable<V>, Callable<? extends CacheEntry>, boolean, Object) - Static method in class grails.util.CacheEntry
-
Gets a value from cache.
- getValueWhileUpdating(Object) - Method in class grails.util.CacheEntry
- getVersion() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getWatchedResourcePatterns() - Method in interface grails.plugins.GrailsPlugin
-
Resources that this plugin watches
- getWatchedResourcePatterns() - Method in class org.grails.plugins.AbstractGrailsPlugin
- getWatchedResourcePatterns() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getWatchedResources() - Method in class org.grails.plugins.DefaultGrailsPlugin
- getWatchPatterns(List<String>) - Method in class org.grails.plugins.support.WatchPatternParser
- GORM - Static variable in interface grails.core.GrailsDomainClass
-
Deprecated.The name of the default ORM implementation used to map the class
- GRAILS_APP_DIR - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- GRAILS_URL_MAPPINGS - Static variable in class org.grails.spring.RuntimeSpringConfigUtilities
- grails.artefact - package grails.artefact
- grails.beans.util - package grails.beans.util
- grails.compiler.ast - package grails.compiler.ast
- grails.compiler.traits - package grails.compiler.traits
- grails.core - package grails.core
- grails.core.support - package grails.core.support
- grails.core.support.proxy - package grails.core.support.proxy
- grails.persistence - package grails.persistence
- grails.persistence.support - package grails.persistence.support
- grails.plugins - package grails.plugins
- grails.transaction - package grails.transaction
- grails.util - package grails.util
- grails.validation - package grails.validation
- grails.web - package grails.web
- grailsApplication - Variable in class org.grails.core.AbstractGrailsClass
- grailsApplication - Variable in class org.grails.plugins.AbstractGrailsPlugin
- GrailsApplication - Interface in grails.core
-
The main interface representing a running Grails application.
- GrailsApplicationAware - Interface in grails.core.support
-
Convenience interface that can be implemented by classes that are registered by plugins.
- GrailsApplicationAwareBeanPostProcessor - Class in org.grails.spring.beans
-
Implementation of
BeanPostProcessorthat recognizesGrailsApplicationAwareand injects and instance ofGrailsApplication. - GrailsApplicationAwareBeanPostProcessor(GrailsApplication) - Constructor for class org.grails.spring.beans.GrailsApplicationAwareBeanPostProcessor
- GrailsArtefactClassInjector - Interface in grails.compiler.ast
-
Interface specific to Grails artefacts that returns the artefact type.
- GrailsASTUtils - Class in org.grails.compiler.injection
-
Helper methods for working with Groovy AST trees.
- GrailsASTUtils() - Constructor for class org.grails.compiler.injection.GrailsASTUtils
- GrailsAwareClassLoader - Class in org.grails.compiler.injection
-
A class loader that is aware of Groovy sources and injection operations.
- GrailsAwareClassLoader() - Constructor for class org.grails.compiler.injection.GrailsAwareClassLoader
- GrailsAwareClassLoader(GroovyClassLoader) - Constructor for class org.grails.compiler.injection.GrailsAwareClassLoader
- GrailsAwareClassLoader(ClassLoader) - Constructor for class org.grails.compiler.injection.GrailsAwareClassLoader
- GrailsAwareClassLoader(ClassLoader, CompilerConfiguration) - Constructor for class org.grails.compiler.injection.GrailsAwareClassLoader
- GrailsAwareClassLoader(ClassLoader, CompilerConfiguration, boolean) - Constructor for class org.grails.compiler.injection.GrailsAwareClassLoader
- GrailsAwareInjectionOperation - Class in org.grails.compiler.injection
-
A Groovy compiler injection operation that uses a specified array of ClassInjector instances to attempt AST injection.
- GrailsAwareInjectionOperation() - Constructor for class org.grails.compiler.injection.GrailsAwareInjectionOperation
- GrailsAwareInjectionOperation(ClassInjector[]) - Constructor for class org.grails.compiler.injection.GrailsAwareInjectionOperation
- GrailsByteArrayResource - Class in org.grails.core.io
-
Hacky version of the ByteArrayResource that implements the
GrailsByteArrayResource.getURL()method, required for the resource to work with Spring's ServletContextResource. - GrailsByteArrayResource(byte[]) - Constructor for class org.grails.core.io.GrailsByteArrayResource
- GrailsByteArrayResource(byte[], String) - Constructor for class org.grails.core.io.GrailsByteArrayResource
- GrailsClass - Interface in grails.core
-
Represents any class in a Grails application.
- grailsClassImpl - Variable in class grails.core.ArtefactHandlerAdapter
- grailsClassType - Variable in class grails.core.ArtefactHandlerAdapter
- GrailsClassUtils - Class in grails.util
-
Utility methods for dealing with Grails class artifacts.
- GrailsClassUtils() - Constructor for class grails.util.GrailsClassUtils
- GrailsConfigurationAware - Interface in grails.core.support
-
Obtains the Grails ConfigObject via Spring.
- GrailsConfigurationException - Exception in org.grails.core.exceptions
- GrailsConfigurationException() - Constructor for exception org.grails.core.exceptions.GrailsConfigurationException
- GrailsConfigurationException(String) - Constructor for exception org.grails.core.exceptions.GrailsConfigurationException
- GrailsConfigurationException(String, Throwable) - Constructor for exception org.grails.core.exceptions.GrailsConfigurationException
- GrailsConfigurationException(Throwable) - Constructor for exception org.grails.core.exceptions.GrailsConfigurationException
- GrailsContextNamespaceHandler - Class in org.grails.spring.context.annotation
-
Provides custom implementation of component-scan that ignores Groovy closures.
- GrailsContextNamespaceHandler() - Constructor for class org.grails.spring.context.annotation.GrailsContextNamespaceHandler
- GrailsControllerClass - Interface in grails.core
-
Represents a controller class in Grails.
- GrailsDataSource - Interface in grails.core
-
Represents a data source in Grails.
- GrailsDomainClass - Interface in grails.core
-
Deprecated.Use
PersistentEntityinstead - GrailsDomainClassInjector - Interface in grails.compiler.ast
-
Mainly just a marker interface for implementations that perform injection on domain classes.
- GrailsDomainException - Exception in org.grails.core.exceptions
-
Thrown when creation of the Grails domain from the Grails domain classes fails.
- GrailsDomainException() - Constructor for exception org.grails.core.exceptions.GrailsDomainException
- GrailsDomainException(String) - Constructor for exception org.grails.core.exceptions.GrailsDomainException
- GrailsDomainException(String, Throwable) - Constructor for exception org.grails.core.exceptions.GrailsDomainException
- GrailsDomainException(Throwable) - Constructor for exception org.grails.core.exceptions.GrailsDomainException
- GrailsException - Exception in org.grails.core.exceptions
-
Base class for all Grails exceptions that are not recoverable.
- GrailsException() - Constructor for exception org.grails.core.exceptions.GrailsException
- GrailsException(String) - Constructor for exception org.grails.core.exceptions.GrailsException
- GrailsException(String, Throwable) - Constructor for exception org.grails.core.exceptions.GrailsException
- GrailsException(Throwable) - Constructor for exception org.grails.core.exceptions.GrailsException
- GrailsMetaClassUtils - Class in grails.util
-
Provides utility methods for working with the Groovy MetaClass API.
- GrailsMetaClassUtils() - Constructor for class grails.util.GrailsMetaClassUtils
- GrailsPlaceholderConfigurer - Class in org.grails.spring.context.support
-
Uses Grails' ConfigObject for place holder values.
- GrailsPlaceholderConfigurer() - Constructor for class org.grails.spring.context.support.GrailsPlaceholderConfigurer
- GrailsPlaceholderConfigurer(String, Properties) - Constructor for class org.grails.spring.context.support.GrailsPlaceholderConfigurer
- GrailsPlugin - Interface in grails.plugins
-
Plugin interface that adds Spring
BeanDefinitions to a registry based on aGrailsApplicationobject. - GrailsPluginManager - Interface in grails.plugins
-
Handles the loading and management of plug-ins in the Grails system.
- GrailsRuntimeException - Exception in org.grails.core.exceptions
-
Generic global runtime exception.
- GrailsRuntimeException(String) - Constructor for exception org.grails.core.exceptions.GrailsRuntimeException
- GrailsRuntimeException(String, Throwable) - Constructor for exception org.grails.core.exceptions.GrailsRuntimeException
- GrailsRuntimeException(Throwable) - Constructor for exception org.grails.core.exceptions.GrailsRuntimeException
- GrailsServiceClass - Interface in grails.core
- GrailsTransactionAttribute - Class in org.grails.transaction
-
Extended version of
RuleBasedTransactionAttributethat ensures all exception types are rolled back and allows inheritance of setRollbackOnly - GrailsTransactionAttribute() - Constructor for class org.grails.transaction.GrailsTransactionAttribute
- GrailsTransactionAttribute(int, List<RollbackRuleAttribute>) - Constructor for class org.grails.transaction.GrailsTransactionAttribute
- GrailsTransactionAttribute(GrailsTransactionAttribute) - Constructor for class org.grails.transaction.GrailsTransactionAttribute
- GrailsTransactionAttribute(RuleBasedTransactionAttribute) - Constructor for class org.grails.transaction.GrailsTransactionAttribute
- GrailsTransactionAttribute(TransactionAttribute) - Constructor for class org.grails.transaction.GrailsTransactionAttribute
- GrailsTransactionAttribute(TransactionDefinition) - Constructor for class org.grails.transaction.GrailsTransactionAttribute
- GrailsUrlMappingsClass - Interface in grails.core
-
Loads the UrlMappings.
- GrailsUtil - Class in grails.util
-
Grails utility methods for command line and GUI applications.
- GROOVY_OBJECT_CLASS_NODE - Static variable in class org.grails.compiler.injection.MixinTransformation
- GroovyAwareAspectJAwareAdvisorAutoProxyCreator - Class in org.grails.spring.aop.autoproxy
-
Enables AspectJ weaving from the application context.
- GroovyAwareAspectJAwareAdvisorAutoProxyCreator() - Constructor for class org.grails.spring.aop.autoproxy.GroovyAwareAspectJAwareAdvisorAutoProxyCreator
- GroovyAwareInfrastructureAdvisorAutoProxyCreator - Class in org.grails.spring.aop.autoproxy
-
Tells Spring always to proxy Groovy classes.
- GroovyAwareInfrastructureAdvisorAutoProxyCreator() - Constructor for class org.grails.spring.aop.autoproxy.GroovyAwareInfrastructureAdvisorAutoProxyCreator
- GroovyAwareNamedTransactionAttributeSource - Class in org.grails.transaction
- GroovyAwareNamedTransactionAttributeSource() - Constructor for class org.grails.transaction.GroovyAwareNamedTransactionAttributeSource
- GroovyPageInjector - Interface in grails.compiler.ast
-
Extended marker interface that indicates this ClassInjector applies to GSPs.
H
- handlerData - Variable in class grails.core.DefaultArtefactInfo
- hasAnnotation(ClassNode, Class<? extends Annotation>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Returns true if classNode is marked with annotationClass
- hasAnnotation(MethodNode, Class<? extends Annotation>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Returns true if MethodNode is marked with annotationClass
- hasAnyAnnotations(ClassNode, Class<? extends Annotation>...) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- hasAppliedConstraint(String) - Method in interface grails.validation.Constrained
- hasArtefactAnnotation(ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- hasArtefactHandler(String) - Method in class grails.core.DefaultGrailsApplication
- hasArtefactHandler(String) - Method in interface grails.core.GrailsApplication
-
Test whether an artefact handler exists for a given type
- hasArtefactType(String, GrailsArtefactClassInjector) - Static method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- hasBeenEnhancedForFeature(Class<?>, String) - Static method in class grails.util.GrailsClassUtils
-
Checks to see if a class is marked with @grails.artefact.Enhanced and if the enhancedFor attribute of the annotation contains a specific feature name
- hasDeclaredMethod(ClassNode, MethodNode) - Method in class org.grails.compiler.injection.MixinTransformation
- hasExpired(long, Object) - Method in class grails.util.CacheEntry
- hasGrailsPlugin(String) - Method in interface grails.plugins.GrailsPluginManager
- hasGrailsPlugin(String) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- hasGrailsPlugin(String) - Method in class org.grails.plugins.MockGrailsPluginManager
- hashCode() - Method in class grails.beans.util.LazyMetaPropertyMap
- hashCode() - Method in class grails.util.AbstractTypeConvertingMap
- hashCode() - Method in class grails.util.Pair
- hashCode() - Method in class grails.util.Triple
- hashCode() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- hashCode() - Method in class org.grails.config.PrefixedConfig
- hashCode() - Method in class org.grails.plugins.AbstractGrailsPlugin
- hasInterestInChange(String) - Method in interface grails.plugins.GrailsPlugin
-
Whether the plugin is interested in a particular change
- hasInterestInChange(String) - Method in class org.grails.plugins.AbstractGrailsPlugin
- hasInterestInChange(String) - Method in class org.grails.plugins.DefaultGrailsPlugin
- hasJtaOrChainedTransactionManager(BeanDefinitionRegistry) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- hasMetaMethod(String) - Method in class org.grails.core.AbstractGrailsClass
- hasMetaMethod(String, Object[]) - Method in class org.grails.core.AbstractGrailsClass
- hasMetaProperty(String) - Method in class org.grails.core.AbstractGrailsClass
- hasOrInheritsProperty(ClassNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- hasParameters(MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- hasProperty(String) - Method in interface grails.core.GrailsClass
-
Returns true if the class has the specified property.
- hasProperty(String) - Method in class org.grails.core.AbstractGrailsClass
- hasProperty(ClassNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Returns whether a classNode has the specified property or not
- hasZeroArgsConstructor(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- Holders - Class in grails.util
-
Allows looking up key classes in a static context
- HyphenatedUrlConverter - Class in grails.web
-
URL converter that allows for hyphenated URLs
- HyphenatedUrlConverter() - Constructor for class grails.web.HyphenatedUrlConverter
I
- IdentityPluginFilter - Class in org.grails.plugins
-
No-op implementation of
PluginFilter. - IdentityPluginFilter() - Constructor for class org.grails.plugins.IdentityPluginFilter
- implementsOrInheritsZeroArgMethod(ClassNode, String, List) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- implementsZeroArgMethod(ClassNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Tests whether the ClasNode implements the specified method name.
- IncludingPluginFilter - Class in org.grails.plugins
-
Implementation of
PluginFilterwhich ensures that only the supplied plugins (identified by name) as well as their dependencies are included in the filtered plugin list. - IncludingPluginFilter(String...) - Constructor for class org.grails.plugins.IncludingPluginFilter
- IncludingPluginFilter(Set) - Constructor for class org.grails.plugins.IncludingPluginFilter
- INDEX_ACTION - Static variable in interface grails.core.GrailsControllerClass
-
The name of the index action.
- informObservers(String, Map) - Method in class grails.plugins.DefaultGrailsPluginManager
- informObservers(String, Map) - Method in interface grails.plugins.GrailsPluginManager
-
inform the specified plugins observers of the event specified by the passed Map instance
- informObservers(String, Map) - Method in class org.grails.plugins.MockGrailsPluginManager
- informOfClassChange(File, Class) - Method in interface grails.plugins.GrailsPluginManager
- informOfClassChange(File, Class) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- informOfClassChange(Class<?>) - Method in interface grails.plugins.GrailsPluginManager
-
Method for handling changes to a class and triggering on change events etc.
- informOfClassChange(Class<?>) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- informOfFileChange(File) - Method in interface grails.plugins.GrailsPluginManager
-
Fire to inform the PluginManager that a particular file changes
- informOfFileChange(File) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- informPluginsOfConfigChange() - Method in interface grails.plugins.GrailsPluginManager
-
Inform of a change in configuration
- informPluginsOfConfigChange() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- init() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- init() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Called to intialisation the persistent context.
- init() - Method in class org.grails.spring.context.annotation.GrailsContextNamespaceHandler
- initArtefactHandlers() - Method in class grails.core.DefaultGrailsApplication
-
Initialises the default set of ArtefactHandler instances.
- initialise() - Method in class grails.core.DefaultGrailsApplication
- initialise() - Method in interface grails.core.GrailsApplication
-
Initialise this GrailsApplication.
- initialised - Variable in class grails.core.DefaultGrailsApplication
- initialised - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- initialiseGroovyExtensionModules() - Static method in class grails.core.DefaultGrailsApplication
- initialize() - Method in interface grails.core.GrailsControllerClass
-
Initialize the controller class
- initialize() - Method in class org.grails.core.DefaultGrailsControllerClass
- initialize(ArtefactInfo) - Method in interface grails.core.ArtefactHandler
-
Called whenever the list of artefacts has changed or been reloaded.
- initialize(ArtefactInfo) - Method in class grails.core.ArtefactHandlerAdapter
-
Sets up the relationships between the domain classes, this has to be done after the intial creation to avoid looping.
- initialize(Object) - Method in class grails.core.support.proxy.DefaultProxyHandler
- initialize(Object) - Method in interface grails.core.support.proxy.ProxyHandler
-
Initializes an existing uninitialized proxy instance.
- initializeArtefacts(ArtefactHandler) - Method in class grails.core.DefaultGrailsApplication
-
Re-initialize the artefacts of the specified type.
- initializeArtefacts(String) - Method in class grails.core.DefaultGrailsApplication
-
Re-initialize the artefacts of the specified type.
- initializeFromPropertySources(PropertySources) - Method in class org.grails.config.PropertySourcesConfig
- initializeProvidedArtefacts(List<String>) - Method in class org.grails.plugins.BinaryGrailsPlugin
- initializeViewMap(BinaryGrailsPluginDescriptor) - Method in class org.grails.plugins.BinaryGrailsPlugin
- InjectableGrailsClass - Interface in grails.core
-
Represents a Grails class that is to be configured in Spring and as such is injectable.
- injectErrorsCode(ClassNode) - Method in interface org.grails.compiler.injection.ASTErrorsHelper
- injectErrorsCode(ClassNode) - Method in class org.grails.compiler.injection.ASTValidationErrorsHelper
- injectTrait(CompilationUnit, SourceUnit, ClassNode, Class) - Static method in class org.grails.compiler.injection.TraitInjectionUtils
- InstanceFactoryBean<T> - Class in org.grails.spring.beans.factory
-
Simple singleton instance implementation of Spring's FactoryBean interface mainly useful in unit tests
- InstanceFactoryBean() - Constructor for class org.grails.spring.beans.factory.InstanceFactoryBean
- InstanceFactoryBean(T) - Constructor for class org.grails.spring.beans.factory.InstanceFactoryBean
- InstanceFactoryBean(T, Class<?>) - Constructor for class org.grails.spring.beans.factory.InstanceFactoryBean
- instanceMethods - Variable in class org.grails.core.metaclass.BaseApiProvider
-
Deprecated.
- instantiateFromConfig(ConfigObject, String, String) - Static method in class grails.util.GrailsClassUtils
- instantiateFromFlatConfig(Map<String, Object>, String, String) - Static method in class grails.util.GrailsClassUtils
- INTEGER_CLASS_NODE - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- InvalidPropertyException - Exception in org.grails.core.exceptions
-
Thrown when a property of a Grails class is invalidated.
- InvalidPropertyException() - Constructor for exception org.grails.core.exceptions.InvalidPropertyException
- InvalidPropertyException(String) - Constructor for exception org.grails.core.exceptions.InvalidPropertyException
- InvalidPropertyException(String, Throwable) - Constructor for exception org.grails.core.exceptions.InvalidPropertyException
- InvalidPropertyException(Throwable) - Constructor for exception org.grails.core.exceptions.InvalidPropertyException
- invoke(Object, String) - Method in interface grails.core.GrailsControllerClass
-
Invokes a controller action on the given controller instance
- invoke(Object, String) - Method in class org.grails.core.DefaultGrailsControllerClass
-
Invokes the controller action for the given name on the given controller instance
- invokeMethod(String, Object) - Method in class grails.core.DefaultGrailsApplication
-
Overrides method invocation to return dynamic artefact methods.
- invokeMethod(String, Object) - Method in class grails.util.ClosureToMapPopulator
- invokeMethodIfExists(Object, String) - Static method in class grails.util.GrailsMetaClassUtils
-
Invokes a method if it exists otherwise returns null
- invokeMethodIfExists(Object, String, Object[]) - Static method in class grails.util.GrailsMetaClassUtils
-
Invokes a method if it exists otherwise returns null
- isAbstract() - Method in interface grails.core.GrailsClass
-
Whether the class is abstract or not
- isAbstract() - Method in class org.grails.core.AbstractGrailsClass
- isActionMethod(String) - Method in class org.grails.core.AbstractGrailsClass
- isAddableMethod(MethodNode) - Static method in class org.grails.compiler.injection.MixinTransformation
- isApplied(ASTNode, Class<?>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isApplied(ClassNode) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- isArtefact(Class) - Method in interface grails.core.ArtefactHandler
-
Called by the GrailsApplication whenever it needs to know if a given class is considered to be the kind of artefact represented by this handler.
- isArtefact(Class) - Method in class grails.core.ArtefactHandlerAdapter
- isArtefact(Class) - Method in class grails.core.DefaultGrailsApplication
-
Returns true if the given class is an artefact identified by one of the registered ArtefactHandler instances.
- isArtefact(Class) - Method in interface grails.core.GrailsApplication
-
Call this to find out if the class you have is an artefact loaded by grails.
- isArtefact(ClassNode) - Method in interface grails.core.ArtefactHandler
- isArtefact(ClassNode) - Method in class grails.core.ArtefactHandlerAdapter
-
Default implementation of
ArtefactHandler.isArtefact(org.codehaus.groovy.ast.ClassNode)which returns true if the ClassNode passes theArtefactHandlerAdapter.isArtefactResource(org.grails.io.support.Resource)method and the name of the ClassNode ends with theArtefactHandlerAdapter.artefactSuffix - isArtefact(ClassNode) - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- isArtefactAnnotationNode(AnnotationNode) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- isArtefactClass(Class) - Method in class grails.core.ArtefactHandlerAdapter
-
Checks that class's name ends in the suffix specified for this handler.
- isArtefactClass(Class) - Method in class org.grails.core.artefact.AnnotationDomainClassArtefactHandler
- isArtefactClass(Class) - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- isArtefactGrailsClass(GrailsClass) - Method in interface grails.core.ArtefactHandler
-
Called to check if the specified GrailsClass is one managed by this artefact handler
- isArtefactGrailsClass(GrailsClass) - Method in class grails.core.ArtefactHandlerAdapter
- isArtefactOfType(String, Class) - Method in class grails.core.DefaultGrailsApplication
-
Returns true if the specified class is of the given artefact type as defined by the ArtefactHandler.
- isArtefactOfType(String, Class) - Method in interface grails.core.GrailsApplication
-
Check if the specified artefact Class has been loaded by Grails already AND is of the type expected
- isArtefactOfType(String, String) - Method in class grails.core.DefaultGrailsApplication
-
Returns true if the specified class name is of the given artefact type as defined by the ArtefactHandler.
- isArtefactOfType(String, String) - Method in interface grails.core.GrailsApplication
-
Check if the artefact Class with the name specified is of the type expected
- isArtefactResource(Resource) - Method in class grails.core.ArtefactHandlerAdapter
-
Subclasses can override to narrow down whether the given resource is an artefact of this type.
- isArtefactResource(Resource) - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- isAssignableFrom(ClassNode, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Determines if the class or interface represented by the superClass argument is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified subClass parameter.
- isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Static method in class grails.util.GrailsClassUtils
-
Returns true if the specified clazz parameter is either the same as, or is a superclass or superinterface of, the specified type parameter.
- isAutowire() - Method in interface grails.core.GrailsDomainClass
-
Deprecated.
- isAutowire() - Method in class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.
- isBase - Variable in class org.grails.plugins.AbstractGrailsPlugin
- isBasePlugin() - Method in interface grails.plugins.GrailsPlugin
-
Returns whether this plugin is loaded from the current plugin.
- isBasePlugin() - Method in class org.grails.plugins.AbstractGrailsPlugin
- isBlank() - Method in interface grails.validation.Constrained
- isCandidateInstanceMethod(ClassNode, MethodNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- isCandidateInstanceMethod(ClassNode, MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isCandidateMethod(MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isCandidateMethod(MethodNode) - Method in class org.grails.compiler.injection.MixinTransformation
- ISCLASS_PATTERN - Static variable in class grails.core.DefaultGrailsApplication
- isClassBelowPackage(Class<?>, List<?>) - Static method in class grails.util.GrailsClassUtils
-
Returns whether the specified class is either within one of the specified packages or within a subpackage of one of the packages
- isConstructorMethod(MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isCreditCard() - Method in interface grails.validation.Constrained
- isDependentOn(GrailsPlugin, String) - Method in class org.grails.plugins.BasePluginFilter
-
Checks whether a plugin is dependent on another plugin with the specified name
- isDevelopmentEnv() - Static method in class grails.util.GrailsUtil
-
Retrieves whether the current execution environment is the development one.
- isDisplay() - Method in interface grails.validation.Constrained
- isDomainClass(Class<?>) - Static method in class org.grails.core.artefact.DomainClassArtefactHandler
- isDomainClass(Class<?>, boolean) - Static method in class org.grails.core.artefact.DomainClassArtefactHandler
- isDomainClass(ClassNode, SourceUnit) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isEditable() - Method in interface grails.validation.Constrained
- isEmail() - Method in interface grails.validation.Constrained
- isEmpty() - Method in class grails.beans.util.LazyMetaPropertyMap
- isEmpty() - Method in class grails.util.AbstractTypeConvertingMap
- isEmpty() - Method in class org.grails.config.CompositeConfig
- isEmpty() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- isEmpty() - Method in class org.grails.config.PrefixedConfig
- isEnabled() - Method in interface grails.plugins.GrailsPlugin
- isEnabled() - Method in class org.grails.plugins.DefaultGrailsPlugin
- isEnabled(String[]) - Method in interface grails.plugins.GrailsPlugin
-
Check whether the plugin is enabled for the given profile
- isEnabled(String[]) - Method in class org.grails.plugins.AbstractGrailsPlugin
- isEnabled(String[]) - Method in class org.grails.plugins.DefaultGrailsPlugin
- isExcludedFromDependencyCheck(PropertyDescriptor) - Method in class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.
- isGetter(String, Class<?>[]) - Static method in class grails.util.GrailsClassUtils
-
Deprecated.use
GrailsClassUtils.isGetter(String, Class, Class[])instead because this method has a defect for "is.." method with Boolean return types. - isGetter(String, Class, Class<?>[]) - Static method in class grails.util.GrailsClassUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
- isGetterMethod(MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isGroovyAssignableFrom(Class<?>, Class<?>) - Static method in class grails.util.GrailsClassUtils
-
Tests whether or not the left hand type is compatible with the right hand type in Groovy terms, i.e.
- isInheritedFromTrait(MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isInheritRollbackOnly() - Method in class org.grails.transaction.GrailsTransactionAttribute
- isInitialised() - Method in class grails.core.DefaultGrailsApplication
- isInitialised() - Method in interface grails.core.GrailsApplication
-
Returns whether this GrailsApplication has been initialised or not.
- isInitialised() - Method in interface grails.plugins.GrailsPluginManager
- isInitialised() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- isInitialised() - Method in class org.grails.plugins.MockGrailsPluginManager
- isInitialized() - Method in class grails.util.CacheEntry
- isInitialized(Object) - Method in class grails.core.support.proxy.DefaultProxyHandler
- isInitialized(Object) - Method in interface grails.core.support.proxy.ProxyHandler
-
Returns whether a lazy proxied instance has been initialized.
- isInitialized(Object, String) - Method in class grails.core.support.proxy.DefaultProxyHandler
- isInitialized(Object, String) - Method in interface grails.core.support.proxy.ProxyHandler
-
Tests whether an association of the given object has been initialized.
- isInnerClassNode(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Whether the given class node is an inner class
- isJPADomainClass(Class<?>) - Static method in class org.grails.core.artefact.AnnotationDomainClassArtefactHandler
- isLoggingSql() - Method in interface grails.core.GrailsDataSource
-
Whether SQL logging is enabled
- isMatch(String, String) - Method in class org.grails.transaction.GroovyAwareNamedTransactionAttributeSource
- isMatchBetweenPrimativeAndWrapperTypes(Class, Class) - Static method in class grails.util.GrailsClassUtils
-
Detect if left and right types are matching types.
- isNoNullCheck() - Method in class org.grails.compiler.injection.ApiDelegateTransformation
- isNotTransactional(String) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- isNullable() - Method in interface grails.validation.Constrained
- isOpen() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- isOpen() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Checks whether the persistence context is open.
- isOwningClass(Class) - Method in interface grails.core.GrailsDomainClass
-
Deprecated.
- isOwningClass(Class) - Method in class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.
- isPassword() - Method in interface grails.validation.Constrained
- isPluginDisabledForProfile(GrailsPlugin) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- isPooled() - Method in interface grails.core.GrailsDataSource
-
True is connection pooling is enabled.
- isPropertyGetter(Method) - Static method in class grails.util.GrailsClassUtils
-
Check whether the specified method is a property getter
- isPropertyInherited(Class, String) - Static method in class grails.util.GrailsClassUtils
-
Checks whether the specified property is inherited from a super class
- isPropertyOfType(Class<?>, String, Class<?>) - Static method in class grails.util.GrailsClassUtils
-
Returns true if the specified property in the specified class is of the specified type
- isProxy(Object) - Method in class grails.core.support.proxy.DefaultProxyHandler
- isProxy(Object) - Method in interface grails.core.support.proxy.ProxyHandler
-
Returns true if the specified object is a proxy.
- isPublicField(Object, String) - Static method in class grails.util.GrailsClassUtils
-
Work out if the specified object has a public field with the name supplied.
- isPublicStatic(Field) - Static method in class grails.util.GrailsClassUtils
-
Determine whether the field is declared public static
- isPublicStatic(Method) - Static method in class grails.util.GrailsClassUtils
-
Determine whether the method is declared public static
- isReadable() - Method in class org.grails.core.io.SpringResource
- isReadableProperty(String) - Method in class org.grails.core.AbstractGrailsClass
- isRunning() - Method in class org.grails.core.util.StopWatch
-
Return whether the stop watch is currently running.
- isSetter(String, Class[]) - Static method in class grails.util.GrailsClassUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property setter.
- isSetterMethod(MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isSetterOrGetterMethod(MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isShutdown() - Method in interface grails.plugins.GrailsPluginManager
-
Indicates whether the manager has been shutdown or not
- isShutdown() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- isSingleton() - Method in interface grails.core.GrailsControllerClass
- isSingleton() - Method in class org.grails.core.DefaultGrailsControllerClass
- isSingleton() - Method in class org.grails.spring.beans.factory.InstanceFactoryBean
- isStaticCandidateMethod(ClassNode, MethodNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- isStaticMethodExcluded(ClassNode, MethodNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- isStaticMethodIncluded(ClassNode, MethodNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- isStaticProperty(Class, String) - Static method in class grails.util.GrailsClassUtils
-
Work out if the specified property is readable and static.
- isSubclassOf(ClassNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Returns true if the given class name is a parent class of the given class
- isSubclassOfOrImplementsInterface(ClassNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isSubclassOfOrImplementsInterface(ClassNode, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- isTransactional() - Method in interface grails.core.GrailsServiceClass
-
Service should be configured with transaction demarcation.
- isTransactional() - Method in class org.grails.core.DefaultGrailsServiceClass
- isUrl() - Method in interface grails.validation.Constrained
- isUseCompileStatic() - Method in class org.grails.compiler.injection.ApiDelegateTransformation
- isValidArtefactClassNode(ClassNode, int) - Method in class grails.core.ArtefactHandlerAdapter
- isValidArtefactClassNode(ClassNode, int) - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- isValidArtefactType() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- isValidTargetClassNode(ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- isValidTransactionManagerBeanDefinition(String, BeanDefinition) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- isVisible(Class<?>, ClassLoader) - Static method in class grails.util.GrailsClassUtils
-
Check whether the given class is visible in the given ClassLoader.
- isWarDeployed() - Method in interface grails.core.GrailsApplication
-
Returns true if this application has been deployed as a WAR file
- isWarDeployed() - Method in class org.grails.core.AbstractGrailsApplication
- iterator() - Method in class org.grails.config.CompositeConfig
- iterator() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- iterator() - Method in class org.grails.config.PrefixedConfig
K
- keySet() - Method in class grails.beans.util.LazyMetaPropertyMap
- keySet() - Method in class grails.util.AbstractTypeConvertingMap
- keySet() - Method in class org.grails.config.CompositeConfig
- keySet() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- keySet() - Method in class org.grails.config.PrefixedConfig
L
- lastModified() - Method in class org.grails.core.io.SpringResource
- LazyMetaPropertyMap - Class in grails.beans.util
-
A map implementation that reads an objects properties lazily using Groovy's MetaClass.
- LazyMetaPropertyMap(Object) - Constructor for class grails.beans.util.LazyMetaPropertyMap
-
Constructs the map
- list(String) - Method in class grails.util.AbstractTypeConvertingMap
- load() - Method in class org.grails.config.yaml.YamlPropertySourceLoader
- load(String, Resource) - Method in class org.grails.config.yaml.YamlPropertySourceLoader
- load(String, Resource, List<String>) - Method in class org.grails.config.yaml.YamlPropertySourceLoader
- loadCorePlugins - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- loadedClasses - Variable in class grails.core.DefaultGrailsApplication
- loadExternalSpringConfig(RuntimeSpringConfiguration, GrailsApplication) - Static method in class org.grails.spring.RuntimeSpringConfigUtilities
-
Loads any external Spring configuration into the given RuntimeSpringConfiguration object.
- loadPlugins() - Method in class grails.plugins.DefaultGrailsPluginManager
- loadPlugins() - Method in interface grails.plugins.GrailsPluginManager
-
Performs the initial load of plug-ins throwing an exception if any dependencies don't resolve
- loadPlugins() - Method in class org.grails.plugins.MockGrailsPluginManager
- loadPlugins() - Method in class org.grails.plugins.ProfilingGrailsPluginManager
- loadProperties(Properties) - Method in class org.grails.spring.context.support.GrailsPlaceholderConfigurer
- loadProperties(Resource, String) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Load the properties from the given resource.
- loadSpringGroovyResources(RuntimeSpringConfiguration, GrailsApplication) - Static method in class org.grails.spring.RuntimeSpringConfigUtilities
- loadSpringGroovyResourcesIntoContext(RuntimeSpringConfiguration, GrailsApplication, GenericApplicationContext) - Static method in class org.grails.spring.RuntimeSpringConfigUtilities
- locateResource(String) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
- locateResourceWithoutCache(String) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
- log - Static variable in class grails.core.DefaultGrailsApplication
- LOG - Static variable in class org.grails.config.NavigableMapConfig
-
Deprecated.
- LOG - Static variable in class org.grails.plugins.DefaultGrailsPlugin
- LOGICAL_AND_OPERATOR - Static variable in class org.grails.compiler.injection.GrailsASTUtils
M
- manager - Variable in class org.grails.plugins.AbstractGrailsPlugin
- mappingContext - Variable in class grails.core.DefaultGrailsApplication
- mapsToURI(String) - Method in interface grails.core.GrailsControllerClass
-
Tests if a controller maps to a given URI.
- mapsToURI(String) - Method in class org.grails.core.DefaultGrailsControllerClass
- markApplied(ASTNode, Class<?>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- markApplied(ClassNode) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- merge(Map<String, Object>) - Method in class org.grails.config.CompositeConfig
- merge(Map<String, Object>) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- merge(Map<String, Object>) - Method in class org.grails.config.PrefixedConfig
- mergeBinaryPluginProperties(Locale, Properties) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- MESSAGE_SOURCE_BEAN - Static variable in interface grails.core.GrailsApplication
- MetaClassChangeReporter - Class in org.grails.core.support.internal.tools
-
Simple class that reports when meta class changes and where (in what stack frame) those changes took place
- MetaClassChangeReporter() - Constructor for class org.grails.core.support.internal.tools.MetaClassChangeReporter
- METHOD_MISSING_METHOD_NAME - Static variable in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- METHOD_MISSING_METHOD_NAME - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- MISSING_METHOD_EXCEPTION - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- Mixin - Annotation Type in grails.util
- mixins() - Method in annotation type grails.artefact.Enhanced
- MixinTransformation - Class in org.grails.compiler.injection
-
The logic for the
Mixinlocation transform. - MixinTransformation() - Constructor for class org.grails.compiler.injection.MixinTransformation
- MockFileResource - Class in org.grails.core.io
-
Mocks the behavior of a FileResource.
- MockFileResource(String, String) - Constructor for class org.grails.core.io.MockFileResource
- MockFileResource(String, String, String) - Constructor for class org.grails.core.io.MockFileResource
- MockGrailsPluginManager - Class in org.grails.plugins
- MockGrailsPluginManager() - Constructor for class org.grails.plugins.MockGrailsPluginManager
- MockGrailsPluginManager(GrailsApplication) - Constructor for class org.grails.plugins.MockGrailsPluginManager
- MockResourceLoader - Class in org.grails.core.io
-
Loads from the file system if its not found on the classpath.
- MockResourceLoader() - Constructor for class org.grails.core.io.MockResourceLoader
- MockStringResourceLoader - Class in org.grails.core.io
-
Loads Resources from Strings that are registered as Mock resources.
- MockStringResourceLoader() - Constructor for class org.grails.core.io.MockStringResourceLoader
- MULTIPART_RESOLVER_BEAN - Static variable in interface grails.core.GrailsApplication
N
- NamedArtefactTypeAstTransformation - Class in org.grails.compiler.injection
-
An AST transform used to apply a named artefact type
- NamedArtefactTypeAstTransformation(String) - Constructor for class org.grails.compiler.injection.NamedArtefactTypeAstTransformation
- nameMap - Variable in class org.grails.plugins.BasePluginFilter
-
Holds a name to GrailsPlugin map (String, Plugin).
- NAMESPACE_PROPERTY - Static variable in interface grails.core.GrailsControllerClass
-
The name of the namespace property
- NavigableMapConfig - Class in org.grails.config
-
Deprecated.This class behavior is related to
NavigableMapwhich will be removed in future. UseConfiginstead. - NavigableMapConfig() - Constructor for class org.grails.config.NavigableMapConfig
-
Deprecated.
- NavigableMapConfig.ClassConversionException - Exception in org.grails.config
-
Deprecated.
- navigate(String...) - Method in class org.grails.config.CompositeConfig
- navigate(String...) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- navigate(String...) - Method in class org.grails.config.PrefixedConfig
- newArtefactClass(Class) - Method in interface grails.core.ArtefactHandler
-
Called by GrailsApplication when a new class is found and a GrailsClass wrapping it is required
- newArtefactClass(Class) - Method in class grails.core.ArtefactHandlerAdapter
-
Creates new GrailsClass derived object using the type supplied in constructor.
- newArtefactClass(Class) - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- newArtefactClass(Class, MappingContext) - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- newInstance() - Method in interface grails.core.GrailsClass
-
Creates a new instance of this class.
- newInstance() - Method in class org.grails.core.AbstractGrailsClass
- NewInstanceCreationException - Exception in org.grails.core.exceptions
-
Occurs when the creation of a new instance fails.
- NewInstanceCreationException() - Constructor for exception org.grails.core.exceptions.NewInstanceCreationException
- NewInstanceCreationException(String) - Constructor for exception org.grails.core.exceptions.NewInstanceCreationException
- NewInstanceCreationException(String, Throwable) - Constructor for exception org.grails.core.exceptions.NewInstanceCreationException
- NewInstanceCreationException(Throwable) - Constructor for exception org.grails.core.exceptions.NewInstanceCreationException
- noImplicitThis(MethodCallExpression) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- nonGeneric(ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- nonGeneric(ClassNode, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- NOT_EQUALS_OPERATOR - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- notifyOfEvent(int, Object) - Method in interface grails.plugins.GrailsPlugin
-
Notifies the plugin of a specific event for the given event id, which is one of ON_CHANGE, ON_CONFIG_CHANGE
- notifyOfEvent(int, Object) - Method in class org.grails.plugins.DefaultGrailsPlugin
- notifyOfEvent(Map) - Method in interface grails.plugins.GrailsPlugin
-
Notifies this plugin of the specified Event calling the onChange listener
- notifyOfEvent(Map) - Method in class org.grails.plugins.DefaultGrailsPlugin
- NULL_EXPRESSION - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- NULL_RESOURCE - Static variable in class org.grails.core.io.DefaultResourceLocator
- NullPersistentContextInterceptor - Class in grails.persistence.support
-
A dummy persistence context interceptor that does nothing.
- NullPersistentContextInterceptor() - Constructor for class grails.persistence.support.NullPersistentContextInterceptor
O
- OBJECT_CLASS - Static variable in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- OBJECT_CLASS - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- OBJECT_CLASS - Static variable in class org.grails.compiler.injection.MixinTransformation
- OBJECT_CLASS_NODE - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- OBSERVE - Static variable in interface grails.plugins.GrailsPlugin
-
The field that represents the plugin names that this plugin is observing for changes.
- ON_CHANGE - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that defines the closure that will be invoked when a watched resource changes
- ON_CONFIG_CHANGE - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that defines the closure that will be invoked when a the Grails configuration object changes
- ON_SHUTDOWN - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that holds a closure to be invoked when shutdown is called
- onApplicationEvent(ShutdownEvent) - Method in class org.grails.plugins.core.CoreConfiguration
- onApplicationEvent(ApplicationEvent) - Method in class org.grails.core.AbstractGrailsApplication
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.grails.core.util.BeanCreationProfilingPostProcessor
- onLoad - grails.persistence.Event
- onSave - grails.persistence.Event
- onStartup(Map<String, Object>) - Method in interface grails.plugins.GrailsPluginManager
-
Executes the
Plugin.onStartup(Map)hook for all plugins - onStartup(Map<String, Object>) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- OPEN_SESSION_IN_VIEW_INTERCEPTOR_BEAN - Static variable in interface grails.core.GrailsApplication
- OptimizedAutowireCapableBeanFactory - Class in org.grails.spring.beans.factory
-
Deprecated.
- OptimizedAutowireCapableBeanFactory() - Constructor for class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.Default constructor.
- org.grails.asm - package org.grails.asm
- org.grails.beans.support - package org.grails.beans.support
- org.grails.boot.internal - package org.grails.boot.internal
- org.grails.compiler.injection - package org.grails.compiler.injection
- org.grails.config - package org.grails.config
- org.grails.config.yaml - package org.grails.config.yaml
- org.grails.core - package org.grails.core
- org.grails.core.artefact - package org.grails.core.artefact
- org.grails.core.exceptions - package org.grails.core.exceptions
- org.grails.core.io - package org.grails.core.io
- org.grails.core.io.watch - package org.grails.core.io.watch
- org.grails.core.lifecycle - package org.grails.core.lifecycle
- org.grails.core.metaclass - package org.grails.core.metaclass
- org.grails.core.support - package org.grails.core.support
- org.grails.core.support.internal.tools - package org.grails.core.support.internal.tools
- org.grails.core.util - package org.grails.core.util
- org.grails.dev.support - package org.grails.dev.support
- org.grails.plugins - package org.grails.plugins
- org.grails.plugins.core - package org.grails.plugins.core
- org.grails.plugins.support - package org.grails.plugins.support
- org.grails.spring - package org.grails.spring
- org.grails.spring.aop.autoproxy - package org.grails.spring.aop.autoproxy
- org.grails.spring.beans - package org.grails.spring.beans
- org.grails.spring.beans.factory - package org.grails.spring.beans.factory
- org.grails.spring.context.annotation - package org.grails.spring.context.annotation
- org.grails.spring.context.support - package org.grails.spring.context.support
- org.grails.transaction - package org.grails.transaction
- ORM_MAPPING - Static variable in interface grails.core.GrailsDomainClass
-
Deprecated.
P
- PackagingException - Exception in org.grails.core.io.watch
-
Exception thrown when there was an error in the packing process of an application.
- PackagingException(String) - Constructor for exception org.grails.core.io.watch.PackagingException
- PackagingException(String, Throwable) - Constructor for exception org.grails.core.io.watch.PackagingException
- Pair<A,B> - Class in grails.util
- Pair(A, B) - Constructor for class grails.util.Pair
- parametersEqual(Parameter[], Parameter[]) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- PARENT_APPLICATION_CONTEXT - Static variable in interface grails.core.ApplicationAttributes
- ParentApplicationContextAware - Interface in grails.core.support
-
Allows objects to be aware of the Grails parent application context.
- parentContext - Variable in class org.grails.core.AbstractGrailsApplication
- patchMatchingResolver - Variable in class org.grails.core.io.DefaultResourceLocator
- performInjection(SourceUnit, ClassNode) - Method in interface grails.compiler.ast.ClassInjector
-
Handles injection of properties, methods etc.
- performInjection(SourceUnit, ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- performInjection(SourceUnit, ClassNode) - Method in class org.grails.compiler.injection.DefaultGrailsDomainClassInjector
- performInjection(SourceUnit, ClassNode, Collection<ClassInjector>) - Static method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in interface grails.compiler.ast.ClassInjector
-
Handles injection of properties, methods etc.
- performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in class org.grails.compiler.injection.DefaultGrailsDomainClassInjector
- performInjectionInternal(String, SourceUnit, ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
-
Subclasses can override to provide additional transformation
- performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in interface grails.compiler.ast.ClassInjector
-
Handles injection of properties, methods etc.
- performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in class org.grails.compiler.injection.DefaultGrailsDomainClassInjector
- performInjectionOnAnnotatedClass(SourceUnit, GeneratorContext, ClassNode) - Method in interface grails.compiler.ast.AnnotatedClassInjector
-
Performs injection on an annotated entity
- performInjectionOnAnnotatedClass(SourceUnit, GeneratorContext, ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- performInjectionOnAnnotatedEntity(ClassNode) - Method in interface grails.compiler.ast.GrailsDomainClassInjector
-
Doesn't check with the specified ClassNode is a valid entity and assumes it is and proceeds with the injection regardless.
- performInjectionOnAnnotatedEntity(ClassNode) - Method in class org.grails.compiler.injection.DefaultGrailsDomainClassInjector
- performInjectionOnArtefactType(SourceUnit, ClassNode, String) - Method in class org.grails.compiler.injection.AbstractArtefactTypeAstTransformation
- performInjectionOnArtefactType(SourceUnit, ClassNode, String) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- performInstanceImplementationInjection(SourceUnit, ClassNode, Map<String, ClassNode>, Class) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- performStaticImplementationInjection(ClassNode, Map<String, ClassNode>, Class) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- performTraitInjectionOnArtefactType(SourceUnit, ClassNode, String) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- PersistenceContextInterceptor - Interface in grails.persistence.support
-
Sets up the persistent context before and after a Grails operation is invoked.
- PersistenceMethod - Annotation Type in grails.persistence
-
A marker annotation for methods added to a class that are for persistence purposes
- PLUGIN_DESCRIPTOR_PATH - Static variable in class org.grails.plugins.BinaryGrailsPlugin
- PLUGIN_EXCLUDES - Static variable in interface grails.plugins.GrailsPlugin
-
The field that represents the list of resources to exclude from plugin packaging
- PLUGIN_GROOVY - Static variable in class org.grails.plugins.AbstractGrailsPlugin
- PLUGIN_GROOVY_PATH - Static variable in class org.grails.plugins.AbstractGrailsPlugin
- PLUGIN_LOAD_AFTER_NAMES - Static variable in interface grails.plugins.GrailsPlugin
-
The name of the property that provides a list of plugins this plugin should after before
- PLUGIN_LOAD_BEFORE_NAMES - Static variable in interface grails.plugins.GrailsPlugin
-
The name of the property that provides a list of plugins this plugin should load before
- PLUGIN_MANAGER - Static variable in interface grails.core.ApplicationAttributes
- PLUGIN_NAME - Static variable in class org.grails.core.artefact.ControllerArtefactHandler
- PLUGIN_NAME - Static variable in class org.grails.core.artefact.DomainClassArtefactHandler
- PLUGIN_NAME - Static variable in class org.grails.core.artefact.ServiceArtefactHandler
- PLUGIN_YML - Static variable in class org.grails.plugins.AbstractGrailsPlugin
- PLUGIN_YML_PATH - Static variable in class org.grails.plugins.AbstractGrailsPlugin
- PluginAwareResourceBundleMessageSource - Class in org.grails.spring.context.support
-
A ReloadableResourceBundleMessageSource that is capable of loading message sources from plugins.
- PluginAwareResourceBundleMessageSource() - Constructor for class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- PluginAwareResourceBundleMessageSource(GrailsApplication, GrailsPluginManager) - Constructor for class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- pluginBaseNames - Variable in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- pluginBean - Variable in class org.grails.plugins.DefaultGrailsPlugin
- pluginClass - Variable in class org.grails.plugins.AbstractGrailsPlugin
- pluginClasses - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- PluginFilter - Interface in grails.plugins
-
Defines interface for obtaining a sublist of
GrailsPlugininstances based on an original supplied list ofGrailsPlugininstances. - PluginFilterRetriever - Class in org.grails.plugins
-
Implements mechanism for figuring out what
PluginFilterimplementation to use based on a set of provided configuration properties. - PluginFilterRetriever() - Constructor for class org.grails.plugins.PluginFilterRetriever
- pluginList - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- pluginManager - Variable in class org.grails.core.io.DefaultResourceLocator
- pluginManager - Variable in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- PluginManagerAware - Interface in grails.plugins
-
For implementors interested in obtaining a reference to the Grails PluginManager instance.
- PluginManagerAwareBeanPostProcessor - Class in org.grails.spring.beans
-
Auto-injects beans that implement PluginManagerAware.
- PluginManagerAwareBeanPostProcessor() - Constructor for class org.grails.spring.beans.PluginManagerAwareBeanPostProcessor
- PluginManagerAwareBeanPostProcessor(GrailsPluginManager) - Constructor for class org.grails.spring.beans.PluginManagerAwareBeanPostProcessor
- PluginPathAwareFileSystemResourceLoader - Class in org.grails.core.io
-
FileSystemResourceLoader capable of understanding paths to plugins via the ResourceLocator interface
- PluginPathAwareFileSystemResourceLoader() - Constructor for class org.grails.core.io.PluginPathAwareFileSystemResourceLoader
- pluginResources - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- plugins - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- PLUGINS_PATH - Static variable in interface grails.plugins.GrailsPlugin
-
The prefix used in plug-ins paths
- populate(Closure) - Method in class grails.util.ClosureToMapPopulator
- populateAllClasses() - Method in class grails.core.DefaultGrailsApplication
- populateAutowiredApiLookupMethod(ClassNode, ClassNode, String, String, BlockStatement) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- populateBeanInAutowireByName(Object) - Method in class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.
- populateDefaultApiLookupMethod(ClassNode, String, String, BlockStatement) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- postProcess(SourceUnit, AnnotationNode, ClassNode, String) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- postProcessAfterInitialization(Object, String) - Method in class org.grails.core.util.BeanCreationProfilingPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.grails.spring.beans.BeanPostProcessorAdapter
- postProcessAfterInstantiation(Object, String) - Method in class org.grails.core.util.BeanCreationProfilingPostProcessor
- postProcessAfterInstantiation(Object, String) - Method in class org.grails.transaction.TransactionManagerPostProcessor
-
Injects the platform transaction manager into the given bean if that bean implements the
TransactionManagerAwareinterface. - postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.grails.core.util.BeanCreationProfilingPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.grails.spring.beans.BeanPostProcessorAdapter
- postProcessBeforeInitialization(Object, String) - Method in class org.grails.spring.beans.ClassLoaderAwareBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.grails.spring.beans.GrailsApplicationAwareBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.grails.spring.beans.PluginManagerAwareBeanPostProcessor
- postProcessBeforeInstantiation(Class<?>, String) - Method in class org.grails.core.util.BeanCreationProfilingPostProcessor
- postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.grails.core.util.BeanCreationProfilingPostProcessor
- prefix - Variable in class org.grails.config.PrefixedConfig
- PrefixedConfig - Class in org.grails.config
-
A config that accepts a prefix
- PrefixedConfig(String, Config) - Constructor for class org.grails.config.PrefixedConfig
- prefixTokens - Variable in class org.grails.config.PrefixedConfig
- prettyPrint() - Method in class org.grails.core.util.StopWatch
-
Return a string with a table describing all tasks performed.
- PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Static variable in class grails.util.GrailsClassUtils
- printSanitizedStackTrace(Throwable) - Static method in class grails.util.GrailsUtil
- printSanitizedStackTrace(Throwable, PrintWriter) - Static method in class grails.util.GrailsUtil
- printSanitizedStackTrace(Throwable, PrintWriter, StackTraceFilterer) - Static method in class grails.util.GrailsUtil
- PRIVATE_STATIC_MODIFIER - Static variable in interface grails.compiler.ast.ClassInjector
- processAwareInterfaces(GrailsApplication, Object) - Static method in class org.grails.spring.beans.GrailsApplicationAwareBeanPostProcessor
- processTraitsForNode(SourceUnit, ClassNode, String, CompilationUnit) - Static method in class org.grails.compiler.injection.TraitInjectionUtils
- processVariableScopes(SourceUnit, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- processVariableScopes(SourceUnit, ClassNode, MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- PROFILES - Static variable in interface grails.plugins.GrailsPlugin
-
The profiles for which this plugin is active
- ProfilingGrailsPluginManager - Class in org.grails.plugins
-
A GrailsPluginManager implementation that outputs profile data to a logger.
- ProfilingGrailsPluginManager(GrailsApplication) - Constructor for class org.grails.plugins.ProfilingGrailsPluginManager
- ProfilingGrailsPluginManager(Class<?>[], GrailsApplication) - Constructor for class org.grails.plugins.ProfilingGrailsPluginManager
- ProfilingGrailsPluginManager(String[], GrailsApplication) - Constructor for class org.grails.plugins.ProfilingGrailsPluginManager
- ProfilingGrailsPluginManager(String, GrailsApplication) - Constructor for class org.grails.plugins.ProfilingGrailsPluginManager
- ProfilingGrailsPluginManager(Resource[], GrailsApplication) - Constructor for class org.grails.plugins.ProfilingGrailsPluginManager
- PROJECT_META_FILE - Static variable in interface grails.core.GrailsApplication
-
Deprecated.
- PROPERTIES_EXTENSION - Static variable in class org.grails.plugins.BinaryGrailsPlugin
- PropertiesEditor - Class in org.grails.beans.support
-
Fixed version of Spring's PropertiesEditor that converts all keys and values to String values java.util.Properties should only contain String keys and values
- PropertiesEditor() - Constructor for class org.grails.beans.support.PropertiesEditor
- PropertiesHolder(String, Resource) - Constructor for class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- PropertiesHolder(Properties) - Constructor for class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- PropertiesHolderCacheEntry() - Constructor for class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolderCacheEntry
- PROPERTY_NAME - Static variable in interface grails.validation.ConstraintsEvaluator
-
Deprecated.
- propertyNames - Variable in class org.grails.config.EnvironmentAwarePropertySource
- propertySource - Variable in class org.grails.plugins.AbstractGrailsPlugin
- propertySources - Variable in class org.grails.config.PropertySourcesConfig
- PropertySourcesConfig - Class in org.grails.config
- PropertySourcesConfig() - Constructor for class org.grails.config.PropertySourcesConfig
- PropertySourcesConfig(Map<String, Object>) - Constructor for class org.grails.config.PropertySourcesConfig
- PropertySourcesConfig(PropertySource) - Constructor for class org.grails.config.PropertySourcesConfig
- PropertySourcesConfig(PropertySources) - Constructor for class org.grails.config.PropertySourcesConfig
- propertySourcesPropertyResolver - Variable in class org.grails.config.PropertySourcesConfig
- PROVIDED_ARTEFACTS - Static variable in interface grails.plugins.GrailsPlugin
-
The name of the property that provides a list of shipped, but overridable artefacts
- ProxyHandler - Interface in grails.core.support.proxy
-
Interface that defines logic for handling proxied instances
- proxyMappingContext - Variable in class grails.core.DefaultGrailsApplication
- PUBLIC_STATIC_MODIFIER - Static variable in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- put(Object, Object) - Method in class grails.beans.util.LazyMetaPropertyMap
- put(Object, Object) - Method in class grails.util.AbstractTypeConvertingMap
- put(String, Object) - Method in class org.grails.config.CompositeConfig
- put(String, Object) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- put(String, Object) - Method in class org.grails.config.PrefixedConfig
- putAll(Map) - Method in class grails.beans.util.LazyMetaPropertyMap
- putAll(Map) - Method in class grails.util.AbstractTypeConvertingMap
- putAll(Map<? extends String, ?>) - Method in class org.grails.config.CompositeConfig
- putAll(Map<? extends String, ?>) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- putAll(Map<? extends String, ?>) - Method in class org.grails.config.PrefixedConfig
R
- readPluginConfiguration(Class<?>) - Method in class org.grails.plugins.AbstractGrailsPlugin
- rebuild() - Method in class grails.core.DefaultGrailsApplication
- rebuild() - Method in interface grails.core.GrailsApplication
-
Rebuilds this Application throwing away the class loader and re-constructing it from the loaded resources again.
- reconnect() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- reconnect() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Reconnects the persistence context.
- refresh() - Method in class grails.core.DefaultGrailsApplication
-
Refreshes this GrailsApplication, rebuilding all of the artefact definitions as defined by the registered ArtefactHandler instances.
- refresh() - Method in interface grails.core.GrailsApplication
-
This method will refresh the entire application
- refresh() - Method in interface grails.plugins.GrailsPlugin
-
Refreshes this Grails plugin reloading any watched resources as necessary
- refresh() - Method in class org.grails.config.PropertySourcesConfig
- refresh() - Method in class org.grails.plugins.AbstractGrailsPlugin
- refresh() - Method in class org.grails.plugins.DefaultGrailsPlugin
- refreshArtefactGrailsClassCaches() - Method in class grails.core.DefaultGrailsApplication
-
Tell all our artefact info objects to update their internal state after we've added a bunch of classes.
- refreshPlugin(String) - Method in class grails.plugins.DefaultGrailsPluginManager
- refreshPlugin(String) - Method in interface grails.plugins.GrailsPluginManager
-
Refreshes the specified plugin.
- refreshPlugin(String) - Method in class org.grails.plugins.MockGrailsPluginManager
- registerAdditionalTransactionManagers(BeanDefinitionRegistry, BeanDefinition, ManagedList<RuntimeBeanReference>) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- registerArtefactHandler(ArtefactHandler) - Method in class grails.core.DefaultGrailsApplication
-
Registers a new ArtefactHandler that is responsible for identifying and managing a particular artefact type that is defined by some convention.
- registerArtefactHandler(ArtefactHandler) - Method in interface grails.core.GrailsApplication
-
Register a new artefact handler
- registerDependency(List, GrailsPlugin) - Method in class org.grails.plugins.BasePluginFilter
-
Adds a plugin to the additional if this hasn't happened already
- registerMockPlugin(GrailsPlugin) - Method in class org.grails.plugins.MockGrailsPluginManager
- registerMockResource(String, byte[]) - Method in class org.grails.core.io.MockStringResourceLoader
-
Registers a mock resource with the first argument as the location and the second as the contents of the resource.
- registerMockResource(String, String) - Method in class org.grails.core.io.MockStringResourceLoader
-
Registers a mock resource with the first argument as the location and the second as the contents of the resource.
- registerMockResource(String, Resource) - Method in class org.grails.core.io.MockStringResourceLoader
-
Registers a mock resource with the first argument as the location and the second as the contents of the resource.
- registerProvidedArtefacts(GrailsApplication) - Method in interface grails.plugins.GrailsPluginManager
-
Registers pre-compiled artefacts with the GrailsApplication instance, only overriding if the application doesn't already provide an artefact of the same name.
- registerProvidedArtefacts(GrailsApplication) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- registerUrlConverter(UrlConverter) - Method in interface grails.core.GrailsControllerClass
-
Register a new
UrlConverterwith the controller - registerUrlConverter(UrlConverter) - Method in class org.grails.core.DefaultGrailsControllerClass
-
Register a new
UrlConverterwith the controller - RELATIVE_VIEWS_PROPERTIES - Static variable in class org.grails.plugins.BinaryGrailsPlugin
- ReloadableResourceBundleMessageSource - Class in org.grails.spring.context.support
-
Spring-specific
MessageSourceimplementation that accesses resource bundles using specified basenames, participating in the SpringApplicationContext's resource loading. - ReloadableResourceBundleMessageSource() - Constructor for class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
- ReloadableResourceBundleMessageSource.PropertiesHolder - Class in org.grails.spring.context.support
-
PropertiesHolder for caching.
- ReloadableResourceBundleMessageSource.PropertiesHolderCacheEntry - Class in org.grails.spring.context.support
- reloadPlugin(GrailsPlugin) - Method in class grails.plugins.DefaultGrailsPluginManager
- reloadSpringResourcesConfig(RuntimeSpringConfiguration, GrailsApplication, Class<?>) - Static method in class org.grails.spring.RuntimeSpringConfigUtilities
- remove(Object) - Method in class grails.beans.util.LazyMetaPropertyMap
- remove(Object) - Method in class grails.util.AbstractTypeConvertingMap
- remove(Object) - Method in class org.grails.config.CompositeConfig
- remove(Object) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- remove(Object) - Method in class org.grails.config.PrefixedConfig
- removeAnnotation(MethodNode, Class<? extends Annotation>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- removeCompileStaticAnnotations(AnnotatedNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- replaceGenericsPlaceholders(ClassNode, Map<String, ClassNode>) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- replaceGenericsPlaceholders(ClassNode, Map<String, ClassNode>, ClassNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- REQUEST_SCOPE_ID - Static variable in interface grails.core.ApplicationAttributes
- requiresAutowiring() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
-
If the API requires autowiring then a @Autowired property will be added.
- requiresStaticLookupMethod() - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
-
Subclasses should override in the instance API requires a static lookup method instead of autowiring.
- reset() - Static method in class grails.util.Holders
- reset() - Static method in class org.grails.spring.RuntimeSpringConfigUtilities
-
Resets the GrailsRumtimeConfigurator.
- resetOperations() - Static method in class org.grails.core.lifecycle.ShutdownOperations
-
Clears all shutdown operations without running them.
- resetTimestamp(boolean) - Method in class grails.util.CacheEntry
- resolveArtefactType(SourceUnit, AnnotationNode, ClassNode) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- resolveAutowireablePropertyDescriptors(Object) - Method in class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.
- resolveAutowireablePropertyDescriptorsForClass(Class<?>, Callable<BeanWrapper>) - Method in class org.grails.spring.beans.factory.OptimizedAutowireCapableBeanFactory
-
Deprecated.
- resolveCode(String, Locale) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- resolveCode(String, Locale) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Resolves the given message code as key in the retrieved bundle files, using a cached MessageFormat instance per message code.
- resolveCodeFromPlugins(String, Locale) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
-
Attempts to resolve a MessageFormat for the code from the list of plugin base names
- resolveCodeWithoutArguments(String, Locale) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- resolveCodeWithoutArguments(String, Locale) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Resolves the given message code as key in the retrieved bundle files, returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArgumentsFromPlugins(String, Locale) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
-
Attempts to resolve a String for the code from the list of plugin base names
- resolveDataSourceSuffix(String) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- resolveGenericsPlaceHolders(ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- resolveGenericsPlaceHolders(ClassNode) - Method in class org.grails.compiler.injection.ApiDelegateTransformation
- resolveLoadDependencies(List<GrailsPlugin>) - Method in class grails.plugins.DefaultGrailsPluginManager
- resolvePlaceholders(String) - Method in class org.grails.config.CompositeConfig
- resolvePlaceholders(String) - Method in class org.grails.config.PrefixedConfig
- resolvePlaceholders(String) - Method in class org.grails.config.PropertySourcesConfig
- resolveRequiredPlaceholders(String) - Method in class org.grails.config.CompositeConfig
- resolveRequiredPlaceholders(String) - Method in class org.grails.config.PrefixedConfig
- resolveRequiredPlaceholders(String) - Method in class org.grails.config.PropertySourcesConfig
- resolveTransactionManagerClass(BeanDefinitionRegistry) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- resolveView(String) - Method in class org.grails.plugins.BinaryGrailsPlugin
-
Resolves a view for the given view name.
- ResourceLocator - Interface in org.grails.core.io
-
Used to locate resources at development or production time.
- resources - Variable in class grails.core.DefaultGrailsApplication
- resourceSearchDirectories - Variable in class org.grails.core.io.DefaultResourceLocator
- rethrowCause() - Method in exception grails.util.CacheEntry.UpdateException
- rethrowRuntimeException() - Method in exception grails.util.CacheEntry.UpdateException
- rollback(TransactionStatus) - Method in class org.grails.transaction.ChainedTransactionManager
- rollbackOn(Throwable) - Method in class org.grails.transaction.GrailsTransactionAttribute
- runActions() - Static method in class grails.validation.DeferredBindingActions
- runOperations() - Static method in class org.grails.core.lifecycle.ShutdownOperations
-
Runs the shutdown operations
- RuntimeSpringConfigUtilities - Class in org.grails.spring
S
- sanitizeRootCause(Throwable) - Static method in class grails.util.GrailsUtil
-
Get the root cause of an exception and sanitize it for display to the user
- SCOPE - Static variable in class org.grails.core.DefaultGrailsControllerClass
- SCOPE_SINGLETON - Static variable in class org.grails.core.DefaultGrailsControllerClass
- SCOPES - Static variable in interface grails.plugins.GrailsPlugin
-
The scopes to which this plugin applies
- SERVICE - Static variable in class org.grails.core.DefaultGrailsServiceClass
- ServiceArtefactHandler - Class in org.grails.core.artefact
- ServiceArtefactHandler() - Constructor for class org.grails.core.artefact.ServiceArtefactHandler
- SESSION_FACTORY_BEAN - Static variable in interface grails.core.GrailsApplication
- setApplication(GrailsApplication) - Method in class grails.plugins.DefaultGrailsPluginManager
- setApplication(GrailsApplication) - Method in interface grails.plugins.GrailsPlugin
- setApplication(GrailsApplication) - Method in interface grails.plugins.GrailsPluginManager
-
Sets the GrailsApplication used be this plugin manager
- setApplication(GrailsApplication) - Method in class org.grails.plugins.AbstractGrailsPlugin
- setApplication(GrailsApplication) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- setApplicationContext(ApplicationContext) - Method in class grails.plugins.DefaultGrailsPluginManager
- setApplicationContext(ApplicationContext) - Method in class org.grails.core.AbstractGrailsApplication
- setApplicationContext(ApplicationContext) - Method in class org.grails.plugins.AbstractGrailsPlugin
- setApplicationContext(ApplicationContext) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- setApplicationContext(ApplicationContext) - Method in class org.grails.plugins.DefaultGrailsPlugin
- setAsText(String) - Method in class org.grails.core.support.ClassEditor
- setAt(Object, Object) - Method in class org.grails.config.CompositeConfig
- setAt(Object, Object) - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- setAt(Object, Object) - Method in class org.grails.config.PrefixedConfig
- setBasename(String) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to
ResourceBundleMessageSourcereferring to a Spring resource location: e.g. - setBasenames(String...) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set an array of basenames, each following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to
ResourceBundleMessageSourcereferring to a Spring resource location: e.g. - setBasePlugin(boolean) - Method in interface grails.plugins.GrailsPlugin
-
Sets whether this plugin is the base plugin
- setBasePlugin(boolean) - Method in class org.grails.plugins.AbstractGrailsPlugin
- setBaseResource(Resource) - Method in class org.grails.core.io.StaticResourceLoader
- setBeanClassLoader(ClassLoader) - Method in class grails.core.DefaultGrailsApplication
- setBeanClassLoader(ClassLoader) - Method in class org.grails.core.AbstractGrailsApplication
- setBeanFactory(BeanFactory) - Method in class org.grails.spring.beans.PluginManagerAwareBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.grails.spring.context.support.GrailsPlaceholderConfigurer
- setBeanFactory(BeanFactory) - Method in class org.grails.transaction.TransactionManagerPostProcessor
-
Gets the platform transaction manager from the bean factory if there is one.
- setBeanName(String) - Method in class org.grails.spring.context.support.GrailsPlaceholderConfigurer
- setBeanNameBlacklistPattern(String) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- setBeanNameInternalBlacklistPattern(String) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- setBeanNameWhitelistPattern(String) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- setCacheSeconds(int) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set the number of seconds to cache the list of matching properties files.
- setChild(Object, Object, String, String) - Method in class grails.util.DomainBuilder.DefaultGrailsChildPropertySetter
- setChildContext(ConfigurableApplicationContext) - Method in class org.grails.plugins.core.CoreConfiguration
-
Sets the child Spring context.
- setClassInjectors(ClassInjector[]) - Method in class org.grails.compiler.injection.GrailsAwareClassLoader
- setClassLoader(ClassLoader) - Method in interface grails.core.support.ClassLoaderAware
-
This method is called by the
ApplicationContextthat loads the Grails application. - setClassLoader(ClassLoader) - Method in class org.grails.config.PropertySourcesConfig
- setClassLoader(ClassLoader) - Method in class org.grails.core.support.ClassEditor
- setCompilationUnit(CompilationUnit) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- setCompilationUnit(CompilationUnit) - Method in class org.grails.compiler.injection.EntityASTTransformation
- setConfig(Config) - Static method in class grails.util.Holders
- setConfig(Config) - Method in class org.grails.core.AbstractGrailsApplication
- setConfig(Config) - Method in class org.grails.transaction.ChainedTransactionManagerPostProcessor
- setConfig(ConfigObject) - Method in class org.grails.core.AbstractGrailsApplication
- setConfiguration(Config) - Method in interface grails.core.support.GrailsConfigurationAware
- setConfiguration(Config) - Method in class org.grails.spring.context.support.GrailsPlaceholderConfigurer
- setConversionService(ConfigurableConversionService) - Method in class org.grails.config.PropertySourcesConfig
- setDefaultEncoding(String) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set the default charset to use for parsing properties files.
- setDescriptor(Resource) - Method in interface grails.plugins.GrailsPlugin
-
Sets the plugin descriptor for this plugin
- setDescriptor(Resource) - Method in class org.grails.plugins.DefaultGrailsPlugin
- setFallbackToSystemLocale(boolean) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
- setFileCacheSeconds(int) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set the number of seconds to cache loaded properties files.
- setFileEncodings(Properties) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set per-file charsets to use for parsing properties files.
- setGrailsApplication(GrailsApplication) - Method in interface grails.core.support.GrailsApplicationAware
-
This method is called by the
ApplicationContextthat loads the Grails application. - setGrailsApplication(GrailsApplication) - Static method in class grails.util.Holders
- setGrailsApplication(GrailsApplication) - Method in class org.grails.core.AbstractGrailsClass
- setGrailsApplication(GrailsApplication) - Method in class org.grails.core.artefact.DomainClassArtefactHandler
- setGrailsApplication(GrailsApplication) - Method in class org.grails.core.DefaultGrailsControllerClass
- setGrailsApplication(GrailsApplication) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- setInheritRollbackOnly(boolean) - Method in class org.grails.transaction.GrailsTransactionAttribute
- setInitialized(boolean) - Method in class grails.util.CacheEntry
- setLoadCorePlugins(boolean) - Method in interface grails.plugins.GrailsPluginManager
-
Set whether the core plugins should be loaded
- setLoadCorePlugins(boolean) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- setMainContext(ApplicationContext) - Method in interface grails.core.GrailsApplication
-
Sets the main Spring context for this application.
- setMainContext(ApplicationContext) - Method in class org.grails.core.AbstractGrailsApplication
- setManager(GrailsPluginManager) - Method in interface grails.plugins.GrailsPlugin
-
Sets the plugin manager for this plugin
- setManager(GrailsPluginManager) - Method in class org.grails.plugins.AbstractGrailsPlugin
- setManager(GrailsPluginManager) - Method in class org.grails.plugins.DefaultGrailsPlugin
- setMappingContext(MappingContext) - Method in class grails.core.DefaultGrailsApplication
- setMappingContext(MappingContext) - Method in interface grails.core.GrailsApplication
-
Configures the
MappingContextfor this application - setMessageBundleLocationPattern(String) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
-
The location pattern for message bundles
- setMetaClass(MetaClass) - Method in class grails.util.ExtendedProxy
- setObject(T) - Method in class org.grails.spring.beans.factory.InstanceFactoryBean
- setObjectType(Class<?>) - Method in class org.grails.spring.beans.factory.InstanceFactoryBean
- setParentApplicationContext(ApplicationContext) - Method in interface grails.core.support.ParentApplicationContextAware
- setParentApplicationContext(ApplicationContext) - Method in class grails.plugins.DefaultGrailsPluginManager
- setParentApplicationContext(ApplicationContext) - Method in class org.grails.plugins.CorePluginFinder
- setParentApplicationContext(ApplicationContext) - Method in class org.grails.plugins.DefaultGrailsPlugin
- setPluginCacheSeconds(int) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
-
Set the number of seconds to cache the list of matching properties files loaded from plugin.
- setPluginFilter(PluginFilter) - Method in class grails.plugins.DefaultGrailsPluginManager
- setPluginFilter(PluginFilter) - Method in interface grails.plugins.GrailsPluginManager
-
Sets the filter to use to filter for plugins
- setPluginFilter(PluginFilter) - Method in class org.grails.plugins.AbstractGrailsPluginManager
- setPluginManager(GrailsPluginManager) - Method in interface grails.plugins.PluginManagerAware
-
Sets the plug-in manager on this instance
- setPluginManager(GrailsPluginManager) - Static method in class grails.util.Holders
- setPluginManager(GrailsPluginManager) - Method in class org.grails.core.io.DefaultResourceLocator
- setPluginManager(GrailsPluginManager) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- setPluginManagerInCreation(boolean) - Static method in class grails.util.Holders
- setPropertiesPersister(PropertiesPersister) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set the PropertiesPersister to use for parsing properties files.
- setProperty(String, Object) - Method in class grails.util.ClosureToMapPopulator
- setProperty(String, Object) - Method in class grails.util.ExtendedProxy
- setReadOnly() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- setReadOnly() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Sets the persistence context to read-only mode.
- setReadWrite() - Method in class grails.persistence.support.NullPersistentContextInterceptor
- setReadWrite() - Method in interface grails.persistence.support.PersistenceContextInterceptor
-
Sets the persistence context to read-write mode.
- setResourceLoader(ResourceLoader) - Method in class org.grails.core.io.DefaultResourceLocator
- setResourceLoader(ResourceLoader) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- setResourceLoader(ResourceLoader) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
-
Set the ResourceLoader to use for loading bundle properties files.
- setResourceResolver(PathMatchingResourcePatternResolver) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
- setSearchClasspath(boolean) - Method in class org.grails.spring.context.support.PluginAwareResourceBundleMessageSource
-
Whether to search the full classpath for message bundles.
- setSearchLocation(String) - Method in class org.grails.core.io.DefaultResourceLocator
- setSearchLocation(String) - Method in interface org.grails.core.io.ResourceLocator
-
The basic location from which to conduct the search.
- setSearchLocation(String) - Method in class org.grails.core.io.StaticResourceLocator
- setSearchLocations(Collection<String>) - Method in class org.grails.core.io.DefaultResourceLocator
- setSearchLocations(Collection<String>) - Method in class org.grails.core.io.PluginPathAwareFileSystemResourceLoader
- setSearchLocations(Collection<String>) - Method in interface org.grails.core.io.ResourceLocator
-
Multiple locations to search.
- setSearchLocations(Collection<String>) - Method in class org.grails.core.io.StaticResourceLocator
- setServletContext(Object) - Static method in class grails.util.Holders
- setTransactionalAttributes(Properties) - Method in class org.grails.transaction.GroovyAwareNamedTransactionAttributeSource
- setTransactionManager(PlatformTransactionManager) - Method in interface grails.transaction.TransactionManagerAware
-
Sets the transaction manager on implementors
- setValidator(Validator) - Method in interface grails.core.GrailsDomainClass
-
Deprecated.Sets the validator for this domain class
- setValidator(Validator) - Method in class org.grails.core.DefaultGrailsDomainClass
-
Deprecated.
- setValue(Object) - Method in class org.grails.beans.support.PropertiesEditor
- setValue(V) - Method in class grails.util.CacheEntry
- setWatchedResources(Resource[]) - Method in class org.grails.plugins.DefaultGrailsPlugin
- shortSummary() - Method in class org.grails.core.util.StopWatch
-
Return a short description of the total running time.
- shouldInject(URL) - Method in interface grails.compiler.ast.ClassInjector
-
Returns whether this injector should inject
- shouldInject(URL) - Method in class org.grails.compiler.injection.DefaultGrailsDomainClassInjector
- shouldInjectClass(ClassNode) - Method in class org.grails.compiler.injection.DefaultGrailsDomainClassInjector
- shouldProxyTargetClass(Class<?>, String) - Method in class org.grails.spring.aop.autoproxy.GroovyAwareAspectJAwareAdvisorAutoProxyCreator
- shouldProxyTargetClass(Class<?>, String) - Method in class org.grails.spring.aop.autoproxy.GroovyAwareInfrastructureAdvisorAutoProxyCreator
- shouldSkipInjection(ClassNode) - Method in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- shouldUpdate(long, Object) - Method in class grails.util.CacheEntry
- shutdown - Variable in class org.grails.plugins.AbstractGrailsPluginManager
- shutdown() - Method in interface grails.plugins.GrailsPluginManager
-
Shuts down the PluginManager
- shutdown() - Method in class org.grails.plugins.AbstractGrailsPluginManager
- ShutdownOperations - Class in org.grails.core.lifecycle
-
Operations that should be executed on shutdown.
- ShutdownOperations() - Constructor for class org.grails.core.lifecycle.ShutdownOperations
- SimpleMapResourceLoader - Class in org.grails.core.io
-
Simple implementation of the ResourceLoader interface that uses a Map to load resources.
- SimpleMapResourceLoader() - Constructor for class org.grails.core.io.SimpleMapResourceLoader
- size() - Method in class grails.beans.util.LazyMetaPropertyMap
- size() - Method in class grails.util.AbstractTypeConvertingMap
- size() - Method in class org.grails.config.CompositeConfig
- size() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- size() - Method in class org.grails.config.PrefixedConfig
- sortPlugins(List<GrailsPlugin>) - Method in class grails.plugins.DefaultGrailsPluginManager
- SPRING_RESOURCES_CLASS - Static variable in class org.grails.spring.RuntimeSpringConfigUtilities
- SPRING_RESOURCES_GROOVY - Static variable in class org.grails.spring.RuntimeSpringConfigUtilities
- SPRING_RESOURCES_XML - Static variable in class org.grails.spring.RuntimeSpringConfigUtilities
- SpringResource - Class in org.grails.core.io
-
Bridges Grails and Spring Resource APIs
- SpringResource(Resource) - Constructor for class org.grails.core.io.SpringResource
- start() - Method in class org.grails.core.util.StopWatch
-
Start an unnamed task.
- start(String) - Method in class org.grails.core.util.StopWatch
-
Start a named task.
- STATIC_METHOD_MISSING_METHOD_NAME - Static variable in class org.grails.compiler.injection.AbstractGrailsArtefactTransformer
- STATIC_METHOD_MISSING_METHOD_NAME - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- staticMethods - Variable in class org.grails.core.metaclass.BaseApiProvider
-
Deprecated.
- StaticResourceLoader - Class in org.grails.core.io
-
A ResourceLoader that loads resources from a statically defined base resource.
- StaticResourceLoader() - Constructor for class org.grails.core.io.StaticResourceLoader
- StaticResourceLocator - Class in org.grails.core.io
-
A static resource locator that uses an internal map to locate resources.
- StaticResourceLocator() - Constructor for class org.grails.core.io.StaticResourceLocator
- STATUS - Static variable in interface grails.plugins.GrailsPlugin
-
The status of the plugin.
- STATUS_DISABLED - Static variable in interface grails.plugins.GrailsPlugin
-
When a plugin is "disabled" it will not be loaded
- STATUS_ENABLED - Static variable in interface grails.plugins.GrailsPlugin
-
When a plugin is "enabled" it will be loaded as usual.
- stop() - Method in class org.grails.core.util.StopWatch
-
Stop the current task.
- stop() - Method in class org.grails.core.util.StopWatch.TaskInfo
- StopWatch - Class in org.grails.core.util
-
Based on the Spring StopWatch class, but supporting nested tasks
- StopWatch() - Constructor for class org.grails.core.util.StopWatch
-
Construct a new stop watch.
- StopWatch(String) - Constructor for class org.grails.core.util.StopWatch
-
Construct a new stop watch with the given id.
- StopWatch.TaskInfo - Class in org.grails.core.util
-
Inner class to hold data about one task executed within the stop watch.
- supports(ClassNode) - Method in interface grails.compiler.ast.SupportsClassNode
- SupportsClassNode - Interface in grails.compiler.ast
-
Indicates whether the Transformation/TraitInjector supports given ClassNode
- supportsContraint(String) - Method in interface grails.validation.Constrained
- supportsCurrentScopeAndEnvironment() - Method in interface grails.plugins.GrailsPlugin
- supportsCurrentScopeAndEnvironment() - Method in class org.grails.plugins.DefaultGrailsPlugin
- supportsEnvironment(Environment) - Method in interface grails.plugins.GrailsPlugin
-
Returns whether this plugin supports the given environment name
- supportsEnvironment(Environment) - Method in class org.grails.plugins.DefaultGrailsPlugin
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.grails.core.AbstractGrailsApplication
- supportsSourceType(Class<?>) - Method in class org.grails.core.AbstractGrailsApplication
T
- toProperties() - Method in class org.grails.config.CompositeConfig
- toProperties() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- toProperties() - Method in class org.grails.config.PrefixedConfig
- toString() - Method in class grails.util.AbstractTypeConvertingMap
- toString() - Method in class grails.util.Pair
- toString() - Method in class grails.util.Triple
- toString() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- toString() - Method in class org.grails.core.AbstractGrailsClass
- toString() - Method in class org.grails.core.util.StopWatch
-
Return an informative string describing all tasks performed For custom reporting, call
getTaskInfo()and use the task info directly. - toString() - Method in class org.grails.plugins.DefaultGrailsPlugin
- toString() - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource
- toUrlElement(String) - Method in class grails.web.CamelCaseUrlConverter
- toUrlElement(String) - Method in class grails.web.HyphenatedUrlConverter
- toUrlElement(String) - Method in interface grails.web.UrlConverter
- TraitInjectionUtils - Class in org.grails.compiler.injection
- TraitInjector - Interface in grails.compiler.traits
- TRANSACTION_MANAGER_BEAN - Static variable in interface grails.core.GrailsApplication
-
The name of the transaction manager bean
- TransactionManagerAware - Interface in grails.transaction
- TransactionManagerPostProcessor - Class in org.grails.transaction
-
Injects the platform transaction manager into beans that implement
TransactionManagerAware. - TransactionManagerPostProcessor() - Constructor for class org.grails.transaction.TransactionManagerPostProcessor
- Triple<A,B,C> - Class in grails.util
- Triple(A, B, C) - Constructor for class grails.util.Triple
- type - Variable in class grails.core.ArtefactHandlerAdapter
- TYPE - Static variable in class org.grails.core.artefact.ControllerArtefactHandler
- TYPE - Static variable in class org.grails.core.artefact.DomainClassArtefactHandler
- TYPE - Static variable in class org.grails.core.artefact.ServiceArtefactHandler
- TYPE - Static variable in class org.grails.core.artefact.UrlMappingsArtefactHandler
- TYPE_FILTERS - Static variable in interface grails.plugins.GrailsPlugin
-
The field that represents the list of type filters a plugin provides
U
- UNDERSCORE - Static variable in class org.grails.plugins.BinaryGrailsPlugin
- unwrapIfProxy(Object) - Method in class grails.core.support.proxy.DefaultProxyHandler
- unwrapIfProxy(Object) - Method in interface grails.core.support.proxy.ProxyHandler
-
Returns the unwrapped proxy instance or the original object if not proxied.
- update() - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- updateComplete() - Method in class grails.core.DefaultArtefactInfo
-
Refresh the arrays generated from the maps.
- updateConstantMetaClass(MetaClassRegistryChangeEvent) - Method in class org.grails.core.support.internal.tools.MetaClassChangeReporter
-
Called when the a constant MetaClass is updated.
- UpdateException(String, Throwable) - Constructor for exception grails.util.CacheEntry.UpdateException
- UpdateException(Throwable) - Constructor for exception grails.util.CacheEntry.UpdateException
- updateValue(ReloadableResourceBundleMessageSource.PropertiesHolder, Callable<ReloadableResourceBundleMessageSource.PropertiesHolder>, Object) - Method in class org.grails.spring.context.support.ReloadableResourceBundleMessageSource.PropertiesHolderCacheEntry
- updateValue(V, Callable<V>, Object) - Method in class grails.util.CacheEntry
- uriToResourceCache - Variable in class org.grails.core.io.DefaultResourceLocator
- URL_MAPPINGS - Static variable in class org.grails.core.DefaultGrailsUrlMappingsClass
- UrlConverter - Interface in grails.web
-
URL converter interface for conversion strategies to implement
- UrlMappingsArtefactHandler - Class in org.grails.core.artefact
-
A handler for UrlMappings.
- UrlMappingsArtefactHandler() - Constructor for class org.grails.core.artefact.UrlMappingsArtefactHandler
- usesDatasource(String) - Method in interface grails.core.GrailsServiceClass
-
Check if the service class can use the named DataSource.
- usesDatasource(String) - Method in class org.grails.core.DefaultGrailsServiceClass
V
- ValidationException - Exception in grails.validation
-
Thrown when validation fails during a .save().
- ValidationException(String, Errors) - Constructor for exception grails.validation.ValidationException
- value() - Method in annotation type grails.artefact.ApiDelegate
- value() - Method in annotation type grails.artefact.Artefact
- value() - Method in annotation type grails.artefact.Enhances
- value() - Method in annotation type grails.util.Mixin
- valueOf(String) - Static method in enum grails.persistence.Event
-
Returns the enum constant of this type with the specified name.
- values() - Method in class grails.beans.util.LazyMetaPropertyMap
- values() - Static method in enum grails.persistence.Event
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class grails.util.AbstractTypeConvertingMap
- values() - Method in class org.grails.config.CompositeConfig
- values() - Method in class org.grails.config.NavigableMapConfig
-
Deprecated.
- values() - Method in class org.grails.config.PrefixedConfig
- verify() - Method in class org.grails.plugins.MockGrailsPluginManager
- version - Variable in class org.grails.plugins.AbstractGrailsPlugin
- version() - Method in annotation type grails.artefact.Enhanced
- VIEW - Static variable in interface grails.core.GrailsControllerClass
-
The general name to use when referring to action view.
- VIEWS_PROPERTIES - Static variable in class org.grails.plugins.BinaryGrailsPlugin
- visit(ASTNode[], SourceUnit) - Method in class org.grails.compiler.injection.ApiDelegateTransformation
- visit(ASTNode[], SourceUnit) - Method in class org.grails.compiler.injection.ArtefactTypeAstTransformation
- visit(ASTNode[], SourceUnit) - Method in class org.grails.compiler.injection.EntityASTTransformation
- visit(ASTNode[], SourceUnit) - Method in class org.grails.compiler.injection.MixinTransformation
- visit(ASTNode[], SourceUnit) - Method in class org.grails.compiler.injection.NamedArtefactTypeAstTransformation
- VOID_CLASS_NODE - Static variable in class org.grails.compiler.injection.GrailsASTUtils
W
- warDeployed - Variable in class org.grails.core.io.DefaultResourceLocator
- warn(String) - Static method in class grails.util.GrailsUtil
-
Logs warning message to grails.util.GrailsUtil logger which is turned on in development mode.
- warning(SourceUnit, ASTNode, String) - Static method in class org.grails.compiler.injection.GrailsASTUtils
- WATCHED_RESOURCES - Static variable in interface grails.plugins.GrailsPlugin
-
Defines the name of the property that specifies resources which this plugin monitors for changes in the format a Ant-style path
- WatchPatternParser - Class in org.grails.plugins.support
-
Parses a Grails plugin's watchedResources property value into a list of
- WatchPatternParser() - Constructor for class org.grails.plugins.support.WatchPatternParser
- weaveMixinsIntoClass(ClassNode, ListExpression) - Method in class org.grails.compiler.injection.MixinTransformation
- WEB_APP_DIR - Static variable in class org.grails.core.io.DefaultResourceLocator
- WEB_APP_DIRECTORY - Static variable in class org.grails.core.io.PluginPathAwareFileSystemResourceLoader
- WILD_CARD - Static variable in class org.grails.plugins.support.WatchPatternParser
- WILDCARD - Static variable in class org.grails.core.io.DefaultResourceLocator
- wrapMethodBodyInTryCatchDebugStatements(MethodNode) - Static method in class org.grails.compiler.injection.GrailsASTUtils
-
Wraps a method body in try / catch logic that catches any errors and logs an error, but does not rethrow!
- wrappedMap - Variable in class grails.util.AbstractTypeConvertingMap
Y
- YamlPropertySourceLoader - Class in org.grails.config.yaml
-
Replacement for Spring Boot's YAML loader that uses Grails' NavigableMap.
- YamlPropertySourceLoader() - Constructor for class org.grails.config.yaml.YamlPropertySourceLoader
Z
- ZERO_ARGS - Static variable in interface grails.compiler.ast.GrailsArtefactClassInjector
- ZERO_ARGUMENTS - Static variable in class org.grails.compiler.injection.GrailsASTUtils
- ZERO_PARAMETERS - Static variable in interface grails.compiler.ast.GrailsArtefactClassInjector
- ZERO_PARAMETERS - Static variable in class org.grails.compiler.injection.GrailsASTUtils
All Classes All Packages