A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

absoluteLinks - Property in AbstractLinkingRenderer
absoluteLinks - Property in AbstractVndErrorRenderer
AbstractArrayOrIterableResultImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation of a finder that handles Array and Iterables of domain classes
AbstractArrayOrIterableResultImplementer() - Constructor in AbstractArrayOrIterableResultImplementer
AbstractArtefactTypeAstTransformation - Class in org.grails.compiler.injection
Base implementation for the artefact type transformation.
AbstractAttributeStoringSession - Class in org.grails.datastore.mapping.core
AbstractCacheTransformation - Class in org.grails.plugin.cache.compiler
Abstract implementation for implementers of cache annotations
AbstractCacheTransformation.1 - Class in org.grails.plugin.cache.compiler
AbstractCacheTransformation.1() - Constructor in AbstractCacheTransformation.1
AbstractCacheTransformation() - Constructor in AbstractCacheTransformation
AbstractCharReplacementEncoder - Class in org.grails.encoder
Abstract base class for implementing encoders that do character replacements Implements the StreamingEncoder interface that enables efficient streaming encoding
AbstractCharReplacementEncoder(org.grails.encoder.CodecIdentifier) - Constructor in AbstractCharReplacementEncoder
AbstractClassMapping - Class in org.grails.datastore.mapping.model
Abstract implementation of the ClassMapping interface.
AbstractClassMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractClassMapping
AbstractClosureEventTriggeringInterceptor - Class in org.grails.orm.hibernate.support
Abstract class for defining the event triggering interceptor
AbstractClosureProxy - Class in grails.test
Skeleton implementation of a wrapper class for closures that allows you to intercept invocations of the closure.
AbstractClosureProxy(Closure<?>) - Constructor in AbstractClosureProxy
Creates a new instance that wraps the target closure and sends profiling events to the given profiler log.
AbstractCommand - Class in org.grails.cli.command
Abstract org.springframework.boot.cli.command.Command implementation.
AbstractCommand(java.lang.String, java.lang.String) - Constructor in AbstractCommand
Create a new AbstractCommand instance.
AbstractConnectionSourceFactory - Class in org.grails.datastore.mapping.core.connections
Abstract implementation of the ConnectionSourceFactory interface
AbstractConnectionSources - Class in org.grails.datastore.mapping.core.connections
Abstract implementation of the ConnectionSources interface
AbstractConnectionSources(ConnectionSource<T, S>, ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Constructor in AbstractConnectionSources
AbstractConstraint - Class in org.grails.datastore.gorm.validation.constraints
Abstract class for constraints to extend.
AbstractConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in AbstractConstraint
AbstractConverter - Class in org.grails.web.converters
Abstract base implementation of the Converter interface that provides a default toString() implementation.
AbstractCriteriaBuilder - Class in org.grails.datastore.gorm.query.criteria
Abstract criteria builder implementation
AbstractCriteriaBuilder(java.lang.Class, org.grails.datastore.mapping.query.QueryCreator, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractCriteriaBuilder
AbstractDataBindingGrailsPlugin - Class in org.grails.plugins.databinding
Plugin for configuring the data binding features of Grails
AbstractDataBindingGrailsPlugin() - Constructor in AbstractDataBindingGrailsPlugin
AbstractDatastore - Class in org.grails.datastore.mapping.core
Abstract Datastore implementation that deals with binding the Session to thread locale upon creation.
AbstractDatastore(org.grails.datastore.mapping.model.MappingContext, Map<String,Object>, org.springframework.context.ConfigurableApplicationContext, org.grails.datastore.mapping.cache.TPCacheAdapterRepository) - Constructor in AbstractDatastore
AbstractDatastoreApi - Class in org.grails.datastore.gorm
Authors:
Burt Beckwith
AbstractDatastoreApi(org.grails.datastore.mapping.core.Datastore) - Constructor in AbstractDatastoreApi
AbstractDatastoreInitializer - Class in org.grails.datastore.gorm.bootstrap
Abstract class for datastore initializers to implement
AbstractDatastoreInitializer.GrailsBeanBuilderInit - Class in org.grails.datastore.gorm.bootstrap
AbstractDatastoreInitializer.GrailsBeanBuilderInit() - Constructor in AbstractDatastoreInitializer.GrailsBeanBuilderInit
AbstractDatastoreInitializer.GroovyBeanReaderInit - Class in org.grails.datastore.gorm.bootstrap
AbstractDatastoreInitializer.GroovyBeanReaderInit() - Constructor in AbstractDatastoreInitializer.GroovyBeanReaderInit
AbstractDatastoreInitializer(java.util.Map, java.lang.Class) - Constructor in AbstractDatastoreInitializer
AbstractDatastoreMethodDecoratingTransformation - Class in org.grails.datastore.gorm.transform
An abstract implementation for transformations that decorate a method invocation such that the method invocation is wrapped in the execution of a closure that delegates to the original logic.
AbstractDatastoreMethodDecoratingTransformation() - Constructor in AbstractDatastoreMethodDecoratingTransformation
AbstractDatastorePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
Abstract implementation of the persistence context interceptor
AbstractDatastorePersistenceContextInterceptor(org.grails.datastore.mapping.core.Datastore) - Constructor in AbstractDatastorePersistenceContextInterceptor
AbstractDetachedCriteria - Class in org.grails.datastore.gorm.query.criteria
Abstract super class for DetachedCriteria implementations
AbstractDetachedCriteria.DetachedProjections - Class in org.grails.datastore.gorm.query.criteria
AbstractDetachedCriteria(Class<T>, java.lang.String) - Constructor in AbstractDetachedCriteria
Constructs a DetachedCriteria instance target the given class and alias for the name
AbstractDetachedCriteriaServiceImplementor - Class in org.grails.datastore.gorm.services.implementers
An abstract implementer that builds a detached criteria query from the method arguments
AbstractDetachedCriteriaServiceImplementor() - Constructor in AbstractDetachedCriteriaServiceImplementor
AbstractEncodedAppender - Class in org.grails.encoder
Abstract base class for implementations of EncodedAppender interface
AbstractEventBus - Class in org.grails.events.bus
Abstract event bus impl
AbstractEventBus.1 - Class in org.grails.events.bus
AbstractEventBus.1() - Constructor in AbstractEventBus.1
AbstractEventBus.EventTriggerTransactionSynchronization - Class in org.grails.events.bus
AbstractEventBus.NotificationTrigger - Class in org.grails.events.bus
AbstractEventBus() - Constructor in AbstractEventBus
AbstractFindByFinder - Class in org.grails.datastore.gorm.finders
AbstractFindByFinder(java.util.regex.Pattern, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractFindByFinder
AbstractFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for finders.
AbstractFinder(org.grails.datastore.mapping.core.Datastore) - Constructor in AbstractFinder
AbstractGormApi - Class in org.grails.datastore.gorm
Abstract GORM API provider.
AbstractGormApi(Class<D>, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractGormApi
AbstractGormASTTransformation - Class in org.grails.datastore.gorm.transform
Abstract base class for GORM AST transformations
AbstractGormASTTransformation() - Constructor in AbstractGormASTTransformation
AbstractGormMappingFactory - Class in org.grails.datastore.mapping.config
Abstract GORM implementation that uses the GORM MappingConfigurationBuilder to configure entity mappings.
AbstractGrailsApplication - Class in org.grails.core
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.
AbstractGrailsClass - Class in org.grails.core
Abstract base class for Grails types that provides common functionality for evaluating conventions within classes.
AbstractGrailsClass(Class<?>, java.lang.String) - Constructor in AbstractGrailsClass
Used by all child classes to create a new instance and get the name right.
AbstractGrailsControllerUrlMappings - Class in org.grails.web.mapping.mvc
A UrlMappingsHolder implementation that matches URLs directly onto controller instances
AbstractGrailsControllerUrlMappings.ControllerKey - Class in org.grails.web.mapping.mvc
AbstractGrailsControllerUrlMappings.ControllerKey() - Constructor in AbstractGrailsControllerUrlMappings.ControllerKey
AbstractGrailsControllerUrlMappings(grails.core.GrailsApplication, grails.web.mapping.UrlMappings, grails.web.UrlConverter) - Constructor in AbstractGrailsControllerUrlMappings
AbstractGrailsDomainBinder - Class in org.grails.orm.hibernate.cfg
Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
AbstractGrailsMockHttpServletResponse - Class in org.grails.plugins.testing
Simple sub-class of Spring's MockHttpServletResponse that adds the left-shift operator, "<<".
AbstractGrailsMockHttpServletResponse() - Constructor in AbstractGrailsMockHttpServletResponse
AbstractGrailsPlugin - Class in org.grails.plugins
Abstract implementation that provides some default behaviours
AbstractGrailsPlugin(Class<?>, grails.core.GrailsApplication) - Constructor in AbstractGrailsPlugin
AbstractGrailsPluginManager - Class in org.grails.plugins
Abstract implementation of the GrailsPluginManager interface
AbstractGrailsPluginManager(grails.core.GrailsApplication) - Constructor in AbstractGrailsPluginManager
AbstractGrailsView - Class in org.grails.web.servlet.view
A view applied to a Grails application that ensures an appropriate web request is bound
AbstractGroovyTemplateCompiler - Class in grails.views
A generic compiler for Groovy templates that are compiled into classes in production
AbstractGroovyTemplateCompiler() - Constructor in AbstractGroovyTemplateCompiler
AbstractHibernateConnectionSourceFactory - Class in org.grails.orm.hibernate.connections
Constructs a Hibernate SessionFactory
AbstractHibernateCriteriaBuilder - Class in org.grails.orm.hibernate.query
Abstract super class for sharing code between Hibernate 3 and 4 implementations of HibernateCriteriaBuilder
AbstractHibernateCriteriaBuilder.LogicalExpression - Class in org.grails.orm.hibernate.query
instances of this class are pushed onto the logicalExpressionStack to represent all the unfinished "and", "or", and "not" expressions.
AbstractHibernateCriteriaBuilder(java.lang.Class, org.hibernate.SessionFactory, boolean) - Constructor in AbstractHibernateCriteriaBuilder
AbstractHibernateCriterionAdapter - Class in org.grails.orm.hibernate.query
Adapts Grails datastore API to Hibernate API
AbstractHibernateCriterionAdapter.CriterionAdaptor - Class in org.grails.orm.hibernate.query
AbstractHibernateCriterionAdapter() - Constructor in AbstractHibernateCriterionAdapter
abstractHibernateCriterionAdapter - Field in AbstractHibernateQuery
AbstractHibernateDatastore - Class in org.grails.orm.hibernate
Datastore implementation that uses a Hibernate SessionFactory underneath.
AbstractHibernateDatastore.FlushMode - Enum in org.grails.orm.hibernate
We use a separate enum here because the classes differ between Hibernate 3 and 4
AbstractHibernateDatastore(org.grails.datastore.mapping.model.MappingContext, org.hibernate.SessionFactory, org.springframework.core.env.PropertyResolver) - Constructor in AbstractHibernateDatastore
AbstractHibernateEventListener - Class in org.grails.orm.hibernate.event.listener
AbstractHibernateEventListener(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in AbstractHibernateEventListener
AbstractHibernateGormInstanceApi - Class in org.grails.orm.hibernate
Abstract extension of the GormInstanceApi class that provides common logic shared by Hibernate 3 and Hibernate 4
AbstractHibernateGormInstanceApi(Class<D>, org.grails.orm.hibernate.AbstractHibernateDatastore, java.lang.ClassLoader, org.grails.orm.hibernate.IHibernateTemplate) - Constructor in AbstractHibernateGormInstanceApi
AbstractHibernateGormStaticApi - Class in org.grails.orm.hibernate
Abstract implementation of the Hibernate static API for GORM, providing String-based method implementations
AbstractHibernateGormStaticApi.1 - Class in org.grails.orm.hibernate
AbstractHibernateGormStaticApi.1() - Constructor in AbstractHibernateGormStaticApi.1
AbstractHibernateGormStaticApi(Class<D>, org.grails.orm.hibernate.HibernateDatastore, List<FinderMethod>, org.springframework.transaction.PlatformTransactionManager) - Constructor in AbstractHibernateGormStaticApi
AbstractHibernateGormValidationApi - Class in org.grails.orm.hibernate
AbstractHibernateGormValidationApi(Class<D>, org.grails.orm.hibernate.AbstractHibernateDatastore, java.lang.ClassLoader) - Constructor in AbstractHibernateGormValidationApi
AbstractHibernateQuery - Class in org.grails.orm.hibernate.query
Bridges the Query API with the Hibernate Criteria API
AbstractHibernateQuery.CriteriaAndAlias - Class in org.grails.orm.hibernate.query
AbstractHibernateQuery.HibernateAssociationQuery - Class in org.grails.orm.hibernate.query
AbstractHibernateQuery.HibernateJunction - Class in org.grails.orm.hibernate.query
AbstractHibernateQuery.HibernateProjectionList - Class in org.grails.orm.hibernate.query
AbstractHibernateQuery(org.hibernate.Criteria, org.grails.orm.hibernate.AbstractHibernateSession, org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Constructor in AbstractHibernateQuery
AbstractHibernateSession - Class in org.grails.orm.hibernate
Session implementation that wraps a Hibernate Session.
AbstractHibernateSession(org.grails.orm.hibernate.AbstractHibernateDatastore, org.hibernate.SessionFactory) - Constructor in AbstractHibernateSession
AbstractIncludeExcludeRenderer - Class in grails.rest.render
Abstract class for implementing renderers that include/exclude certain properties
AbstractIncludeExcludeRenderer(Class<T>, grails.web.mime.MimeType) - Constructor in AbstractIncludeExcludeRenderer
AbstractInjectableGrailsClass - Class in org.grails.core
Configures Grails classes to be autowirable by name, always.
AbstractInjectableGrailsClass(Class<?>, java.lang.String) - Constructor in AbstractInjectableGrailsClass
AbstractJarProfileRepository - Class in org.grails.cli.profile.repository
A repository that loads profiles from JAR files
AbstractJarProfileRepository.JarProfile - Class in org.grails.cli.profile.repository
AbstractJarProfileRepository() - Constructor in AbstractJarProfileRepository
AbstractJsonViewContainerRenderer - Class in grails.plugin.json.renderer
A container renderer that looks up JSON views
AbstractJsonViewContainerRenderer() - Constructor in AbstractJsonViewContainerRenderer
AbstractKeyValueEntityPersister - Class in org.grails.datastore.mapping.keyvalue.engine
Abstract implementation of the EntityPersister abstract class for key/value style stores.
AbstractKeyValueEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in AbstractKeyValueEntityPersister
AbstractLinkingRenderer - Class in grails.rest.render.util
Abstract base class for HAL renderers
AbstractLinkingRenderer(Class<T>, grails.web.mime.MimeType) - Constructor in AbstractLinkingRenderer
AbstractMappingAwareCustomTypeMarshaller - Class in org.grails.datastore.mapping.engine.types
Abstract implementation of CustomTypeMarshaller interface that handles the details of getting the correct mapped key for a property
AbstractMappingAwareCustomTypeMarshaller(Class<T>) - Constructor in AbstractMappingAwareCustomTypeMarshaller
AbstractMappingContext - Class in org.grails.datastore.mapping.model
Abstract implementation of the MappingContext interface.
AbstractMappingContext(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in AbstractMappingContext
AbstractMethodDecoratingTransformation - Class in org.grails.datastore.gorm.transform
An abstract implementation for transformations that decorate a method invocation such that the method invocation is wrapped in the execution of a closure that delegates to the original logic.
AbstractMethodDecoratingTransformation() - Constructor in AbstractMethodDecoratingTransformation
AbstractMongoConnectionSourceSettings - Class in org.grails.datastore.mapping.mongo.connections
Authors:
Graeme Rocher
AbstractMongoConnectionSourceSettings() - Constructor in AbstractMongoConnectionSourceSettings
AbstractMongoGrailsExtension - Class in org.apache.grails.testing.mongo
Abstract class for Mongo Grails extensions.
AbstractMongoGrailsExtension() - Constructor in AbstractMongoGrailsExtension
AbstractMongoObectEntityPersister - Class in org.grails.datastore.mapping.mongo.engine
Abstract implementation of MongoDB mongo object mapping entity persister.
AbstractMongoObectEntityPersister.MongoAssociationIndexer - Class in org.grails.datastore.mapping.mongo.engine
AbstractMongoObectEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in AbstractMongoObectEntityPersister
AbstractMongoSession - Class in org.grails.datastore.mapping.mongo
Abstract implementation on the Session interface for MongoDB
AbstractMongoSession(org.grails.datastore.mapping.mongo.MongoDatastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, boolean) - Constructor in AbstractMongoSession
AbstractMultipleDataSourceAggregatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
Abstract implementation of the PersistenceContextInterceptor interface that supports multiple data sources
AbstractMultipleDataSourceAggregatePersistenceContextInterceptor(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
AbstractParsingParameterCreationListener - Class in org.grails.web.converters
Abstract base class for parameter creation listeners that parse incoming data such as JSON and XML.
AbstractParsingParameterCreationListener() - Constructor in AbstractParsingParameterCreationListener
AbstractPersistenceEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
AbstractPersistenceEvent(org.grails.datastore.mapping.core.Datastore, java.lang.Object) - Constructor in AbstractPersistenceEvent
AbstractPersistenceEventListener - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
AbstractPersistenceEventListener(org.grails.datastore.mapping.core.Datastore) - Constructor in AbstractPersistenceEventListener
AbstractPersistentCollection - Class in org.grails.datastore.mapping.collection
Abstract base class for persistent collections.
AbstractPersistentCollection(java.io.Serializable, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor, java.util.Collection) - Constructor in AbstractPersistentCollection
AbstractPersistentEntity - Class in org.grails.datastore.mapping.model
Abstract implementation to be subclasses on a per datastore basis
AbstractPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractPersistentEntity
AbstractPersistentProperty - Class in org.grails.datastore.mapping.model
Abstract implementation of the PersistentProperty interface that uses the PropertyDescriptor instance to establish name and type.
AbstractPersistentProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in AbstractPersistentProperty
AbstractProfile - Class in org.grails.cli.profile
Abstract implementation of the profile class
AbstractProfile(org.springframework.core.io.Resource, java.lang.ClassLoader) - Constructor in AbstractProfile
AbstractProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation for projections
AbstractProjectionImplementer() - Constructor in AbstractProjectionImplementer
AbstractPromiseFactory - Class in grails.async.factory
Abstract implementation of the PromiseFactory interface, subclasses should extend this class to obtain common generic functionality
AbstractPromiseFactory() - Constructor in AbstractPromiseFactory
AbstractQueryEvent - Class in org.grails.datastore.mapping.query.event
Base class for query events.
AbstractQueryEvent(java.lang.Object, org.grails.datastore.mapping.query.Query) - Constructor in AbstractQueryEvent
AbstractReadOperationImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementor for read operations
AbstractReadOperationImplementer() - Constructor in AbstractReadOperationImplementer
AbstractRenderContext - Class in grails.rest.render
Abstract implementation of RenderContext
AbstractRenderContext() - Constructor in AbstractRenderContext
AbstractRenderer - Class in grails.rest.render
Abstract implementation of the Renderer interface
AbstractRenderer(Class<T>, grails.web.mime.MimeType) - Constructor in AbstractRenderer
AbstractRequestBodyDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
AbstractRequestBodyDataBindingSourceCreator() - Constructor in AbstractRequestBodyDataBindingSourceCreator
AbstractResultList - Class in org.grails.datastore.gorm.query
An abstract result list for initializing objects lazily from a cursor
AbstractResultList(int, java.lang.Integer, Iterator<Object>) - Constructor in AbstractResultList
AbstractSaveImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation of saving
AbstractSaveImplementer() - Constructor in AbstractSaveImplementer
AbstractServiceImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation of the ServiceImplementer interface
AbstractServiceImplementer() - Constructor in AbstractServiceImplementer
AbstractSession - Class in org.grails.datastore.mapping.core
Abstract implementation of the Session interface that uses a list of Persister instances to save, update and delete instances
AbstractSession(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, org.grails.datastore.mapping.cache.TPCacheAdapterRepository, boolean) - Constructor in AbstractSession
AbstractShapeCoordsType - Class in org.grails.datastore.gorm.mongo.geo
Abstract implementation for custom types that persist shapes using their coordinate values
AbstractShapeCoordsType(Class<T>) - Constructor in AbstractShapeCoordsType
AbstractStep - Class in org.grails.cli.profile
Abstract implementation of the Step interface
AbstractStep(org.grails.cli.profile.ProfileCommand, Map<String, Object>) - Constructor in AbstractStep
AbstractStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract support for String-based queries
AbstractStringQueryImplementer() - Constructor in AbstractStringQueryImplementer
AbstractStructuredBindingEditor - Class in org.grails.web.databinding.converters
An abstract base class for StructuredBindingEditor instances which can be auto-discovered as beans in the Spring application context
AbstractStructuredBindingEditor() - Constructor in AbstractStructuredBindingEditor
AbstractStructuredDateBindingEditor - Class in org.grails.databinding.converters
Authors:
Jeff Brown
AbstractStructuredDateBindingEditor() - Constructor in AbstractStructuredDateBindingEditor
AbstractSubscription - Class in org.grails.events.registry
Abstract subscription
AbstractSubscription(java.lang.CharSequence, Map<CharSequence, Collection<Subscription>>) - Constructor in AbstractSubscription
AbstractTemplateVariableBinding - Class in org.grails.taglib
Abstract super class for GroovyPage bindings
AbstractTemplateVariableBinding.BindingMapEntry - Class in org.grails.taglib
AbstractTemplateVariableBinding.TemplateVariableBindingMap - Class in org.grails.taglib
AbstractTemplateVariableBinding(java.lang.String) - Constructor in AbstractTemplateVariableBinding
AbstractTokenResponseHandler - Class in org.grails.web.servlet.mvc
Implements the behavior of wasInvoked in the TokenResponseHandler interface.
AbstractTokenResponseHandler(boolean) - Constructor in AbstractTokenResponseHandler
AbstractTraitApplyingGormASTTransformation - Class in org.grails.datastore.gorm.transform
An abstract transformation that applies a Trait
AbstractTraitApplyingGormASTTransformation() - Constructor in AbstractTraitApplyingGormASTTransformation
AbstractTypeConvertingMap - Class in grails.util
AbstractTypeConvertingMap is a Map with type conversion capabilities.
AbstractTypeConvertingMap(java.util.Map) - Constructor in AbstractTypeConvertingMap
AbstractUrlMapping - Class in org.grails.web.mapping
Abstract UrlMapping implementation that provides common basic functionality.
AbstractUrlMapping(java.net.URI, grails.gorm.validation.ConstrainedProperty, grails.core.GrailsApplication) - Constructor in AbstractUrlMapping
AbstractUrlMappingInfo - Class in org.grails.web.mapping
Abstract super class providing pass functionality for configuring a UrlMappingInfo.
AbstractVetoingConstraint - Class in org.grails.datastore.gorm.validation.constraints
A constraint that can veto further constraint processing
AbstractVetoingConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in AbstractVetoingConstraint
AbstractVndErrorRenderer - Class in grails.rest.render.errors
Abstract super type for Vnd.Error renderers
AbstractVndErrorRenderer() - Constructor in AbstractVndErrorRenderer
AbstractWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation for queries annotated with Where
AbstractWhereImplementer() - Constructor in AbstractWhereImplementer
AbstractWritableScript - Class in grails.views
A script that is writable
AbstractWritableScript() - Constructor in AbstractWritableScript
AbstractWriteOperationImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementer for write operations
AbstractWriteOperationImplementer() - Constructor in AbstractWriteOperationImplementer
accept(T) - Method in BoundPromise
ACCEPT_CHARSET - Field in HttpHeaders
accept(T) - Method in Consumer
Execute the logic of the action, accepting the given parameter.
accept(java.io.File) - Method in DefaultResourceLocator
ACCEPT_ENCODING - Field in HttpHeaders
accept(T) - Method in FutureTaskPromise
accept(T) - Method in GparsPromise
ACCEPT - Field in HttpHeaders
ACCEPT_LANGUAGE - Field in HttpHeaders
accept(java.io.File, java.lang.String) - Method in PluginAwareResourceBundleMessageSource
accept(T) - Method in Promise
Assigns a value to an unfulfilled promise
accept(List<T>) - Method in PromiseList
accept(Map<K, V>) - Method in PromiseMap
ACCEPT_RANGES - Field in HttpHeaders
accept(java.io.File) - Method in ResourceLocator
accept(T) - Method in SynchronousPromise
ACCEPT_VERSION - Field in HttpHeaders
AcceptHeaderParser - Interface in grails.web.mime
access - Field in MethodMetadataReadingVisitor
accessorFor(java.lang.Object, java.lang.String) - Method in BeanPropertyAccessorFactory
accessType - Property in Property
Returns:
The default access type to use to read and write property values
accumulate(java.lang.String, java.lang.Object) - Method in JSONObject
Accumulate values under a key.
Action - Annotation Type in grails.web
An annotation to mark controller methods as actions.
action - Property in AbstractGrailsControllerUrlMappings.ControllerKey
ACTION_ANNOTATION_NODE - Field in ControllerActionTransformer
ACTION_CREATE - Property in ControllerActionConventions
ACTION_CREATE - Field in DefaultUrlMappingEvaluator
ACTION_DELETE - Property in ControllerActionConventions
ACTION_DELETE - Field in DefaultUrlMappingEvaluator
ACTION_EDIT - Property in ControllerActionConventions
ACTION_EDIT - Field in DefaultUrlMappingEvaluator
ACTION_INDEX - Property in ControllerActionConventions
ACTION_INDEX - Field in DefaultUrlMappingEvaluator
ACTION_PATCH - Field in DefaultUrlMappingEvaluator
ACTION_SAVE - Property in ControllerActionConventions
ACTION_SAVE - Field in DefaultUrlMappingEvaluator
ACTION_SHOW - Property in ControllerActionConventions
ACTION_SHOW - Field in DefaultUrlMappingEvaluator
ACTION_UPDATE - Property in ControllerActionConventions
ACTION_UPDATE - Field in DefaultUrlMappingEvaluator
action - Field in UrlCreatorCache.ReverseMappingKey
actionExcludesRegex - Property in UrlMappingMatcher.MapExclude
actionName - Field in AbstractUrlMapping
actionName - Property in ForwardUrlMappingInfo
actionName - Property in GrailsView
Returns:
The current action name
actionName(java.lang.String) - Method in TestRequestConfigurer
actionRegex - Field in UrlMappingMatcher
ActionResultTransformer - Interface in org.grails.web.servlet.mvc
Interface for classes which transform the result of an action.
actionResultTransformers - Field in UrlMappingsInfoHandlerAdapter
ActionSettingMethodHandler - Class in org.grails.testing.runtime.support
ActionSettingMethodHandler(java.lang.Object, org.grails.web.servlet.mvc.GrailsWebRequest) - Constructor in ActionSettingMethodHandler
actionSubmit - Property in FormTagLib
Creates a submit button that submits to an action in the controller specified by the form action.
actionSubmitImage - Property in FormTagLib
Creates a an image submit button that submits to an action in the controller specified by the form action.
actionUriToViewName - Field in DefaultGrailsControllerClass
actionUriToViewName(java.lang.String) - Method in GrailsControllerClass
activateDestination() - Method in GrailsLazyProxyPrintWriter.DestinationFactory
activateDestination() - Method in GrailsRoutablePrintWriter
activateDestination() - Method in GrailsRoutablePrintWriter.DestinationFactory
activateDestination() - Method in OutputEncodingStack
actor - Property in ActorEventBus
ActorEventBus - Class in org.grails.events.gpars
A event bus that uses GPars actors
ActorEventBus() - Constructor in ActorEventBus
adapt(org.grails.datastore.gorm.services.ServiceImplementer) - Method in ServiceImplementerAdapter
Adapt the implementer, returning a new implementer if possible, otherwise null
adapted - Property in GradleTaskCommandAdapter
AdaptedImplementer - Interface in org.grails.datastore.gorm.services.implementers
An interface for adapters to return the original implementer
adapters - Field in Service
Returns:
Any additional adapters to apply
Default:
{}
add(org.grails.datastore.mapping.query.Query.Criterion) - Method in AbstractDetachedCriteria
add(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery
add(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
add(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery.HibernateJunction
add(Projection) - Method in AbstractHibernateQuery.HibernateProjectionList
add(java.lang.Object) - Method in AbstractPersistentCollection
add(int, java.lang.Object) - Method in AbstractResultList
add(java.lang.String, java.lang.String, java.lang.String, boolean) - Method in DependencyCustomizer
Add a single dependency with the specified classifier and type and, optionally, all of its dependencies.
add(java.lang.Object) - Method in DirtyCheckingCollection
add(int, java.lang.Object) - Method in DirtyCheckingList
add_escapes(java.lang.String) - Method in ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add(java.lang.Object, int, java.lang.Object) - Method in GrailsArrayUtils
Adds the given object to the given array at the given position
add(int, java.lang.Object) - Method in JSONArray
add(E) - Method in PagedResultList
add(int, java.lang.Object) - Method in PersistentList
add(Promise<T>) - Method in PromiseList
Implementation of add that takes a promise, adding it to the list
add(Junction, org.hibernate.criterion.Criterion) - Method in Query
Adds the specified criterion instance to the given junction
add(org.hibernate.criterion.Criterion) - Method in Query.Junction
add(Projection) - Method in Query.ProjectionList
ADD_TO_PARAMETERS - Field in GormEntityTransformation
addAbstractBean(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
addAbstractBean(java.lang.String) - Method in RuntimeSpringConfiguration
\ Adds an abstract bean definition to the bean factory and returns the BeanConfiguration object.
addAlias(java.lang.String, java.lang.String) - Method in DefaultRuntimeSpringConfiguration
addAlias(java.lang.String, java.lang.String) - Method in RuntimeSpringConfiguration
Adds an alias to a given bean name.
addAll(java.util.Collection) - Method in AbstractPersistentCollection
addAll(java.util.Collection) - Method in DirtyCheckingCollection
addAll(int, java.util.Collection) - Method in DirtyCheckingList
addAll(java.lang.Object, java.lang.Object) - Method in GrailsArrayUtils
Adds the given object to the given array at the given position
addAll(int, java.util.Collection) - Method in JSONArray
addAll(int, Collection<? extends E>) - Method in PagedResultList
addAll(int, java.util.Collection) - Method in PersistentList
addAllClassLoaderJarRoots(java.lang.ClassLoader, Set<Resource>) - Method in ClassRelativeResourcePatternResolver
addAlteredMetaClass(java.lang.Class, groovy.lang.MetaClass) - Method in MetaClassRegistryCleaner
addAnnotatedClass(java.lang.Class) - Method in HibernateMappingContextConfiguration
addAnnotatedClasses(Class<?>) - Method in HibernateMappingContextConfiguration
Add the given annotated classes in a batch.
addAnnotationIfNecessary(org.codehaus.groovy.ast.AnnotatedNode, Class<? extends Annotation>) - Method in AstAnnotationUtils
Adds an annotation to the give nclass node if it doesn't already exist
addAnnotationIfNecessary(org.codehaus.groovy.ast.AnnotatedNode, Class<? extends Annotation>) - Method in AstUtils
Adds an annotation to the give nclass node if it doesn't already exist
addAnnotationIfNecessary(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in GrailsASTUtils
Adds an annotation to the give nclass node if it doesn't already exist
addAnnotationOrGetExisting(org.codehaus.groovy.ast.AnnotatedNode, org.codehaus.groovy.ast.ClassNode, Map<String, Object>) - Method in AstAnnotationUtils
addAnnotationOrGetExisting(org.codehaus.groovy.ast.AnnotatedNode, org.codehaus.groovy.ast.ClassNode, Map<String, Object>) - Method in AstUtils
addAnnotationOrGetExisting(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, Map<String,Object>) - Method in GrailsASTUtils
addApi(java.lang.Object) - Method in BaseApiProvider
addApiLookupFieldAndSetter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractGrailsArtefactTransformer
addApplicationDiscoveryStrategy(org.grails.core.support.GrailsApplicationDiscoveryStrategy) - Method in Holders
addApplicationListener(ApplicationListener<? extends ApplicationEvent>) - Method in ConfigurableApplicationContextEventPublisher
addApplicationListener(ApplicationListener<?>) - Method in ConfigurableApplicationEventPublisher
Adds a new application listener
addApplicationListener(ApplicationListener<?>) - Method in DefaultApplicationEventPublisher
addArtefact(java.lang.String, Class<?>, boolean) - Method in DefaultGrailsApplication
addArtefact(java.lang.Class) - Method in GrailsApplication
Adds the given artefact, attempting to determine type from
addAssociationQueryCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addBeanConfiguration(java.lang.String, org.grails.spring.BeanConfiguration) - Method in DefaultRuntimeSpringConfiguration
addBeanConfiguration(java.lang.String, org.grails.spring.BeanConfiguration) - Method in RuntimeSpringConfiguration
Adds a bean configuration to the list of beans to be created.
addBeanDefinition(java.lang.String, org.springframework.beans.factory.config.BeanDefinition) - Method in DefaultRuntimeSpringConfiguration
addBeanDefinition(java.lang.String, org.springframework.beans.factory.config.BeanDefinition) - Method in RuntimeSpringConfiguration
Adds a Spring BeanDefinition.
addBeanProperty(List<PropertyDescriptor>, groovy.lang.MetaProperty) - Method in ClassPropertyFetcher
addBindingAction(java.lang.Runnable) - Method in DeferredBindingActions
addBindingError(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Exception, grails.databinding.events.DataBindingListener, java.lang.Object) - Method in SimpleDataBinder
addCancelledListener(org.grails.cli.profile.CommandCancellationListener) - Method in ExecutionContext
Attaches a listener for cancellation events
addCancelledListener(org.grails.cli.profile.CommandCancellationListener) - Method in GrailsCli.ExecutionContextImpl
addCascadeOperation(PendingOperation<E,K>) - Method in PendingOperation
Adds an operation that should be executed after this operation
addCascadeOperation(PendingOperation<E,K>) - Method in PendingOperationAdapter
addChainedTransactionManager(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
addClass(org.springframework.boot.loader.tools.JarWriter, java.lang.ClassLoader, java.lang.String) - Method in ArchiveCommand.ArchiveOptionHandler
addClassResource(java.lang.String, org.springframework.core.io.Resource) - Method in StaticResourceLocator
addClearErrorsMethod(org.codehaus.groovy.ast.ClassNode) - Method in ASTValidationErrorsHelper
addCliClasses(org.springframework.boot.loader.tools.JarWriter) - Method in ArchiveCommand.ArchiveOptionHandler
addCommand(org.springframework.boot.cli.command.Command) - Method in CommandRunner
Add the specified command.
addCommands(Iterable<org.springframework.boot.cli.command.Command>) - Method in CommandRunner
Add the specified commands.
addCompilationCustomizers(org.codehaus.groovy.control.customizers.CompilationCustomizer) - Method in GroovyCompiler
addCompileStaticAnnotation(org.codehaus.groovy.ast.AnnotatedNode, boolean) - Method in GrailsASTUtils
Adds
CompileStatic:
annotation to method
addCompletionHandler(java.lang.Runnable) - Method in AsyncGrailsWebRequest
addConnectionSource(java.lang.String, Map<String, Object>) - Method in AbstractConnectionSources
addConnectionSource(java.lang.String, Map<String,Object>) - Method in ConnectionSources
Adds a new ConnectionSource
addConnectionSource(java.lang.String, org.springframework.core.env.PropertyResolver) - Method in InMemoryConnectionSources
addConnectionSource(java.lang.String, Map<String, Object>) - Method in MongoConnectionSources
addConnectionSource(java.lang.String, org.springframework.core.env.PropertyResolver) - Method in SingletonConnectionSources
addConnectionSource(java.lang.String, org.springframework.core.env.PropertyResolver) - Method in StaticConnectionSources
addConstraint(Class<? extends Constraint>) - Method in ConstraintRegistry
Adds a constraint for the given class
addConstraint(Class<? extends Constraint>, List<Class>) - Method in DefaultConstraintRegistry
addConstraintFactory(org.grails.datastore.gorm.validation.constraints.factory.ConstraintFactory) - Method in ConstraintRegistry
Adds a constraint factory
addConstraintFactory(org.grails.datastore.gorm.validation.constraints.factory.ConstraintFactory) - Method in DefaultConstraintRegistry
addConstraintsField(org.codehaus.groovy.ast.ClassNode) - Method in DefaultASTValidateableHelper
addConstructor(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, boolean) - Method in ResourceTransform
addContainerRenderer(java.lang.Class, grails.rest.render.Renderer) - Method in DefaultRendererRegistry
addContainerRenderer(java.lang.Class, grails.rest.render.Renderer) - Method in RendererRegistry
Adds a container renderer
addConverter(Class<T>, Closure<?>) - Method in JsonGenerator.Options
Registers a closure that will be called when the specified type or subtype is serialized.
addDataBindingSourceCreator(org.grails.databinding.bindingsource.DataBindingSourceCreator) - Method in DataBindingSourceRegistry
Adds a new DataBindingSourceCreator to the registry
addDataBindingSourceCreator(org.grails.databinding.bindingsource.DataBindingSourceCreator) - Method in DefaultDataBindingSourceRegistry
addDefaultRenderer(Renderer<Object>) - Method in DefaultRendererRegistry
addDefaultRenderer(Renderer<Object>) - Method in RendererRegistry
Adds a default renderer, which are fall backs if the type is not known
addDelegateConstructor(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, Map<String,ClassNode>) - Method in GrailsASTUtils
Adds or modifies an existing constructor to delegate to the given static constructor method for initialization logic.
addDelegateInstanceMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.AnnotationNode, Map<String,ClassNode>) - Method in AbstractGrailsArtefactTransformer
addDelegateInstanceMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.AnnotationNode, boolean, Map<String,ClassNode>, boolean) - Method in GrailsASTUtils
Adds a delegate method to the target class node where the first argument is to the delegate method is 'this'.
addDelegateInstanceMethods(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression, Map<String,ClassNode>, boolean, boolean) - Method in GrailsASTUtils
addDelegateStaticMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.MethodNode, Map<String,ClassNode>) - Method in AbstractGrailsArtefactTransformer
addDelegateStaticMethod(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.AnnotationNode, Map<String,ClassNode>, boolean) - Method in 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.
addDependency(java.lang.String, java.lang.String, java.lang.String) - Method in GrailsDependencyVersions
addDependencyManagement(org.grails.cli.compiler.dependencies.DependencyManagement) - Method in DependencyResolutionContext
addDependencyManagement(groovy.xml.slurpersupport.GPathResult) - Method in GrailsDependencyVersions
addELContextListener(ELContextListener) - Method in GroovyPagesJspApplicationContext
addElementToArrayAt(java.lang.Object, java.lang.Object, java.lang.Object) - Method in SimpleDataBinder
addElementToCollection(java.lang.Object, java.lang.String, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object, boolean) - Method in GrailsWebDataBinder
addElementToCollection(java.lang.Object, java.lang.String, java.lang.Class, java.lang.Object, boolean) - Method in SimpleDataBinder
addElementToCollectionAt(java.lang.Object, java.lang.String, java.util.Collection, java.lang.Object, java.lang.Object) - Method in GrailsWebDataBinder
addElementToCollectionAt(java.lang.Object, java.lang.String, java.util.Collection, java.lang.Object, java.lang.Object) - Method in SimpleDataBinder
addELResolver(ELResolver) - Method in GroovyPagesJspApplicationContext
addEnhancedAnnotation(org.codehaus.groovy.ast.ClassNode) - Method in AbstractGrailsArtefactTransformer
addEnhancedAnnotation(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in 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
addEntityValidator(org.grails.datastore.mapping.model.PersistentEntity, org.springframework.validation.Validator) - Method in AbstractMappingContext
Adds a validator for an entity
addEntityValidator(org.grails.datastore.mapping.model.PersistentEntity, org.springframework.validation.Validator) - Method in MappingContext
Adds a validator to be used by the entity for validation
addError(junit.framework.Test, java.lang.Throwable) - Method in JUnitReports
addError(junit.framework.Test, java.lang.Throwable) - Method in PlainFormatter
addError(junit.framework.Test, java.lang.Throwable) - Method in XMLFormatter
addErrorHandler(Consumer<Throwable>) - Method in AsyncGrailsWebRequest
addErrorsField(org.codehaus.groovy.ast.ClassNode) - Method in ASTValidationErrorsHelper
addEscapes(java.lang.String) - Method in TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExclude(grails.util.Environment) - Method in DefaultGrailsPlugin
addExclude(grails.util.Environment) - Method in GrailsPlugin
Makes the plugin excluded for a particular Environment
addExcludedListenerName(java.lang.String) - Method in AbstractPersistenceEvent
addExpressionToAnnotationMember(org.codehaus.groovy.ast.AnnotationNode, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in GrailsASTUtils
Adds the given expression as a member of the given annotation
addExternalPersistentEntity(java.lang.Class) - Method in AbstractMappingContext
Adds an external PersistentEntity instance, one that is not managed and persisted by this context
addExternalPersistentEntity(java.lang.Class) - Method in MappingContext
Adds a persistent entity that is not mapped by this MappingContext instance.
addFailure(junit.framework.Test, junit.framework.AssertionFailedError) - Method in JUnitReports
addFailure(junit.framework.Test, java.lang.Throwable) - Method in PlainFormatter
addFailure(junit.framework.Test, java.lang.Throwable) - Method in XMLFormatter
addFieldIfNonExistent(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
addFile(java.lang.String, byte[]) - Method in GrailsMockHttpServletRequest
Add a file for the given location and bytes
addFirst(grails.config.Config) - Method in CompositeConfig
Adds a config at the highest level of precedence
addGetConstraintsMethod(org.codehaus.groovy.ast.ClassNode, boolean) - Method in DefaultASTValidateableHelper
addGetErrorsMethod(org.codehaus.groovy.ast.ClassNode) - Method in ASTValidationErrorsHelper
addGrailsClass(grails.core.GrailsClass) - Method in DefaultArtefactInfo
addGrailsConsoleBuildListener(org.apache.tools.ant.Project) - Method in GrailsConsoleAntBuilder
addHasErrorsMethod(org.codehaus.groovy.ast.ClassNode) - Method in ASTValidationErrorsHelper
addInitErrorsMethod(org.codehaus.groovy.ast.ClassNode) - Method in ASTValidationErrorsHelper
addInstanceMethods(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
addInternalPackage(java.lang.String) - Method in DefaultStackTraceFilterer
addInternalPackage(java.lang.String) - Method in StackTraceFilterer
Adds a package name that should be filtered
AdditionalGormEntityTransformation - Interface in org.grails.compiler.gorm
Additional transformations applied to GORM entities
additionalProperties - Property in HibernateConnectionSourceSettings.HibernateSettings
Any additional properties that should be passed through as is.
addJunctionCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addLast(grails.config.Config) - Method in CompositeConfig
Adds a config at the lowest level of precedence
addLikeCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addLinkingMethods(org.codehaus.groovy.ast.ClassNode) - Method in LinkableTransform
addListener(ConnectionSourcesListener<T, S>) - Method in AbstractConnectionSources
addListener(ConnectionSourcesListener<T,S>) - Method in ConnectionSources
Adds a listener
addListener(org.grails.io.watch.DirectoryWatcher.FileChangeListener) - Method in DirectoryWatcher
Adds a file listener that can react to change events
addListener(jakarta.servlet.AsyncListener, jakarta.servlet.ServletRequest, ServletResponse) - Method in MockAsyncContext
addManagedDependencies(List<Dependency>) - Method in DependencyResolutionContext
addMap(java.util.Map) - Method in AbstractTemplateVariableBinding
addMappingContextListener(org.apache.grails.data.testing.tck.tests.SessionCreationEventSpec.Listener) - Method in AbstractMappingContext
addMappingContextListener(org.apache.grails.data.testing.tck.tests.SessionCreationEventSpec.Listener) - Method in MappingContext
Adds a new mapping context listener instance
addMappings(groovy.lang.Closure) - Method in AbstractGrailsControllerUrlMappings
addMappings(groovy.lang.Closure) - Method in DefaultUrlMappingsHolder
addMappings(groovy.lang.Closure) - Method in UrlMappings
Adds URL mappings to the current definition for the given closure
addMetaConstraint(java.lang.String, java.lang.Object) - Method in DefaultConstrainedProperty
Adds a meta constraints which is a non-validating informational constraint.
addMetaMethod(List<ExpandoMetaClass>, java.lang.String, groovy.lang.Closure) - Method in CodecMetaClassSupport
addMethodIfNotPresent(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
addMethodToInvokeClosure(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.PropertyNode, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext) - Method in ControllerActionTransformer
addMultiTenantFilterIfNecessary(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, PersistentClass, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Add a Hibernate filter for multitenancy if the persistent class is multitenant
addOperation(java.lang.Runnable, boolean) - Method in ShutdownOperations
Adds a shutdown operation
addOverridableArtefact(java.lang.String, java.lang.Class) - Method in DefaultGrailsApplication
Adds an artefact of the given type for the given Class.
addOverridableArtefact(java.lang.Class) - Method in GrailsApplication
Adds an artefact that can be overriden by user defined classes
addOverridableGrailsClass(grails.core.GrailsClass) - Method in DefaultArtefactInfo
addOwner(java.lang.Class) - Method in AbstractPersistentEntity
addOwner(java.lang.Class) - Method in PersistentEntity
Add a class to the owners list of this PersistentEntity
addPackages(java.lang.String) - Method in HibernateMappingContextConfiguration
Add the given annotated packages in a batch.
addParameterListener(org.grails.web.servlet.mvc.ParameterCreationListener) - Method in GrailsWebRequest
addParameterNames(java.lang.String, java.lang.Class, List<String>) - Method in ConfigurableParameterNameProvider
registers parameter names
addParametersFrom(grails.web.servlet.mvc.GrailsParameterMap) - Method in GrailsParameterMap
addParametersFrom(java.util.Map) - Method in GrailsWebRequest
addPathFromRoot - Property in DelegatingBeanPropertyAccessorImpl
addPendingDelete(org.grails.datastore.mapping.core.impl.PendingDelete) - Method in AbstractSession
addPendingInsert(org.grails.datastore.mapping.core.impl.PendingInsert) - Method in AbstractSession
addPendingInsert(org.grails.datastore.mapping.core.impl.PendingInsert) - Method in SessionImplementor
Adds a pending insert operation
addPendingUpdate(org.grails.datastore.mapping.core.impl.PendingUpdate) - Method in AbstractSession
addPendingUpdate(org.grails.datastore.mapping.core.impl.PendingUpdate) - Method in SessionImplementor
Adds a pending update operation
addPersistentEntities(java.lang.Class) - Method in AbstractMappingContext
addPersistentEntities(java.lang.Class) - Method in MappingContext
Adds several PersistentEntity instances
addPersistentEntity(java.lang.Class) - Method in AbstractMappingContext
Adds a PersistentEntity instance
addPersistentEntity(java.lang.Class, boolean) - Method in MappingContext
Adds a PersistentEntity instance
addPluginDependencies(java.util.List, grails.plugins.GrailsPlugin) - Method in BasePluginFilter
Defines operation for adding dependencies for a plugin to the list
addPluginDependencies(java.util.List, grails.plugins.GrailsPlugin) - Method in ExcludingPluginFilter
addPluginDependencies(java.util.List, grails.plugins.GrailsPlugin) - Method in IncludingPluginFilter
addPostFlushOperation(java.lang.Runnable) - Method in AbstractSession
addPostFlushOperation(java.lang.Runnable) - Method in SessionImplementor
Adds an operation to be executed after a flush
addPostFlushOperations(List<PendingOperation>) - Method in AbstractMongoSession
addPreOperation(PendingOperation<E,K>) - Method in PendingOperation
Adds an operation to executed prior to other operations
addPreOperation(PendingOperation<E,K>) - Method in PendingOperationAdapter
addProjectionToList(Projection, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Adds a projection to the projectList for the given alias
addPromiseDecoratorLookupStrategy(grails.async.decorator.PromiseDecoratorLookupStrategy) - Method in AbstractPromiseFactory
addPromiseDecoratorLookupStrategy(grails.async.decorator.PromiseDecoratorLookupStrategy) - Method in PromiseFactory
Adds a PromiseDecoratorLookupStrategy.
addProperty(java.lang.String, java.lang.Object) - Method in BeanConfiguration
Adds a property value to this bean.
addProperty(java.lang.String, java.lang.Object) - Method in DefaultBeanConfiguration
addPropertyComparisonCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addPrototypeBean(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
addPrototypeBean(java.lang.String) - Method in RuntimeSpringConfiguration
Adds an empty prototype bean configuration.
addRangeQueryCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addRenderer(Renderer<T>) - Method in DefaultRendererRegistry
addRenderer(Renderer<T>) - Method in RendererRegistry
Adds a new renderer
addRepository(org.eclipse.aether.repository.RemoteRepository) - Method in MavenResolverGrapeEngine
addResolver(Map<String,Object>) - Method in MavenResolverGrapeEngine
addResourceLoader(org.springframework.core.io.ResourceLoader) - Method in DefaultGroovyPageLocator
addResourceLoader(org.springframework.core.io.ResourceLoader) - Method in GroovyPageLocator
Adds a new resource loader to search
addSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
addSetErrorsMethod(org.codehaus.groovy.ast.ClassNode) - Method in ASTValidationErrorsHelper
addShutdownHook() - Method in GrailsConsole
addShutdownOperation(java.sql.Connection) - Method in EmbeddedDatabaseShutdownHook
addSimpleCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addSimplePropertyCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addSingletonBean(java.lang.String, java.lang.Class, java.util.Collection) - Method in DefaultRuntimeSpringConfiguration
addSingletonBean(java.lang.String, java.lang.Class, java.util.Collection) - Method in RuntimeSpringConfiguration
Creates a new singleton bean and adds it to the list of bean references.
addSizeComparisonCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addStaticMethods(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
addStatus(java.lang.String) - Method in ConsoleLogger
Adds a new message that won't be overwritten by {#updateStatus(String)}
addStatus(java.lang.String) - Method in GrailsConsole
Keeps doesn't replace the status message
addSubqueryCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addTagLibMethodToMetaClass(groovy.lang.GroovyObject, groovy.lang.MetaMethod, groovy.lang.MetaClass) - Method in TagLibraryMetaUtils
addTenantForSchema(java.lang.String) - Method in HibernateDatastore
addTenantForSchema(java.lang.String) - Method in SchemaMultiTenantCapableDatastore
Add a new tenant at runtime for the given schema name
addTenantForSchema(java.lang.String) - Method in SimpleMapDatastore
addTimeoutHandler(java.lang.Runnable) - Method in AsyncGrailsWebRequest
addTo(java.lang.String, java.lang.Object) - Method in GormEntity
Adds the given value to given association ensuring both sides are correctly associated
addToCriteria(org.grails.datastore.mapping.query.Query.Criterion) - Method in AbstractCriteriaBuilder
addToCriteria(org.hibernate.criterion.Criterion) - Method in AbstractHibernateCriteriaBuilder
adds and returns the given criterion to the currently active criteria set.
addToCriteria(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery
addToCriteria(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
addToDeferred(org.grails.spring.BeanConfiguration, java.lang.String, java.lang.Object) - Method in BeanBuilder
addToEnd(java.lang.Object, java.lang.Object) - Method in GrailsArrayUtils
Adds the given object to the end of the array returning a new array
addToLoaded(Class<?>) - Method in DefaultGrailsApplication
addToRegisteredObjects(java.lang.Class, R) - Method in ClassAndMimeTypeRegistry
addToStart(java.lang.Object, java.lang.Object) - Method in GrailsArrayUtils
Adds the given object to the start of the array returning a new array
addToTransformedClasses(java.lang.String) - Method in AbstractGrailsArtefactTransformer
addTransformedEntityName(java.lang.String) - Method in AstUtils
Parameters:
name - Adds the name of a transformed entity
addTypeConverter(Converter) - Method in AbstractMappingContext
addTypeConverter(Converter) - Method in MappingContext
Add a converter used to convert property values to and from the datastore
addUnderscore(java.lang.String, java.lang.String) - Method in GrailsDomainBinder
addValidateMethod(org.codehaus.groovy.ast.ClassNode) - Method in DefaultASTValidateableHelper
addValueExtractor(ValueExtractor<?>) - Method in GormValidatorFactoryAdapter.GormValidatorContext
addViewPrefix(java.lang.String, java.lang.String) - Method in WebUtils
addWatchDirectory(java.io.File, java.lang.String) - Method in DirectoryWatcher
Adds a directory to watch for the given file and extensions.
addWatchFile(java.io.File) - Method in DirectoryWatcher
Adds a file to the watch list
adjustBeginLineColumn(int, int) - Method in SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AetherGrapeEngine - Class in org.grails.cli.compiler.grape
A groovy.grape.GrapeEngine implementation that uses Aether, the dependency resolution system used by Maven.
AetherGrapeEngine(groovy.lang.GroovyClassLoader, org.eclipse.aether.RepositorySystem, org.eclipse.aether.DefaultRepositorySystemSession, List<RemoteRepository>, org.grails.cli.compiler.grape.DependencyResolutionContext, boolean) - Constructor in AetherGrapeEngine
AetherGrapeEngineFactory - Class in org.grails.cli.compiler.grape
Utility class to create a pre-configured AetherGrapeEngine.
after(java.lang.String, groovy.lang.Closure) - Method in CommandEvents
Register to listen for an event that runs before the given command
AFTER_DELETE_EVENT - Field in AbstractPersistenceEvent
AFTER_DELETE_EVENT - Field in ClosureEventTriggeringInterceptor
deprecated:
Use AbstractPersistenceEvent#AFTER_DELETE_EVENT#AFTER_DELETE_EVENT instead
AFTER_INSERT_EVENT - Field in AbstractPersistenceEvent
AFTER_INSERT_EVENT - Field in ClosureEventTriggeringInterceptor
deprecated:
Use AbstractPersistenceEvent#AFTER_INSERT_EVENT#AFTER_INSERT_EVENT instead
after() - Method in Interceptor
Executed after the action executes but prior to view rendering
AFTER_LOAD_EVENT - Field in AbstractPersistenceEvent
AFTER_LOAD_EVENT - Field in ClosureEventTriggeringInterceptor
deprecated:
Use AbstractPersistenceEvent#AFTER_LOAD_EVENT#AFTER_LOAD_EVENT instead
AFTER_UPDATE_EVENT - Field in AbstractPersistenceEvent
AFTER_UPDATE_EVENT - Field in ClosureEventTriggeringInterceptor
deprecated:
Use AbstractPersistenceEvent#AFTER_UPDATE_EVENT#AFTER_UPDATE_EVENT instead
afterBinding(java.lang.Object, java.lang.Object) - Method in DataBindingEventMulticastListener
afterBinding(java.lang.Object, java.lang.Object) - Method in DataBindingListener
Called after data binding has finished.
afterBinding(java.lang.Object, java.lang.Object) - Method in DataBindingListenerAdapter
afterCommit() - Method in AbstractEventBus.EventTriggerTransactionSynchronization
afterCommit() - Method in SpringSessionSynchronization
afterCompletion(int) - Method in AbstractEventBus.EventTriggerTransactionSynchronization
afterCompletion(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, java.lang.Object, java.lang.Exception) - Method in GrailsInterceptorHandlerInterceptorAdapter
afterCompletion(org.springframework.web.context.request.WebRequest, java.lang.Exception) - Method in OpenSessionInViewInterceptor
afterCompletion(int) - Method in SpringSessionSynchronization
afterCompletion(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, java.lang.Object, java.lang.Exception) - Method in UrlMappingsHandlerMapping.ErrorHandlingHandler
afterDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PostDeleteEvent) - Method in DomainEventListener
afterDelete - Enum Constant in Event
afterDelete() - Method in PersonEvent
afterInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PostInsertEvent) - Method in DomainEventListener
afterInsert - Enum Constant in Event
afterInsert() - Method in PersonEvent
afterInvocation() - Method in BeanBuilder
afterInvocation() - Method in DynamicElementReader
Hook that subclass or anonymous classes can overwrite to implement custom behavior after invocation completes
afterIteration(org.spockframework.runtime.model.IterationInfo) - Method in GebRecordingTestListener
afterLoad(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PostLoadEvent) - Method in DomainEventListener
afterLoad - Enum Constant in Event
afterLoad() - Method in PersonEvent
afterPropertiesSet() - Method in ApplicationTagLib
afterPropertiesSet() - Method in BasicCodecLookup
afterPropertiesSet() - Method in ConvertersConfigurationInitializer
afterPropertiesSet() - Method in DataSourceConnectionSourcesFactoryBean
afterPropertiesSet() - Method in DefaultGrailsCodecClass
afterPropertiesSet() - Method in DefaultMappingContextFactoryBean
afterPropertiesSet() - Method in EventBusFactoryBean
afterPropertiesSet() - Method in FormTagLib
afterPropertiesSet() - Method in GormDispatcherRegistrar
afterPropertiesSet() - Method in GroovyPagesTemplateEngine
afterPropertiesSet() - Method in GroovyPagesTemplateRenderer
afterPropertiesSet() - Method in GroovyPageUnitTestResourceLoader
afterPropertiesSet() - Method in GroovyPageView
afterPropertiesSet() - Method in HibernateDialectDetectorFactoryBean
afterPropertiesSet() - Method in HibernateMappingContextSessionFactoryBean
afterPropertiesSet() - Method in HotSwappableTargetSourceFactoryBean
afterPropertiesSet() - Method in HTMLCodec
afterPropertiesSet() - Method in PluginAwareResourceBundleMessageSource
afterPropertiesSet() - Method in StandaloneTagLibraryLookup
afterPropertiesSet() - Method in TagLibraryLookup
afterPropertiesSet() - Method in UrlMappingsHolderFactoryBean
afterRun(org.springframework.boot.cli.command.Command) - Method in CommandRunner
Subclass hook called after a command has run.
afterUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PostUpdateEvent) - Method in DomainEventListener
afterUpdate - Enum Constant in Event
afterUpdate() - Method in PersonEvent
afterView() - Method in Interceptor
Executed after view rendering completes
age - Property in Dog
AGE - Field in HttpHeaders
age - Property in Person
age - Property in PersonWithCompositeKey
age - Property in Pet
age - Property in TestEntity
aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoEntity
Execute a MongoDB aggregation pipeline.
aggregate(MongoCollection<Document>, List<? extends Map<String, Object>>, Class<T>) - Method in MongoExtensions
aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoStaticApi
aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoStaticOperations
Execute a MongoDB aggregation pipeline.
aggregateCompleter - Property in GrailsCli
AggregatedResultList(org.grails.datastore.mapping.mongo.AbstractMongoSession, MongoCursor<Document>, List<ProjectedProperty>) - Constructor in MongoQuery.AggregatedResultList
AggregatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
Concrete implementation of the AbstractMultipleDataSourceAggregatePersistenceContextInterceptor class for Hibernate 4
AggregatePersistenceContextInterceptor(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in AggregatePersistenceContextInterceptor
AggregatePipeline(org.grails.datastore.mapping.mongo.query.MongoQuery, org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, List<Projection>) - Constructor in MongoQuery.AggregatePipeline
AggregateTimestampProvider - Class in org.grails.datastore.gorm.timestamp
TimestampProvider implementation that aggregates multiple TimestampProviders
aggregatorBeanClass - Property in PersistenceContextInterceptorAggregator
aggregatorBeanName - Property in PersistenceContextInterceptorAggregator
alias - Field in AbstractDetachedCriteria
ALIAS - Field in AbstractHibernateCriteriaBuilder
ALIAS - Field in AbstractHibernateCriterionAdapter
alias - Field in AbstractHibernateQuery
alias - Field in AbstractHibernateQuery.CriteriaAndAlias
alias - Field in AbstractHibernateQuery.HibernateAssociationQuery
alias - Field in AbstractHibernateQuery.HibernateJunction
aliasCount - Field in AbstractHibernateCriteriaBuilder
aliasCount - Field in AbstractHibernateQuery
aliases - Field in DefaultRuntimeSpringConfiguration
aliases - Field in DetachedCriteriaTransformer
aliasExpressions - Field in DetachedCriteriaTransformer
aliasInstanceStack - Field in AbstractHibernateCriteriaBuilder
aliasInstanceStack - Field in AbstractHibernateQuery
aliasMap - Field in AbstractHibernateCriteriaBuilder
aliasStack - Field in AbstractHibernateCriteriaBuilder
aliasStack - Field in AbstractHibernateQuery
ALL_CLASSPATH_URL_PREFIX - Field in ResourceUtils
Pseudo URL prefix for loading all resources from the class path: "classpath*:".
ALL_CODECS_FALLBACK_KEY_NAME - Field in WithCodecHelper
all is the key to set all codecs at once
ALL_CONTENT_TYPE - Property in ControllerUnitTest
ALL_DATA_SOURCES - Field in Entity
deprecated:
Use ConnectionSource#DEFAULT#DEFAULT instead
ALL - Field in MimeType
allArtefactClasses - Field in DefaultGrailsApplication
allArtefactClassesArray - Field in DefaultGrailsApplication
AllArtefactClassInjector - Interface in grails.compiler.ast
Extended marker interface that indicates this ClassInjector applies to all types of artefacts (but not all classes).
AllClassCompleter - Class in org.grails.cli.interactive.completers
A completer that completes all classes in the project
AllClassCompleter() - Constructor in AllClassCompleter
allClasses - Field in DefaultGrailsApplication
allEntries - Field in CacheEvict
Whether or not all the entries inside the cache(s) are removed or not.
allEq(Map<String,Object>) - Method in AbstractCriteriaBuilder
Apply an "equals" constraint to each property in the key set of a Map
allEq(Map<String, Object>) - Method in AbstractDetachedCriteria
See Also:
Criteria#allEq(java.util.Map)
allEq(Map<String,Object>) - Method in AbstractHibernateCriteriaBuilder
allEq(Map<String,Object>) - Method in AbstractHibernateQuery
allEq(Map<String,Object>) - Method in AbstractHibernateQuery.HibernateAssociationQuery
allEq(Map<String,Object>) - Method in Criteria
Apply an "equals" constraint to each property in the key set of a Map
allEq(Map<String, Object>) - Method in DetachedCriteria
allEq(Map<String,Object>) - Method in Query
Shortcut to restrict the query to multiple given property values
allocateSpace() - Method in StreamByteBuffer
allOperations - Property in TenantDelegatingGormOperations
ALLOW - Field in HttpHeaders
ALLOWABLE_VALUES - Property in ConstrainedEntity
allowAbstract - Field in ArtefactHandlerAdapter
allowArbitraryCustomTypes() - Method in MappingFactory
allowCreate - Field in GrailsSessionContext
allowCreate(boolean) - Method in OutputEncodingStackAttributes.Builder
ALLOWED_HTTP_METHODS_PROPERTY - Field in DefaultGrailsControllerClass
allowedMethods(java.lang.String) - Method in AbstractGrailsControllerUrlMappings
allowedMethods(java.lang.String) - Method in DefaultUrlMappingsHolder
allowedMethods - Property in RestfulController
allowedMethods(java.lang.String) - Method in UrlMappingsHolder
Return the allowed HTTP methods for the given URI
AllowedMethodsHelper - Class in grails.artefact.controller.support
A helper class for interrogating the allowedMethods property.
AllowedMethodsHelper() - Constructor in AllowedMethodsHelper
allowedReleaseTypes - Field in GrailsWrapperHome
allowedValues() - Method in Converter.CircularReferenceBehaviour
allowResourceExpansion - Property in GenericViewConfiguration
Whether resource expansion is allowed
allowUnwrappingOut - Field in GrailsPrintWriter
allProfiles - Field in AbstractJarProfileRepository
allQualifiers(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in GormEnhancer
Obtain all of the qualifiers (typically the connection names) for the datastore and entity
allQualifiers(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in HibernateDatastore
allStatements - Property in GroovyChange
allTasks - Field in FetchAllTaskSelectorsBuildAction.AllTasksModel
allTaskSelectors - Field in FetchAllTaskSelectorsBuildAction.AllTasksModel
AllTenantsResolver - Interface in org.grails.datastore.mapping.multitenancy
For discriminator based multi-tenancy the tenant resolver has to be able to resolve all tenant ids in order to be able to iterate of the the available tenants
ALWAYS - Enum Constant in AbstractHibernateDatastore.FlushMode
ALWAYS - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
and(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
and(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Handles a conjunction
AND - Field in AbstractHibernateCriteriaBuilder
and(org.hibernate.criterion.Criterion, org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery
and(org.hibernate.criterion.Criterion, org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
and(groovy.lang.Closure) - Method in Criteria
Creates a logical conjunction
and(groovy.lang.Closure) - Method in DetachedCriteria
AND_OPERATOR - Field in BsonQuery
AND_OPERATOR - Field in DetachedCriteriaTransformer
and(org.hibernate.criterion.Criterion, org.hibernate.criterion.Criterion) - Method in Query
Creates a conjunction using two specified criterion
and(org.grails.datastore.mapping.query.Query.Criterion, org.grails.datastore.mapping.query.Query.Criterion) - Method in Restrictions
annotateActionMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.MethodNode) - Method in ControllerActionTransformer
annotatedClasses - Property in HibernateConnectionSourceSettings.HibernateSettings
Specify annotated entity classes to register with this Hibernate SessionFactory.
AnnotatedClassInjector - Interface in grails.compiler.ast
Injector applied to annotated (local transform) entities
AnnotatedNodeASTTransformation - Class in org.grails.cli.compiler
A base class for org.codehaus.groovy.transform.ASTTransformation that are solely interested in org.codehaus.groovy.ast.AnnotatedNode.
AnnotatedNodeASTTransformation(Set<String>, boolean) - Constructor in AnnotatedNodeASTTransformation
annotatedPackages - Property in HibernateConnectionSourceSettings.HibernateSettings
Specify the names of annotated packages, for which package-level annotation metadata will be read.
AnnotatedServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An annotated implementer
AnnotatedSubscriber - Trait in org.grails.events.transform
Registers subscribed methods.
ANNOTATION_TYPE - Field in CacheableTransformation
ANNOTATION_TYPE - Field in CacheEvictTransformation
ANNOTATION_TYPE - Field in CachePutTransformation
AnnotationDomainClassArtefactHandler - Class in org.grails.core.artefact
Detects annotated domain classes for EJB3 style mappings.
AnnotationMetadataReader - Class in org.apache.grails.common.compiler.asm
A more limited version of Spring's annotation reader that only reads annotations on classes
AnnotationMetadataReader(org.springframework.core.io.Resource, java.lang.ClassLoader, boolean) - Constructor in AnnotationMetadataReader
Constructs a new annotation metadata reader
AnnotationMetadataReadingVisitor - Class in org.apache.grails.common.annotation
ASM class visitor which looks for the class name and implemented types as well as for the annotations defined on the class, exposing them through the org.springframework.core.type.AnnotationMetadata interface.
AnnotationMetadataReadingVisitor(java.lang.ClassLoader) - Constructor in AnnotationMetadataReadingVisitor
annotations - Property in ClasspathEntityScanner
The annotations to scan
annotationSet - Field in AnnotationMetadataReadingVisitor
Another test on listing distinct entities() - Method in NamedQuerySpec
AnsiConsoleUrlMappingsRenderer - Class in org.grails.web.mapping.reporting
Renders URL mappings to the console
AnsiConsoleUrlMappingsRenderer() - Constructor in AnsiConsoleUrlMappingsRenderer
ansiEnabled - Property in GrailsCli
ant - Property in GroovyScriptCommand
Access to Ant via AntBuilder
AntPathMatcher - Class in org.grails.io.support
PathMatcher implementation for Ant-style path patterns.
APACHE_REPO - Field in MavenProfileRepository
API_DELEGATE_ORDER - Field in GroovyTransformOrder
Similar to Groovy's
Delegate:
AST transform but instead assumes the first argument to every method is 'this'.
ApiDelegate - Annotation Type in grails.artefact
Similar to Groovy's
Delegate:
AST transform but instead assumes the first argument to every method is 'this'.
apiDelegate - Field in MethodInvokingClosure
ApiDelegateTransformation - Class in org.grails.compiler.injection
The logic for the ApiDelegate location transform.
apiSupport - Field in HttpServletRequestExtension
apiSupport - Property in HttpServletResponseExtension
append(org.grails.encoder.Encoder, org.grails.encoder.StreamEncodeable) - Method in AbstractEncodedAppender
append(char) - Method in DevNullPrintStream
append(org.grails.encoder.Encoder, org.grails.encoder.StreamEncodeable) - Method in EncodedAppender
Encodes a StreamEncodeable instance and appends it to the buffer.
append(char) - Method in EncodedAppenderWriter
append(java.lang.String) - Method in GrailsConsole
append(org.grails.buffer.StreamCharBuffer) - Method in GrailsPrintWriter
append(org.grails.buffer.StreamCharBuffer) - Method in GrailsPrintWriterAdapter
append(java.lang.CharSequence) - Method in GrailsRoutablePrintWriter
append(liquibase.changelog.ChangeSet, java.io.File) - Method in GroovyChangeLogSerializer
append(groovy.lang.Writable) - Method in JSONWriter
append(java.lang.String) - Method in PathCapturingJSONWriterWrapper
append(groovy.lang.Writable) - Method in PrettyPrintJSONWriter
append(org.grails.encoder.EncodingState, char) - Method in StreamCharBuffer.StreamCharBufferWriter
appendAttrs(java.lang.StringBuilder, groovy.util.Node, java.lang.String) - Method in ChangelogXml2Groovy
appendCharSequence(org.grails.encoder.EncodingState, java.lang.CharSequence, int, int) - Method in AbstractEncodedAppender
Append a portion of a CharSequence to the buffer and attach the encodingState information to it
appendCharSequence(org.grails.encoder.EncodingState, java.lang.CharSequence, int, int) - Method in StreamCharBuffer.StreamCharBufferWriter
appendCharSequence(org.grails.encoder.EncodingState, java.lang.CharSequence, int, int) - Method in StreamingEncoderEncodedAppender
appendCharSequence(org.grails.encoder.EncodingState, java.lang.CharSequence, int, int) - Method in WriterEncodedAppender
appendClass(java.util.Map, java.lang.String) - Method in UrlMappingTagLib
appendCriteriaForOperator(java.lang.StringBuilder, java.lang.String, java.lang.String, int, java.lang.String, boolean) - Method in JpaQueryBuilder
appendEncoded(org.grails.encoder.Encoder, org.grails.encoder.EncodingState, java.lang.CharSequence, int, int) - Method in AbstractEncodedAppender
appendEncoded(org.grails.encoder.Encoder, org.grails.encoder.EncodingState, char[], int, int) - Method in EncodedAppender
Appends an encoded portion of a char array to the buffer.
appendEncoder(List<Encoder>, org.grails.encoder.Encoder) - Method in ChainedEncoders
appendEncoder(org.grails.encoder.Encoder) - Method in EncodingState
appendEncoder(org.grails.encoder.Encoder) - Method in EncodingStateImpl
appendFeatureFiles(java.io.File) - Method in CreateAppCommand
appendKeyValue(java.lang.StringBuilder, java.util.Map, java.lang.Object, java.lang.Object) - Method in CachingLinkGenerator
appendListeners(org.hibernate.event.service.spi.EventListenerRegistry, EventType<T>, Map<String,Object>) - Method in EventListenerIntegrator
appendMapKey(java.lang.StringBuilder, Map<String,Object>) - Method in CachingLinkGenerator
appendNullCharSequence() - Method in GrailsPrintWriter
appendObjectId(java.lang.StringBuilder, java.util.Map) - Method in TestLinkGenerator
appendOrder(java.lang.StringBuilder, java.lang.String) - Method in JpaQueryBuilder
appendStreamCharBufferChunk(org.grails.buffer.StreamCharBuffer, List<Encoder>) - Method in StreamCharBuffer
appendToChangeLog(java.io.File, java.io.File) - Method in DatabaseMigrationCommand
appendWithIndent(int, java.lang.StringBuilder, java.lang.String) - Method in ChangelogXml2Groovy
application - Field in AbstractGrailsPluginManager
APPLICATION_CONTEXT_COMMAND_CLASS - Field in GlobalGrailsClassInjectorTransformation
application - Field in DomainClassMarshaller
application - Field in NamespacedTagDispatcher
application - Field in PluginAwareResourceBundleMessageSource
APPLICATION_XML - Field in RenderDynamicMethod
APPLICATION_YML - Field in CreateAppCommand
ApplicationArtefactHandler - Class in org.grails.core.artefact
An ArtefactHandler that identifies the Application class
ApplicationArtefactHandler() - Constructor in ApplicationArtefactHandler
applicationArtefactHandler - Property in ApplicationClassInjector
ApplicationAttributes - Interface in grails.core
Authors:
Graeme Rocher
applicationClass - Field in DefaultGrailsApplication
applicationClass - Property in GrailsApplicationPostProcessor
applicationClass() - Method in Integration
Specify the Application class which should be used for this functional test.
ApplicationClassInjector - Class in org.grails.compiler.injection
Injector for the 'Application' class
ApplicationClassInjector() - Constructor in ApplicationClassInjector
ApplicationCommand - Trait in grails.dev.commands
Represents a command that is run against the org.springframework.context.ApplicationContext
applicationConfig - Property in GrailsCli
applicationContext - Field in AbstractGrailsPlugin
applicationContext - Field in AbstractGrailsPluginManager
applicationContext - Property in ApplicationContextDatabaseMigrationCommand
applicationContext - Property in ApplicationTagLib
applicationContext - Property in BootStrapClassRunner
applicationContext - Property in ConfigurableApplicationContextEventPublisher
applicationContext - Property in DatabaseChangeLogBuilder
applicationContext - Property in DatabaseMigrationTransactionManager
applicationContext - Property in DataSourceConnectionSourcesFactoryBean
applicationContext - Field in DefaultCodecLookup
applicationContext - Field in DefaultMappingContextFactoryBean
applicationContext - Property in EventBusFactoryBean
applicationContext - Property in FormTagLib
applicationContext - Field in GrailsApplicationPostProcessor
applicationContext - Property in GrailsAutoConfiguration
applicationContext - Property in GrailsTestAutowirer
applicationContext - Property in GrailsTestRequestEnvironmentInterceptor
applicationContext - Property in GrailsTestTransactionInterceptor
applicationContext - Property in GroovyChangeLogParser
applicationContext - Property in HibernateDatastoreFactoryBean
applicationContext - Property in HibernateGormAutoConfiguration
applicationContext - Field in HibernateMappingContextSessionFactoryBean
applicationContext - Property in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
applicationContext - Property in JavascriptTagLib
applicationContext - Property in MongoDbGormAutoConfiguration
applicationContext - Property in PageRenderer
applicationContext - Property in ServletEnvironmentGrailsApplicationDiscoveryStrategy
applicationContext - Property in SpringEventBus
applicationContext - Field in TagLibraryLookup
applicationContext - Property in UrlMappingsFactory
applicationContext - Property in UrlMappingsInfoHandlerAdapter
ApplicationContextCommandFactory - Class in org.grails.cli.profile.commands.factory
Automatically populates ApplicationContext command instances and adapts the interface to the shell
ApplicationContextCommandFactory() - Constructor in ApplicationContextCommandFactory
ApplicationContextCommandRegistry - Class in grails.dev.commands
A registry of {@grails.dev.commands.ApplicationContextCommand} instances
ApplicationContextCommandRegistry() - Constructor in ApplicationContextCommandRegistry
ApplicationContextDatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
ApplicationContextExtension - Class in org.grails.spring.context
A Groovy extension module that adds additional methods to the Spring org.springframework.context.ApplicationContext interface
ApplicationContextExtension() - Constructor in ApplicationContextExtension
applicationMeta - Field in AbstractGrailsApplication
ApplicationTagLib - Class in org.grails.plugins.web.taglib
The base application tag library for Grails many of which take inspiration from Rails helpers (thanks guys!
ApplicationTagLib() - Constructor in ApplicationTagLib
APPLIED_MARKER - Field in PublisherTransform
The position of the transform.
APPLIED_MARKER - Field in SubscriberTransform
APPLIED - Field in ViewsTransform
appliedConstraints - Field in DefaultConstrainedProperty
appliesToDatastore(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in GormEnhancer
APPLY_CODEC_TAG_NAME - Field in TagOutput
apply(groovy.lang.GroovyClassLoader, org.grails.cli.compiler.GroovyCompilerConfiguration, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in CompilerAutoConfiguration
Apply any additional configuration.
apply(org.eclipse.aether.DefaultRepositorySystemSession, org.eclipse.aether.RepositorySystem) - Method in DefaultRepositorySystemSessionAutoConfiguration
apply(org.eclipse.aether.DefaultRepositorySystemSession, org.eclipse.aether.RepositorySystem) - Method in GrapeRootRepositorySystemSessionAutoConfiguration
apply(org.eclipse.aether.DefaultRepositorySystemSession, org.eclipse.aether.RepositorySystem) - Method in RepositorySystemSessionAutoConfiguration
Apply the configuration.
apply(org.eclipse.aether.DefaultRepositorySystemSession, org.eclipse.aether.RepositorySystem) - Method in SettingsXmlRepositorySystemSessionAutoConfiguration
apply(groovy.lang.GroovyClassLoader, org.grails.cli.compiler.GroovyCompilerConfiguration, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in SpringTestCompilerAutoConfiguration
applyAdditionalCriteria(org.grails.datastore.mapping.query.Query, groovy.lang.Closure) - Method in AbstractFinder
applyCodec - Property in ApplicationTagLib
applyConnectionString(java.lang.Object) - Method in MongoConnectionSourceSettingsBuilder
applyConstraint(java.lang.String, java.lang.Object) - Method in Constrained
applyConstraint(java.lang.String, java.lang.Object) - Method in ConstrainedDelegate
applyConstraint(java.lang.String, java.lang.Object) - Method in ConstrainedProperty
Apply a named constraint
applyConstraint(java.lang.String, java.lang.Object) - Method in DefaultConstrainedProperty
Applies a constraint for the specified name and consraint value.
applyConstraintInternal(java.lang.String, java.lang.Object) - Method in DefaultConstrainedProperty
applyCredentials(java.lang.Object) - Method in MongoConnectionSourceSettingsBuilder
applyDecorators(Closure<T>, List<PromiseDecorator>) - Method in AbstractPromiseFactory
applyDecorators(Closure<T>, List<PromiseDecorator>) - Method in PromiseFactory
Applies the registered decorators to the given closure
applyDefaultConstraints(java.lang.String, org.grails.datastore.mapping.model.PersistentProperty, grails.gorm.validation.ConstrainedProperty, Map<String,Object>) - Method in DefaultConstraintEvaluator
applyDefaultMethodTarget(org.codehaus.groovy.ast.expr.MethodCallExpression, Class<?>) - Method in GrailsASTUtils
Set the method target of a MethodCallExpression to the first matching method with same number of arguments.
applyDefaultNullableConstraint(grails.gorm.validation.ConstrainedProperty, boolean) - Method in DefaultConstraintEvaluator
applyDefaultSortOrderAndCaching() - Method in AbstractHibernateQuery
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in DeleteImplementer
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in UpdateStringQueryImplementer
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in CachingCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in CompilerAutoConfiguration
Apply any dependency customizations.
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in GormCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in GrailsApplicationCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in GrailsCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in GrailsTestCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in GroovyTemplatesCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in JdbcCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in JmsCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in RabbitCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in SpringBatchCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in SpringBootCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in SpringIntegrationCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in SpringMvcCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in SpringRetryCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in SpringSecurityCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in SpringTestCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in SpringWebsocketCompilerAutoConfiguration
applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in TransactionManagementCompilerAutoConfiguration
applyDetachedCriteria(org.grails.datastore.mapping.query.Query, org.grails.datastore.gorm.query.criteria.AbstractDetachedCriteria) - Method in DynamicFinder
Applies the given detached criteria to the given query
ApplyDetachedCriteriaTransform - Annotation Type in org.grails.datastore.gorm.query.transform
Used only for testing
applyFetchStrategies() - Method in AbstractHibernateQuery
applyFlushMode(org.hibernate.Session, boolean) - Method in GrailsHibernateTemplate
Apply the flush mode that's been specified for this accessor to the given Session.
applyFlushMode(org.hibernate.Session) - Method in GrailsOpenSessionInViewInterceptor
applyImplicitThis(org.codehaus.groovy.ast.expr.MethodCallExpression, boolean) - Method in GrailsASTUtils
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in CachingCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in CompilerAutoConfiguration
Apply any import customizations.
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in GormCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in GrailsApplicationCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in GrailsCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in GrailsTestCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in GroovyTemplatesCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in JdbcCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in JmsCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in RabbitCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in SpringBatchCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in SpringBootCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in SpringIntegrationCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in SpringMvcCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in SpringRetryCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in SpringSecurityCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in SpringTestCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in SpringWebsocketCompilerAutoConfiguration
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in TransactionManagementCompilerAutoConfiguration
applyLastModifiedFromResource(org.springframework.core.io.Resource) - Method in GroovyPageMetaInfo
applyLayout - Property in RenderSitemeshTagLib
applyLazyCriteria() - Method in AbstractDetachedCriteria
applyLazyCriteria() - Method in DetachedCriteria
applyManualFlush(org.hibernate.Session) - Method in AbstractHibernateGormValidationApi
applyManualFlush(org.hibernate.Session) - Method in HibernateGormValidationApi
applyMapOfConstraints(Map<String,Object>, java.lang.String, org.grails.datastore.mapping.model.PersistentProperty, grails.gorm.validation.ConstrainedProperty) - Method in DefaultConstraintEvaluator
applyMethodTarget(org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.ClassNode, Class<?>) - Method in GrailsASTUtils
Set the method target of a MethodCallExpression to the first matching method with same number and type of arguments.
applyModel(grails.rest.render.RenderContext, java.lang.Object) - Method in DefaultHtmlRenderer
applyNewInstance(org.springframework.context.annotation.Configuration) - Method in GrailsIdentifierGeneratorFactory
applyOrder(java.util.List, org.grails.datastore.mapping.query.Query.Order) - Method in ManualEntityOrdering
applyPermitDefaultValues() - Method in GrailsDefaultCorsConfiguration
applyPropertyValue(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.lang.String, java.lang.String, java.lang.Object) - Method in MapBasedSmartPropertyOverrideConfigurer
applySettings(org.hibernate.Criteria) - Method in GrailsHibernateTemplate
applySettings(org.hibernate.Criteria) - Method in IHibernateTemplate
applySharedConstraints(org.grails.datastore.gorm.validation.constraints.builder.ConstrainedPropertyBuilder, Map<String,ConstrainedProperty>) - Method in DefaultConstraintEvaluator
applySortForMap(org.grails.datastore.mapping.query.Query, java.util.Map, boolean) - Method in DynamicFinder
Applies sorting logic to the given query from the given map
applySubCriteriaToJunction(org.grails.datastore.mapping.model.PersistentEntity, org.grails.orm.hibernate.query.AbstractHibernateQuery, List<Query.Criterion>, Junction, java.lang.String) - Method in AbstractHibernateCriterionAdapter
applyTemplate(java.io.StringWriter, java.lang.String, java.util.Map) - Method in GrailsWebUnitTest
Renders a template for the given contents and model to the provided writer
applyTemplate(java.io.StringWriter, java.lang.String, java.util.Map) - Method in TagLibUnitTest
applyToMainClass(groovy.lang.GroovyClassLoader, org.grails.cli.compiler.GroovyCompilerConfiguration, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in CompilerAutoConfiguration
Apply any customizations to the main class.
applyToMainClass(groovy.lang.GroovyClassLoader, org.grails.cli.compiler.GroovyCompilerConfiguration, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in GrailsApplicationCompilerAutoConfiguration
applyToMainClass(groovy.lang.GroovyClassLoader, org.grails.cli.compiler.GroovyCompilerConfiguration, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in SpringBootCompilerAutoConfiguration
applyTransactionalAttributeSettings(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in TransactionalTransform
applyTransformation(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in EntityASTTransformation
appname - Property in CreateAppCommand
appName - Property in CreateAppCommand.CreateAppCommandObject
ArchiveCommand.ArchiveOptionHandler - Class in org.grails.cli.command.archive
Abstract base CompilerOptionHandler for archive commands.
ArchiveOptionHandler(java.lang.String, org.springframework.boot.loader.tools.Layout) - Constructor in ArchiveCommand.ArchiveOptionHandler
areAssociationsDirty(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in DirtyCheckingSupport
Checks whether associations are dirty
areCollectionsEqual(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
areEmbeddedDirty(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in DirtyCheckingSupport
Checks whether embedded associations are dirty
areEqual(java.lang.Object, java.lang.Object, java.lang.String) - Method in NativeEntryEntityPersister
areFileExtensionsEnabled() - Method in WebUtils
Returns the value of the "grails.mime.file.extensions" setting configured in application.groovy
ARG_SPLIT_PATTERN - Property in GrailsCli
args - Field in AbstractHibernateCriteriaBuilder.LogicalExpression
argsToAttrs(java.lang.String, java.lang.Object) - Method in TemplateNamespacedTagDispatcher
ARGUMENT_ABSOLUTE - Field in ResponseRedirector
ARGUMENT_BEAN - Field in RenderDynamicMethod
ARGUMENT_BUILDER - Field in RenderDynamicMethod
ARGUMENT_CACHE - Field in DynamicFinder
ARGUMENT_CACHE - Field in GrailsHibernateUtil
ARGUMENT_COLLECTION - Field in RenderDynamicMethod
ARGUMENT_CONTENT_TYPE - Field in RenderDynamicMethod
ARGUMENT_CONTEXTPATH - Field in RenderDynamicMethod
ARGUMENT_DEEP_VALIDATE - Field in AbstractHibernateGormValidationApi
ARGUMENT_DEEP_VALIDATE - Field in GormValidationApi
ARGUMENT_ENCODING - Field in RenderDynamicMethod
ARGUMENT_FETCH - Field in DynamicFinder
ARGUMENT_FETCH - Field in GrailsHibernateUtil
ARGUMENT_FETCH_SIZE - Field in DynamicFinder
ARGUMENT_FETCH_SIZE - Field in GrailsHibernateUtil
ARGUMENT_FILE_NAME - Field in RenderDynamicMethod
ARGUMENT_FILE - Field in RenderDynamicMethod
ARGUMENT_FLUSH_MODE - Field in DynamicFinder
ARGUMENT_FLUSH_MODE - Field in GrailsHibernateUtil
ARGUMENT_ID - Field in DefaultUrlCreator
ARGUMENT_IGNORE_CASE - Field in DynamicFinder
ARGUMENT_IGNORE_CASE - Field in GrailsHibernateUtil
ARGUMENT_LAYOUT - Field in RenderDynamicMethod
ARGUMENT_LOCK - Field in DynamicFinder
ARGUMENT_LOCK - Field in GrailsHibernateUtil
ARGUMENT_MAX - Field in DynamicFinder
ARGUMENT_MAX - Field in GrailsHibernateUtil
ARGUMENT_MODEL - Field in RenderDynamicMethod
ARGUMENT_MOVED - Field in ResponseRedirector
ARGUMENT_OFFSET - Field in DynamicFinder
ARGUMENT_OFFSET - Field in GrailsHibernateUtil
ARGUMENT_ORDER - Field in DynamicFinder
ARGUMENT_ORDER - Field in GrailsHibernateUtil
ARGUMENT_PERMANENT - Field in ResponseRedirector
ARGUMENT_PLUGIN - Field in RenderDynamicMethod
ARGUMENT_READ_ONLY - Field in DynamicFinder
ARGUMENT_READ_ONLY - Field in GrailsHibernateUtil
ARGUMENT_SORT - Field in DynamicFinder
ARGUMENT_SORT - Field in GrailsHibernateUtil
ARGUMENT_STATUS - Field in RenderDynamicMethod
ARGUMENT_STATUS - Field in ResourceTransform
ARGUMENT_TEMPLATE - Field in RenderDynamicMethod
ARGUMENT_TEXT - Field in RenderDynamicMethod
ARGUMENT_TIMEOUT - Field in DynamicFinder
ARGUMENT_TIMEOUT - Field in GrailsHibernateUtil
ARGUMENT_VAR - Field in RenderDynamicMethod
ARGUMENT_VIEW - Field in RenderDynamicMethod
ArgumentCompletingCommand - Class in org.grails.cli.profile.commands
Authors:
graemerocher
ArgumentCompletingCommand() - Constructor in ArgumentCompletingCommand
arguments - Property in AbstractRenderContext
arguments - Field in MethodExpression
arguments(java.util.Map) - Method in MongoCriteriaBuilder
arguments - Property in ServletRenderContext
argumentsRequired - Field in MethodExpression
array(groovy.lang.Closure) - Method in JSONBuilder
array() - Method in JSONWriter
Begin appending a new array.
ARRAY - Enum Constant in JSONWriter.Mode
array() - Method in PathCapturingJSONWriterWrapper
array() - Method in PrettyPrintJSONWriter
arrayCopy(char[], int, char[], int, int) - Method in StreamCharBuffer
ArrayMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
Artefact - Annotation Type in grails.artefact
Used to define the artefact type for classes declared outside of Grails' usual conventions.
ARTEFACT_CLASS_NODE - Field in GlobalGrailsClassInjectorTransformation
ARTEFACT_HANDLER_CLASS - Field in GlobalGrailsClassInjectorTransformation
ArtefactAdditionEvent - Class in grails.core.events
An event triggered for the addition of a new artefact
ArtefactAdditionEvent(grails.core.GrailsClass) - Constructor in ArtefactAdditionEvent
Create a new ApplicationEvent.
ArtefactHandler - Interface in grails.core
ArtefactHandlerAdapter - Class in grails.core
Adapter for the ArtefactHandler interface
ArtefactHandlerAdapter(java.lang.String, Class<? extends GrailsClass>, Class<?>, java.lang.String, boolean) - Constructor in ArtefactHandlerAdapter
artefactHandlers - Field in DefaultGrailsApplication
artefactHandlersByName - Field in DefaultGrailsApplication
ArtefactInfo - Interface in grails.core
Holder for all the class-related info and structures relating to an Artefact.
artefactInfo - Field in DefaultGrailsApplication
artefacts - Property in Plugin
List of ArtefactHandler instances provided by this plugin
artefactSuffix - Field in ArtefactHandlerAdapter
ArtefactTypeAstTransformation - Class in org.grails.compiler.injection
A transformation used to apply transformers to classes not located in Grails directory structure.
artefactTypes - Property in ScaffoldingControllerInjector
artefactTypes - Property in ScaffoldingServiceInjector
ArtefactVariableResolver - Class in org.grails.cli.profile.support
Authors:
Graeme Rocher
ArtefactVariableResolver(java.lang.String, java.lang.String, java.lang.String) - Constructor in ArtefactVariableResolver
ARTIFACT_TYPE_ORDER - Field in GroovyTransformOrder
Used to apply transformers to classes not located in Grails directory structure, i.e.
ArtifactCoordinatesResolver - Interface in org.grails.cli.compiler.dependencies
A resolver for artifacts' Maven coordinates, allowing group id, artifact id, or version to be obtained from a module identifier.
artifactName - Property in ArtefactVariableResolver
The artifact name and package
artifactPackage - Property in ArtefactVariableResolver
The artifact name and package
artifactToGroupAndArtifact - Field in GrailsDependencyVersions
asArray() - Method in Point
Returns:
An array representation of the point
asBoolean() - Method in AbstractTypeConvertingMap
asBoolean() - Method in CodeGenConfig
asBoolean() - Method in DelegatingParameters
asBoolean(groovy.lang.Closure) - Method in DetachedCriteria
Counts the number of records returned by the query
asBoolean() - Method in EmptyParameters
asBoolean() - Method in EventTriggerCaller
asBoolean() - Method in NavigableMap.NullSafeNavigator
asBoolean() - Method in Parameters
Returns:
The parameters as a boolean value.
asBoolean() - Method in StreamCharBuffer
asBoolean() - Method in TagOutput.ConstantClosure
asc(java.lang.String) - Method in Query.Order
Creates a new order for the given property in ascending order
ASC - Enum Constant in Query.Order.Direction
asErrors(java.lang.Object, Set<ConstraintViolation>) - Method in ConstraintViolationUtils
Converts a ConstraintViolation instances to errors
asErrors(java.lang.Object, Set<ConstraintViolation>) - Method in ValidatedService
Converts a ConstraintViolationException to errors
asList() - Method in Box
Converts the Polygon to a multi-dimensional list of coordinates.
asList() - Method in Circle
Returns:
The circle as a coordinate list
asList() - Method in GeoJSON
Converts the GeoJSON shape into a coordinate list
asList() - Method in GeometryCollection
asList() - Method in LineString
Converts the line string to a multi dimensional coordinate list.
asList() - Method in MultiLineString
asList() - Method in MultiPoint
asList() - Method in MultiPolygon
asList() - Method in Point
Returns:
A list representation of the point
asList() - Method in Polygon
Converts the Polygon to a multi-dimensional list of coordinates.
asList() - Method in Shape
Converts the Shape into a coordinate list
asList() - Method in Sphere
The sphere coordinate list with the radius in radians
asMap() - Method in Model
Returns:
The model as a map
asPrintWriter() - Method in GrailsPrintWriter
assemble(java.lang.String, grails.databinding.DataBindingSource) - Method in AbstractStructuredDateBindingEditor
assemble(java.io.Serializable, java.lang.Object) - Method in IdentityEnumType
assemble(java.lang.Class, java.util.Map) - Method in StructuredDateEditor
assemble(java.lang.Class, java.util.Map) - Method in StructuredPropertyEditor
Assemble and bind a property value from the specified fieldValues and the given type
assertAction(java.lang.String, java.lang.String) - Method in UrlMappingsUnitTest
Asserts an action exists for the specified controller name, action name and url
assertBeanFactoryActive() - Method in GrailsApplicationContext
assertController(java.lang.String) - Method in UrlMappingsUnitTest
asserts a controller exists for the specified name and url
assertForwardUrlMapping(Map<String, Object>, java.lang.Object, groovy.lang.Closure) - Method in UrlMappingsUnitTest
assertReverseUrlMapping(Map<String, String>, java.lang.String, groovy.lang.Closure) - Method in UrlMappingsUnitTest
Asserts the given controller and action produce the given reverse URL mapping
assertUrlMapping(Map<String, String>, java.lang.String, groovy.lang.Closure) - Method in UrlMappingsUnitTest
Asserts a URL mapping maps to the specified controller, action, and optionally also parameters.
assertView(java.lang.String, java.lang.String) - Method in UrlMappingsUnitTest
Asserts a view exists for the specified controller name and view name
ASSET_PIPELINE_FILTER - Enum Constant in GrailsFilters
asShortObject(java.lang.Object, grails.converters.XML, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainClassMarshaller
assignBidirectionalAssociations(java.lang.Object, java.util.Map, org.grails.datastore.mapping.model.PersistentEntity) - Method in DataBindingUtils
Associations both sides of any bidirectional relationships found in the object and source map to bind
ASSIGNED_IDENTIFIER_MAPPING - Field in MongoCodecEntityPersister
ASSIGNED_IDENTIFIER_MAPPING - Field in MongoConstants
ASSIGNED - Enum Constant in ValueGenerator
Generated through assignment
ASSIGNMENT_OPERATOR - Field in AstUtils
ASSIGNMENT_OPERATOR - Field in GrailsASTUtils
assocationCriteria - Field in AbstractHibernateQuery.HibernateAssociationQuery
Association - Class in org.grails.datastore.mapping.model.types
Models an association between one class and another
Association(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Association
association - Property in DetachedAssociationCriteria
AssociationCriteria - Interface in org.grails.datastore.mapping.query.api
Interface for criteria related to an association
associationCriteriaMap - Field in AbstractDetachedCriteria
AssociationIndexer - Interface in org.grails.datastore.mapping.engine
Responsible for creating indices for associations used in queries.
AssociationInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering associations
AssociationInputRenderer() - Constructor in AssociationInputRenderer
associationKey - Field in AbstractPersistentCollection
associationKey - Field in AssociationQueryProxyHandler
associationPath - Field in AbstractHibernateQuery.CriteriaAndAlias
associationPath - Property in DetachedAssociationCriteria
AssociationQuery - Class in org.grails.datastore.mapping.query
Used to capture the metadata for a query on an associated object.
AssociationQuery(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Association) - Constructor in AssociationQuery
AssociationQueryExecutor - Interface in org.grails.datastore.mapping.engine
An interface for classes that know how to query an association
associationQueryHandlers - Property in SimpleMapQuery
AssociationQueryProxyHandler - Class in org.grails.datastore.mapping.proxy
A proxy handler that uses a AssociationQueryExecutor to retrieve the association
AssociationQueryProxyHandler(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor, java.io.Serializable) - Constructor in AssociationQueryProxyHandler
associations - Field in AbstractPersistentEntity
ASSOCIATIONS - Property in DefaultJsonViewHelper
The associations parameter
associationStack - Field in AbstractHibernateCriteriaBuilder
associationStack - Field in AbstractHibernateQuery
associationtoString(java.lang.String, org.grails.datastore.mapping.model.types.Association) - Method in MappingFactory
AstAnnotationUtils - Class in org.grails.datastore.mapping.reflect
Utility methods for dealing with annotations in AST transforms
AstAnnotationUtils() - Constructor in AstAnnotationUtils
ASTDatabindingHelper - Interface in org.grails.web.databinding
Authors:
Jeff Brown
ASTErrorsHelper - Interface in org.grails.compiler.injection
Enhances a class to contain an Errors property of type org.springframework.validation.Errors.
AstGenericsUtils - Class in org.grails.datastore.mapping.reflect
Generics utilities
AstGenericsUtils() - Constructor in AstGenericsUtils
AstMethodDispatchUtils - Class in org.grails.datastore.gorm.transform
Authors:
Graeme Rocher
AstMethodDispatchUtils() - Constructor in AstMethodDispatchUtils
AstPropertyResolveUtils - Class in org.grails.datastore.gorm.transform
Utilities for resolving property names from domain classes etc.
AstTransformer - Annotation Type in grails.compiler.ast
Marker annotation that for classes that transform Grails classes at the AST level.
AstUtils - Class in org.grails.datastore.mapping.reflect
Utility methods for dealing with Groovy ASTs
AstUtils.1 - Class in org.grails.datastore.mapping.reflect
AstUtils.1() - Constructor in AstUtils.1
AstUtils() - Constructor in AstUtils
ASTValidateableHelper - Interface in grails.validation
ASTValidationErrorsHelper - Class in org.grails.compiler.injection
Authors:
Jeff Brown
asType(java.lang.Class) - Method in CodeGenConfig
asType(java.lang.Object, Class<?>) - Method in ConvertersApi
Converter an instance from one format to another
asType(java.lang.Object, Class<T>) - Method in ConvertersExtension
asType(Class<?>) - Method in GrailsPrintWriter
asType(FindIterable, Class<T>) - Method in MongoExtensions
asType(java.lang.Class) - Method in NavigableMap.NullSafeNavigator
asType(java.lang.Class) - Method in NavigableMapConfig
asType(java.lang.Class) - Method in StreamCharBuffer
asWritable() - Method in AbstractClosureProxy
ASYNC_REQUEST_URI_ATTRIBUTE - Field in WebUtils
AsyncActionResultTransformer - Class in org.grails.plugins.web.async.mvc
Handles an Async response from a controller
AsyncActionResultTransformer() - Constructor in AsyncActionResultTransformer
asyncContext - Property in AsyncGrailsWebRequest
asyncContext - Property in AsyncWebRequestPromiseDecorator
asyncContext - Property in GrailsMockHttpServletRequest
AsyncController - Trait in grails.async.web
Exposes a startAsync() method for access to the Servlet 3.x API
AsyncEntity - Trait in grails.gorm.async
Adds Grails Async features to an entity that implements this trait, including the ability to run GORM tasks in a separate thread
AsyncGrailsWebRequest - Class in grails.async.web
Implementation of Spring 4.0 AsyncWebRequest interface for Grails
AsyncGrailsWebRequest(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletContext, org.springframework.context.ApplicationContext) - Constructor in AsyncGrailsWebRequest
asyncGrailsWebRequest - Property in GrailsAsyncContext
asyncListeners - Property in MockAsyncContext
AsyncQuery - Class in org.grails.datastore.gorm.async
Exposes all methods from the GormOperations interface asynchronously
AsyncQuery(GormOperations<E>) - Constructor in AsyncQuery
asyncRequest - Property in AsyncWebRequestPromiseDecorator
AsyncWebRequestPromiseDecorator - Class in org.grails.plugins.web.async
A promise decorated lookup strategy that binds a WebRequest to the promise thread
AsyncWebRequestPromiseDecorator(org.grails.web.servlet.mvc.GrailsWebRequest) - Constructor in AsyncWebRequestPromiseDecorator
AsyncWebRequestPromiseDecoratorLookupStrategy - Class in org.grails.plugins.web.async
A promise decorated lookup strategy that binds a WebRequest to the promise thread
AsyncWebRequestPromiseDecoratorLookupStrategy() - Constructor in AsyncWebRequestPromiseDecoratorLookupStrategy
at(T) - Method in BrowserDelegate
Delegates to geb.Browser#at(Page).
ATOM_DATE_FORMAT - Field in AtomRenderer
ATOM_NAMESPACE - Field in AtomRenderer
ATOM_XML_CONTENT_TYPE - Property in ControllerUnitTest
ATOM_XML - Field in MimeType
AtomCollectionRenderer - Class in grails.rest.render.atom
An Atom XML renderer for a collection of objects
AtomCollectionRenderer(java.lang.Class) - Constructor in AtomCollectionRenderer
AtomRenderer - Class in grails.rest.render.atom
Renders output in Atom format (http://tools.ietf.org/html/rfc4287)
AtomRenderer(Class<T>) - Constructor in AtomRenderer
attach(D) - Method in AbstractHibernateGormInstanceApi
attach(java.lang.Object) - Method in AbstractHibernateSession
attach(java.lang.Object) - Method in AbstractSession
attach() - Method in DelegatingGormEntityApi
attach() - Method in GormEntity
Attaches an instance to an existing session.
attach() - Method in GormEntityApi
Attaches an instance to an existing session.
attach(D) - Method in GormInstanceApi
Attaches an instance to an existing session.
attach(D) - Method in GormInstanceOperations
Attaches an instance to an existing session.
attach(D) - Method in GormStaticApi
attach(java.lang.Object) - Method in Session
Attaches an object the current session
attach(D) - Method in TenantDelegatingGormOperations
AttachMethodSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
AttachMethodSpec() - Constructor in AttachMethodSpec
attr(java.lang.String) - Method in Attribute
ATTR_NAMESPACE - Field in ResourceTransform
ATTR_READY_ONLY - Field in ResourceTransform
ATTR_RESPONSE_FORMATS - Field in ResourceTransform
ATTR_SUPER_CLASS - Field in ResourceTransform
ATTR_URI - Field in ResourceTransform
Attribute - Class in org.grails.datastore.mapping.document.config
Configures how a Java property maps to a Document attribute
Attribute() - Constructor in Attribute
ATTRIBUTE_IN - Field in GroovySyntaxTag
ATTRIBUTE - Field in SessionTenantResolver
attribute(java.lang.String, java.lang.Object) - Method in TestRequestConfigurer
ATTRIBUTE_VAR - Field in GroovySyntaxTag
attribute(java.lang.String, java.lang.String) - Method in XML
attribute(java.lang.String, java.lang.String) - Method in XMLStreamWriter
attributeName - Property in SessionTenantResolver
The attribute name to use
attributes - Field in AbstractAttributeStoringSession
attributes - Property in DefaultConstrainedProperty
attributes(Map<String, Object>) - Method in DynamicAttributes
Obtain the dynamic attributes combined with the provided attributes
attributes - Field in GroovySyntaxTag
ATTRIBUTES - Field in JsonApiDataBindingSourceCreator
attributes - Field in JspInvokeGrailsTagLibTag
ATTRIBUTES_STATUS - Field in GroovySyntaxTag
attributes - Property in TestPlayer
attributes - Property in TestRequestConfigurer
attributesMap - Field in AnnotationMetadataReadingVisitor
Declared as a LinkedMultiValueMap instead of a MultiValueMap to ensure that the hierarchical ordering of the entries is preserved.
attributesMap - Field in MethodMetadataReadingVisitor
attrsToString(java.util.Map) - Method in ApplicationTagLib
author - Property in Book
author - Property in DatabaseMigrationGrailsPlugin
author - Property in GebGrailsPlugin
author - Property in HibernateGrailsPlugin
author - Property in JsonViewGrailsPlugin
author - Property in MarkupViewGrailsPlugin
author - Property in ScaffoldingGrailsPlugin
author - Property in Sitemesh3GrailsPlugin
author - Property in TestBook
authorEmail - Property in CacheGrailsPlugin
authorEmail - Property in DatabaseMigrationGrailsPlugin
authorEmail - Property in GebGrailsPlugin
authorEmail - Property in JsonViewGrailsPlugin
authorEmail - Property in MarkupViewGrailsPlugin
authorEmail - Property in ScaffoldingGrailsPlugin
authorEmail - Property in Sitemesh3GrailsPlugin
AUTHORIZATION - Field in HttpHeaders
AUTO - Enum Constant in AbstractHibernateDatastore.FlushMode
AUTO_CONFIGURATION_CLASS_NODE - Field in ApplicationArtefactHandler
AUTO_GROW_COLLECTION_LIMIT - Field in Settings
AUTO - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
AUTO - Enum Constant in ValueGenerator
The default generated
autoAssociateBidirectionalOneToOnes(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in HibernateRuntimeUtils
autoFlush - Property in AbstractHibernateGormInstanceApi
autoFlush - Property in ConnectionSourceSettings
Whether to auto flush
AUTOFLUSH_ENABLED - Field in GSPResponseWriter
autoGrowCollectionLimit - Property in SimpleDataBinder
autoImport(boolean) - Method in HibernateMappingBuilder
autoImport - Property in Mapping
Sets whether packaged domain classes should be auto-imported in HQL queries
AutoStartedMongoSpec - Class in org.apache.grails.testing.mongo
A base specification class to handling autostarting MongoDB & bootstrapping the mongo datastore if defined.
AutoStartedMongoSpec() - Constructor in AutoStartedMongoSpec
autoSync(boolean) - Method in OutputEncodingStackAttributes.Builder
AutoTimestamp - Annotation Type in grails.gorm.annotation
A property annotation used to apply auto-timestamping on a field upon gorm insert and update events
autoTimestamp - Property in Entity
Returns:
Whether automatic time stamps should be applied to 'lastUpdate' and 'dateCreated' properties
autoTimestamp(boolean) - Method in HibernateMappingBuilder
Set whether auto time stamping should occur for last_updated and date_created columns
AutoTimestampEventListener - Class in org.grails.datastore.gorm.events
An event listener that adds support for GORM-style auto-timestamping
autoTimestampEventListener - Field in AbstractHibernateDatastore
AutoTimestampEventListener(org.grails.datastore.mapping.model.MappingContext) - Constructor in AutoTimestampEventListener
autoTimestampEventListener - Field in MongoDatastore
autowire() - Method in AutowiredTest
autowire - Property in ConnectionSourceSettings
Whether to autowire entities via Spring if used
AUTOWIRE_DOMAIN_METHOD - Field in ControllersDomainBindingApi
autowire - Property in Entity
Returns:
Whether the entity should be autowired
autowire(java.lang.Object) - Method in GrailsTestAutowirer
Autowires the bean by name, processes any autowiring annotations, and set's the applicationContext if it implements ApplicationContextAware.
autowire - Property in GrailsTestMode
autowire(boolean) - Method in HibernateMappingBuilder
autowireBeanProperties(java.lang.Object) - Method in DomainEventListener
autowireCodecBean(java.lang.Object) - Method in DefaultGrailsCodecClass
AUTOWIRED_CLASS_NODE - Field in ResourceTransform
AutowiredInterceptor - Class in org.grails.testing.spock
AutowiredInterceptor() - Constructor in AutowiredInterceptor
autowiredInterceptor - Property in TestingSupportExtension
AutowiredTest - Trait in grails.testing.spring
autowireIfNecessary() - Method in GrailsTestInterceptor
available - Property in MongoEntityTraitProvider
AVERAGE_OPERATOR - Field in BsonQuery
avg(java.lang.String) - Method in AbstractCriteriaBuilder
Computes the average value of a property
avg(java.lang.String) - Method in AbstractDetachedCriteria
Adds a avg projection
avg(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
avg(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Adds a projection that allows the criteria to return the property average value
avg(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
avg(java.lang.String) - Method in DetachedCriteria
Adds a avg projection
avg(java.lang.String) - Method in ProjectionList
Computes the average value of a property
avg(java.lang.String) - Method in Projections
Computes the average value of a property
avg(java.lang.String) - Method in Query.ProjectionList
Computes the average value of a property
AvgProjection(java.lang.String) - Constructor in Query.AvgProjection

B

b - Property in CommonTypes
ba - Property in CommonTypes
back() - Method in JSONTokener
Back up one character.
BACKTICK - Field in GrailsDomainBinder
backup(int) - Method in SimpleCharStream
Backup a number of characters.
bang(org.grails.cli.profile.ExecutionContext) - Method in GrailsCli
Base64ByteArrayMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
Base64CodecExtensionMethods - Class in org.grails.plugins.codecs
A codec that encodes and decodes Objects using Base64 encoding.
Base64CodecExtensionMethods() - Constructor in Base64CodecExtensionMethods
BaseApiProvider - Class in org.grails.core.metaclass
Authors:
Graeme Rocher
baseArguments - Field in GradleStep
baseDir - Property in CreateAppCommand.CreateAppCommandObject
baseDir - Property in ExecutionContext
The base directory for the project
baseDir - Property in FileSystemInteractionImpl
baseDir - Property in GenericGroovyTemplateResolver
baseDir - Property in I18nGrailsPlugin
basePath - Field in DefaultGroovyPageLocator.PluginViewPathInfo
BasePluginFilter - Class in org.grails.plugins
Base functionality shared by IncludingPluginFilter and ExcludingPluginFilter.
BasePluginFilter(java.lang.String) - Constructor in BasePluginFilter
baseTemplateClass - Property in GenericViewConfiguration
The template base class
baseURL - Property in LinkGeneratorFactory
Basic - Class in org.grails.datastore.mapping.model.types
Models a basic collection type such as a list of Strings
Basic(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Basic
BASIC_TYPES - Field in SimpleDataBinder
BasicCodecLookup - Class in org.grails.encoder.impl
BasicCodecLookup() - Constructor in BasicCodecLookup
BasicCollectionTypeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Basic} collection types
BasicCollectionTypeDecoder() - Constructor in BasicCollectionTypeDecoder
BasicCollectionTypeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Basic} collection types
BasicCollectionTypeEncoder() - Constructor in BasicCollectionTypeEncoder
BasicGrailsPluginInfo() - Constructor in PluginAstReader.BasicGrailsPluginInfo
BasicJSONEncoder - Class in org.grails.encoder.impl
Escapes characters in JSON output
BasicJSONEncoder() - Constructor in BasicJSONEncoder
BasicTypeConverterRegistrar - Class in org.grails.datastore.mapping.model.types
A registrar that registers basic type converters
BasicXMLEncoder - Class in org.grails.encoder.impl
Encoder implementation that escapes some characters for inclusion in XML documents
BasicXMLEncoder(org.grails.encoder.CodecIdentifier) - Constructor in BasicXMLEncoder
batchSize(java.lang.Integer) - Method in HibernateMappingBuilder
Configures the batch-size used for lazy loading
batchSize - Property in Mapping
The batch size to use for lazy loading
batchSize - Property in PropertyConfig
The batch size used for lazy loading
bd - Property in CommonTypes
bean(java.lang.Class, java.lang.Object) - Method in BeanBuilder
Defines an inner bean definition.
BEAN_ID - Field in GroovyPageResourceLoader
The id of the instance of this bean to be used in the Spring context
BEAN_ID - Field in GroovyPagesTemplateEngine
BEAN_ID - Field in ResourceAwareTemplateEngine
BEAN_ID - Field in SessionFactoryHolder
BEAN_NAME - Field in CompositeViewResolver
BEAN_NAME - Field in DataBindingSourceRegistry
BEAN_NAME - Field in DataTestSetupSpecInterceptor
BEAN_NAME - Field in FilteringCodecsByContentTypeSettings
BEAN_NAME - Field in MimeType
The bean name used to store the mime type definitions
BEAN_NAME - Field in MimeTypeResolver
BeanBuilder - Class in grails.spring
BeanBuilder(org.springframework.context.ApplicationContext, org.grails.spring.RuntimeSpringConfiguration, java.lang.ClassLoader) - Constructor in BeanBuilder
beanClass - Property in BeanPropertyAccessorImpl
BeanConfiguration - Interface in org.grails.spring
Represents a runtime bean configuration.
beanConfiguration - Property in DynamicElementReader
BeanCreationProfilingPostProcessor - Class in org.grails.core.util
Adds timings of bean creation times logged to the "org.grails.startup" group
beanDecorator - Property in DynamicElementReader
BeanEntityAccess - Class in org.grails.datastore.mapping.engine
Class used to access properties of an entity.
BeanEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Constructor in BeanEntityAccess
beanFactory - Field in DefaultRuntimeSpringConfiguration
beanFactory - Property in HibernateGormAutoConfiguration
BeanFactoryValidatorRegistry - Class in org.grails.datastore.mapping.validation
Looks up validators from Spring
BeanFactoryValidatorRegistry(org.springframework.beans.factory.BeanFactory) - Constructor in BeanFactoryValidatorRegistry
BeanPostProcessorAdapter - Class in org.grails.spring.beans
Adapter implementation of BeanPostProcessor.
BeanPropertyAccessor - Interface in grails.plugin.formfields
BeanPropertyAccessorFactory - Class in grails.plugin.formfields
BeanPropertyAccessorFactory() - Constructor in BeanPropertyAccessorFactory
BeanPropertyAccessorImpl - Class in grails.plugin.formfields
BeanPropertyAccessorImpl() - Constructor in BeanPropertyAccessorImpl
beans(Closure<?>) - Method in BeanBuilder
Defines a set of beans for the given block or closure.
beans(groovy.lang.Closure) - Method in DefaultGrailsPlugin
beans(groovy.lang.Closure) - Method in Plugin
Allows a plugin to define beans at runtime.
beanType - Property in BeanPropertyAccessorImpl
beanType - Property in DelegatingBeanPropertyAccessorImpl
beanType - Property in PropertyPathAccessor
beanWrapper - Field in BeanEntityAccess
BEFORE_CLOSURE - Field in DefaultGrailsJsonViewHelper
before(java.lang.String, groovy.lang.Closure) - Method in CommandEvents
Register to listen for an event that runs before the given command
BEFORE_DELETE_EVENT - Field in AbstractPersistenceEvent
BEFORE_DELETE_EVENT - Field in ClosureEventTriggeringInterceptor
deprecated:
Use AbstractPersistenceEvent#BEFORE_DELETE_EVENT#BEFORE_DELETE_EVENT instead
BEFORE_INSERT_EVENT - Field in AbstractPersistenceEvent
BEFORE_INSERT_EVENT - Field in ClosureEventTriggeringInterceptor
deprecated:
Use AbstractPersistenceEvent#BEFORE_INSERT_EVENT#BEFORE_INSERT_EVENT instead
before() - Method in Interceptor
Executed before a matched action
BEFORE_LOAD_EVENT - Field in AbstractPersistenceEvent
BEFORE_LOAD_EVENT - Field in ClosureEventTriggeringInterceptor
deprecated:
Use AbstractPersistenceEvent#BEFORE_LOAD_EVENT#BEFORE_LOAD_EVENT instead
BEFORE_UPDATE_EVENT - Field in AbstractPersistenceEvent
BEFORE_UPDATE_EVENT - Field in ClosureEventTriggeringInterceptor
deprecated:
Use AbstractPersistenceEvent#BEFORE_UPDATE_EVENT#BEFORE_UPDATE_EVENT instead
BEFORE_VALIDATE - Field in BeforeValidateHelper
beforeBinding(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object) - Method in DataBindingEventMulticastListener
beforeBinding(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object) - Method in DataBindingListener
Called when data binding is about to imposed on a property
beforeBinding(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object) - Method in DataBindingListenerAdapter
beforeCommit(boolean) - Method in AbstractEventBus.EventTriggerTransactionSynchronization
beforeCommit(boolean) - Method in SpringSessionSynchronization
beforeCompletion() - Method in SpringSessionSynchronization
beforeDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreDeleteEvent) - Method in DomainEventListener
beforeDelete - Enum Constant in Event
beforeDelete() - Method in PersonEvent
beforeFinishDocument(BsonWriter, org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
Called directly before the last call to finish the document writing process
beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in AutoTimestampEventListener
beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreInsertEvent) - Method in DomainEventListener
beforeInsert - Enum Constant in Event
beforeInsert() - Method in ModifyPerson
beforeInsert() - Method in PersonEvent
beforeLoad(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreLoadEvent) - Method in DomainEventListener
beforeLoad - Enum Constant in Event
beforeLoad() - Method in PersonEvent
beforeMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in BuilderTypeCheckingExtension
beforeMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in JsonTemplateTypeCheckingExtension
beforeRun(org.springframework.boot.cli.command.Command) - Method in CommandRunner
Subclass hook called before a command is run.
beforeShutdown() - Method in GrailsConsole
beforeUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in AutoTimestampEventListener
beforeUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreUpdateEvent) - Method in DomainEventListener
beforeUpdate - Enum Constant in Event
beforeUpdate() - Method in PersonEvent
beforeValidate(java.util.List) - Method in ClassWithListArgBeforeValidate
beforeValidate() - Method in ClassWithNoArgBeforeValidate
beforeValidate(java.util.List) - Method in ClassWithOverloadedBeforeValidate
BeforeValidateEventTriggerCaller(Class<?>, groovy.lang.MetaClass) - Constructor in BeforeValidateHelper.BeforeValidateEventTriggerCaller
BeforeValidateHelper - Class in org.grails.datastore.gorm.support
BeforeValidateHelper.BeforeValidateEventTriggerCaller - Class in org.grails.datastore.gorm.support
beforeValidateHelper - Property in GormValidationApi
beforeValidateHelper - Property in ValidationSupport
begin() - Method in HibernateJtaTransactionManagerAdapter
beginColumn - Field in Token
The column number of the first character of this Token.
beginLine - Field in Token
The line number of the first character of this Token.
BeginToken() - Method in SimpleCharStream
Start.
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in AbstractHibernateSession
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in AbstractSession
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in Session
Starts a transaction
beginTransactionInternal() - Method in AbstractSession
beginTransactionInternal() - Method in MongoCodecSession
beginTransactionInternal() - Method in MongoSession
beginTransactionInternal() - Method in SimpleMapSession
belongsTo - Property in ChildEntity
belongsTo - Property in Face
belongsTo - Property in Nose
belongsTo - Property in PetType
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractCriteriaBuilder
Restricts the results by the given property value range (inclusive)
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
BETWEEN - Field in AbstractHibernateCriteriaBuilder
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractHibernateQuery
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Criteria
Restricts the results by the given property value range (inclusive)
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in DetachedCriteria
Between(java.lang.String) - Constructor in MethodExpression.Between
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Query
Restricts the results by the given property value range
Between(java.lang.String, java.lang.Object, java.lang.Object) - Constructor in Query.Between
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Restrictions
Restricts the results by the given property value range
bi - Property in CommonTypes
bidiMap - Field in IdentityEnumType
BidirectionalToManyInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering bidirectional to many associations
BidirectionalToManyInputRenderer(grails.web.mapping.LinkGenerator) - Constructor in BidirectionalToManyInputRenderer
BIG_DECIMAL - Field in HibernateCriteriaBuilder
BIG_INTEGER - Field in HibernateCriteriaBuilder
BigDecimalCodec - Class in org.grails.datastore.bson.codecs
A codec for BigDecimal
BigDecimalCodec() - Constructor in BigDecimalCodec
BigIntegerCodec - Class in org.grails.datastore.bson.codecs
A codec for BigDecimal
BigIntegerCodec() - Constructor in BigIntegerCodec
BINARY - Field in HibernateCriteriaBuilder
binaryExtensions - Field in AbstractProfile
BinaryGrailsPlugin - Class in org.grails.plugins
Models a pre-compiled binary plugin.
BinaryGrailsPlugin(Class<?>, org.grails.plugins.BinaryGrailsPluginDescriptor, grails.core.GrailsApplication) - Constructor in 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(org.springframework.core.io.Resource, List<String>) - Constructor in BinaryGrailsPluginDescriptor
bind(java.lang.Object, grails.databinding.DataBindingSource) - Method in DataBinder
Parameters:
obj - The object being bound to
bind(java.lang.Object, groovy.xml.slurpersupport.GPathResult) - Method in GrailsWebDataBinder
bind(java.lang.Object, grails.databinding.DataBindingSource, java.lang.String, java.util.List, java.util.List, grails.databinding.events.DataBindingListener) - Method in SimpleDataBinder
Parameters:
obj - The object being bound to
BINDABLE_CONSTRAINT_NAME - Field in DefaultASTDatabindingHelper
bindClass(org.grails.datastore.mapping.model.PersistentEntity, PersistentClass, InFlightMetadataCollector) - Method in GrailsDomainBinder
Binds the specified persistant class to the runtime model based on the properties defined in the domain class
bindCollection(org.grails.datastore.mapping.model.types.ToMany, java.util.Collection, PersistentClass, InFlightMetadataCollector, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
First pass to bind collection to Hibernate metamodel, sets up second pass
bindCollectionForPropertyConfig(java.util.Collection, org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
bindCollectionSecondPass(org.grails.datastore.mapping.model.types.ToMany, InFlightMetadataCollector, Map<?,?>, java.util.Collection, java.lang.String) - Method in GrailsDomainBinder
bindCollectionTable(org.grails.datastore.mapping.model.types.ToMany, InFlightMetadataCollector, java.util.Collection, org.grails.orm.hibernate.cfg.Table, java.lang.String) - Method in GrailsDomainBinder
bindCollectionWithJoinTable(org.grails.datastore.mapping.model.types.ToMany, InFlightMetadataCollector, java.util.Collection, org.grails.orm.hibernate.cfg.PropertyConfig, java.lang.String) - Method in GrailsDomainBinder
bindColumn(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty, Column, org.grails.orm.hibernate.cfg.ColumnConfig, java.lang.String, org.grails.orm.hibernate.cfg.Table, java.lang.String) - Method in GrailsDomainBinder
Binds a Column instance to the Hibernate meta model
bindColumnConfigToColumn(org.grails.datastore.mapping.model.PersistentProperty, Column, org.grails.orm.hibernate.cfg.ColumnConfig) - Method in GrailsDomainBinder
bindComponent(Component, org.grails.datastore.mapping.model.types.Embedded, boolean, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Binds a Hibernate component type using the given GrailsDomainClassProperty instance
bindComponentProperty(Component, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty, PersistentClass, java.lang.String, org.grails.orm.hibernate.cfg.Table, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
bindCompositeId(org.grails.datastore.mapping.model.PersistentEntity, RootClass, org.grails.orm.hibernate.cfg.CompositeIdentity, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
bindCompositeIdentifierToManyToOne(org.grails.datastore.mapping.model.types.Association, SimpleValue, org.grails.orm.hibernate.cfg.CompositeIdentity, org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
bindData(java.lang.Class, java.util.Collection, jakarta.servlet.ServletRequest) - Method in Controller
Binds data for the given type to the given collection from the request
bindData(java.lang.Class, java.util.Collection, grails.databinding.CollectionDataBindingSource) - Method in DataBinder
bindDependentKeyValue(org.grails.datastore.mapping.model.PersistentProperty, DependantValue, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Binds the primary key value column
bindDiscriminatorProperty(org.grails.orm.hibernate.cfg.Table, RootClass, InFlightMetadataCollector) - Method in GrailsDomainBinder
Creates and binds the discriminator property used in table-per-hierarchy inheritance to discriminate between sub class instances
bindEnumType(org.grails.datastore.mapping.model.PersistentProperty, Class<?>, SimpleValue, java.lang.String) - Method in GrailsDomainBinder
bindIdentity(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, RootClass, InFlightMetadataCollector, org.grails.orm.hibernate.cfg.Mapping, java.lang.String) - Method in GrailsDomainBinder
bindIndex(java.lang.String, Column, org.grails.orm.hibernate.cfg.ColumnConfig, org.grails.orm.hibernate.cfg.Table) - Method in GrailsDomainBinder
BINDING_FORMAT_ORDER - Field in GroovyTransformOrder
Allows specifying the format for a field when binding
BindingError - Interface in grails.databinding.errors
Represents a problem which occurred during data binding.
bindingError(grails.databinding.errors.BindingError, java.lang.Object) - Method in DataBindingEventMulticastListener
bindingError(grails.databinding.errors.BindingError, java.lang.Object) - Method in DataBindingListener
Called when an error occurs binding to a property
bindingError(grails.databinding.errors.BindingError, java.lang.Object) - Method in DataBindingListenerAdapter
bindingError(grails.databinding.errors.BindingError, java.lang.Object) - Method in GrailsWebDataBindingListener
BindingFormat - Annotation Type in grails.databinding
Apply BindingFormat to a field to provide a format to be used when binding a String to this field.
BindingFormatASTTransformation - Class in org.grails.databinding.compiler
BindingHelper - Interface in grails.databinding
Classes which implement this interface may participate in the data binding process.
BindingMapEntry(org.grails.taglib.AbstractTemplateVariableBinding, java.lang.Object, java.lang.Object) - Constructor in AbstractTemplateVariableBinding.BindingMapEntry
BindInitializer - Annotation Type in grails.databinding
This annotation may be applied to a a field to customize initialization of object properties in the data binding process.
bindJoinedSubClass(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, JoinedSubclass, InFlightMetadataCollector, org.grails.orm.hibernate.cfg.Mapping, java.lang.String) - Method in GrailsDomainBinder
Binds a joined sub-class mapping using table-per-subclass
bindListSecondPass(org.grails.datastore.mapping.model.types.ToMany, InFlightMetadataCollector, Map<?,?>, org.hibernate.mapping.List, java.lang.String) - Method in GrailsDomainBinder
bindManyToMany(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.model.types.ManyToOne, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Binds a many-to-many relationship.
bindManyToOne(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.model.types.ManyToOne, java.lang.String, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Binds a many-to-one relationship to the
bindManyToOneValues(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.model.types.ManyToOne) - Method in GrailsDomainBinder
bindMapSecondPass(org.grails.datastore.mapping.model.types.ToMany, InFlightMetadataCollector, Map<?,?>, org.hibernate.mapping.Map, java.lang.String) - Method in GrailsDomainBinder
bindMockWebRequest(jakarta.servlet.ServletContext, org.springframework.mock.web.MockHttpServletRequest, org.springframework.mock.web.MockHttpServletResponse) - Method in GrailsWebMockUtil
bindNaturalIdentifier(org.grails.orm.hibernate.cfg.Table, org.grails.orm.hibernate.cfg.Mapping, PersistentClass) - Method in GrailsDomainBinder
bindNewSession(org.grails.datastore.mapping.core.Session) - Method in DatastoreUtils
Adds the session to the current SessionHolder's list of sessions, making it the current session.
bindNumericColumnConstraints(Column, org.grails.datastore.mapping.model.PersistentProperty, org.grails.orm.hibernate.cfg.ColumnConfig) - Method in GrailsDomainBinder
Interrogates the specified constraints looking for any constraints that would limit the precision and/or scale of the property's value.
bindObjectToDomainInstance(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.lang.Object, java.util.List, java.util.List, java.lang.String) - Method in DataBindingUtils
Binds the given source object to the given target object performing type conversion if necessary
bindObjectToInstance(java.lang.Object, java.lang.Object, java.util.List, java.util.List, java.lang.String) - Method in DataBindingUtils
Binds the given source object to the given target object performing type conversion if necessary
bindOneToMany(org.grails.datastore.mapping.model.types.OneToMany, org.grails.datastore.mapping.model.types.OneToMany, InFlightMetadataCollector) - Method in GrailsDomainBinder
bindOneToOne(org.grails.datastore.mapping.model.types.OneToOne, org.grails.datastore.mapping.model.types.OneToOne, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
bindOneToOneInternal(org.grails.datastore.mapping.model.types.OneToOne, org.grails.datastore.mapping.model.types.OneToOne, java.lang.String) - Method in GrailsDomainBinder
bindParametersAndSave(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression) - Method in AbstractSaveImplementer
bindProperty(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.config.Property, InFlightMetadataCollector) - Method in GrailsDomainBinder
Binds a property to Hibernate runtime meta model.
bindProperty(java.lang.Object, grails.databinding.DataBindingSource, groovy.lang.MetaProperty, java.lang.Object, grails.databinding.events.DataBindingListener, java.lang.Object) - Method in SimpleDataBinder
bindRoot(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Binds a root class (one with no super classes) to the runtime meta model based on the supplied Grails domain class
bindRootPersistentClassCommonValues(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, RootClass, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
bindSession(org.grails.datastore.mapping.core.Session, java.lang.Object) - Method in DatastoreUtils
Bind the session to the thread with a SessionHolder keyed by its Datastore.
bindSimpleId(org.grails.datastore.mapping.model.PersistentProperty, RootClass, InFlightMetadataCollector, org.grails.orm.hibernate.cfg.Identity, java.lang.String) - Method in GrailsDomainBinder
bindSimpleValue(java.lang.String, SimpleValue, boolean, java.lang.String, InFlightMetadataCollector) - Method in GrailsDomainBinder
Binds a value for the specified parameters to the meta model.
bindStringColumnConstraints(Column, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
Interrogates the specified constraints looking for any constraints that would limit the length of the property's value.
bindSubClass(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, Subclass, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Binds a sub-class using table-per-hierarchy inheritance mapping
bindSubClasses(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, PersistentClass, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Binds the sub classes of a root class using table-per-heirarchy inheritance mapping
bindSystemOutAndErr(java.io.PrintStream, java.io.PrintStream) - Method in GrailsConsole
bindToCollection(Class<T>, Collection<T>, jakarta.servlet.ServletRequest) - Method in DataBindingUtils
bindUnidirectionalOneToMany(org.grails.datastore.mapping.model.types.OneToMany, InFlightMetadataCollector, java.util.Collection) - Method in GrailsDomainBinder
Binds a unidirectional one-to-many creating a psuedo back reference property in the process.
bindUnidirectionalOneToManyInverseValues(org.grails.datastore.mapping.model.types.ToMany, org.grails.datastore.mapping.model.types.ManyToOne) - Method in GrailsDomainBinder
Parameters:
property - The property to bind
bindUnionSubclass(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, UnionSubclass, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
BindUsing - Annotation Type in grails.databinding
This annotation may be applied to a class or to a field to customize the data binding process.
bindVersion(org.grails.datastore.mapping.model.PersistentProperty, RootClass, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
birthDate - Property in Pet
BLANK_CONSTRAINT - Field in ConstrainedProperty
BlankConstraint - Class in org.grails.datastore.gorm.validation.constraints
A Constraint that validates a string is not blank.
BlankConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in BlankConstraint
BLOB - Field in HibernateCriteriaBuilder
blockFlushAndClose() - Method in GrailsRoutablePrintWriter
body - Property in JspFragmentImpl
body - Property in JspTagImpl
bold(java.lang.String) - Method in AnsiConsoleUrlMappingsRenderer
Book - Class in org.apache.grails.data.testing.tck.domains
Book() - Constructor in Book
bool - Property in CommonTypes
boolean(java.lang.String, java.lang.Boolean) - Method in DelegatingParameters
boolean(java.lang.String, java.lang.Boolean) - Method in EmptyParameters
BOOLEAN - Field in HibernateCriteriaBuilder
boolean(java.lang.String, java.lang.Boolean) - Method in Parameters
Obtains the value of a parameter as a Boolean
boolean(java.lang.String, java.lang.Boolean) - Method in TypeConvertingMap
BooleanInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering boolean properties
BooleanInputRenderer() - Constructor in BooleanInputRenderer
BOOT_STRAP - Field in DefaultGrailsBootstrapClass
BootInitializerClassInjector - Class in org.grails.compiler.boot
A transformation that automatically produces a Spring servlet initializer for a class that extends GrailsConfiguration.
BootInitializerClassInjector() - Constructor in BootInitializerClassInjector
BootstrapArtefactHandler - Class in org.grails.web.servlet.boostrap
Authors:
Marc Palmer (marc@anyware.co.uk)
BootstrapArtefactHandler() - Constructor in BootstrapArtefactHandler
BootStrapClassRunner - Class in org.grails.plugins.web.servlet.context
Runs the BootStrap classes on startup
BootStrapClassRunner() - Constructor in BootStrapClassRunner
BoundedCharsAsEncodedBytesCounter - Class in org.grails.web.util
Counts chars encoded as bytes up to a certain limit (capacity of byte buffer).
BoundedCharsAsEncodedBytesCounter(int, java.lang.String) - Constructor in BoundedCharsAsEncodedBytesCounter
BoundPromise - Class in org.grails.async.factory
A bound promise is a promise which is already resolved and doesn't require any asynchronous processing to calculate the value
BoundPromise(T) - Constructor in BoundPromise
Box - Class in grails.mongodb.geo
Represents a box for use in Geo data models
Box(grails.mongodb.geo.Point, grails.mongodb.geo.Point) - Constructor in Box
Construct a box from 2 points representing the lower left corner and the uppper right corner
BOX_OPERATOR - Field in MongoQuery
BoxType - Class in org.grails.datastore.gorm.mongo.geo
A custom type for persisting Box instances
BoxType() - Constructor in BoxType
BrowserDelegate - Trait in grails.plugin.geb.support.delegate
Handles delegation to the browser instance so that the Geb API can be used directly in the test.
BsonPersistentEntityCodec - Class in org.grails.datastore.bson.codecs
Encodes and decodes PersistentEntity objects from a BSON stream
BsonPersistentEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity, boolean) - Constructor in BsonPersistentEntityCodec
BsonQuery - Class in org.grails.datastore.bson.query
A base class for Query implementations that create BSON queries based on MongoDB query format.
BsonQuery.OperatorHandler - Interface in org.grails.datastore.bson.query
Handles query operators when reading BSON
BsonQuery.ProjectionHandler - Interface in org.grails.datastore.bson.query
Handles a projection
BsonQuery.QueryHandler - Interface in org.grails.datastore.bson.query
Handles an individual criterion
BsonQuery(org.grails.datastore.mapping.model.PersistentEntity) - Constructor in BsonQuery
bsonType() - Method in IdentityDecoder.1
bsonType() - Method in IdentityDecoder.2
bsonType() - Method in IdentityDecoder.3
bsonType() - Method in IdentityDecoder.4
bsonType() - Method in IdentityDecoder.5
bsonType() - Method in IdentityDecoder.6
bsonType() - Method in IdentityDecoder.7
bsonType() - Method in IdentityDecoder.8
bsonType() - Method in IdentityDecoder.IdentityTypeDecoder
bsonType() - Method in InstantBsonConverter
bsonType() - Method in LocalDateBsonConverter
bsonType() - Method in LocalDateTimeBsonConverter
bsonType() - Method in LocalTimeBsonConverter
bsonType() - Method in OffsetDateTimeBsonConverter
bsonType() - Method in OffsetTimeBsonConverter
bsonType() - Method in PeriodBsonConverter
bsonType() - Method in SimpleDecoder.1
bsonType() - Method in SimpleDecoder.10
bsonType() - Method in SimpleDecoder.11
bsonType() - Method in SimpleDecoder.12
bsonType() - Method in SimpleDecoder.13
bsonType() - Method in SimpleDecoder.14
bsonType() - Method in SimpleDecoder.15
bsonType() - Method in SimpleDecoder.16
bsonType() - Method in SimpleDecoder.2
bsonType() - Method in SimpleDecoder.3
bsonType() - Method in SimpleDecoder.4
bsonType() - Method in SimpleDecoder.5
bsonType() - Method in SimpleDecoder.6
bsonType() - Method in SimpleDecoder.7
bsonType() - Method in SimpleDecoder.8
bsonType() - Method in SimpleDecoder.9
bsonType() - Method in SimpleDecoder.TypeDecoder
bsonType() - Method in TemporalBsonConverter
bsonType() - Method in ZonedDateTimeBsonConverter
bufcolumn - Field in SimpleCharStream
buffer - Field in SimpleCharStream
bufferChanged(org.grails.buffer.StreamCharBuffer) - Method in StreamCharBuffer
BUFFERING_ENABLED - Field in GSPResponseWriter
bufline - Field in SimpleCharStream
bufpos - Field in SimpleCharStream
Position in buffer.
build(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
build(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Enable the builder syntax for constructing Criteria
build(Class<?>, groovy.lang.MetaClass, Class<?>) - Method in BeforeValidateHelper.BeforeValidateEventTriggerCaller
build() - Method in ConfigurationBuilder
build(java.lang.Class, java.lang.String, java.lang.Object) - Method in ConstraintFactory
Builds a constraint
build(groovy.lang.Closure) - Method in Converter
build() - Method in DataSourceBuilder
build(java.lang.Class, java.lang.String, java.lang.Object) - Method in DefaultConstraintFactory
build(groovy.lang.Closure) - Method in DetachedCriteria
Enable the builder syntax for constructing Criteria
build(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty) - Method in DomainPropertyFactory
Parameters:
rootProperty - The root property.
build(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty) - Method in DomainPropertyFactoryImpl
build() - Method in EventBusBuilder
Returns:
Tries to auto discover and build the event bus
BUILD_GRADLE - Field in CreateAppCommand
build() - Method in GrailsApplicationBuilder
build() - Method in HibernateConnectionSourceSettingsBuilder
build(groovy.lang.Closure) - Method in JSON
build(groovy.lang.Closure) - Method in JSONBuilder
build() - Method in JsonGenerator.Options
Creates a JsonGenerator that is based on the current options.
build(java.lang.Class, java.lang.String, java.lang.Object) - Method in MappingContextAwareConstraintFactory
build() - Method in MappingDefinition
Build a new mapping
build() - Method in MongoClientOptionsBuilder
build() - Method in MongoQuery.AggregatePipeline
build() - Method in OutputEncodingStackAttributes.Builder
build() - Method in PromiseFactoryBuilder
Returns:
Builds the default PromiseFactory
build(groovy.lang.Closure) - Method in XML
BuildableCriteria - Interface in org.grails.datastore.mapping.query.api
Authors:
Jeff Brown
buildAggregatePipeline(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, List<Projection>) - Method in MongoQuery
buildArgs(org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in FindAllByImplementer
buildCacheKey(java.lang.String) - Method in ScaffoldingViewResolver
buildCalendar(java.lang.Object) - Method in DefaultGrailsTagDateHelper
buildCalendar(java.lang.Object) - Method in GrailsTagDateHelper
Creates a GregorianCalendar based off of the date object.
buildCaller(java.lang.String, Class<?>, groovy.lang.MetaClass, Class<?>) - Method in EventTriggerCaller
buildCallToOriginalMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
buildClosureSubscription(java.lang.CharSequence, groovy.lang.Closure) - Method in AbstractEventBus
buildClosureSubscription(java.lang.CharSequence, groovy.lang.Closure) - Method in RxEventBus
buildConfiguration(java.lang.String, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in HibernateConnectionSourceFactory
buildConfiguration() - Method in JakartaValidatorRegistry
Builds the default Validator configuration
buildConfigurationFor(org.grails.datastore.mapping.model.MappingContext, org.springframework.context.MessageSource) - Method in JakartaValidatorRegistry
Builds a configuration for the given context and message source
buildCriteria(Closure<?>) - Method in AbstractHibernateCriteriaBuilder
buildDefault(java.lang.Class) - Method in ConfigurableParameterNameProvider
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractMethodDecoratingTransformation
Builds the delegating method call for the given class node
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in CacheableTransformation
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in CacheEvictTransformation
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in CachePutTransformation
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in PublisherTransform
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in TenantTransform
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in TransactionalTransform
buildDelete() - Method in JpaQueryBuilder
Builds a DELETE statement
buildDiscriminatorSet(org.grails.orm.hibernate.cfg.HibernatePersistentEntity) - Method in GrailsDomainBinder
buildDispatchUrlForMapping(grails.web.mapping.UrlMappingInfo) - Method in UrlMappingUtils
Constructs the URI to forward to using the given request and UrlMappingInfo instance
Builder(grails.converters.JSON) - Constructor in JSON.Builder
Builder(org.grails.taglib.encoder.OutputEncodingStackAttributes) - Constructor in OutputEncodingStackAttributes.Builder
BUILDER_TYPE_JSON - Field in RenderDynamicMethod
Builder(grails.converters.XML) - Constructor in XML.Builder
builderMethodPrefix - Property in ConfigurationBuilder
BuilderMethodReplacer(org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.control.SourceUnit, Set<MethodCallExpression>) - Constructor in BuilderTypeCheckingExtension.BuilderMethodReplacer
BuilderTypeCheckingExtension - Class in grails.views.compiler
An abstract type checking extension for view DSLs to implement
BuilderTypeCheckingExtension.BuilderMethodReplacer - Class in grails.views.compiler
BuilderTypeCheckingExtension() - Constructor in BuilderTypeCheckingExtension
buildExcludes - Field in AbstractProfile
buildFinished(org.apache.tools.ant.BuildEvent) - Method in GrailsConsoleBuildListener
buildGetMapExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String) - Method in GrailsASTUtils
Build static direct call to get entry from Map
buildGetPropertyExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.ClassNode, boolean) - Method in AstUtils
Build static direct call to getter of a property
buildGetPropertyExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.ClassNode, boolean) - Method in GrailsASTUtils
Build static direct call to getter of a property
buildGetThisObjectExpression(boolean) - Method in GrailsASTUtils
buildGrailsWebRequest(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse) - Method in GrailsDispatcherServlet
buildIndex() - Method in MongoDatastore
Builds the MongoDB index for this datastore
buildInstanceApiLookup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractServiceImplementer
buildInterfaceImpl(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in InterfaceProjectionBuilder
buildInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in IterableInterfaceProjectionBuilder
buildInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in SingleResultInterfaceProjectionBuilder
buildJunction(Junction, List<Criterion>) - Method in AbstractHibernateCriteriaBuilder.LogicalExpression
buildLazy(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Enable the builder syntax for constructing Criteria
buildLazy(groovy.lang.Closure) - Method in DetachedCriteria
Enable the builder syntax for constructing Criteria
buildMatchSpec(java.lang.String, java.lang.String, int) - Method in DynamicFinder
Builds a match specification that can be used to establish information about a dynamic finder compilation for the purposes of compilation etc.
buildMatchSpec(java.lang.String, java.lang.String, int) - Method in FindAllByImplementer
buildMerge - Field in AbstractProfile
buildNamedParameterQueryFromGString(groovy.lang.GString, java.util.Map) - Method in AbstractHibernateGormStaticApi
Processes a query converting GString expressions into parameters
buildNotificationCallable(grails.events.Event, Collection<Subscription>, groovy.lang.Closure) - Method in AbstractEventBus
Build a new trigger to set off notifications
buildNotificationCallable(grails.events.Event, Collection<Subscription>, groovy.lang.Closure) - Method in ActorEventBus
buildNotificationCallable(grails.events.Event, Collection<Subscription>, groovy.lang.Closure) - Method in ExecutorEventBus
buildNotificationCallable(grails.events.Event, Collection<Subscription>, groovy.lang.Closure) - Method in RxEventBus
buildNotificationCallable(grails.events.Event, Collection<Subscription>, groovy.lang.Closure) - Method in SpringEventBus
buildNotificationCallable(grails.events.Event, Collection<Subscription>, groovy.lang.Closure) - Method in SynchronousEventBus
buildNotificationTrigger(grails.events.Event, Collection<Subscription>, groovy.lang.Closure) - Method in AbstractEventBus
Build a new trigger to set off notifications
buildOrderByClause(java.lang.String, PersistentClass, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
buildOrdinalParameterQueryFromGString(groovy.lang.GString, java.util.List) - Method in AbstractHibernateGormStaticApi
Processes a query converting GString expressions into parameters
buildPageMetaInfo(java.io.InputStream, org.springframework.core.io.Resource, java.lang.String) - Method in GroovyPagesTemplateEngine
Constructs a GroovyPageMetaInfo instance which holds the script class, modified date and so on
buildPaginateParams(java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String) - Method in DefaultJsonViewHelper
buildPlugins - Field in AbstractProfile
buildPlugins - Property in DefaultFeature
buildPropertyAccess(java.lang.Class, java.lang.String) - Method in TraitPropertyAccessStrategy
buildPropertyPath(org.grails.scaffolding.model.property.DomainProperty) - Method in DefaultOutputRenderer
buildPutMapExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in GrailsASTUtils
Build static direct call to put entry in Map
buildQualifiers(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse) - Method in SmartViewResolver
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in AbstractFindByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in CountByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in FindAllByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, org.grails.datastore.mapping.core.Session) - Method in QueryBuildingFinder
Build a query from an invocation
buildQueryableCriteria(groovy.lang.Closure) - Method in AbstractDetachedCriteria
buildQueryableCriteria(groovy.lang.Closure) - Method in DetachedCriteria
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractStringQueryImplementer
Builds the query return statement
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneInterfaceProjectionStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in UpdateStringQueryImplementer
buildRecurse(java.lang.Object, List<Class>, java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
buildRepositories - Field in AbstractProfile
buildRepositories - Property in DefaultFeature
buildRequestAttributes(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, org.springframework.web.context.request.RequestAttributes) - Method in GrailsDispatcherServlet
buildRequestAttributes(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, org.springframework.web.context.request.RequestAttributes) - Method in GroovyPagesServlet
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in CountWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllByImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllByInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneByInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindOneImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneInterfaceProjectionWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneWhereImplementer
buildRuntimeSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractConnectionSourceFactory
buildRuntimeSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractHibernateConnectionSourceFactory
buildRuntimeSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in MongoConnectionSourceFactory
buildSelect() - Method in JpaQueryBuilder
Builds SELECT statement
buildSessionFactory() - Method in HibernateMappingContextConfiguration
buildSessionFactory() - Method in HibernateMappingContextSessionFactoryBean
buildSetPropertyExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AstUtils
Build static direct call to setter of a property
buildSetPropertyExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in GrailsASTUtils
Build static direct call to setter of a property
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in AbstractConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in AbstractHibernateConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in DataSourceConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in MongoConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in SimpleMapConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in SingletonConnectionSources.NullConnectionFactory
buildStarted(org.apache.tools.ant.BuildEvent) - Method in GrailsConsoleBuildListener
buildStaticApiLookup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractServiceImplementer
buildSubQuery(java.lang.StringBuilder, java.lang.StringBuilder, int, java.util.List, org.grails.databinding.converters.ConversionService, boolean, boolean, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in JpaQueryBuilder
buildSubscriberSubscription(java.lang.CharSequence, grails.events.subscriber.Subscriber) - Method in AbstractEventBus
buildSubscriberSubscription(java.lang.CharSequence, grails.events.subscriber.Subscriber) - Method in RxEventBus
buildTargetFolders(org.grails.cli.profile.Profile, Map<Profile, File>, java.io.File) - Method in CreateAppCommand
buildThisExpression() - Method in GrailsASTUtils
buildTrigger(grails.events.Event, groovy.lang.Closure) - Method in ClosureSubscription
buildTrigger(grails.events.Event, groovy.lang.Closure) - Method in EventSubscriberSubscription
buildTrigger(grails.events.Event, groovy.lang.Closure) - Method in Subscription
Returns:
Builds a trigger
buildUpdate(Map<String,Object>) - Method in JpaQueryBuilder
Builds an UPDATE statement.
buildValidatorFactoryAdapter(org.springframework.context.annotation.Configuration) - Method in JakartaValidatorRegistry
Build the validator factory from the validator configuration
BuiltinUniqueConstraintWorksWithTargetProxiesConstraintsSpec - Class in org.apache.grails.data.testing.tck.tests
BuiltinUniqueConstraintWorksWithTargetProxiesConstraintsSpec() - Constructor in BuiltinUniqueConstraintWorksWithTargetProxiesConstraintsSpec
Bus - Interface in reactor.bus
Basic unit of event handling in Reactor.
by() - Method in Implemented
ByDatasourceDomainClassFetcher - Class in org.grails.web.converters.marshaller
ByGrailsApplicationDomainClassFetcher - Class in org.grails.web.converters.marshaller
ByGrailsApplicationDomainClassFetcher(grails.core.GrailsApplication) - Constructor in ByGrailsApplicationDomainClassFetcher
byName() - Method in AbstractInjectableGrailsClass
byName() - Method in InjectableGrailsClass
If autowiring by name is enabled.
bypassed - Property in Highway
byte(java.lang.String, java.lang.Integer) - Method in DelegatingParameters
byte(java.lang.String, java.lang.Integer) - Method in EmptyParameters
BYTE - Field in HibernateCriteriaBuilder
byte(java.lang.String, java.lang.Integer) - Method in Parameters
Obtains the value of a parameter as a byte
byte(java.lang.String, java.lang.Integer) - Method in TypeConvertingMap
ByteArrayMarshaller - Class in org.grails.web.converters.marshaller.json
Authors:
Siegfried Puchbauer
ByteArrayMultipartFileValueConverter - Class in org.grails.web.databinding.converters
Authors:
Jeff Brown
ByteArrayMultipartFileValueConverter() - Constructor in ByteArrayMultipartFileValueConverter
ByteArrayResource - Class in org.grails.io.support
A Resource impl used represent a Resource as an array of bytes
ByteArrayResource(byte[], java.lang.String) - Constructor in ByteArrayResource
ByteArrayToStringConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
ByteArrayToStringConverter() - Constructor in ByteArrayToStringConverter
bytes - Property in ByteArrayResource
byType() - Method in AbstractInjectableGrailsClass
byType() - Method in InjectableGrailsClass
If autowiring by type is enabled.

C

c - Property in CommonTypes
cache(boolean) - Method in AbstractCriteriaBuilder
cache(boolean) - Method in AbstractDetachedCriteria
cache(boolean) - Method in AbstractHibernateCriteriaBuilder
Whether to use the query cache
cache(boolean) - Method in AbstractHibernateQuery
cache(boolean) - Method in BuildableCriteria
Whether to cache the query
CACHE_CONTROL - Field in HttpHeaders
cache(boolean) - Method in Criteria
cache(boolean) - Method in CriteriaBuilder
CACHE_EVICT_ORDER - Field in GroovyTransformOrder
Implements CacheEvict
cache - Property in GenericViewConfiguration
Whether the cache templates
cache - Property in HibernateConnectionSourceSettings.HibernateSettings
Cache settings
cache(boolean) - Method in HibernateMappingBuilder
CACHE_KEY_LOCAL_VARIABLE_NAME - Field in AbstractCacheTransformation
cache - Property in Mapping
Caching config
CACHE_ORIGINAL_METHOD_RETURN_VALUE_LOCAL_VARIABLE_NAME - Field in AbstractCacheTransformation
cache - Property in PropertyConfig
The cache configuration
CACHE_PUT_ORDER - Field in GroovyTransformOrder
Implements CachePut
cache(boolean) - Method in Query
Specifies whether the query results should be cached (if supported by the underlying datastore)
CACHE_VALUE_WRAPPER_LOCAL_VARIABLE_NAME - Field in CacheableTransformation
CACHE_VARIABLE_LOCAL_VARIABLE_NAME - Field in AbstractCacheTransformation
Cacheable - Annotation Type in grails.plugin.cache
Indicates that a method (or all the methods on a class) can be cached.
CACHEABLE_ORDER - Field in GroovyTransformOrder
Implements Cacheable
cacheableMappingLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
CacheableTransformation - Class in org.grails.plugin.cache.compiler
Since:
4.0.0
CacheableTransformation() - Constructor in CacheableTransformation
cacheAdapterRepository - Field in AbstractDatastore
cacheAdapterRepository - Field in AbstractSession
cacheAdapterRepository - Field in ThirdPartyCacheEntityPersister
cacheCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.util.Collection, java.lang.String) - Method in AbstractSession
cacheCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.util.Collection, java.lang.String) - Method in SessionImplementor
Caches a collection
CacheConfig - Class in org.grails.orm.hibernate.cfg
Defines the cache configuration.
CacheConfig() - Constructor in CacheConfig
cacheCriteriaByMapping(org.grails.orm.hibernate.AbstractHibernateDatastore, Class<?>, org.hibernate.Criteria) - Method in GrailsHibernateUtil
cacheCriteriaMapping() - Method in AbstractHibernateCriteriaBuilder
cacheCriteriaMapping() - Method in HibernateCriteriaBuilder
cachedClassProperties - Field in AstPropertyResolveUtils
CachedDataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
Extends DataSourceConnectionSourceFactory and caches the created DataSourceConnectionSource instances ensuring they are singletons
CachedGradleOperation - Class in org.grails.cli.gradle.cache
Utility class for performing cached operations that retrieve data from Gradle.
CachedGradleOperation(org.grails.cli.profile.ProjectContext, java.lang.String) - Constructor in CachedGradleOperation
cachedShouldTrigger - Field in AbstractHibernateEventListener
cachedTemplates - Field in ResolvableGroovyTemplateEngine
CachedThreadPoolPromiseFactory - Class in org.grails.async.factory.future
A promise factory that uses an ExecutorService by default
CachedThreadPoolPromiseFactory.1 - Class in org.grails.async.factory.future
CachedThreadPoolPromiseFactory.1() - Constructor in CachedThreadPoolPromiseFactory.1
CachedThreadPoolPromiseFactory(int, long, java.util.concurrent.TimeUnit) - Constructor in CachedThreadPoolPromiseFactory
cacheEmbeddedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
CacheEntry - 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.UpdateException - Class in grails.util
cacheEntry(java.io.Serializable, java.lang.Object, Map<Serializable,Object>, boolean) - Method in AbstractSession
CacheEntry(V) - Constructor in CacheEntry
cacheEntry(java.io.Serializable, T) - Method in HashMapTPCacheAdapter
cacheEntry(java.io.Serializable, java.lang.Object, Map<Serializable,Object>, boolean) - Method in MongoSession
cacheEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in SessionImplementor
Caches a native entry
cacheEntry(java.io.Serializable, T) - Method in TPCacheAdapter
Stores a cached entry in a synchronous manner.
CacheEvict - Annotation Type in grails.plugin.cache
Indicates that a method (or all methods on a class) trigger(s) a cache invalidate operation.
CacheEvictTransformation - Class in org.grails.plugin.cache.compiler
Implementation of CacheEvict
CacheEvictTransformation() - Constructor in CacheEvictTransformation
CacheException - Class in org.grails.datastore.mapping.cache.exception
Top-level exception used to report problems with third-party cache operations
CacheException(java.lang.Throwable) - Constructor in CacheException
cacheExists(java.lang.String) - Method in GrailsCacheManager
Whether the cache for the given name exits
cacheExists(java.lang.String) - Method in GrailsConcurrentLinkedMapCacheManager
cacheExists(java.lang.String) - Method in GrailsConcurrentMapCacheManager
CacheGrailsPlugin - Class in grails.plugin.cache
CacheGrailsPlugin() - Constructor in CacheGrailsPlugin
cacheInstance(java.lang.Class, java.io.Serializable, java.lang.Object) - Method in AbstractSession
cacheInstance(java.lang.Class, java.io.Serializable, java.lang.Object) - Method in SessionImplementor
Caches an instance
cacheLookupsInMetaMethods - Property in StandaloneCodecLookup
cacheMap - Field in GrailsConcurrentLinkedMapCacheManager
cacheMap - Field in GrailsConcurrentMapCacheManager
cacheMillis - Field in ReloadableResourceBundleMessageSource
cacheNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
cacheObject(java.io.Serializable, java.lang.Object) - Method in AbstractSession
CacheOperation - Annotation Type in grails.plugin.cache
An annotation added to all methods or types that produce a cache operation.
CachePluginConfiguration - Class in grails.plugin.cache
Configuration properties for the cache plugin
CachePluginConfiguration.CacheConfig - Class in grails.plugin.cache
CachePluginConfiguration.CacheConfig() - Constructor in CachePluginConfiguration.CacheConfig
CachePluginConfiguration() - Constructor in CachePluginConfiguration
CachePut - Annotation Type in grails.plugin.cache
Indicates that a method (or all methods on a class) trigger(s) aCache#put(Object, Object) operation.
CachePutTransformation - Class in org.grails.plugin.cache.compiler
Implementation of CachePut
CachePutTransformation() - Constructor in CachePutTransformation
cacheQueries - Field in GrailsHibernateTemplate
caches - Property in CachePluginConfiguration
CachingCompilerAutoConfiguration - Class in org.grails.cli.compiler.autoconfigure
CompilerAutoConfiguration for the caching infrastructure.
CachingGrailsConventionGroovyPageLocator - Class in org.grails.web.gsp.io
Extends GrailsConventionGroovyPageLocator adding caching of the located GrailsPageScriptSource.
CachingGroovyPageStaticResourceLocator - Class in org.grails.gsp.io
CachingLinkGenerator - Class in org.grails.web.mapping
A link generator that uses a LRU cache to cache generated links.
CachingLinkGenerator(java.lang.String) - Constructor in CachingLinkGenerator
CachingPathMatchingResourcePatternResolver - Class in org.grails.core.io
Authors:
Graeme Rocher
CachingPathMatchingResourcePatternResolver(org.springframework.core.io.ResourceLoader) - Constructor in CachingPathMatchingResourcePatternResolver
calculateAllFilenames(java.lang.String, java.util.Locale) - Method in ReloadableResourceBundleMessageSource
Calculate all filenames for the given bundle basename and Locale.
calculateExpression(java.lang.String) - Method in GroovySyntaxTag
calculateFilenamesForLocale(java.lang.String, java.util.Locale) - Method in ReloadableResourceBundleMessageSource
Calculate the filenames for the given bundle basename and Locale, appending language code, country code, and variant code.
calculateLineNumbersForPage(java.lang.String) - Method in GroovyPagesTemplateEngine
Retrieves a line number matrix for the specified page that can be used to retrieve the actual line number within the GSP page if the line number within the compiled GSP is known
calculatePropertyName(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Calculates the property name including any alias paths
calculatePropertyName(java.lang.String, java.lang.String) - Method in AbstractHibernateCriterionAdapter
calculatePropertyName(java.lang.String) - Method in AbstractHibernateQuery
calculatePropertyPath(org.codehaus.groovy.ast.expr.PropertyExpression) - Method in QueryStringTransformer
calculatePropertyValue(java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Calculates the property value, converting GStrings if necessary
calculateTableForMany(org.grails.datastore.mapping.model.types.ToMany, java.lang.String) - Method in GrailsDomainBinder
Calculates the mapping table for a many-to-many.
CALENDAR_DATE - Field in HibernateCriteriaBuilder
CALENDAR - Field in HibernateCriteriaBuilder
call(java.lang.Object) - Method in AbstractClosureProxy
This is the important one: logs entry and exit of the closure call.
call(java.lang.Object) - Method in AbstractHibernateDatastore
call(java.lang.Object) - Method in BeanBuilder
call(java.lang.Object, List<?>) - Method in BeforeValidateHelper.BeforeValidateEventTriggerCaller
call() - Method in CachedGradleOperation
call() - Method in CacheEntry
call() - Method in CachingGrailsConventionGroovyPageLocator
call() - Method in CachingGroovyPageStaticResourceLocator
call() - Method in ClosureEventListener
call(java.lang.Object) - Method in ControllerActionTransformer
call(java.lang.Object) - Method in DefaultGrailsBootstrapClass
call(java.lang.Object) - Method in DefaultGrailsPlugin
call(java.lang.String, grails.plugin.json.builder.JsonOutput.JsonUnescaped) - Method in DefaultHalViewHelper.HalStreamingJsonDelegate
call(java.lang.Object, java.lang.Object) - Method in EventTriggerCaller
call(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.ast.ClassNode) - Method in GrailsAwareInjectionOperation
call(org.codehaus.groovy.control.SourceUnit) - Method in GroovyCompiler
call(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.ast.ClassNode) - Method in GroovyPageInjectionOperation
call() - Method in GroovyPageMetaInfo
call() - Method in GroovyPagesTemplateRenderer
call() - Method in GroovyPageViewResolver
call(java.lang.Object) - Method in InstanceMethodInvokingClosure
call(java.lang.Object) - Method in JspInvokeGrailsTagLibTag
call(java.lang.Object) - Method in MethodInvokingClosure
call(T) - Method in MethodSubscriber
call(java.lang.Object) - Method in NamedCriteriaProxy
call() - Method in PluginAwareResourceBundleMessageSource
call(java.lang.Object) - Method in RegexUrlMapping
call() - Method in ReloadableResourceBundleMessageSource
call() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
call(java.lang.Object) - Method in StaticMethodInvokingClosure
call(java.lang.String, java.util.Map, groovy.lang.Closure) - Method in StreamingJsonBuilder
If you use named arguments and a closure as last argument, the key/value pairs of the map (as named arguments) and the key/value pairs represented in the closure will be merged together — the closure properties overriding the map key/values in case the same key is used.
call(java.lang.String, groovy.lang.Writable) - Method in StreamingJsonBuilder.StreamingJsonDelegate
Writes an unescaped value.
call(T) - Method in Subscriber
Calls the event subscriber
call(java.lang.Object) - Method in TagBodyClosure
call(java.lang.Object) - Method in TagOutput.ConstantClosure
callable - Property in ClosureExecutingCommand
callable - Property in SynchronousPromise
callable - Property in UrlMappingMatcher.ClosureExclude
callD(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in AstMethodDispatchUtils
Make a direct method call on this object for the given name and arguments
callDestroy() - Method in DefaultGrailsBootstrapClass
callDestroy() - Method in GrailsBootstrapClass
Calls the destroy closure if one exists.
callInit() - Method in DefaultGrailsBootstrapClass
callInit() - Method in GrailsBootstrapClass
Calls the init closure if one exists.
callMethod(java.lang.String, java.lang.Object) - Method in Constrained
callRender(java.util.Map, java.lang.Object) - Method in TemplateNamespacedTagDispatcher
callSpread(groovy.lang.Closure, java.lang.Object) - Method in ClosureEventTrigger
callThisD(org.codehaus.groovy.ast.ClassNode, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in AstMethodDispatchUtils
Make a direct method call on this object for the given name and arguments
callWithDelegate(java.lang.Object, groovy.lang.Closure) - Method in DomainMarkupRendererImpl
CamelCaseUrlConverter - Class in grails.web
URL converter that allows for camel case URLs
camelCaseUrlConverter() - Method in UrlMappingsAutoConfiguration
canAdd() - Method in DependencyCustomizer
Strategy called to test if dependencies can be added.
canApplyNullableConstraint(java.lang.String, org.grails.datastore.mapping.model.PersistentProperty, grails.gorm.validation.Constrained) - Method in DefaultConstraintEvaluator
canBindOneToOneWithSingleColumnAndForeignKey(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
cancel() - Method in AbstractPersistenceEvent
cancel() - Method in AbstractSubscription
cancel(boolean) - Method in BoundPromise
cancel() - Method in ExecutionContext
Allows cancelling of the running command
cancel(boolean) - Method in GparsPromise
cancel() - Method in GrailsCli.ExecutionContextImpl
cancel(boolean) - Method in PromiseList
Synchronously obtains all the values from all the promises
cancel(boolean) - Method in PromiseMap
cancel() - Method in Subscription
Returns:
Cancel the registration
cancel(boolean) - Method in SynchronousPromise
cancelDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeDelete event on an entityAccess object and return true if the operation should be cancelled
cancelInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeInsert even on an entityAccess object and return true if the operation should be cancelled
cancelLoad(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeDelete event on an entityAccess object and return true if the operation should be cancelled
cancelUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeUpdate event on an entityAccess object and return true if the operation should be cancelled
canConvert(java.lang.Object) - Method in ByteArrayMultipartFileValueConverter
canConvert(java.lang.Object) - Method in ClosureValueConverter
canConvert(Class<?>, Class<?>) - Method in ConversionService
canConvert(java.lang.Object) - Method in CurrencyValueConverter
canConvert(java.lang.Object) - Method in DateConversionHelper
canConvert(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in DefaultConversionService
canConvert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.20
canConvert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.21
canConvert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.Jsr310DateValueConverter
canConvert(java.lang.Object) - Method in LocalDateTimeConverter
canConvert(java.lang.Object) - Method in LocaleAwareNumberConverter
canConvert(Class<?>, Class<?>) - Method in SpringConversionServiceAdapter
canConvert(java.lang.Object) - Method in TimeZoneConverter
canConvert(java.lang.Object) - Method in UUIDConverter
canConvert(java.lang.Object) - Method in ValueConverter
canCreateTransaction(org.springframework.transaction.TransactionDefinition) - Method in ChainedTransactionManager
candidate - Field in GrailsVersion
CANDIDATE_METHODS_WHERE_ONLY - Field in DetachedCriteriaTransformer
CandidateListCompletionHandler - Class in org.grails.build.interactive
Fixes issues with the default CandidateListCompletionHandler such as clearing out the whole buffer when a completion matches a list of candidates
canDirtyCheck(java.lang.Object, org.grails.datastore.mapping.engine.EntityPersister, org.hibernate.Session) - Method in GrailsEntityDirtinessStrategy
CannotRedirectException - Class in grails.web.mapping.mvc.exceptions
Thrown when the request cannot be redirected.
CannotRedirectException(java.lang.String) - Constructor in CannotRedirectException
canPropertyBeConstrained(org.grails.datastore.mapping.model.PersistentProperty) - Method in DefaultConstraintEvaluator
canRegisterPlugin(grails.plugins.GrailsPlugin) - Method in DefaultGrailsPluginManager
canUseOriginalForSubSequence(java.lang.CharSequence, int, int) - Method in CharSequences
Checks if start == 0 and count == length of CharSequence It does this check only for String, StringBuilder and StringBuffer classes which have a fast way to check length
capitalize(java.lang.String) - Method in NameUtils
Converts a property name to class name according to the JavaBean convention
capture() - Method in SystemOutErrCapturer
captureBody - Property in SitemeshTagLib
captureContent - Property in SitemeshTagLib
captureHead - Property in SitemeshTagLib
captureMeta - Property in SitemeshTagLib
captureTagContent(org.grails.buffer.GrailsPrintWriter, java.lang.String, java.util.Map, java.lang.Object, boolean, boolean) - Method in SitemeshTagLib
captureTagOutput(org.grails.taglib.TagLibraryLookup, java.lang.String, java.lang.String, java.util.Map, java.lang.Object, org.grails.taglib.encoder.OutputContext) - Method in TagOutput
captureTitle - Property in SitemeshTagLib
Card - Class in org.apache.grails.data.testing.tck.domains
Card() - Constructor in Card
card - Property in CardProfile
cardNumber - Property in Card
CardProfile - Class in org.apache.grails.data.testing.tck.domains
CardProfile() - Constructor in CardProfile
CASCADE_ALL_DELETE_ORPHAN - Field in GrailsDomainBinder
CASCADE_ALL - Field in GrailsDomainBinder
CASCADE_NONE - Field in GrailsDomainBinder
cascade - Property in Property
Cascading strategy for this property.
CASCADE_SAVE_UPDATE - Field in GrailsDomainBinder
cascadeAfterDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, java.lang.Object) - Method in NativeEntryEntityPersister
Delete many-to-ones after owner delete.
cascadeBeforeDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, java.lang.Object) - Method in NativeEntryEntityPersister
Delete collections before owner delete.
cascadeDeleteCollection(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
cascadeDeleteCollection(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in NativeEntryEntityPersister
cascades - Property in Property
For specifying the cascade type using CascadeType
cascadeToAssociativeProperty(java.lang.Object, org.springframework.validation.Errors, org.grails.datastore.mapping.reflect.EntityReflector, org.grails.datastore.mapping.model.types.Association, java.util.Set) - Method in PersistentEntityValidator
Cascades validation onto an associative property maybe a one-to-many, one-to-one or many-to-one relationship.
cascadeValidate - Property in Property
Cascade validation for associations that are not owned by the parent entity.
CascadeValidateType - Enum in org.grails.datastore.mapping.validation
Defines a set of cascade validation options that are propagated to the associated entity.
cascadeValidationToMany(java.lang.Object, java.lang.String, org.grails.datastore.mapping.model.types.Association, org.springframework.validation.Errors, org.grails.datastore.mapping.reflect.EntityReflector, java.util.Set) - Method in PersistentEntityValidator
Cascades validation to a one-to-many type relationship.
cascadeValidationToOne(java.lang.Object, java.lang.String, org.grails.datastore.mapping.model.types.Association, org.springframework.validation.Errors, org.grails.datastore.mapping.reflect.EntityReflector, java.lang.Object, java.lang.Object, java.util.Set) - Method in PersistentEntityValidator
Cascades validation to a one-to-one or many-to-one property.
CascadingValidator - Interface in org.grails.datastore.gorm.validation
Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations.
catalog - Property in Table
The table catalog
CATEGORY_SEPARATOR - Field in GrailsConsole
center - Property in Circle
The center of the circle
CENTER_OPERATOR - Field in MongoQuery
center - Property in Sphere
The center of there sphere
CENTER_SPHERE_OPERATOR - Field in MongoQuery
chain(java.util.Map) - Method in ResponseRedirector
Chains from one action to another via an HTTP redirect.
chainAllButLastEncoders(org.grails.encoder.EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
chainAllEncoders(org.grails.encoder.EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
ChainedConverterConfiguration - Class in org.grails.web.converters.configuration
An immutable ConverterConfiguration which chains the lookup calls for ObjectMarshallers for performance reasons.
ChainedConverterConfiguration.ChainedObjectMarshaller - Class in org.grails.web.converters.configuration
ChainedConverterConfiguration(ConverterConfiguration<C>, grails.core.support.proxy.ProxyHandler) - Constructor in ChainedConverterConfiguration
ChainedDecoder - Class in org.grails.encoder
ChainedDecoder(org.grails.encoder.Decoder) - Constructor in ChainedDecoder
ChainedEncoder - Class in org.grails.encoder
ChainedEncoder(org.grails.encoder.StreamingEncoder, boolean) - Constructor in ChainedEncoder
ChainedEncoders - Class in org.grails.encoder
ChainedObjectMarshaller(ObjectMarshaller<C>, ChainedObjectMarshaller<C>) - Constructor in ChainedConverterConfiguration.ChainedObjectMarshaller
ChainedTransactionManager - Class in org.grails.transaction
PlatformTransactionManager implementation that orchestrates transaction creation, commits and rollbacks to a list of delegates.
ChainedTransactionManager(org.springframework.transaction.PlatformTransactionManager) - Constructor in ChainedTransactionManager
Creates a new ChainedTransactionManager delegating to the given PlatformTransactionManagers.
ChainedTransactionManagerPostProcessor - Class in org.grails.transaction
A BeanDefinitionRegistryPostProcessor for using the "Best Effort 1 Phase Commit" (BE1PC) in Grails applications when there are multiple data sources.
ChainedTransactionManagerPostProcessor() - Constructor in ChainedTransactionManagerPostProcessor
chainEncode(org.grails.encoder.StreamEncodeable, org.grails.encoder.EncodedAppender, List<Encoder>) - Method in ChainedEncoders
chainEncodersAndCachePerThread(org.grails.encoder.EncodedAppender) - Method in ChainedEncoder
chainStreamingEncode(org.grails.encoder.StreamEncodeable, org.grails.encoder.EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
changeClosure - Property in GroovyChange
changeClosureCalled - Property in GroovyChange
changeItVariable(java.lang.Object) - Method in GroovyPage
changeLog - Property in GroovyPrecondition
ChangelogXml2Groovy - Class in org.grails.plugins.databasemigration.liquibase
Generates a Groovy DSL version of a Liquibase XML changelog.
ChangelogXml2Groovy() - Constructor in ChangelogXml2Groovy
changeSet - Property in GroovyPrecondition
CHAR_ARRAY - Field in HibernateCriteriaBuilder
char(java.lang.String, java.lang.Character) - Method in DelegatingParameters
char(java.lang.String, java.lang.Character) - Method in EmptyParameters
char(java.lang.String, java.lang.Character) - Method in Parameters
Obtains the value of a parameter as a character
char(java.lang.String, java.lang.Integer) - Method in TypeConvertingMap
CHARACTER_ARRAY - Field in HibernateCriteriaBuilder
CHARACTER_ENCODING_FILTER - Enum Constant in GrailsFilters
CHARACTER - Field in HibernateCriteriaBuilder
characterEncoding - Property in TestRequestConfigurer
characterEncodingFilter() - Method in ControllersAutoConfiguration
characters(char[], int, int) - Method in FindLastReleaseHandler
characters(char[], int, int) - Method in FindLastSnapshotHandler
characters(java.lang.String) - Method in PrettyPrintXMLStreamWriter
characters(java.lang.String) - Method in XMLStreamWriter
CharArrayAccessible - Interface in org.grails.charsequences
Marker interface for telling that the underlying char array is directly accessible
charAt(int) - Method in JsonOutput.JsonWritable
charAt(int) - Method in StreamCharBuffer
chars(java.lang.String) - Method in XML
CharSequences - Class in org.grails.charsequences
Utility functions for handling java.lang.CharSequence instances
check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet, liquibase.changelog.visitor.ChangeExecListener) - Method in GroovyPrecondition
checkBox - Property in FormTagLib
A helper tag for creating checkboxes.
checkClosure - Property in GroovyPrecondition
checkError() - Method in DevNullPrintStream
checkError() - Method in GrailsPrintWriter
Flush the stream if it's not closed and check its error state.
checkError() - Method in GrailsPrintWriterAdapter
checkError() - Method in GrailsRoutablePrintWriter
checkForChanges() - Method in AbstractGrailsPlugin
checkForChanges() - Method in DefaultGrailsPluginManager
deprecated:
Replaced by agent-based reloading, will be removed in a future version of Grails
checkForChanges() - Method in GrailsPluginManager
Checks all the plugins to see whether they have any changes
checkForChanges() - Method in MockGrailsPluginManager
checkHasSingleColumn() - Method in PropertyConfig
checkIfAtAnUnexpectedPage(geb.Page) - Method in BrowserDelegate
Delegates to geb.Browser#checkIfAtAnUnexpectedPage(Page[]).
checkIfReloadableResourceHasChanged(PrivilegedAction<Resource>) - Method in GroovyPageMetaInfo
checkInitialised() - Method in AbstractGrailsPluginManager
checkInitialized() - Method in JspTagImpl
checkMultipart(jakarta.servlet.http.HttpServletRequest) - Method in GrailsDispatcherServlet
checkState() - Method in AbstractConstraint
checksumString - Property in GroovyChange
Child - Class in org.apache.grails.data.testing.tck.domains
Child() - Constructor in Child
child - Property in TestEntity
ChildEntity - Class in org.apache.grails.data.testing.tck.domains
Authors:
graemerocher
ChildEntity() - Constructor in ChildEntity
children - Property in Parent
childType - Field in AbstractPersistentCollection
Circle - Class in grails.mongodb.geo
Represents a circle with the radius specified in the unit of the coordinate system
Circle(grails.mongodb.geo.Point, double) - Constructor in Circle
Construct a circle for the given center Point and radius
CircleType - Class in org.grails.datastore.gorm.mongo.geo
A custom type for persisting Circle instances
CircleType() - Constructor in CircleType
CircularOneToManySpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
CircularOneToManySpec() - Constructor in CircularOneToManySpec
circularReferenceBehaviour - Field in JSON
City - Class in org.apache.grails.data.testing.tck.domains
City() - Constructor in City
CLASS - Field in HibernateCriteriaBuilder
CLASS_NAME - Field in ExecuteStep
CLASS_RESOURCE_PATTERN - Field in Settings
Pattern to use for class scanning
ClassAndMimeTypeRegistry - Class in org.grails.web.util
Abstract class for class that maintains a registry of mappings MimeType,Class and a particular object type.
ClassAndMimeTypeRegistry.1 - Class in org.grails.web.util
ClassAndMimeTypeRegistry.1() - Constructor in ClassAndMimeTypeRegistry.1
ClassAndMimeTypeRegistry() - Constructor in ClassAndMimeTypeRegistry
ClassConversionException(java.lang.String, Class<?>, java.lang.Exception) - Constructor in NavigableMapConfig.ClassConversionException
ClassEditor - Class in org.grails.core.support
Converts Strings to Class references for Spring.
ClassEditor(java.lang.Object) - Constructor in ClassEditor
classes - Property in GrailsApplicationPostProcessor
classes() - Method in GrailsAutoConfiguration
Returns:
The classes that constitute the Grails application
classes - Field in GrailsTestConfiguration
See Also:
ContextConfiguration#classes()#classes()
Default:
{}
classesDir - Property in ExecutionContext
The classes directory of the project
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 - Field in AbstractDatastoreInitializer
classLoader - Field in AbstractGrailsApplication
classLoader - Field in AbstractHibernateGormInstanceApi
classLoader - Field in AbstractHibernateGormValidationApi
classLoader - Field in AbstractProfile
classLoader - Field in AnnotationMetadataReadingVisitor
classLoader - Property in ClasspathCommandResourceResolver
classLoader - Property in ClasspathEntityScanner
The classloader to use
classLoader(grails.core.GrailsApplication) - Method in CoreAutoConfiguration
classLoader - Field in DefaultRuntimeSpringConfiguration
classLoader - Property in GenericGroovyTemplateResolver
The class loader to use for template loading in production mode
classLoader - Property in GroovyPageCompiler
classLoader - Field in HibernateGormStaticApi
classLoader - Field in HibernateMappingContextSessionFactoryBean
classLoader - Property in JspTagImpl
classLoader - Property in MavenProfileRepository
classLoader - Field in MethodMetadataReadingVisitor
classLoader - Field in NavigableMapConfig
classLoader - Property in ResolvableGroovyTemplateEngine
The class loader to use
classLoader - Property in TagLibraryResolverImpl
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(java.lang.ClassLoader) - Constructor in ClassLoaderAwareBeanPostProcessor
ClassMapping - Interface in org.grails.datastore.mapping.model
A class mapping is a mapping between a class and some external form such as a table, column family, or document (depending on the underlying data store).
classMapping - Field in NativeEntryEntityPersister
className(org.springframework.core.io.Resource) - Method in FileSystemInteraction
The class name of the given resource
className(org.springframework.core.io.Resource) - Method in FileSystemInteractionImpl
The class name of the given resource
className - Property in HibernateMappingBuilder
ClassNameCompleter - Class in org.grails.cli.interactive.completers
A completer that completes class names
ClassNameCompleter(java.io.File) - Constructor in ClassNameCompleter
classNameToPluginMap - Field in AbstractGrailsPluginManager
classNameToResourceCache - Field in DefaultResourceLocator
classNameToResourceCache - Field in ResourceLocator
classNode - Property in ViewsTransform.ModelTypesVisitor
classpath - Property in GroovyPageCompilerTask
CLASSPATH_URL_PREFIX - Field in ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:".
ClasspathBuildAction - Class in org.grails.cli.gradle
Gets the EclipseProject which helps obtain the classpath necessary
ClasspathBuildAction() - Constructor in ClasspathBuildAction
ClasspathCommandResourceResolver - Class in org.grails.cli.profile.commands.factory
A CommandResourceResolver that resolves commands from the classpath under the directory META-INF/commands
ClasspathCommandResourceResolver(Collection<String>) - Constructor in ClasspathCommandResourceResolver
ClasspathEntityScanner - Class in org.grails.datastore.gorm.utils
Utility class for scanning the classpath for entities
ClasspathEntityScanner() - Constructor in ClasspathEntityScanner
ClassPathScanner - Class in grails.boot.config.tools
Used to scan for classes on the classpath in the most efficient manner possible.
ClassPathScanner() - Constructor in ClassPathScanner
ClassPropertyFetcher - Class in org.grails.datastore.mapping.reflect
Reads the properties of a class in an optimized manner avoiding exceptions.
ClassRelativeResourcePatternResolver - Class in org.grails.core.support.internal.tools
Attempts to limit classpath searching to only locations relative to the given class
ClassRelativeResourcePatternResolver(java.lang.Class) - Constructor in ClassRelativeResourcePatternResolver
classSearchDirectories - Field in DefaultResourceLocator
classSearchDirectories - Field in ResourceLocator
classShortName - Field in AbstractConstraint
ClassUtils - Class in org.grails.datastore.mapping.reflect
Helper methods for dealing with classes and reflection
ClassWithHungarianNotation - Class in org.apache.grails.data.testing.tck.domains
Authors:
sdelamo
ClassWithHungarianNotation() - Constructor in ClassWithHungarianNotation
ClassWithListArgBeforeValidate - Class in org.apache.grails.data.testing.tck.domains
ClassWithListArgBeforeValidate() - Constructor in ClassWithListArgBeforeValidate
ClassWithNoArgBeforeValidate - Class in org.apache.grails.data.testing.tck.domains
ClassWithNoArgBeforeValidate() - Constructor in ClassWithNoArgBeforeValidate
ClassWithOverloadedBeforeValidate - Class in org.apache.grails.data.testing.tck.domains
ClassWithOverloadedBeforeValidate() - Constructor in ClassWithOverloadedBeforeValidate
clazz - Property in DefaultRendererRegistry.ContainerRendererCacheKey
clazz - Property in DefaultRendererRegistry.RendererCacheKey
clean() - Method in MetaClassRegistryCleaner
cleanAndRemove(grails.build.support.MetaClassRegistryCleaner) - Method in MetaClassRegistryCleaner
cleanlyExit(int) - Method in GrailsConsole
cleanRegistry() - Method in GrailsDataTckManager
cleanReportGroupDir() - Method in BrowserDelegate
Delegates to geb.Browser#cleanReportGroupDir().
cleanup() - Method in DomainEventsSpec
cleanup() - Method in GrailsDataTckManager
cleanup() - Method in GrailsDataTckSpec
cleanup() - Method in GroovyPage
cleanup() - Method in HibernateSpec
cleanup() - Method in MongoSpec
cleanup(grails.testing.web.GrailsWebUnitTest) - Method in WebCleanupInterceptor
CleanupContextInterceptor - Class in org.grails.testing.spock
CleanupContextInterceptor() - Constructor in CleanupContextInterceptor
cleanupContextInterceptor - Property in TestingSupportExtension
cleanupDataTest(grails.testing.gorm.DataTest) - Method in DataTestCleanupInterceptor
cleanupGrailsApplication() - Method in GrailsUnitTest
cleanupIncludeRequestAttributes(jakarta.servlet.http.HttpServletRequest, Map<String,Object>) - Method in WebUtils
cleanupSpec() - Method in GrailsDataTckManager
cleanupSpec() - Method in GrailsDataTckSpec
clear() - Method in AbstractDatastorePersistenceContextInterceptor
clear(java.lang.Object) - Method in AbstractHibernateSession
clear() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
clear() - Method in AbstractPersistentCollection
clear(java.lang.Object) - Method in AbstractSession
clear() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
clear() - Method in AbstractTypeConvertingMap
clear() - Method in AggregatePersistenceContextInterceptor
clear() - Method in CodeGenConfig
clear() - Method in CompositeConfig
clear() - Method in ConvertersConfigurationHolder
clear() - Method in DefaultGrailsApplication
Clears the application returning it to an empty state.
clear() - Method in DefaultGroovyPagesUriService
clear() - Method in DeferredBindingActions
clear() - Method in DirtyCheckingCollection
clear() - Method in DirtyCheckingMap
clear() - Method in EncodingStateRegistryLookupHolder
clear() - Method in GPathResultMap
clear() - Method in GrailsConcurrentLinkedMapCache
clear() - Method in GrailsFlashScope
clear() - Method in GrailsHibernateTemplate
clear() - Method in GroovyPagesUriService
clear() - Method in GroovyPagesUriSupport
clear() - Method in HibernatePersistenceContextInterceptor
clear() - Method in Holders
clear() - Method in IHibernateTemplate
clear() - Method in JSONArray
clear() - Method in JSONObject
clear() - Method in JspWriterDelegate
clear() - Method in LazyBeanMap
clear() - Method in LazyMetaPropertyMap
throws:
UnsupportedOperationException
clear() - Method in NavigableMap
clear() - Method in NavigableMap.NullSafeNavigator
clear() - Method in NavigableMapConfig
clear() - Method in NullPersistentContextInterceptor
clear() - Method in PagedResultList
clear() - Method in PersistenceContextInterceptor
Clear any pending changes.
clear() - Method in PrefixedConfig
clear() - Method in PropertyResolverMap
clear(java.lang.Object) - Method in Session
Clear a specific object
clear() - Method in StreamByteBuffer
clear() - Method in StreamCharBuffer
Clears the buffer and notifies the parents of this buffer of the change.
clear() - Method in UrlCreatorCache
clearAllCaches() - Method in GrailsCacheAdminService
clearAtStartup - Property in CachePluginConfiguration
clearAttributes() - Method in GrailsMockHttpServletRequest
clearBlocksCache() - Method in GrailsCacheAdminService
clearBuffer() - Method in JspWriterDelegate
clearCache() - Method in CachingLinkGenerator
clearCache() - Method in ClassPropertyFetcher
deprecated:
Does nothing, no longer needed
clearCache(java.lang.CharSequence) - Method in GrailsCacheAdminService
clearCache() - Method in GroovyPagesTemplateRenderer
clearCache() - Method in GroovyPageViewResolver
clearCache() - Method in ReloadableResourceBundleMessageSource
Clear the resource bundle cache.
clearCachedState() - Method in AbstractGrailsArtefactTransformer
clearCacheIncludingAncestors() - Method in ReloadableResourceBundleMessageSource
Clear the resource bundle caches of this MessageSource and all its ancestors.
clearCookies() - Method in BrowserDelegate
Delegates to geb.Browser#clearCookies().
clearCookiesQuietly() - Method in BrowserDelegate
Delegates to geb.Browser#clearCookiesQuietly().
clearData() - Method in SimpleMapDatastore
clearDefaultConstraints() - Method in ConstraintEvalUtils
clearError() - Method in DevNullPrintStream
clearErrors() - Method in GormValidateable
Clears any errors that exist on an instance
clearErrors(D) - Method in GormValidationApi
Clears any errors that exist on an instance
clearErrors() - Method in Validateable
Clear the errors
clearEventConsumers(java.lang.Object) - Method in Events
Clears event consumers for the given key
clearGrailsWebRequest() - Method in WebUtils
Removes any GrailsWebRequest instance from the current request.
clearJdbcDriverRegistrations() - Method in DataSourceUtils
clearMappingCache(Class<?>) - Method in AbstractGrailsDomainBinder
clearMappingCache(Class<?>) - Method in GrailsDomainBinder
clearPageCache() - Method in GroovyPagesTemplateEngine
Clears the page cache.
clearPendingOperations() - Method in AbstractSession
clearReflectors() - Method in FieldEntityAccess
clearSession() - Method in InheritanceSpec
clearSessionProperty(java.lang.String) - Method in AbstractAttributeStoringSession
Clear a property in a session.
clearSessionProperty(java.lang.String) - Method in Session
Clear a property in a session.
clearTemplatesCache() - Method in GrailsCacheAdminService
clearWebStorage() - Method in BrowserDelegate
Delegates to geb.Browser#clearWebStorage().
clearWebStorageQuietly() - Method in BrowserDelegate
Delegates to geb.Browser#clearWebStorageQuietly().
CLI_COMBINED_PROJECT_NAME - Field in GrailsWrapperHome
clientOptionsBuilder - Property in MongoConnectionSourceFactory
The client options builder
clientOptionsBuilder - Property in MongoConnectionSourceSettingsBuilder
cliParser - Property in ArgumentCompletingCommand
cliParser - Property in GrailsCli
cliParser - Property in HelpCommand
CLOB - Field in HibernateCriteriaBuilder
clockProvider(jakarta.validation.ClockProvider) - Method in GormValidatorFactoryAdapter.GormValidatorContext
clone() - Method in AbstractDetachedCriteria
clone() - Method in CodeGenConfig
clone() - Method in DetachedCriteria
clone() - Method in GrailsParameterMap
clone() - Method in GrailsPrintWriter
clone() - Method in GroovyPageAttributes
clone() - Method in GroovyPageTemplate
clone() - Method in HibernateQuery
clone() - Method in JSONArray
clone() - Method in NavigableMap
clone() - Method in Property
clone() - Method in PropertyConfig
clone() - Method in Query
clone() - Method in StreamCharBuffer
clone() - Method in TypeConvertingMap
cloneAnnotation(org.codehaus.groovy.ast.AnnotationNode) - Method in AstUtils
cloneAnnotation(org.codehaus.groovy.ast.AnnotationNode) - Method in GrailsASTUtils
cloneDelegateAndGetContent(java.io.Writer, groovy.lang.Closure, boolean) - Method in StreamingJsonBuilder.StreamingJsonDelegate
cloneGlobalConstraint() - Method in Entity
cloneGlobalConstraint() - Method in Mapping
close() - Method in AbstractConnectionSources
close() - Method in AbstractHibernateDatastore
close() - Method in ActorEventBus
CLOSE_BRACE - Field in JsonOutput
CLOSE_BRACKET - Field in JsonOutput
close() - Method in BrowserDelegate
Delegates to geb.Browser#close().
close() - Method in CachedThreadPoolPromiseFactory
close() - Method in DataSourceConnectionSource
close() - Method in DefaultConnectionSource
close() - Method in DevNullPrintStream
close() - Method in EmbeddedJarResourceAccessor
close() - Method in EncodedAppender
close() - Method in EncodedAppenderWriter
close() - Method in GormEnhancer
Closes the enhancer clearing any stored static state
close() - Method in GormValidatorFactoryAdapter
close() - Method in GrailsPrintWriter
close() - Method in GrailsPrintWriterAdapter
close() - Method in GrailsRoutablePrintWriter
close() - Method in GSPResponseWriter
Close the stream.
close() - Method in HibernateConnectionSource
close() - Method in JakartaValidatorRegistry
close() - Method in JspWriterDelegate
close() - Method in ModelRecordingCache
close() - Method in MongoDatastore
close() - Method in MongoQuery.AggregatedResultList
close() - Method in MongoQuery.MongoResultList
close() - Method in MultiTenantConnection
close() - Method in SimpleMapDatastore
close() - Method in StreamCharBuffer.StreamCharBufferReader
close() - Method in StreamCharBuffer.StreamCharBufferWriter
close() - Method in StreamingEncoderEncodedAppender
close() - Method in SystemOutErrCapturer
close() - Method in WriterEncodedAppender
closed - Field in DefaultConnectionSource
closeResources(java.sql.Connection) - Method in GroovyChange.1
closeResources(java.sql.Connection) - Method in GroovyPrecondition.1
closeSession() - Method in AbstractHibernateCriteriaBuilder
Closes the session if it is copen
closeSession(org.grails.datastore.mapping.core.Session) - Method in DatastoreUtils
Perform actual closing of the Session, catching and logging any cleanup exceptions thrown.
closeSession() - Method in HibernateCriteriaBuilder
Closes the session if it is copen
closeSessionOrRegisterDeferredClose(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Close the given Session or register it for deferred close.
CloseSuppressingInvocationHandler(org.hibernate.Session) - Constructor in GrailsHibernateTemplate.CloseSuppressingInvocationHandler
closure - Field in DefaultJsonGenerator.ClosureConverter
CLOSURE_MARKER - Field in DefaultResourceLocator
CLOSURE_MARKER - Field in ResourceLocator
ClosureClassIgnoringComponentScanBeanDefinitionParser - Class in org.grails.spring.context.annotation
Extends Spring's default <context:component-scan/> element to ignore generated classes.
ClosureCompleter - Class in org.grails.cli.interactive.completers
Authors:
Graeme Rocher
ClosureCompleter(Closure<Collection<String>>) - Constructor in ClosureCompleter
ClosureConverter(Class<?>, Closure<?>) - Constructor in DefaultJsonGenerator.ClosureConverter
ClosureEventListener - Class in org.grails.orm.hibernate.support
ClosureEventListener(org.grails.datastore.mapping.model.PersistentEntity, boolean, java.util.List) - Constructor in ClosureEventListener
ClosureEventTrigger - Class in org.grails.events
Triggers an event
ClosureEventTrigger(Event<T>, groovy.lang.Closure, groovy.lang.Closure) - Constructor in ClosureEventTrigger
ClosureEventTriggeringInterceptor - Class in org.grails.orm.hibernate.support
Listens for Hibernate events and publishes corresponding Datastore events.
closureEventTriggeringInterceptorClass - Property in HibernateConnectionSourceSettings.HibernateSettings
A subclass of AbstractClosureEventTriggeringInterceptor
ClosureExclude(grails.artefact.Interceptor, Closure<Boolean>) - Constructor in UrlMappingMatcher.ClosureExclude
ClosureExecutingCommand - Class in org.grails.cli.profile.commands
A command that executes a closure
ClosureExecutingCommand(java.lang.String, groovy.lang.Closure) - Constructor in ClosureExecutingCommand
ClosureObjectMarshaller - Class in org.grails.web.converters.marshaller
ObjectMarshaller that delegates the conversion logic to the supplied closure
ClosureObjectMarshaller(Class<?>, groovy.lang.Closure) - Constructor in ClosureObjectMarshaller
ClosureSubscription - Class in org.grails.events.registry
A subscription via a Closure
ClosureSubscription(java.lang.CharSequence, Map<CharSequence, Collection<Subscription>>, groovy.lang.Closure) - Constructor in ClosureSubscription
ClosureToMapPopulator - Class in org.grails.datastore.mapping.reflect
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 in ClosureToMapPopulator
ClosureValueConverter - Class in org.grails.databinding
Authors:
Jeff Brown
ClosureValueConverter() - Constructor in ClosureValueConverter
ClosureValueInitializer - Class in org.grails.databinding
ClosureValueInitializer() - Constructor in ClosureValueInitializer
code - Field in BindingFormat
Default:
""
code - Property in Location
codec - Property in CodecCustomTypeMarshaller
CODEC - Field in DefaultGrailsCodecClass
CODEC_DIRECTIVE_POSTFIX - Field in GroovyPageParser
CODEC_ENGINE - Field in MongoConstants
CODEC_ENGINE - Field in MongoDatastore
CODEC_VARNAME - Field in GroovyPage
CodecArtefactHandler - Class in org.grails.commons
Authors:
Marc Palmer (marc@anyware.co.uk)
CodecArtefactHandler() - Constructor in CodecArtefactHandler
CodecCustomTypeMarshaller - Class in org.grails.datastore.bson.codecs
Custom type handler for types that have codecs
CodecCustomTypeMarshaller(org.bson.codecs.Codec, org.grails.datastore.mapping.model.MappingContext) - Constructor in CodecCustomTypeMarshaller
codecEngine - Field in MongoDatastore
CodecExtensions - Class in org.grails.datastore.bson.codecs
Additional Codec extensions.
CodecExtensions.1 - Class in org.grails.datastore.bson.codecs
CodecExtensions.10 - Class in org.grails.datastore.bson.codecs
CodecExtensions.10() - Constructor in CodecExtensions.10
CodecExtensions.11 - Class in org.grails.datastore.bson.codecs
CodecExtensions.11() - Constructor in CodecExtensions.11
CodecExtensions.12 - Class in org.grails.datastore.bson.codecs
CodecExtensions.12() - Constructor in CodecExtensions.12
CodecExtensions.13 - Class in org.grails.datastore.bson.codecs
CodecExtensions.13() - Constructor in CodecExtensions.13
CodecExtensions.14 - Class in org.grails.datastore.bson.codecs
CodecExtensions.14() - Constructor in CodecExtensions.14
CodecExtensions.15 - Class in org.grails.datastore.bson.codecs
CodecExtensions.15() - Constructor in CodecExtensions.15
CodecExtensions.16 - Class in org.grails.datastore.bson.codecs
CodecExtensions.16() - Constructor in CodecExtensions.16
CodecExtensions.17 - Class in org.grails.datastore.bson.codecs
CodecExtensions.17() - Constructor in CodecExtensions.17
CodecExtensions.18 - Class in org.grails.datastore.bson.codecs
CodecExtensions.18() - Constructor in CodecExtensions.18
CodecExtensions.1() - Constructor in CodecExtensions.1
CodecExtensions.2 - Class in org.grails.datastore.bson.codecs
CodecExtensions.2() - Constructor in CodecExtensions.2
CodecExtensions.3 - Class in org.grails.datastore.bson.codecs
CodecExtensions.3() - Constructor in CodecExtensions.3
CodecExtensions.4 - Class in org.grails.datastore.bson.codecs
CodecExtensions.4() - Constructor in CodecExtensions.4
CodecExtensions.5 - Class in org.grails.datastore.bson.codecs
CodecExtensions.5() - Constructor in CodecExtensions.5
CodecExtensions.6 - Class in org.grails.datastore.bson.codecs
CodecExtensions.6() - Constructor in CodecExtensions.6
CodecExtensions.7 - Class in org.grails.datastore.bson.codecs
CodecExtensions.7() - Constructor in CodecExtensions.7
CodecExtensions.8 - Class in org.grails.datastore.bson.codecs
CodecExtensions.8() - Constructor in CodecExtensions.8
CodecExtensions.9 - Class in org.grails.datastore.bson.codecs
CodecExtensions.9() - Constructor in CodecExtensions.9
CodecExtensions.CurrencyCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.CurrencyCodec() - Constructor in CodecExtensions.CurrencyCodec
CodecExtensions.GStringCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.GStringCodec() - Constructor in CodecExtensions.GStringCodec
CodecExtensions.IntRangeCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.IntRangeCodec() - Constructor in CodecExtensions.IntRangeCodec
CodecExtensions.ListCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.ListCodec() - Constructor in CodecExtensions.ListCodec
CodecExtensions.LocaleCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.LocaleCodec() - Constructor in CodecExtensions.LocaleCodec
CodecExtensions.MapCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.MapCodec() - Constructor in CodecExtensions.MapCodec
CodecExtensions() - Constructor in CodecExtensions
CodecFactory - Interface in org.grails.encoder
This interface can be used to tell that a Grails Codec class should use these methods for creating the encoder and decoder instances instead of using conventional encode/decode methods.
codecFactoryClasses - Property in StandaloneCodecLookup
CodecIdentifier - Interface in org.grails.encoder
Information about the codec that identifies it and tells it's aliases.
codecIdentifier - Field in AbstractCharReplacementEncoder
codecIdentifier - Field in ChainedDecoder
CodecIdentifierProvider - Interface in org.grails.encoder
Marker interface that tells that the instance has information about the Codec Encoder and Decoder interfaces extend this interface.
CodecLookup - Interface in org.grails.encoder
codecLookup(grails.core.GrailsApplication) - Method in CodecsConfiguration
codecLookup - Property in FormatTagLib
codecLookup - Property in FormTagLib
codecLookup - Property in RenderTagLib
codecLookup - Property in SitemeshTagLib
codecLookup - Property in UrlMappingTagLib
codecLookup - Property in ValidationTagLib
CodecLookupHelper - Class in org.grails.encoder
CodecMetaClassSupport - Class in org.grails.encoder
Helper methods for Codec metaclass operations.
CodecMetaClassSupport() - Constructor in CodecMetaClassSupport
CodecPrintWriter - Class in org.grails.buffer
CodecPrintWriter(java.io.Writer, org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry, boolean) - Constructor in CodecPrintWriter
codecRegistry - Property in AbstractMongoConnectionSourceSettings
An additional codec registry
codecRegistry - Property in BsonPersistentEntityCodec
codecRegistry - Property in CodecExtensions.ListCodec
codecRegistry - Property in CodecExtensions.MapCodec
codecRegistry - Property in CodecRegistryEmbeddedQueryEncoder
codecRegistry - Property in MongoConnectionSourceFactory
An optional additional registry
codecRegistry - Field in MongoDatastore
CodecRegistryAware - Interface in org.grails.datastore.bson.codecs
Can be implemented by codecs to be made aware of the registry
CodecRegistryEmbeddedQueryEncoder - Class in org.grails.datastore.bson.query
Default embedded encoder that uses the codec registry
CodecRegistryEmbeddedQueryEncoder(org.bson.codecs.configuration.CodecRegistry) - Constructor in CodecRegistryEmbeddedQueryEncoder
CodecRegistryProvider - Interface in org.grails.datastore.bson.codecs
An interface for objects that provide a codec registry
codecs - Property in AbstractMongoConnectionSourceSettings
Custom MongoDB codecs
codecs - Property in MongoConnectionSourceFactory
Optional additional codecs
CodecsConfiguration - Class in org.grails.plugins.codecs
Beans for Codecs
CodecsGrailsPlugin - Class in org.grails.plugins.codecs
Configures pluggable codecs.
CodecsGrailsPlugin() - Constructor in CodecsGrailsPlugin
CodeGenConfig - Class in org.grails.config
A ConfigMap implementation used at codegen time
CodeGenConfig(Map<String, Object>) - Constructor in CodeGenConfig
CodeSnippetPrinter - Interface in org.grails.exceptions.reporting
Interfaces for classes to implement that print code snippets
collectAndOrderGormTransformations(org.codehaus.groovy.ast.AnnotatedNode) - Method in OrderedGormTransformation
collectControllerMapping(grails.web.mapping.UrlMappingInfo) - Method in AbstractGrailsControllerUrlMappings
collectControllerMappings(grails.web.mapping.UrlMappingInfo) - Method in AbstractGrailsControllerUrlMappings
Collection - Class in org.grails.datastore.mapping.document.config
Configures how an entity is mapped onto a Document collection
collection - Field in AbstractPersistentCollection
collection - Property in Collection
The name of the collection
CollectionDataBindingSource - Interface in grails.databinding
CollectionMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
collectionName - Property in HalJsonRenderer
collectionToObjectArray(java.util.Collection) - Method in GrailsClassUtils
Convenience method for converting a collection to an Object[]
collectionToString(java.util.Collection) - Method in JSONObject
collectMappedClasses(java.lang.String) - Method in AbstractDatastoreInitializer
COLON - Field in JsonOutput
color - Property in Product
column - Property in DiscriminatorConfig
The column configuration
column - Property in Identity
The column to map to
column - Property in JoinTable
The child id column
column(java.lang.String) - Method in PropertyConfig
Configure a column
column(java.util.Map) - Method in PropertyDefinitionDelegate
column - Field in SimpleCharStream
ColumnConfig - Class in org.grails.orm.hibernate.cfg
Defines a column within the mapping.
ColumnConfig() - Constructor in ColumnConfig
ColumnDatastore - Interface in org.grails.datastore.mapping.column
Authors:
Guillaume Laforge
columns(groovy.lang.Closure) - Method in HibernateMappingBuilder
columns - Property in Mapping
The configuration for each property
columns - Property in PropertyConfig
The columns
combine(java.lang.String, java.lang.String) - Method in AntPathMatcher
Combines two patterns into a new pattern that is returned.
CombinedCodecIdentifier - Class in org.grails.encoder
COMMA - Field in JsonOutput
comma - Field in JSONWriter
The comma flag determines if a comma should be output before the next value.
comma() - Method in PathCapturingJSONWriterWrapper
Command - Interface in org.grails.cli.profile
An interface that represents a command to be executed by the Grails command line.
command - Property in AbstractStep
COMMAND_NAME - Field in GroovyDiffToChangeLogCommandStep
COMMAND_NAME - Field in GroovyGenerateChangeLogCommandStep
CommandCancellationListener - Interface in org.grails.cli.profile
A listener for listening for cancellation of Command executions
commandCancelled() - Method in CommandCancellationListener
Fired when a Command is cancelled
CommandCompleter - Class in org.grails.cli.profile.commands
A completer for commands
CommandCompleter(Collection<Command>) - Constructor in CommandCompleter
CommandEvents - Trait in org.grails.cli.profile.commands.events
Allows for listening and reacting to events triggered by other commands
CommandException - Class in org.grails.cli.profile
Authors:
Graeme Rocher
CommandException.Option - Enum in org.grails.cli.command
Specific options understood by the CommandRunner.
CommandException() - Constructor in CommandException
CommandFactory - Interface in org.grails.cli.profile.commands.factory
Factory for the creation of Command instances
commandLine - Property in DatabaseMigrationCommand
commandLine - Property in ExecutionContext
The command line instance
commandLine - Property in GrailsCli.ExecutionContextImpl
CommandLineHelper - Trait in grails.plugin.scaffolding
CommandLineResourceLoader - Class in org.grails.dev.support
Loads locations starting with /WEB-INF from the Grails web-app directory.
commandName - Property in GrailsApplicationContextCommandRunner
commandObjects - Field in Action
Default:
{}
CommandRegistry - Class in org.grails.cli.profile.commands
Registry of available commands
CommandRegistry() - Constructor in CommandRegistry
CommandResourceResolver - Interface in org.grails.cli.profile.commands.factory
Since:
3.0
CommandRunner - Class in org.grails.cli.command
Main class used to run org.springframework.boot.cli.command.Commands.
CommandRunner(java.lang.String) - Constructor in CommandRunner
Create a new CommandRunner instance.
commands - Property in CommandCompleter
commandsByName - Field in AbstractProfile
comment - Property in ColumnConfig
A comment to apply to the column
comment(java.lang.String) - Method in HibernateMappingBuilder
comment - Property in Mapping
DDL comment.
COMMIT - Enum Constant in AbstractHibernateDatastore.FlushMode
commit(org.springframework.transaction.TransactionStatus) - Method in ChainedTransactionManager
COMMIT - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
commit() - Method in HibernateJtaTransactionManagerAdapter
commit(org.springframework.transaction.TransactionStatus) - Method in PlatformTransactionManagerProxy
commit() - Method in SessionOnlyTransaction
commit() - Method in Transaction
Commit the transaction.
COMMON_CLASSES - Field in DefaultGrailsPluginManager
CommonTypes - Class in org.apache.grails.data.testing.tck.domains
CommonTypes() - Constructor in CommonTypes
CommonTypesPersistenceSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
CommonTypesPersistenceSpec() - Constructor in CommonTypesPersistenceSpec
comparator() - Method in PersistentSortedSet
compare(java.lang.Object, java.lang.Object) - Method in AbstractUrlMappingInfo
compare(java.lang.Object, java.lang.Object) - Method in ManualEntityOrdering
compare(T, T) - Method in OrderedComparator
compare(grails.web.mime.MimeType, grails.web.mime.MimeType) - Method in QualityComparator
compare(org.grails.core.util.StopWatch.TaskInfo, org.grails.core.util.StopWatch.TaskInfo) - Method in StopWatch
compare(java.lang.String, java.lang.String) - Method in VersionComparator
compareTo(java.lang.Object) - Method in AbstractGrailsArtefactTransformer
Used for ordering not equality.
compareTo(java.lang.Object) - Method in AbstractGrailsPlugin
compareTo(Entry) - Method in DefaultConverterConfiguration.Entry
compareTo(org.grails.scaffolding.model.property.DomainProperty) - Method in DomainPropertyImpl
compareTo(org.grails.datastore.mapping.core.grailsversion.GrailsVersion) - Method in GrailsVersion
compareTo(org.apache.grails.data.testing.tck.domains.Person) - Method in Person
compareTo(java.lang.Object) - Method in RegexUrlMapping
Compares this UrlMapping instance with the specified UrlMapping instance and deals with URL mapping precedence rules.
compareTo(java.lang.Object) - Method in ResponseCodeUrlMapping
compareTo(org.grails.datastore.mapping.core.grailsversion.Snapshot) - Method in Snapshot
compilationUnit - Property in AbstractGormASTTransformation
compilationUnit - Field in ArtefactTypeAstTransformation
compilationUnit - Field in DirtyCheckingTransformer
compilationUnit - Property in DirtyCheckTransformation
compilationUnit - Property in EnhancesTraitTransformation
compilationUnit - Field in EntityASTTransformation
compilationUnit - Property in GlobalGrailsClassInjectorTransformation
compilationUnit - Property in GlobalJpaEntityTransform
compilationUnit - Field in GormEntityTransformation
compilationUnit - Property in HibernateEntityTransformation
compilationUnit - Property in OrderedGormTransformation
compilationUnit - Property in ViewsTransform
compile(java.io.File) - Method in AbstractGroovyTemplateCompiler
compile(java.lang.String) - Method in GroovyCompiler
Compile the specified Groovy sources, applying any CompilerAutoConfigurations.
compile() - Method in GroovyPageCompiler
Compiles the given GSP pages and returns a Map of URI to classname mappings
compile(List<File>) - Method in GroovyPageForkedCompiler
COMPILE_STATIC_DIRECTIVE - Field in GroovyPageParser
COMPILE_STATIC - Field in MarkupViewTemplateEngine
COMPILE_STATIC_TYPE - Field in AstUtils
compileAndRun() - Method in SpringApplicationRunner
Compile and run the application.
compileGroovyFile(org.codehaus.groovy.control.CompilerConfiguration, java.io.File) - Method in GrailsApp
compileGSP(java.io.File, java.io.File, java.lang.String, java.lang.String, java.util.Map) - Method in GroovyPageCompiler
Compiles an individual GSP file
compileMethodStatically(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
compiler - Property in GroovyPageCompilerTask
CompilerAutoConfiguration - Class in org.grails.cli.compiler
Strategy that can be used to apply some auto-configuration during the org.codehaus.groovy.control.CompilePhase#CONVERSION Groovy compile phase.
compilerConfig - Property in GroovyPageCompiler
compilerConfiguration - Field in ResolvableGroovyTemplateEngine
Whether to reload views
CompilerOptionHandler - Class in org.grails.cli.command.options
An OptionHandler for commands that result in the compilation of one or more Groovy scripts.
compileStatic - Property in GenericViewConfiguration
Whether to compile templates statically
CompileStaticGroovyPage - Class in org.grails.gsp
Base class for staticly compiled GSPs
CompileStaticGroovyPage() - Constructor in CompileStaticGroovyPage
complete(org.grails.build.parsing.CommandLine, org.grails.cli.profile.CommandDescription, List<CharSequence>, int) - Method in ArgumentCompletingCommand
complete(jline.console.ConsoleReader, List<CharSequence>, int) - Method in CandidateListCompletionHandler
complete(java.lang.String, int, List<CharSequence>) - Method in ClosureCompleter
complete(java.lang.String, int, List<CharSequence>) - Method in CommandCompleter
complete(org.grails.build.parsing.CommandLine, org.grails.cli.profile.CommandDescription, List<CharSequence>, int) - Method in CreateAppCommand
complete(java.lang.String, int, java.util.List) - Method in EscapingFileNameCompletor
complete(java.lang.String, int, List<CharSequence>) - Method in GradleCommand
complete() - Method in GrailsAsyncContext
complete(java.lang.String, int, List<CharSequence>) - Method in HelpCommand
complete() - Method in MockAsyncContext
complete(java.lang.String, int, List<CharSequence>) - Method in OpenCommand
complete(java.lang.String, int, java.util.List) - Method in RegexCompletor
complete(java.lang.String, int, java.util.List) - Method in SimpleOrFileNameCompletor
complete(java.lang.String, int, List<CharSequence>) - Method in SortedAggregateCompleter
Perform a completion operation across all aggregated completers.
complete() - Method in StopWatch
complete(java.lang.String, int, List<CharSequence>) - Method in StringsCompleter
completionHandlers - Property in AsyncGrailsWebRequest
componentType - Property in AtomCollectionRenderer
componentType - Property in ErrorsJsonViewRenderer
componentType - Property in HalJsonCollectionRenderer
componentType - Property in HalXmlCollectionRenderer
componentType - Property in JsonCollectionRenderer
componentType - Property in XmlCollectionRenderer
composite(java.lang.String) - Method in Mapping
Define a new composite id
compositeClass - Property in CompositeIdentity
The composite id class
CompositeConfig - Class in org.grails.config
A Config composed of other Configs
CompositeDependencyManagement - Class in org.grails.cli.compiler.dependencies
DependencyManagement that delegates to one or more DependencyManagement instances.
CompositeDependencyManagement(org.grails.cli.compiler.dependencies.DependencyManagement) - Constructor in CompositeDependencyManagement
CompositeEditor - Class in org.grails.web.binding
Authors:
Graeme Rocher
CompositeEditor(java.beans.PropertyEditor) - Constructor in CompositeEditor
CompositeIdentity - Class in org.grails.orm.hibernate.cfg
Represents a composite identity, equivalent to Hibernate mapping.
CompositeIdentity() - Constructor in CompositeIdentity
CompositeProxySelector - Class in org.grails.cli.compiler.grape
Composite java.net.ProxySelector.
CompositeProxySelector(List<ProxySelector>) - Constructor in CompositeProxySelector
CompositeViewResolver - Class in org.grails.web.servlet.view
Performs the job of iterating across registered view resolvers and returning the first matching view similar to the hard coded behavior in DispatcherServlet
CompositeViewResolver() - Constructor in CompositeViewResolver
compoundIndex(java.util.Map) - Method in MongoCollection
Sets a compound index definition
concat(T, T) - Method in GrailsArrayUtils
condition - Field in Cacheable
A closure used for conditioning the method caching.
condition - Field in CacheEvict
A closure used for conditioning the method caching.
Config - Interface in grails.config
Interface to application configuration
config - Field in AbstractGrailsApplication
config - Field in AbstractGrailsPlugin
CONFIG_FILE - Field in AbstractGrailsPluginManager
config - Property in GrailsView
Returns:
The configuration
config - Property in GroovyChangeLogParser
config - Field in JSON
CONFIG_MAIN_PREFIX - Property in DatabaseMigrationGrailsPlugin
CONFIG_PROPERTY_CACHE_QUERIES - Field in AbstractHibernateDatastore
CONFIG_PROPERTY_CODEC_FOR_CONTENT_TYPE - Field in FilteringCodecsByContentTypeSettings
CONFIG_PROPERTY_DEFAULT_CODEC - Field in GroovyPageParser
CONFIG_PROPERTY_DEFAULT_CODEC - Field in OutputEncodingSettings
CONFIG_PROPERTY_DISABLE_CACHING_RESOURCES - Field in GroovyPagesTemplateEngine
CONFIG_PROPERTY_GSP_ALLOWED_TAGLIB_NAMESPACES - Field in GroovyPageParser
CONFIG_PROPERTY_GSP_CODECS - Field in GroovyPageParser
CONFIG_PROPERTY_GSP_CODECS - Field in OutputEncodingSettings
CONFIG_PROPERTY_GSP_COMPILESTATIC - Field in GroovyPageParser
CONFIG_PROPERTY_GSP_ENABLE_RELOAD - Field in GroovyPagesTemplateEngine
CONFIG_PROPERTY_GSP_ENCODING - Field in GroovyPageParser
CONFIG_PROPERTY_GSP_HTMLCODEC - Field in HTMLCodec
CONFIG_PROPERTY_GSP_KEEPGENERATED_DIR - Field in GroovyPageParser
CONFIG_PROPERTY_OSIV_READONLY - Field in AbstractHibernateDatastore
CONFIG_PROPERTY_PASS_READONLY_TO_HIBERNATE - Field in AbstractHibernateDatastore
config - Property in PropertyDefinitionDelegate
config - Property in ScriptDatabaseMigrationCommand
CONFIG_SYSTEM_PROPERTY_NAME - Field in ModelRecordingGroovyPage
config(grails.config.Config) - Method in TestRequestConfigurer
configChanged() - Method in AbstractGrailsApplication
configChanged() - Method in GrailsApplication
Fired to inform the application when the Config.groovy file changes.
configClass - Property in HibernateConnectionSourceSettings.HibernateSettings
The configuration class
configClass - Field in HibernateMappingContextSessionFactoryBean
configLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
ConfigMap - Interface in grails.config
API onto application configuration
configMap - Property in CodeGenConfig
configMap - Property in GroovyPageCompiler
configMap - Field in NavigableMapConfig
ConfigProperties - Class in grails.config
Cached access to Config.toProperties to avoid repeated calls
ConfigProperties(grails.config.Config) - Constructor in ConfigProperties
configs - Field in CompositeConfig
configs - Property in GroovyPageCompiler
configs - Property in GroovyPageCompilerTask
configs - Property in GroovyPageForkedCompiler
ConfigSupport - Class in org.grails.datastore.gorm.plugin.support
Support for configuration when developing Grails plugins
ConfigSupport.1 - Class in org.grails.datastore.gorm.plugin.support
ConfigSupport.1() - Constructor in ConfigSupport.1
ConfigSupport() - Constructor in ConfigSupport
ConfigurableApplicationContextEventPublisher - Class in org.grails.datastore.gorm.events
Bridge to Spring ApplicationContext event publishing
ConfigurableApplicationContextEventPublisher(org.springframework.context.ConfigurableApplicationContext) - Constructor in ConfigurableApplicationContextEventPublisher
ConfigurableApplicationEventPublisher - Interface in org.grails.datastore.gorm.events
An ApplicationEventPublisher that is configurable with new listeners
ConfigurableConverter - Interface in org.grails.web.converters
Interface for converters that can be configured at runtime
ConfigurableParameterNameProvider - Class in org.grails.datastore.gorm.validation.jakarta
A configurable parameter name provider
ConfigurableParameterNameProvider() - Constructor in ConfigurableParameterNameProvider
configuration - Field in AbstractConnectionSources
configuration - Property in AbstractDatastoreInitializer
configuration - Property in AbstractGroovyTemplateCompiler
configuration - Property in DataSourceConnectionSourcesFactoryBean
configuration - Property in DefaultFeature
configuration - Property in DefaultMappingContextFactoryBean
configuration - Property in GenericGroovyTemplateView
configuration - Property in GroovyPageForkedCompiler
configuration - Property in MarkupViewWritableScriptTemplate
CONFIGURATION_PREFIX - Field in AbstractMappingContext
configuration - Property in SmartViewResolver
ConfigurationBuilder - Class in org.grails.datastore.mapping.config
A generic configuration builder that implementers can implement to construct the configuration from the source PropertyResolver
ConfigurationBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object, java.lang.String) - Constructor in ConfigurationBuilder
Parameters:
propertyResolver - The property resolver
ConfigurationException - Class in org.grails.datastore.mapping.core.exceptions
An exception thrown if a configuration error occurs
ConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in ConfigurationException
configurationPrefix - Property in ConfigurationBuilder
ConfigurationUtils - Class in org.grails.datastore.mapping.config
Utility methods for configuration
configure() - Method in AbstractDatastoreInitializer
Configures for an existing Mongo instance
configure(org.springframework.core.env.PropertyResolver) - Method in AbstractMappingContext
configure(org.grails.web.servlet.mvc.GrailsWebRequest) - Method in AbstractUrlMappingInfo
configure() - Method in HibernateDatastoreSpringInitializer
Configures an in-memory test data source, don't use in production
configure(E) - Method in MappingDefinition
Configures an existing mapping
configure(java.lang.ClassLoader, groovy.text.markup.TemplateConfiguration) - Method in MarkupViewTemplateEngine.1
configure() - Method in MongoDbDataStoreSpringInitializer
Configures for an existing Mongo instance
configure(org.springframework.boot.builder.SpringApplicationBuilder) - Method in SpringApplicationWebApplicationInitializer
configure(org.grails.web.servlet.mvc.GrailsWebRequest) - Method in UrlMappingInfo
Configure this UrlMappingInfo the for the given GrailsWebRequest
configureApplicationContextClass() - Method in DevelopmentGrailsApplication
configureApplicationContextClass() - Method in GrailsShell
configureApplicationContextClass() - Method in GrailsSwingConsole
configureCodecMethods(org.grails.encoder.CodecFactory, boolean, List<ExpandoMetaClass>) - Method in CodecMetaClassSupport
Adds "encodeAs*" and "decode*" metamethods for given codecClass
configureCodecMethods() - Method in DefaultGrailsCodecClass
configureCodecMethods() - Method in GrailsCodecClass
configureCompiler(org.codehaus.groovy.control.CompilerConfiguration) - Method in AbstractGroovyTemplateCompiler
configureCompiler(org.codehaus.groovy.control.CompilerConfiguration) - Method in JsonViewCompiler
configureCompiler(org.codehaus.groovy.control.CompilerConfiguration) - Method in MarkupViewCompiler
configureCsrf() - Method in FormTagLib
configureDatabase(liquibase.database.Database) - Method in DatabaseMigrationCommand
configureDataSources(org.springframework.core.env.PropertyResolver) - Method in HibernateDatastoreSpringInitializer
configureDataTest(grails.testing.gorm.DataTest) - Method in DataTestSetupSpecInterceptor
configuredEnvironment - Property in GrailsApp
configureDerivedProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
configureDirectoryWatcher(org.grails.io.watch.DirectoryWatcher, java.lang.String) - Method in GrailsApp
configuredMimeTypes - Property in DefaultAcceptHeaderParser
configuredMockedControllers() - Method in UrlMappingsUnitTest
configuredServerBaseURL - Property in DefaultLinkGenerator
configureEnvironment(org.springframework.core.env.ConfigurableEnvironment, java.lang.String) - Method in GrailsApp
configureExisting(org.grails.orm.hibernate.cfg.CacheConfig, groovy.lang.Closure) - Method in CacheConfig
Configures an existing PropertyConfig instance
configureExisting(org.grails.orm.hibernate.cfg.ColumnConfig, java.util.Map) - Method in ColumnConfig
Configures an existing PropertyConfig instance
configureExisting(T, groovy.lang.Closure) - Method in Entity
Configures an existing Mapping instance
configureExisting(org.grails.orm.hibernate.cfg.Identity, groovy.lang.Closure) - Method in Identity
Configures an existing PropertyConfig instance
configureExisting(org.grails.orm.hibernate.cfg.Mapping, groovy.lang.Closure) - Method in Mapping
Configures an existing Mapping instance
configureExisting(T, java.util.Map) - Method in Property
Configures an existing PropertyConfig instance
configureExisting(org.grails.orm.hibernate.cfg.PropertyConfig, groovy.lang.Closure) - Method in PropertyConfig
Configures an existing PropertyConfig instance
configureExisting(org.grails.orm.hibernate.cfg.Table, groovy.lang.Closure) - Method in Table
Configures an existing PropertyConfig instance
configureForBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
Configures an existing BeanDefinitionRegistry
configureForDataSource(javax.sql.DataSource) - Method in HibernateDatastoreSpringInitializer
configureLiquibase() - Method in ApplicationContextDatabaseMigrationCommand
configureLiquibase() - Method in ScriptDatabaseMigrationCommand
configureLoadedClasses(Class<?>) - Method in DefaultGrailsApplication
Configures the loaded classes within the GrailsApplication instance using the registered ArtefactHandler instances.
configureNamingStrategy(java.lang.String, java.lang.Object) - Method in GrailsDomainBinder
Override the default naming strategy given a Class or a full class name, or an instance of a NamingStrategy.
configureNew(groovy.lang.Closure) - Method in CacheConfig
Configures a new CacheConfig instance
configureNew(java.util.Map) - Method in ColumnConfig
Configures a new PropertyConfig instance
configureNew(groovy.lang.Closure) - Method in Identity
Configures a new Identity instance
configureNew(groovy.lang.Closure) - Method in Mapping
Configures a new Mapping instance
configureNew(java.util.Map) - Method in PropertyConfig
Configures a new PropertyConfig instance
configureNew(groovy.lang.Closure) - Method in Table
Configures a new Table instance
configureOwningSide(org.grails.datastore.mapping.model.types.Association) - Method in GormMappingConfigurationStrategy
configureQueryWithArguments(java.lang.Class, org.grails.datastore.mapping.query.Query, java.lang.Object) - Method in DynamicFinder
configureScanner(org.springframework.beans.factory.xml.ParserContext, org.w3c.dom.Element) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
configureServletContextAttributes(jakarta.servlet.ServletContext, grails.core.GrailsApplication, grails.plugins.GrailsPluginManager, org.springframework.web.context.WebApplicationContext) - Method in GrailsConfigUtils
configureSources(org.hibernate.boot.MetadataSources) - Method in GormDatabase
configureValidatorRegistry(org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings, org.grails.orm.hibernate.cfg.HibernateMappingContext, org.grails.datastore.mapping.validation.ValidatorRegistry, org.springframework.context.MessageSource) - Method in HibernateDatastore
ConfigUtils - Class in org.grails.datastore.mapping.config.utils
Authors:
Graeme Rocher
ConfigUtils() - Constructor in ConfigUtils
confirm(java.lang.String) - Method in GroovyChange
Called by the change or rollback closure.
confirmationMessage - Property in GroovyChange
conjunction() - Method in Query
Creates a conjunction (AND) query
Conjunction(List<Criterion>) - Constructor in Query.Conjunction
connect(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
connect() - Method in Datastore
Connects to the datastore with the default connection details, normally provided via the datastore implementations constructor
connected - Field in AbstractHibernateSession
connection(java.lang.String) - Method in Entity
Sets the datastore to use
connection - Property in GormDatabase
CONNECTION - Field in HttpHeaders
connection - Field in ReadOnly
The connection to use by default
Default:
ConnectionSource.DEFAULT
connection - Field in Transactional
The connection to use by default
Default:
ConnectionSource.DEFAULT
connectionDetails - Field in AbstractDatastore
connectionName - Field in AbstractDetachedCriteria
connectionName - Property in DataSourceFactoryBean
ConnectionNotFoundException - Class in org.grails.datastore.mapping.core
Thrown when a session cannot be located.
ConnectionNotFoundException(java.lang.String) - Constructor in ConnectionNotFoundException
connections(List<String>) - Method in Entity
Sets the connection to use
connectionsCollection - Property in AbstractMongoConnectionSourceSettings
The collection name to use to resolve connections when using MongoConnectionSources
ConnectionSource - Interface in org.grails.datastore.mapping.core.connections
Represents a connection source, which could be a SQL DataSource, a MongoClient etc.
ConnectionSourceFactory - Interface in org.grails.datastore.mapping.core.connections
A factory for creating new ConnectionSource instances
connectionSourceFactory - Field in AbstractConnectionSources
connectionSourceMap - Field in InMemoryConnectionSources
connectionSourceMap - Field in StaticConnectionSources
ConnectionSources - Interface in org.grails.datastore.mapping.core.connections
Models multiple connection sources
connectionSources - Field in AbstractHibernateDatastore
connectionSources - Field in GormStaticApi
connectionSources - Field in MongoDatastore
connectionSourcesClass - Property in ConnectionSourceSettings
The class used to create
ConnectionSourceSettings - Class in org.grails.datastore.mapping.core.connections
Default settings shared across all implementations
ConnectionSourceSettings.CustomSettings - Class in org.grails.datastore.mapping.core.connections
Any custom settings
ConnectionSourceSettings.CustomSettings() - Constructor in ConnectionSourceSettings.CustomSettings
ConnectionSourceSettings.DefaultSettings - Class in org.grails.datastore.mapping.core.connections
Represents the default settings
ConnectionSourceSettings.DefaultSettings() - Constructor in ConnectionSourceSettings.DefaultSettings
ConnectionSourceSettings() - Constructor in ConnectionSourceSettings
ConnectionSourceSettingsBuilder - Class in org.grails.datastore.mapping.core.connections
Builder for the default settings
ConnectionSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String) - Constructor in ConnectionSourceSettingsBuilder
ConnectionSourcesInitializer - Class in org.grails.datastore.mapping.core.connections
Initializer sequence for creating ConnectionSources
ConnectionSourcesInitializer() - Constructor in ConnectionSourcesInitializer
ConnectionSourcesListener - Interface in org.grails.datastore.mapping.core.connections
A listener for connection sources
ConnectionSourcesProvider - Interface in org.grails.datastore.mapping.core.connections
An interfaces for classes that provide ConnectionSources
ConnectionSourcesSupport - Class in org.grails.datastore.mapping.core.connections
Utility methods for ConnectionSource handling
connectionString - Field in AbstractMongoConnectionSourceSettings
The connection string
connectionString - Property in StartMongoGrailsIntegrationExtension
connectStateless() - Method in AbstractDatastore
connectStateless() - Method in StatelessDatastore
Connect and return a stateless session
connectTo(org.grails.buffer.StreamCharBuffer.LazyInitializingWriter, boolean) - Method in StreamCharBuffer
console - Property in CreateAppCommand.CreateAppCommandObject
console - Property in GrailsCli.ExecutionContextImpl
ConsoleLogger - Interface in grails.build.logging
Interface containing methods for logging to the Grails console
consoleLogger - Property in GroovyScriptCommand
CONSTANT_NAME_COMPILE_STATIC_MODE - Field in GroovyPageParser
CONSTANT_NAME_CONTENT_TYPE - Field in GroovyPageParser
CONSTANT_NAME_EXPRESSION_CODEC - Field in GroovyPageParser
CONSTANT_NAME_JSP_TAGS - Field in GroovyPageParser
CONSTANT_NAME_LAST_MODIFIED - Field in GroovyPageParser
CONSTANT_NAME_MODEL_FIELDS_MODE - Field in GroovyPageParser
CONSTANT_NAME_OUT_CODEC - Field in GroovyPageParser
CONSTANT_NAME_STATIC_CODEC - Field in GroovyPageParser
CONSTANT_NAME_TAGLIB_CODEC - Field in GroovyPageParser
CONSTANT_NULL - Field in DirtyCheckingTransformer
CONSTANT_STATUS - Field in ResourceTransform
ConstantClosure(java.lang.Object) - Constructor in TagOutput.ConstantClosure
Constrained - Class in org.grails.scaffolding.model.property
constrained1 - Property in Constrained
Constrained(grails.gorm.validation.Constrained) - Constructor in Constrained
constrained - Property in DomainPropertyImpl
ConstrainedDelegate - Class in grails.validation
Bridge from the old API to the new
ConstrainedDelegate(grails.gorm.validation.ConstrainedProperty) - Constructor in ConstrainedDelegate
ConstrainedDiscovery - Interface in org.grails.validation.discovery
Strategy interface for discovering the Constrained properties of a class
ConstrainedEntity - Class in org.apache.grails.data.testing.tck.tests
ConstrainedEntity() - Constructor in ConstrainedEntity
constrainedProperties - Property in PersistentEntityValidator
ConstrainedProperty - Interface in grails.gorm.validation
An interface for a constrained property
ConstrainedProperty.1 - Class in grails.gorm.validation
ConstrainedProperty.1() - Constructor in ConstrainedProperty.1
ConstrainedPropertyBuilder - Class in org.grails.datastore.gorm.validation.constraints.builder
Builder used as a delegate within the "constraints" closure of GrailsDomainClass instances .
ConstrainedPropertyBuilder(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.gorm.validation.constraints.registry.ConstraintRegistry, java.lang.Class, Map<String,Object>) - Constructor in ConstrainedPropertyBuilder
Constraint - Interface in grails.gorm.validation
Defines a validateable constraint.
CONSTRAINT_TYPE_MAP - Property in ValidationTagLib
constraintConstructor - Field in DefaultConstraintFactory
ConstraintEvaluatorAdapter - Class in org.grails.plugins.domain.support
ConstraintEvaluatorAdapter(org.grails.datastore.gorm.validation.constraints.eval.ConstraintsEvaluator) - Constructor in ConstraintEvaluatorAdapter
ConstraintEvalUtils - Class in org.grails.validation
Utility methods for configuring constraints
ConstraintEvalUtils() - Constructor in ConstraintEvalUtils
constraintFactories - Property in DefaultMappingContextFactoryBean
ConstraintFactory - Interface in org.grails.datastore.gorm.validation.constraints.factory
Constructs a constraint
constraintOwningClass - Field in AbstractConstraint
constraintParameter - Field in AbstractConstraint
constraintPropertyName - Field in AbstractConstraint
ConstraintRegistry - Interface in org.grails.datastore.gorm.validation.constraints.registry
A registry of Constraint factories
constraintRegistry - Field in DefaultConstrainedProperty
constraintRegistry - Field in DefaultConstraintEvaluator
constraintRegistry - Property in DefaultValidatorRegistry
constraints - Field in AbstractUrlMapping
constraints - Property in BeanPropertyAccessorImpl
constraints - Property in CardProfile
constraints - Property in ClassWithHungarianNotation
constraints - Property in ClassWithListArgBeforeValidate
constraints - Property in ClassWithNoArgBeforeValidate
constraints - Property in ClassWithOverloadedBeforeValidate
constraints - Property in ConnectionSourceSettings.DefaultSettings
The default constraints
constraints - Property in ConstrainedEntity
constraints - Property in ContactDetails
CONSTRAINTS_EVALULATOR_BEAN_NAME - Property in FieldsGrailsPlugin
constraints - Property in Face
CONSTRAINTS_FIELD_NAME - Field in DefaultASTDatabindingHelper
constraints - Property in GroupWithin
constraints - Property in Patient
constraints - Property in Person
constraints - Property in Pet
constraints - Property in Record
constraints - Property in TestEntity
constraints - Property in UniqueGroup
ConstraintsEvaluator - Interface in org.grails.datastore.gorm.validation.constraints.eval
Evaluates Constraints for a GORM entity
constraintsEvaluator - Property in BeanPropertyAccessorFactory
constraintsEvaluator - Property in DefaultValidatorRegistry
ConstraintsSpec - Class in org.apache.grails.data.testing.tck.tests
ConstraintsSpec() - Constructor in ConstraintsSpec
constraintValidatorFactory(jakarta.validation.ConstraintValidatorFactory) - Method in GormValidatorFactoryAdapter.GormValidatorContext
ConstraintViolationUtils - Class in org.grails.datastore.gorm.validation.jakarta
Utility methods for handling ConstraintViolationException
ConstraintViolationUtils() - Constructor in ConstraintViolationUtils
construct2ndStep(groovy.util.Node, java.lang.Object) - Method in CustomSafeConstructor.ConstructIsoTimestampString
construct(groovy.util.Node) - Method in CustomSafeConstructor.ConstructIsoTimestampString
CONSTRUCTOR_METHOD - Field in BaseApiProvider
constructors - Field in BaseApiProvider
Consumer - Annotation Type in reactor.spring.context.annotation
deprecated:
No longer necessary, remove from your class
ContactDetails - Class in org.apache.grails.data.testing.tck.domains
ContactDetails() - Constructor in ContactDetails
contactDetails - Property in Patient
container - Property in ContainerSupport
Get access to container running the web-driver, for convenience to execInContainer, copyFileToContainer etc.
ContainerFileDetector - Interface in grails.plugin.geb
An extension of org.openqa.selenium.remote.FileDetector that will get passed additional parameters from the webdriver container holder.
ContainerGebConfiguration - Annotation Type in grails.plugin.geb
Can be used to configure the protocol and hostname that the container's browser will use
ContainerGebFileInputSource - Class in grails.plugin.geb.support
A File implementation specifically for assigning to the Geb FileInput module when using ContainerGebSpec.
ContainerGebFileInputSource(java.lang.String) - Constructor in ContainerGebFileInputSource
ContainerGebSpec - Class in grails.plugin.geb
A geb.spock.GebSpec that leverages Testcontainers to run the browser inside a container.
ContainerGebSpec() - Constructor in ContainerGebSpec
ContainerGebTestDescription - Class in grails.plugin.geb
Implements org.testcontainers.lifecycle.TestDescription to customize recording names.
ContainerGebTestDescription(org.spockframework.runtime.model.IterationInfo) - Constructor in ContainerGebTestDescription
containerHolder - Property in GebRecordingTestListener
containerHolder - Property in StartMongoGrailsUnitExtension
ContainerRenderer - Interface in grails.rest.render
A container a renderer is a render that renders a container of objects (Example: List of Book instances)
ContainerSupport - Trait in grails.plugin.geb.support
Features for supporting Geb tests running in a container.
containerType - Property in DefaultRendererRegistry.ContainerRendererCacheKey
contains(java.lang.Object) - Method in AbstractHibernateSession
contains(java.lang.Object) - Method in AbstractPersistentCollection
contains(java.lang.Object) - Method in AbstractSession
contains(java.lang.Object, java.lang.Object) - Method in GrailsArrayUtils
contains(java.lang.Object) - Method in GrailsHibernateTemplate
contains(java.lang.Object) - Method in IHibernateTemplate
contains(java.lang.Object) - Method in JSONArray
contains(java.lang.Object) - Method in PagedResultList
contains(java.lang.Object) - Method in Session
Whether the object is contained within the first level cache
containsAll(java.util.Collection) - Method in AbstractPersistentCollection
containsAll(java.util.Collection) - Method in JSONArray
containsAll(Collection<?>) - Method in PagedResultList
containsBean(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
containsBean(java.lang.String) - Method in RuntimeSpringConfiguration
Returns whether the runtime spring config contains the specified bean.
containsBeanDefinition(java.lang.String) - Method in GrailsApplicationContext
containsKey(java.lang.Object) - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
containsKey(java.lang.Object) - Method in AbstractTypeConvertingMap
containsKey(java.lang.Object) - Method in CodeGenConfig
containsKey(java.lang.Object) - Method in CompositeConfig
containsKey(java.lang.Object) - Method in DelegatingParameters
containsKey(java.lang.Object) - Method in EmptyParameters
containsKey(java.lang.Object) - Method in GPathResultMap
containsKey(java.lang.Object) - Method in GrailsFlashScope
containsKey(java.lang.Object) - Method in JSONObject
containsKey(java.lang.Object) - Method in LazyBeanMap
containsKey(java.lang.Object) - Method in LazyMetaPropertyMap
{@inheritDoc}
containsKey(java.lang.Object) - Method in NavigableMap
containsKey(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
containsKey(java.lang.Object) - Method in NavigableMapConfig
containsKey(java.lang.Object) - Method in Parameters
Returns:
Whether or not the key exists
containsKey(java.lang.Object) - Method in PrefixedConfig
containsKey(K) - Method in PromiseMap
Parameters:
key - The key
containsKey(java.lang.Object) - Method in PropertyResolverMap
containsProperty(java.lang.String) - Method in CompositeConfig
containsProperty(java.lang.String) - Method in DataBindingSource
Parameters:
propertyName - the name of a property
containsProperty(java.lang.String) - Method in NavigableMapConfig
containsProperty(java.lang.String) - Method in PrefixedConfig
containsProperty(java.lang.String) - Method in SimpleMapDataBindingSource
containsRegisteredBean(java.lang.Object, org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
containsSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
containsValue(java.lang.Object) - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
containsValue(java.lang.Object) - Method in AbstractTypeConvertingMap
containsValue(java.lang.Object) - Method in CodeGenConfig
containsValue(java.lang.Object) - Method in CompositeConfig
containsValue(java.lang.Object) - Method in GPathResultMap
containsValue(java.lang.Object) - Method in GrailsFlashScope
containsValue(java.lang.Object) - Method in JSONObject
containsValue(java.lang.Object) - Method in LazyBeanMap
containsValue(java.lang.Object) - Method in LazyMetaPropertyMap
Checks whether the specified value is contained within the Map.
containsValue(java.lang.Object) - Method in NavigableMap
containsValue(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
containsValue(java.lang.Object) - Method in NavigableMapConfig
containsValue(java.lang.Object) - Method in PrefixedConfig
containsValue(java.lang.Object) - Method in PropertyResolverMap
CONTENT_DISPOSITION - Field in HttpHeaders
CONTENT_ENCODING - Field in HttpHeaders
CONTENT_LANGUAGE - Field in HttpHeaders
CONTENT_LENGTH_COUNTING_ENABLED - Field in GSPResponseWriter
CONTENT_LENGTH - Field in HttpHeaders
CONTENT_LOCATION - Field in HttpHeaders
CONTENT_MD5 - Field in HttpHeaders
CONTENT_RANGE - Field in HttpHeaders
content - Property in RenderSitemeshTagLib
CONTENT_TYPE - Field in HttpHeaders
CONTENT - Enum Constant in XMLStreamWriter.Mode
contentLength() - Method in ByteArrayResource
contentLength() - Method in GrailsResource
contentLength() - Method in SpringResource
contentType - Field in AbstractConverter
contentType - Property in DefaultHalViewHelper
contentType - Property in DefaultHalViewHelper.HalStreamingJsonDelegate
contentType - Property in JsonRenderResult
The content type
contentType(java.lang.String) - Method in JsonViewTest.TestHttpResponse
contentType(java.lang.String) - Method in JsonViewUnitTest.TestHttpResponse
contentType - Property in Link
The content type of the linked resource
contentType(java.lang.String) - Method in Response
Set the response content type
contentType - Property in SmartViewResolver
contentType - Property in TestRequestConfigurer
context - Field in AbstractClassMapping
context - Field in AbstractPersistentEntity
context - Field in AbstractPersistentProperty
CONTEXT_CONFIG_ANNOTATION - Field in IntegrationTestAstTransformation
context - Field in DefaultRuntimeSpringConfiguration
Context(AbstractBsonReader.Context, BsonContextType) - Constructor in JsonReader.Context
Context(org.grails.datastore.bson.json.JsonWriter.Context, BsonContextType, java.lang.String) - Constructor in JsonWriter.Context
Creates a new context.
contextInitialized - Field in AbstractGrailsApplication
ContextMarkupRenderer - Interface in org.grails.scaffolding.markup
Used to output context surrounding any given content.
contextMarkupRenderer - Property in DomainMarkupRendererImpl
contextMarkupRenderer() - Method in ScaffoldingBeanConfiguration
ContextMarkupRendererImpl - Class in org.grails.scaffolding.markup
ContextMarkupRendererImpl() - Constructor in ContextMarkupRendererImpl
contextPath - Property in DefaultLinkGenerator
contextPath - Property in LinkGeneratorFactory
contextPath - Property in TestRequestConfigurer
contexts - Property in DatabaseMigrationCommand
contribute(InFlightMetadataCollector, org.jboss.jandex.IndexView) - Method in GrailsDomainBinder
Controller - Annotation Type in grails.web
Created by graemerocher on 28/05/14.
controller - Property in AbstractGrailsControllerUrlMappings.ControllerKey
controller - Property in ActionSettingMethodHandler
CONTROLLER - Field in DefaultGrailsControllerClass
CONTROLLER_PATTERN - Field in ControllerActionTransformer
controller - Field in UrlCreatorCache.ReverseMappingKey
ControllerActionConventions - Class in org.grails.web.mapping
Includes constants for common conventions for controller actions
ControllerActionConventions() - Constructor in ControllerActionConventions
ControllerActionTransformer - Class in org.grails.compiler.web
ControllerActionTransformer() - Constructor in ControllerActionTransformer
ControllerArtefactHandler - Class in org.grails.core.artefact
Lookup controllers for uris.
ControllerArtefactHandler() - Constructor in ControllerArtefactHandler
ControllerArtefactTypeTransformation - Class in org.grails.compiler.web
A transformation that makes an Artefact a controller
controllerCache - Field in UrlMappingsInfoHandlerAdapter
controllerClass - Property in GrailsControllerUrlMappingInfo
ControllerDomainTransformer - Class in org.grails.compiler.web
Adds binding methods to domain classes.
ControllerExceptionHandlerMetaData - Interface in org.grails.plugins.web.controllers
Represents meta data which describes an exception handling method in a controller
controllerExcludesRegex - Property in UrlMappingMatcher.MapExclude
ControllerExecutionException - Class in org.grails.web.servlet.mvc.exceptions
Throw when an exception occurs during controller execution
ControllerExecutionException(java.lang.Throwable) - Constructor in ControllerExecutionException
ControllerMethod - Annotation Type in grails.web.controllers
A marker annotation for methods added to a class that are for persistence purposes
controllerName - Field in AbstractUrlMapping
controllerName - Property in ForwardUrlMappingInfo
controllerName - Property in GrailsView
Returns:
The current controller name
controllerName(java.lang.String) - Method in TestRequestConfigurer
ControllerNameExtractor - Class in org.grails.test.support
ControllerNameExtractor() - Constructor in ControllerNameExtractor
controllerNamespace - Property in GrailsView
Returns:
The current controller namespace
controllerNamespace(java.lang.String) - Method in TestRequestConfigurer
controllerRegex - Field in UrlMappingMatcher
CONTROLLERS_DEFAULT_SCOPE - Field in Settings
The default scope for controllers
CONTROLLERS_UPLOAD_FILE_SIZE_THRESHOLD - Field in Settings
The file size threshold
CONTROLLERS_UPLOAD_LOCATION - Field in Settings
The upload directory for controllers, defaults to java.tmp.dir
CONTROLLERS_UPLOAD_MAX_FILE_SIZE - Field in Settings
The maximum file size
CONTROLLERS_UPLOAD_MAX_REQUEST_SIZE - Field in Settings
The maximum request size
ControllersAsyncGrailsPlugin - Class in org.grails.plugins.web.async
Async support for the Grails 2.0.
ControllersAsyncGrailsPlugin() - Constructor in ControllersAsyncGrailsPlugin
ControllersAutoConfiguration - Class in org.grails.plugins.web.controllers
ControllersDomainBindingApi - Class in org.grails.plugins.web.controllers.api
Enhancements made to domain classes for data binding.
ControllersGrailsPlugin - Class in org.grails.plugins.web.controllers
Handles the configuration of controllers for Grails.
ControllersGrailsPlugin() - Constructor in ControllersGrailsPlugin
ControllerTagLibraryTraitInjector - Class in grails.compiler.traits
A TraitInjector that adds the ability to invoke tag libraries from a controller
ControllerTagLibraryTraitInjector() - Constructor in ControllerTagLibraryTraitInjector
ControllerTraitInjector - Class in grails.compiler.traits
A TraitInjector that injects controllers with the Controller trait
ControllerTraitInjector() - Constructor in ControllerTraitInjector
ControllerUnitTest - Trait in grails.testing.web.controllers
convention - Property in ArtefactVariableResolver
The suffix used as a convention for the file
convention(java.lang.String) - Method in Model
Returns the convention of this model for the given name.
conversionHelpers - Field in SimpleDataBinder
ConversionService - Interface in org.grails.databinding.converters
Authors:
Jeff Brown
conversionService - Field in AbstractHibernateCriteriaBuilder
conversionService - Field in AbstractHibernateGormStaticApi
conversionService - Field in AbstractHibernateQuery
conversionService - Field in AbstractMappingContext
conversionService - Property in FormTagLib
conversionService - Field in HibernateGormStaticApi
conversionService - Property in MethodSubscriber
conversionService - Field in NavigableMapConfig
conversionService - Property in SimpleDataBinder
convert(org.grails.config.NavigableMap.NullSafeNavigator) - Method in AbstractGrailsPluginManager
convert(java.lang.CharSequence) - Method in BasicTypeConverterRegistrar
convert(java.lang.Object) - Method in ByteArrayMultipartFileValueConverter
convert(byte[]) - Method in ByteArrayToStringConverter
convert(java.lang.String) - Method in ChangelogXml2Groovy
Convert a Liquibase XML changelog to Groovy DSL format.
CONVERT_CLOSURES_KEY - Field in ControllerActionTransformer
convert(java.lang.Object) - Method in ClosureValueConverter
convert(org.bson.BsonBinary) - Method in CodecExtensions.1
convert(org.bson.BsonDouble) - Method in CodecExtensions.10
convert(org.bson.BsonDouble) - Method in CodecExtensions.11
convert(org.bson.BsonInt32) - Method in CodecExtensions.12
convert(org.bson.BsonInt32) - Method in CodecExtensions.13
convert(org.bson.BsonInt64) - Method in CodecExtensions.14
convert(org.bson.BsonArray) - Method in CodecExtensions.15
convert(org.bson.BsonArray) - Method in CodecExtensions.16
convert(org.bson.BsonDocument) - Method in CodecExtensions.17
convert(org.bson.BsonDecimal128) - Method in CodecExtensions.18
convert(org.bson.BsonObjectId) - Method in CodecExtensions.2
convert(org.bson.BsonTimestamp) - Method in CodecExtensions.3
convert(org.bson.BsonDateTime) - Method in CodecExtensions.4
convert(org.bson.BsonString) - Method in CodecExtensions.5
convert(org.bson.BsonString) - Method in CodecExtensions.6
convert(org.bson.BsonRegularExpression) - Method in CodecExtensions.7
convert(org.bson.BsonBoolean) - Method in CodecExtensions.8
convert(org.bson.BsonNull) - Method in CodecExtensions.9
convert(java.lang.String) - Method in ConfigSupport.1
convert(java.lang.Object, Class<?>) - Method in ConversionService
convert(java.lang.Object) - Method in CurrencyValueConverter
convert(java.lang.String) - Method in DatastoreUtils
convert(java.lang.String) - Method in DataTestSetupSpecInterceptor.1
convert(java.lang.Object) - Method in DateConversionHelper
convert(java.lang.Object, org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in DefaultConversionService
convert(java.lang.Object, java.lang.String) - Method in DefaultJsonGenerator.ClosureConverter
Converts a given value.
convert(java.lang.Double) - Method in DoubleToFloatConverter
CONVERT_EMPTY_STRINGS_TO_NULL - Field in Settings
convert(java.lang.Object, java.lang.String) - Method in FormattedDateValueConverter
convert(java.lang.Object, java.lang.String) - Method in FormattedLocalDateTimeValueConverter
convert(java.lang.Object, java.lang.String) - Method in FormattedValueConverter
Return a formatted value
convert(java.lang.String) - Method in GrailsApplicationPostProcessor.1
convert(org.grails.config.NavigableMap.NullSafeNavigator) - Method in GrailsApplicationPostProcessor.2
convert(org.grails.config.NavigableMap.NullSafeNavigator) - Method in GrailsApplicationPostProcessor.3
convert(java.lang.Class, java.lang.Object) - Method in GrailsWebDataBinder
convert(java.lang.String) - Method in HibernateGrailsPlugin.1
convert(java.lang.Long) - Method in InstantConverter
convert(java.lang.Object, java.lang.String) - Method in InstantJsonConverter
convert(int[]) - Method in IntArrayToIntegerArrayConverter
convert(java.lang.Integer) - Method in IntegerToByteConverter
convert(java.lang.Integer) - Method in IntegerToShortConverter
convert(java.lang.Object, java.lang.String) - Method in JsonGenerator.Converter
Converts a given object.
convert(java.lang.Object, java.lang.String) - Method in Jsr310ConvertersConfiguration.1
convert(java.lang.Object, java.lang.String) - Method in Jsr310ConvertersConfiguration.10
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.11
convert(java.lang.Object, java.lang.String) - Method in Jsr310ConvertersConfiguration.13
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.14
convert(java.lang.Object, java.lang.String) - Method in Jsr310ConvertersConfiguration.16
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.17
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.19
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.2
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.20
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.21
convert(java.lang.Object, java.lang.String) - Method in Jsr310ConvertersConfiguration.4
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.5
convert(java.lang.Object, java.lang.String) - Method in Jsr310ConvertersConfiguration.7
convert(java.lang.Object) - Method in Jsr310ConvertersConfiguration.8
convert(java.lang.Object, groovy.lang.Closure) - Method in Jsr310ConvertersConfiguration.Jsr310DateValueConverter
convert(java.lang.Long) - Method in LocalDateConverter
convert(java.lang.Object, java.lang.String) - Method in LocalDateJsonConverter
convert(java.lang.Object) - Method in LocalDateTimeConverter
convert(java.lang.Object, java.lang.String) - Method in LocalDateTimeJsonConverter
convert(java.lang.Object) - Method in LocaleAwareNumberConverter
convert(java.lang.Long) - Method in LocalTimeConverter
convert(java.lang.Object, java.lang.String) - Method in LocalTimeJsonConverter
convert(long[]) - Method in LongArrayToLongArrayConverter
convert(BigInteger) - Method in MongoMappingContext
convert(java.lang.Long) - Method in OffsetDateTimeConverter
convert(java.lang.Object, java.lang.String) - Method in OffsetDateTimeJsonConverter
convert(java.lang.Long) - Method in OffsetTimeConverter
convert(java.lang.Object, java.lang.String) - Method in OffsetTimeJsonConverter
convert(java.lang.String) - Method in PeriodConverter
convert(java.lang.Object, java.lang.String) - Method in PeriodJsonConverter
convert(java.lang.Class, java.lang.Object) - Method in SimpleDataBinder
convert(java.lang.Object, Class<?>) - Method in SpringConversionServiceAdapter
convert(java.lang.String) - Method in StringToBigDecimalConverter
convert(java.lang.String) - Method in StringToBigIntegerConverter
convert(java.lang.String) - Method in StringToByteArrayConverter
convert(java.lang.String) - Method in StringToCurrencyConverter
convert(java.lang.String) - Method in StringToLocaleConverter
convert(java.lang.String) - Method in StringToShortConverter
convert(java.lang.String) - Method in StringToTimeZoneConverter
convert(java.lang.String) - Method in StringToURLConverter
convert(java.lang.Long) - Method in TemporalConverter
convert(java.lang.Object) - Method in TimeZoneConverter
convert(java.lang.Object) - Method in UUIDConverter
convert(java.lang.Object) - Method in ValueConverter
convert(java.lang.Long) - Method in ZonedDateTimeConverter
convert(java.lang.Object, java.lang.String) - Method in ZonedDateTimeJsonConverter
convertAnother(java.lang.Object) - Method in Converter
convertAnother(java.lang.Object) - Method in JSON
convertAnother(java.lang.Object) - Method in XML
convertArgumentList(java.util.Collection) - Method in AbstractDetachedCriteria
convertArgumentList(java.util.List) - Method in AbstractHibernateCriteriaBuilder
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.InList
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.InRange
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.NotInList
convertBasicEntryValue(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Basic, java.lang.Object) - Method in NativeEntryEntityPersister
Convert a Basic (collection-style) property native entry value taken from an entity into the target property type.
convertClassLoaderURL(java.net.URL) - Method in PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource object.
convertDBObject(java.lang.Object) - Method in MongoQuery.MongoResultList
convertEmptyStringsToNull - Property in DomainPropertyFactoryImpl
convertEmptyStringsToNull - Field in DomainPropertyImpl
convertEmptyStringsToNull - Property in GrailsWebDataBinder
Converter - Interface in org.grails.web.converters
Defines an Object that can convert an instance and render it to the response or a supplied writer.
Converter.CircularReferenceBehaviour - Enum in org.grails.web.converters
converterClosure - Property in ClosureValueConverter
ConverterConfiguration - Interface in org.grails.web.converters.configuration
Authors:
Siegfried Puchbauer
ConverterException - Class in org.grails.web.converters.exceptions
Thrown when an error occurs originating from a Converter instance.
ConverterException() - Constructor in ConverterException
CONVERTERS_DEFAULT_ENCODING - Field in ConvertersConfigurationHolder
converters - Field in DefaultJsonGenerator
converters - Field in JsonGenerator.Options
ConvertersApi - Class in org.grails.plugins.converters.api
The API for converting objects to target types such as XML.
ConvertersConfigurationHolder - Class in org.grails.web.converters.configuration
Singleton which holds all default and named configurations for the Converter classes.
ConvertersConfigurationInitializer - Class in org.grails.web.converters.configuration
Authors:
Siegfried Puchbauer
ConvertersDomainTransformer - Class in org.grails.compiler.web.converters
Adds the asType method to domain classes.
ConvertersExtension - Class in org.grails.web.converters
Authors:
Jeff Brown
ConvertersExtension() - Constructor in ConvertersExtension
ConvertersGrailsPlugin - Class in org.grails.plugins.converters
Allows the "obj as XML" and "obj as JSON" syntax.
ConvertersGrailsPlugin() - Constructor in ConvertersGrailsPlugin
ConverterUtil - Class in org.grails.web.converters
A utility class for creating and dealing with Converter objects.
convertHibernateAccessException(HibernateException) - Method in GrailsHibernateTemplate
convertIdentifier(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
convertIdentityIfNecessasry(org.grails.datastore.mapping.model.PersistentProperty, java.io.Serializable) - Method in AbstractSession
convertIdIfNecessary(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in NativeEntryEntityPersister
convertJdbcAccessException(JDBCException, org.springframework.jdbc.support.SQLExceptionTranslator) - Method in GrailsHibernateTemplate
convertNode(groovy.util.Node, java.lang.StringBuilder, int) - Method in ChangelogXml2Groovy
convertObject(java.lang.Object) - Method in AbstractResultList
convertObject(java.lang.Object) - Method in MongoQuery.MongoResultList
convertOrder(org.grails.datastore.mapping.query.Query.Order, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
convertPotentialGStrings(Map<Object,Object>) - Method in DataBindingUtils
convertStringToEnum(Class<? extends Enum>, java.lang.String) - Method in SimpleDataBinder
convertStringValue(java.lang.Object) - Method in AbstractHibernateCriterionAdapter.CriterionAdaptor
convertToGeoDocument(grails.mongodb.geo.Shape) - Method in GeoJSONType
convertToGradleDependencies(List<Dependency>) - Method in CreateAppCommand
convertToHibernateCriteria(QueryableCriteria<?>) - Method in AbstractHibernateCriteriaBuilder
convertToHibernateCriteria(QueryableCriteria<?>) - Method in HibernateCriteriaBuilder
convertToJtaStatus(org.springframework.transaction.TransactionStatus) - Method in HibernateJtaTransactionManagerAdapter
convertToNativeKey(java.io.Serializable) - Method in NativeEntryEntityPersister
Subclasses should override to provide any conversion necessary to convert to a nativeKey
convertToOtherTypes(java.lang.Object, Class<T>) - Method in CodeGenConfig
convertToRegex(java.lang.String) - Method in RegexUrlMapping
Converts a Grails URL provides via the UrlMappingData interface to a regular expression.
convertToString(java.lang.Object) - Method in AbstractCharReplacementEncoder
convertToType(java.lang.Object, Class<T>) - Method in CodeGenConfig
convertValueToType(java.lang.Object, java.lang.Class, org.grails.databinding.converters.ConversionService) - Method in HibernateRuntimeUtils
cookie - Property in ApplicationTagLib
Obtains the value of a cookie.
COOKIE - Field in HttpHeaders
COOKIE_NAME - Field in CookieTenantResolver
cookieName - Property in CookieTenantResolver
The name of the cookie
CookieTenantResolver - Class in org.grails.datastore.mapping.multitenancy.web
Resolves the tenant id from a cookie
CookieTenantResolver() - Constructor in CookieTenantResolver
COORDINATES - Field in GeoJSONType
coordinates - Property in LineString
The points that constitute the LineString
coordinates - Property in MultiLineString
copy(org.springframework.core.io.Resource, java.io.File) - Method in FileSystemInteraction
Copy a Resource from the given location to the given directory or location
copy(org.springframework.core.io.Resource, java.io.File) - Method in FileSystemInteractionImpl
Copy a Resource from the given location to the given directory or location
copyAll(java.lang.Iterable, java.lang.Object) - Method in FileSystemInteraction
Copies resources to the target destination
copyAll(java.lang.Iterable, java.lang.Object) - Method in FileSystemInteractionImpl
Copies resources to the target destination
copyAnnotations(org.codehaus.groovy.ast.AnnotatedNode, org.codehaus.groovy.ast.AnnotatedNode, Set<String>, Set<String>) - Method in AstUtils
copyAnnotations(org.codehaus.groovy.ast.AnnotatedNode, org.codehaus.groovy.ast.AnnotatedNode, Set<String>, Set<String>) - Method in GrailsASTUtils
copyClassAnnotations(org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
Copies annotation from the abstract method to the implementation method
copyExpandoMetaClass(Class<?>, Class<?>, boolean) - Method in GrailsMetaClassUtils
Copies the ExpandoMetaClass dynamic methods and properties from one Class to another.
copyParameters(Map<String, ClassNode>, org.codehaus.groovy.ast.Parameter, List<String>) - Method in AstUtils
copyParameters(org.codehaus.groovy.ast.Parameter, Map<String,ClassNode>) - Method in GrailsASTUtils
copySrcToTarget(org.grails.build.logging.GrailsConsoleAntBuilder, java.io.File, java.util.List, Set<String>) - Method in CreateAppCommand
CORE_PLUGIN_PATTERN - Field in CorePluginFinder
CoreAutoConfiguration - Class in org.grails.plugins.core
Core beans.
CoreGrailsPlugin - Class in org.grails.plugins
Configures the core shared beans within the Grails application context.
CoreGrailsPlugin() - Constructor in CoreGrailsPlugin
CorePluginFinder - Class in org.grails.plugins
Loads core plugin classes.
CorePluginFinder(grails.core.GrailsApplication) - Constructor in CorePluginFinder
CosineSimilarity - Class in grails.util
Uses cosine similarity to find matches from a candidate set for a specified input.
CosineSimilarity() - Constructor in CosineSimilarity
CouldNotDetermineHibernateDialectException - Class in org.grails.orm.hibernate.exceptions
Thrown when no Hibernate dialect could be found for a database name.
CouldNotDetermineHibernateDialectException(java.lang.String, java.lang.Throwable) - Constructor in CouldNotDetermineHibernateDialectException
count() - Method in AbstractCriteriaBuilder
count() - Method in AbstractDetachedCriteria.DetachedProjections
count - Field in AbstractHibernateCriteriaBuilder
count() - Method in AbstractHibernateGormStaticApi
count() - Method in AbstractHibernateQuery.HibernateProjectionList
COUNT_CALL - Field in AbstractHibernateCriteriaBuilder
count(groovy.lang.Closure) - Method in CriteriaBuilder
Defines and executes a count query in a single call.
count(groovy.lang.Closure) - Method in DetachedCriteria
Counts the number of records returned by the query
count() - Method in GormEntity
Counts the number of persisted entities
count(java.util.Map, groovy.lang.Closure) - Method in GormQueryOperations
Counts the number of records returned by the query
count() - Method in GormService
count() - Method in GormStaticApi
Counts the number of persisted entities
count() - Method in GormStaticOperations
Counts the number of persisted entities
count(org.bson.conversions.Bson) - Method in MongoEntity
Counts the number of the entities in the collection.
count(MongoCollection<Document>, java.util.Map, Map<String, Object>) - Method in MongoExtensions
count(org.bson.conversions.Bson) - Method in MongoStaticApi
count(groovy.lang.Closure) - Method in NamedCriteriaProxy
COUNT_PROJECTION - Field in Projections
count() - Method in ProjectionList
Count the number of records returned
count() - Method in Projections
Projection that returns the number of records from the query instead of the results themselves
count() - Method in Query.ProjectionList
count() - Method in TenantDelegatingGormOperations
CountByFinder - Class in org.grails.datastore.gorm.finders
Supports counting objects.
CountByFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in CountByFinder
CountByImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements countBy* methods on Service instances
CountByImplementer() - Constructor in CountByImplementer
countChainableTransactionManagerBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
countDigits(java.lang.Number) - Method in GrailsDomainBinder
Returns:
a count of the digits in the specified number
countDistinct(java.lang.String) - Method in AbstractCriteriaBuilder
Projection that signifies to count distinct results
countDistinct(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
countDistinct(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Adds a projection that allows the criteria to return the distinct property count
countDistinct(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
countDistinct(java.util.Collection, java.lang.String) - Method in ManualProjections
Counts the number of distinct values
countDistinct(java.lang.String) - Method in ProjectionList
Count the number of records returned
countDistinct(java.lang.String) - Method in Projections
Projection that signifies to return only distinct results
countDistinct(java.lang.String) - Method in Query.ProjectionList
CountDistinctProjection(java.lang.String) - Constructor in Query.CountDistinctProjection
countHits(java.lang.String) - Method in MongoEntity
Counts the number of hits
countHits(java.lang.String) - Method in MongoStaticApi
countHits(java.lang.String) - Method in MongoStaticOperations
Counts the number of hits
CountImplementer - Class in org.grails.datastore.gorm.services.implementers
Implementation for counting
CountImplementer() - Constructor in CountImplementer
countOccurrencesOf(java.lang.String, java.lang.String) - Method in AntPathMatcher
Count the occurrences of the substring in string s.
countResources() - Method in RestfulController
Counts all of resources
countResources() - Method in RestfulServiceController
Country - Class in org.apache.grails.data.testing.tck.domains
COUNTRY_CODES_BY_NAME - Property in CountryTagLib
COUNTRY_CODES_BY_NAME_ORDER - Property in CountryTagLib
Country() - Constructor in Country
country - Property in CountryTagLib
Take a country code and output the country name, from the internal data.
countrySelect - Property in CountryTagLib
Display a country selection combo box.
CountryTagLib - Class in org.grails.plugins.web.taglib
Tags for rendering country selection / display of country names.
CountryTagLib() - Constructor in CountryTagLib
CountWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for the Where annotation on Service instances that return a multiple results
CountWhereImplementer() - Constructor in CountWhereImplementer
create(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractConnectionSourceFactory
create(java.lang.String, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in AbstractHibernateConnectionSourceFactory
Creates a ConnectionSource for the given DataSource
create(groovy.lang.GroovyClassLoader, List<RepositoryConfiguration>, org.grails.cli.compiler.grape.DependencyResolutionContext, boolean) - Method in AetherGrapeEngineFactory
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in CachedDataSourceConnectionSourceFactory
create(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in ConnectionSourceFactory
Creates a new ConnectionSource for the given name and configuration
create(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in ConnectionSourcesInitializer
Creates the ConnectionSources for the given factory and configuration
create(java.lang.ClassLoader) - Method in DataSourceBuilder
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in DataSourceConnectionSourceFactory
create() - Method in GormEntity
Creates an instance of this class
create() - Method in GormStaticApi
Creates an instance of this class
create() - Method in GormStaticOperations
Creates an instance of this class
create(org.grails.datastore.mapping.model.types.ToMany, PersistentClass, java.lang.String, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
create(groovy.lang.GroovyClassLoader, List<GrailsRepositoryConfiguration>, org.grails.cli.compiler.grape.DependencyResolutionContext) - Method in GrailsMavenResolverGrapeEngineFactory
create(java.lang.String, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in HibernateConnectionSourceFactory
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in HibernateDatastore
create(grails.web.mapping.UrlMappings) - Method in LinkGeneratorFactory
create(groovy.lang.GroovyClassLoader, List<RepositoryConfiguration>, org.grails.cli.compiler.grape.DependencyResolutionContext, boolean) - Method in MavenResolverGrapeEngineFactory
create(java.lang.String, org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoConnectionSourceFactory
create(org.grails.cli.profile.ProfileRepository, java.lang.String, org.springframework.core.io.Resource) - Method in ResourceProfile
create() - Method in RestfulController
Displays a form to create a new resource
create(java.lang.String, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in SimpleMapConnectionSourceFactory
create(java.lang.String, S) - Method in SingletonConnectionSources.NullConnectionFactory
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in SpringDataSourceConnectionSourceFactory
create(java.io.InputStream, java.io.PrintStream, java.io.PrintStream) - Method in SystemStreamsRedirector
create() - Method in TenantDelegatingGormOperations
create(java.lang.Class) - Method in UrlMappingsFactory
createAggregateBeanDefinition(org.springframework.beans.factory.support.ManagedList) - Method in PersistenceContextInterceptorAggregator
createAggregatePersistenceContextInterceptorOnDemand(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in PersistenceContextInterceptorAggregator
createAlias(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
If the underlying datastore supports aliases, then an alias is created for the given association
createAlias(java.lang.String, java.lang.String, int) - Method in AbstractHibernateCriteriaBuilder
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(java.lang.String, java.lang.String, int) - Method in HibernateCriteriaBuilder
Join an association using the specified join-type, assigning an alias to the joined association.
createAndGetCollection(com.mongodb.client.MongoDatabase, java.lang.String, Map<String, Object>) - Method in MongoExtensions
createAndRegister() - Method in MetaClassRegistryCleaner
createAndRegisterRootBinding() - Method in DefaultOutputContextLookup.DefaultOutputContext
createAndRegisterRootBinding() - Method in OutputContext
createAntProject() - Method in GrailsConsoleAntBuilder
Returns:
Factory method to create new Project instances
CreateAppCommand - Class in org.grails.cli.profile.commands
Command for creating Grails applications
CreateAppCommand.1 - Class in org.grails.cli.profile.commands
CreateAppCommand.1() - Constructor in CreateAppCommand.1
CreateAppCommand.CreateAppCommandObject - Class in org.grails.cli.profile.commands
CreateAppCommand.CreateAppCommandObject() - Constructor in CreateAppCommand.CreateAppCommandObject
CreateAppCommand() - Constructor in CreateAppCommand
createApplicationContext() - Method in BeanBuilder
Creates an ApplicationContext from the current state of the BeanBuilder
createApplicationContext(org.springframework.context.ApplicationContext) - Method in DefaultRuntimeSpringConfiguration
Creates the ApplicationContext instance.
createApplicationContext() - Method in GrailsApp
createApplicationContext() - Method in HibernateDatastoreSpringInitializer
createApplicationContext(org.springframework.context.ApplicationContext) - Method in WebRuntimeSpringConfiguration
createArgumentListFromParameters(org.codehaus.groovy.ast.Parameter, boolean, Map<String,ClassNode>) - Method in GrailsASTUtils
Creates an argument list from the given parameter types.
createAutowirer() - Method in GrailsTestInterceptor
createBasicCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
createBeanDefinition() - Method in DefaultBeanConfiguration
createBeanDefinition(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
createBeanDefinition(java.lang.String) - Method in RuntimeSpringConfiguration
Creates and returns the BeanDefinition that is regsitered within the given name or returns null.
createBeanWrapper(java.lang.Object) - Method in AbstractConverter
createBeanWrapper(java.lang.Object) - Method in ConverterUtil
createBindingSource(java.io.Reader) - Method in AbstractRequestBodyDataBindingSourceCreator
createBindingSource(java.io.Reader) - Method in HalXmlDataBindingSourceCreator
createBindingSource(java.io.Reader) - Method in JsonDataBindingSourceCreator
createBindingSource(java.io.Reader) - Method in XmlDataBindingSourceCreator
createBindingSourceCreationException(java.lang.Exception) - Method in AbstractRequestBodyDataBindingSourceCreator
createBindingSourceCreationException(java.lang.Exception) - Method in JsonDataBindingSourceCreator
createBindingSourceCreationException(java.lang.Exception) - Method in XmlDataBindingSourceCreator
createBootstrapServiceRegistryBuilder() - Method in HibernateMappingContextConfiguration
Creates the BootstrapServiceRegistryBuilder to use
createBoundPromise(T) - Method in AbstractPromiseFactory
createBoundPromise(T) - Method in GparsPromiseFactory
createBoundPromise(T) - Method in PromiseFactory
Creates a promise with a value pre-bound to it
createBoundPromise(T) - Method in Promises
createBoundPromise(T) - Method in WebPromises
createBsonQuery(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in BsonQuery
Creates a new query for the given registry, entity and criteria
createBuilder() - Method in ConfigurationBuilder
Creates the native builder
createBuilder() - Method in ConnectionSourceSettingsBuilder
createBuilder() - Method in DataSourceSettingsBuilder
createBuilder() - Method in HibernateConnectionSourceSettingsBuilder
createBuilder() - Method in MongoConnectionSourceSettingsBuilder
createCacheKey(java.lang.Class, grails.web.mime.MimeType) - Method in ClassAndMimeTypeRegistry
createCacheKey(java.lang.Class, grails.web.mime.MimeType) - Method in DefaultDataBindingSourceRegistry
createCacheKey(java.lang.Class, grails.web.mime.MimeType) - Method in DefaultRendererRegistry
createChainedCodecInstance(java.lang.String, ConcurrentMap<String,T>, Class<T>) - Method in BasicCodecLookup
createChainingEncodesToWriter(List<StreamingEncoder>, boolean) - Method in AbstractCharReplacementEncoder
createChainingEncodesToWriter(List<StreamingEncoder>, boolean) - Method in EncodesToWriter
createChainingEncodesToWriter(org.grails.encoder.StreamingEncoder, List<StreamingEncoder>, boolean) - Method in EncodesToWriterAdapter
createCharSequence(java.lang.CharSequence, int, int) - Method in CharSequences
createClass(byte[], org.codehaus.groovy.ast.ClassNode) - Method in ExtendedGroovyClassLoader.ExtendedClassCollector
createClasspath() - Method in GroovyPageCompilerTask
Adds a path to the classpath.
createClassProperties(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, PersistentClass, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Creates and binds the properties for the specified Grails domain class and PersistentClass and binds them to the Hibernate runtime meta model
createClosureForHtmlPart(int, int) - Method in GroovyPage
createCodec(java.lang.String, ConcurrentMap<String,T>, Class<T>) - Method in BasicCodecLookup
createCodecIdentifier(org.grails.encoder.Decoder) - Method in ChainedDecoder
createCodecIdentifier(org.grails.encoder.StreamingEncoder) - Method in ChainedEncoder
createCodecSettings(java.lang.String, java.lang.String, java.util.Map, Map<String,Object>) - Method in TagOutput
createCollection() - Method in PersistentSet
createCollectionBindingSource(java.io.Reader) - Method in AbstractRequestBodyDataBindingSourceCreator
createCollectionBindingSource(java.io.Reader) - Method in JsonDataBindingSourceCreator
createCollectionBindingSource(java.io.Reader) - Method in XmlDataBindingSourceCreator
createCollectionDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in AbstractRequestBodyDataBindingSourceCreator
createCollectionDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DataBindingSourceCreator
Creates a CollectionDataBindingSource suitable for binding bindingSource to bindingTarget
createCollectionDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DataBindingSourceRegistry
Locates a CollectionDataBindingSource for the given MimeType and binding target
createCollectionDataBindingSource(grails.core.GrailsApplication, java.lang.Class, java.lang.Object) - Method in DataBindingUtils
createCollectionDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DefaultDataBindingSourceCreator
createCollectionDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DefaultDataBindingSourceRegistry
createCollectionDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in XmlDataBindingSourceCreator
createCollector(org.codehaus.groovy.control.CompilationUnit, org.codehaus.groovy.control.SourceUnit) - Method in ExtendedGroovyClassLoader
createCommand(org.grails.cli.profile.Profile, java.lang.String, org.springframework.core.io.Resource, org.grails.cli.profile.commands.script.GroovyScriptCommand) - Method in GroovyScriptCommandFactory
createCommand(org.grails.cli.profile.Profile, java.lang.String, org.springframework.core.io.Resource, T) - Method in ResourceResolvingCommandFactory
createCommand(org.grails.cli.profile.Profile, java.lang.String, org.springframework.core.io.Resource, java.util.Map) - Method in YamlCommandFactory
createCompilationUnit(org.codehaus.groovy.control.CompilerConfiguration, java.security.CodeSource) - Method in GrailsAwareClassLoader
See Also:
groovy.lang.GroovyClassLoader#createCompilationUnit(org.codehaus.groovy.control.CompilerConfiguration, java.security.CodeSource)
createCompilationUnit(org.codehaus.groovy.control.CompilerConfiguration, java.security.CodeSource) - Method in GroovyPageClassLoader
See Also:
groovy.lang.GroovyClassLoader#createCompilationUnit(org.codehaus.groovy.control.CompilerConfiguration, java.security.CodeSource)
createConcreteCollection(java.lang.Class) - Method in GrailsClassUtils
Creates a concrete collection for the suppied interface
createConcreteCollection(java.lang.Class) - Method in MappingUtils
Creates a concrete collection for the supplied interface
createConcurrentLinkedMapCache(java.lang.String, long) - Method in GrailsConcurrentLinkedMapCacheManager
createConcurrentMapCache(java.lang.String) - Method in GrailsConcurrentMapCacheManager
createConfigs() - Method in GroovyPageCompilerTask
Adds a path to the classpath.
createConfigurationBuilder(org.grails.datastore.mapping.model.PersistentEntity, R) - Method in AbstractGormMappingFactory
createConnectionString(java.lang.String, int) - Method in AbstractMongoGrailsExtension
createConsoleReader(java.io.InputStream) - Method in GrailsConsole
createConverter(Class<T>, java.lang.Object, org.springframework.context.ApplicationContext) - Method in ConverterUtil
createCriteria() - Method in GormEntity
Creates a criteria builder instance
createCriteria() - Method in GormStaticApi
Creates a criteria builder instance
createCriteria() - Method in GormStaticOperations
Creates a criteria builder instance
createCriteria() - Method in HibernateGormStaticApi
createCriteria() - Method in MongoEntity
Returns:
Custom MongoDB criteria builder
createCriteria() - Method in MongoStaticApi
createCriteria() - Method in MongoStaticOperations
Returns:
Custom MongoDB criteria builder
createCriteria() - Method in TenantDelegatingGormOperations
createCriteriaInstance() - Method in AbstractHibernateCriteriaBuilder
createCriteriaInstance() - Method in HibernateCriteriaBuilder
createCriterion() - Method in DynamicFinder
createCriterion() - Method in GeoIntersects
createCriterion() - Method in GeoWithin
createCriterion() - Method in MethodExpression
createCriterion() - Method in MethodExpression.Between
createCriterion() - Method in MethodExpression.Equal
createCriterion() - Method in MethodExpression.GreaterThan
createCriterion() - Method in MethodExpression.GreaterThanEquals
createCriterion() - Method in MethodExpression.Ilike
createCriterion() - Method in MethodExpression.InList
createCriterion() - Method in MethodExpression.InRange
createCriterion() - Method in MethodExpression.IsEmpty
createCriterion() - Method in MethodExpression.IsNotEmpty
createCriterion() - Method in MethodExpression.IsNotNull
createCriterion() - Method in MethodExpression.IsNull
createCriterion() - Method in MethodExpression.LessThan
createCriterion() - Method in MethodExpression.LessThanEquals
createCriterion() - Method in MethodExpression.Like
createCriterion() - Method in MethodExpression.NotEqual
createCriterion() - Method in MethodExpression.NotInList
createCriterion() - Method in MethodExpression.Rlike
createCriterion() - Method in Near
createCriterion() - Method in NearSphere
createCriterion() - Method in WithinBox
createCriterion() - Method in WithinCircle
createCriterion() - Method in WithinPolygon
createCustom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a custom prpoerty type
createdAssociationPaths - Field in AbstractHibernateQuery
createDatabase(java.lang.String, java.lang.String, Map<String, String>) - Method in DatabaseMigrationCommand
createDatabase(java.sql.Connection, liquibase.resource.ResourceAccessor) - Method in GrailsLiquibase
createDatabaseSnapshot(java.lang.String) - Method in GroovyPrecondition
Called from the check closure.
createDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in AbstractRequestBodyDataBindingSourceCreator
createDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DataBindingSourceCreator
Creates a DataBindingSource suitable for binding bindingSource to bindingTarget
createDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DataBindingSourceRegistry
Locates a DataBindingSource for the given MimeType and binding target
createDataBindingSource(grails.core.GrailsApplication, java.lang.Class, java.lang.Object) - Method in DataBindingUtils
createDataBindingSource(java.lang.Object, jakarta.servlet.http.HttpServletRequest) - Method in DefaultDataBindingSourceCreator
createDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DefaultDataBindingSourceRegistry
createDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in JsonDataBindingSourceCreator
createDataBindingSource(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in XmlDataBindingSourceCreator
createDBObjectWithKey(java.lang.Object) - Method in MongoEntityPersister
createDefaultConnectionSources(com.mongodb.client.MongoClient, org.springframework.core.env.PropertyResolver, org.grails.datastore.mapping.mongo.config.MongoMappingContext) - Method in MongoDatastore
Creates the connection sources for an existing MongoClient
createDefaultEventBus() - Method in EventBusBuilder
createDefaultEventBus() - Method in EventBusFactoryBean
createDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping, T) - Method in MappingFactory
createDefaultRepositoryConfiguration() - Method in RepositoryConfigurationFactory
Create a new default repository configuration.
createDefaults() - Method in MimeType
Creates the default MimeType configuration if none exists in Config.groovy
createDelegingMethodBody(org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in AbstractMethodDecoratingTransformation
createDependency(java.lang.String, java.lang.String, java.util.Map) - Method in ProfileUtil
createDialectFactory() - Method in HibernateDialectDetectorFactoryBean
createDocumentMappingFactory(groovy.lang.Closure) - Method in DocumentMappingContext
createDocumentMappingFactory(groovy.lang.Closure) - Method in MongoMappingContext
createDynamicElementReader(java.lang.String, boolean) - Method in BeanBuilder
createDynamicFinders(org.grails.datastore.mapping.core.Datastore) - Method in GormEnhancer
createEmbedded(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an Embedded type used to model an embedded association (composition)
createEmbeddedCacheEntryKey(java.lang.Object) - Method in NativeEntryEntityPersister
createEmbeddedCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an EmbeddedCollection type used to model an embedded collection association (composition).
createEmbeddedEntity(java.lang.Class) - Method in AbstractMappingContext
createEmbeddedEntity(java.lang.Class) - Method in HibernateMappingContext
createEmbeddedEntity(java.lang.Class) - Method in MappingContext
createEmbeddedEntity(java.lang.Class) - Method in MongoMappingContext
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedCollectionDecoder
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedCollectionEncoder
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedDecoder
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedEncoder
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.2
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.3
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.4
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.5
createEncodingInitializer(org.grails.encoder.EncoderAware, org.grails.encoder.EncodingStateRegistryLookup, org.grails.buffer.StreamCharBuffer.LazyInitializingWriter) - Method in StreamCharBuffer
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in AbstractMappingContext
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in AbstractSession
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in BsonPersistentEntityCodec
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in EntityPersister
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MappingContext
Creates an EntityAccess instance for the given entity and instance of said entity
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MongoCodecEntityPersister
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, T) - Method in NativeEntryEntityPersister
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in SessionImplementor
createEnvironment() - Method in GrailsWebApplicationContext
createExecutionContext(org.grails.build.parsing.CommandLine) - Method in GrailsCli
createFallbackView(java.lang.String) - Method in GroovyPageViewResolver
createFileInputSource(java.lang.String, java.lang.String) - Method in ContainerSupport
Copies a file from the host to the container for assignment to a Geb FileInput module.
createFinderInvocation(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in DynamicFinder
createFlattenedKeys(java.util.Map, java.util.Map, java.util.Map, java.lang.Object, java.util.Map) - Method in AbstractParsingParameterCreationListener
Populates the target map with current map using the root map to form a nested prefix so that a hierarchy of maps is flattened.
createFor(List<StreamingEncoder>, java.lang.Boolean) - Method in ChainedEncoder
createFromBuildBinding(groovy.lang.Binding) - Method in JUnitReportsFactory
createFromCoords(List<List<Double>>) - Method in GeoJSONType
createFromCoords(List<List<Double>>) - Method in LineStringType
createFromCoords(java.util.List) - Method in MultiLineStringType
createFromCoords(java.util.List) - Method in MultiPointType
createFromCoords(java.util.List) - Method in MultiPolygonType
createFromCoords(java.util.List) - Method in PointType
createFromCoords(java.util.List) - Method in PolygonType
createFromCoords(java.util.List) - Method in ShapeType
createGrabAnnotation(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean) - Method in GrailsApplicationCompilerAutoConfiguration
createGrailsPlugin(Class<?>, org.springframework.core.io.Resource) - Method in DefaultGrailsPluginManager
createGrailsView(java.lang.String) - Method in GroovyPageViewResolver
createGrailsWebRequest(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletContext) - Method in AbstractGrailsView
createGroovyPageCompiledScriptSource(java.lang.String, java.lang.String, Class<?>) - Method in DefaultGroovyPageLocator
createGroovyPageException(java.lang.Exception, org.grails.gsp.GroovyPagesTemplateEngine, java.lang.String) - Method in GroovyPageView
createGroovyScriptCommandClassLoader() - Method in GroovyScriptCommandFactory
createHibernateCriterionAdapter() - Method in AbstractHibernateQuery
createHibernateCriterionAdapter() - Method in HibernateQuery
createHqlQuery(org.hibernate.Session, org.grails.datastore.mapping.query.Query) - Method in AbstractHibernateGormStaticApi
createHqlQuery(org.hibernate.Session, org.grails.datastore.mapping.query.Query) - Method in HibernateGormStaticApi
createIdentity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an identifier property
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in AbstractGormMappingFactory
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingFactory
createIdQuery(java.lang.Object) - Method in MongoCodecEntityPersister
createIndex(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
createInstance() - Method in GrailsConsole
createInstance() - Method in GrailsLiquibaseFactory
createInstance(java.lang.String, java.util.Locale) - Method in PageRenderer.PageRenderRequestCreator
createInstance(java.io.PrintWriter, java.util.Locale) - Method in PageRenderer.PageRenderResponseCreator
createInstance() - Method in UrlMappingFactoryBean
createInstanceCacheEntryKey(java.lang.Object) - Method in AbstractMongoObectEntityPersister
createInterceptor(java.lang.Object, org.springframework.context.ApplicationContext, java.lang.String) - Method in GrailsTestMode
createJmxObjectName(java.lang.String, org.apache.tomcat.jdbc.pool.DataSource) - Method in TomcatJDBCPoolMBeanExporter
createJsonMap(java.lang.Object) - Method in HalJsonDataBindingSourceCreator
createJsonMap(java.lang.Object) - Method in JsonApiDataBindingSourceCreator
createJsonMap(java.lang.Object) - Method in JsonDataBindingSourceCreator
createJstlView(java.lang.String) - Method in GroovyPageViewResolver
createKey(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in UrlCreatorCache
createKeyForProps(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.orm.hibernate.cfg.Table, java.lang.String, List<?>, java.lang.String) - Method in GrailsDomainBinder
createLink - Property in ApplicationTagLib
Creates a grails application link from a set of attributes.
createLink(Map<String, Object>) - Method in Link
Creates a link for the given arguments
createlinksRenderingClosure(Map<String, Object>) - Method in DefaultHalViewHelper
createLinkTo - Property in ApplicationTagLib
Creates a link to a resource, generally used as a method rather than a tag.
createLiquibase(java.sql.Connection) - Method in GrailsLiquibase
createListener(Class<T>) - Method in GrailsAsyncContext
createListener(Class<T>) - Method in MockAsyncContext
createListEntry(java.lang.String) - Method in ListReadingCachedGradleOperation
createListEntry(java.lang.String) - Method in ReadGradleTasks
createMainContext(java.lang.Object) - Method in GrailsApplicationBuilder
createManyToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a ManyToMany type used to model a many-to-many association between entities
createManyToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a many-to-one association type used for a mapping a many-to-one association between entities
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractGormMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in GormKeyValueMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in KeyValueMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in MappingFactory
Creates the mapped form of a PersistentProperty instance
createMappingContext(org.springframework.core.env.PropertyResolver, java.lang.Class) - Method in MongoDatastore
createMappingContext(ConnectionSources<Map<String,Map>,ConnectionSourceSettings>, java.lang.Class) - Method in SimpleMapDatastore
createMapValue(java.lang.Object) - Method in GrailsCli.1
createMapValue(java.lang.Object) - Method in MapReadingCachedGradleOperation
createMarkDirtyMethodCall(org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.ast.Variable) - Method in DirtyCheckingTransformer
createMarkupViewTemplate(groovy.text.Template) - Method in MarkupViewTemplateEngine
createMavenProfileRepository() - Method in GrailsCli
createMethodHandler(org.grails.datastore.mapping.core.Session, java.lang.Class, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
createMimeTypeAndAddToList(java.lang.String, grails.web.mime.MimeType, List<MimeType>, Map<String, String>) - Method in DefaultAcceptHeaderParser
createMongoClient(org.springframework.core.env.PropertyResolver, com.mongodb.MongoClientSettings.Builder, org.grails.datastore.mapping.mongo.config.MongoMappingContext) - Method in MongoDatastore
createMongoClient() - Method in MongoSpec
Returns:
The default mongo client
createMultipleDataSources(Iterable<String>, org.springframework.core.env.PropertyResolver) - Method in SimpleMapDatastore
createNamedConfig(java.lang.String, Closure<?>) - Method in JSON
createNamedConfig(java.lang.String, Closure<?>) - Method in XML
createNamedQuery(java.lang.Class, java.lang.String, java.lang.Object) - Method in GormEnhancer
Finds a named query for the given entity
createNameVariations(java.lang.String, org.grails.encoder.CodecIdentifierProvider) - Method in BasicCodecLookup
createNativeObjectForEmbedded(org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in NativeEntryEntityPersister
createNewApplicationYml(java.lang.String, java.lang.String) - Method in CreateAppCommand
createNewEncodingState(org.grails.encoder.Encoder, org.grails.encoder.EncodingState) - Method in AbstractEncodedAppender
createNewEncodingState(org.grails.encoder.Encoder, org.grails.encoder.EncodingState) - Method in EncodesToWriterAdapter
createNewEncodingState(org.grails.encoder.Encoder, org.grails.encoder.EncodingState) - Method in WriterEncodedAppender
createNewEntry(java.lang.String) - Method in MongoEntityPersister
createNewEntry(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Creates a new entry for the given family.
createNewEntry(java.lang.String) - Method in SimpleMapEntityPersister
createNode(java.lang.Object, java.lang.Object) - Method in ConstrainedPropertyBuilder
createNode(java.lang.Object, java.util.Map, java.lang.Object) - Method in DatabaseChangeLogBuilder
createNode(java.lang.Object, java.lang.Object) - Method in JSON.Builder
createNode(java.lang.Object, java.util.Map, java.lang.Object) - Method in XML.Builder
createObjectFromEmbeddedNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
createObjectFromNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
createOneToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a OneToMany type used to model a one-to-many association between entities
createOneToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a one-to-one association type used for mapping a one-to-one association between entities
createOutputCapturingClosure(java.lang.Object, java.lang.Object, org.grails.taglib.encoder.OutputContext) - Method in TagOutput
createOutputStackAttributesBuilder(java.lang.Object, grails.core.GrailsApplication) - Method in WithCodecHelper
Creates a builder for building a new OutputEncodingStackAttributes instance
createPage(Class<T>) - Method in BrowserDelegate
Delegates to geb.Browser#createPage(Class).
createPageCompiler() - Method in GroovyPageForkedCompiler
createPagedResultList(java.util.Map) - Method in AbstractHibernateCriteriaBuilder
createPagedResultList(java.util.Map) - Method in HibernateCriteriaBuilder
createPeople() - Method in DetachedCriteriaSpec
createPeople() - Method in PagedResultSpec
createPersistenceContextInterceptor(java.lang.String) - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
createPersistenceContextInterceptor(java.lang.String) - Method in AggregatePersistenceContextInterceptor
createPersistentEntity(java.lang.Class, boolean) - Method in AbstractMappingContext
createPersistentEntity(java.lang.Class, boolean) - Method in DocumentMappingContext
createPersistentEntity(java.lang.Class, boolean) - Method in HibernateMappingContext
createPersistentEntity(java.lang.Class, boolean) - Method in KeyValueMappingContext
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in AbstractSession
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MongoCodecSession
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MongoSession
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleMapSession
CreatePluginCommand - Class in org.grails.cli.profile.commands
A command for creating a plugin
CreatePluginCommand() - Constructor in CreatePluginCommand
createPluginManagerListener(org.springframework.context.ConfigurableApplicationContext) - Method in GrailsApp
Creates and returns a file change listener for notifying the plugin manager of changes.
createPool(boolean, int) - Method in LoggingPoolFactory
createPrimaryKeyValue(InFlightMetadataCollector, org.grails.datastore.mapping.model.PersistentProperty, java.util.Collection, Map<?,?>) - Method in GrailsDomainBinder
Creates the DependentValue object that forms a primary key reference for the collection.
createPrintlnStatement(java.lang.String, java.lang.String) - Method in GrailsASTUtils
createProducts() - Method in WhereLazySpec
CreateProfileCommand - Class in org.grails.cli.profile.commands
Creates a profile
CreateProfileCommand() - Constructor in CreateProfileCommand
createPromise(Map<K, V>) - Method in AbstractPromiseFactory
See Also:
PromiseFactory#createPromise(java.util.Map)
createPromise(Closure<T>) - Method in CachedThreadPoolPromiseFactory
createPromise(Closure<T>) - Method in GparsPromiseFactory
createPromise(List<Closure<T>>) - Method in PromiseFactory
Creates a promise from one or many closures
createPromise(Promise<T>) - Method in Promises
createPromise(Closure<T>) - Method in RxPromiseFactory
createPromise(Closure<T>) - Method in SynchronousPromiseFactory
createPromise(Promise<T>) - Method in WebPromises
createPromiseInternal(Closure<T>) - Method in AbstractPromiseFactory
createProperty(org.springframework.beans.factory.annotation.Value, PersistentClass, org.grails.datastore.mapping.model.PersistentProperty, InFlightMetadataCollector) - Method in GrailsDomainBinder
createPropertyDescriptor(java.lang.Class, groovy.lang.MetaProperty) - Method in ClassPropertyFetcher
Creates a PropertyDescriptor from a MetaBeanProperty
createPropertyDescriptor(java.lang.Class, groovy.lang.MetaProperty) - Method in MappingFactory
Creates a PropertyDescriptor from a MetaBeanProperty
createPropertyMapping(PersistentProperty<KeyValue>, org.grails.datastore.mapping.model.PersistentEntity) - Method in GormKeyValueMappingFactory
createPropertyMapping(PersistentProperty<T>, org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingFactory
createPropertyResolver(Map<String,Object>) - Method in DatastoreUtils
Creates a PropertyResolver from the given configuration
createPropertyResolvers(Collection<Map<String,Object>>) - Method in DatastoreUtils
Creates a PropertyResolver from the given configuration
createPrototypeBean(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
createPrototypeBean(java.lang.String) - Method in RuntimeSpringConfiguration
Creates a new prototype bean configuration.
createProxiedInstance(org.grails.datastore.mapping.core.Session, java.lang.Class, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in EntityProxyHandlerAdapter
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K, T>, K) - Method in GroovyProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in HibernateProxyHandler
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in JavassistProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in ProxyFactory
Creates a proxy
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in SimpleHibernateProxyHandler
createQuery(java.lang.String) - Method in AbstractHibernateQuery
createQuery(java.lang.Class) - Method in AbstractSession
createQuery(java.lang.Class, java.lang.String) - Method in HibernateSession
createQuery(org.hibernate.Session, java.lang.String) - Method in HibernateVersionSupport
Creates a query
createQuery() - Method in MongoCodecEntityPersister
createQuery() - Method in MongoEntityPersister
createQuery(java.lang.Class) - Method in MongoSession
createQuery() - Method in Persister
Creates a query for the entity
createQuery(java.lang.String) - Method in Query
Creates an association query
createQuery(java.lang.Class, java.lang.String) - Method in QueryAliasAwareSession
Creates a query instance for the give type
createQuery(java.lang.Class) - Method in QueryCreator
Creates a query instance for the give type
createQuery(java.lang.Class) - Method in Session
Creates a query instance for the give type
createQuery() - Method in SimpleMapEntityPersister
createQueryObject(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoQuery
createQueryStringTransformer(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.VariableScope) - Method in AbstractStringQueryImplementer
Creates the query string transformer
createRelative(java.lang.String) - Method in ByteArrayResource
createRelative(java.lang.String) - Method in DefaultUrlMappingData
createRelative(java.lang.String) - Method in GrailsResource
createRelative(java.lang.String) - Method in ResponseCodeMappingData
createRelative(java.lang.String) - Method in SpringResource
createRelative(java.lang.String) - Method in UrlMappingData
Creates a new UrlMappingData instance relative to this one for the given path
createRelativeURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.lang.String) - Method in DefaultUrlCreator
createRelativeURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.lang.String) - Method in RegexUrlMapping
createRelativeURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.lang.String) - Method in ResponseCodeUrlMapping
createRelativeURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.lang.String) - Method in UrlCreator
Creates a URL for the given parameters values, controller and action names without the context path information
createReport(java.lang.String, java.lang.String) - Method in JUnitReportsFactory
createReporter() - Method in ReportingSupport
The reporter that Geb should use when reporting is enabled.
createReports(java.lang.String) - Method in JUnitReportsFactory
createRequestEnvironmentInterceptor() - Method in GrailsTestInterceptor
createResource(java.nio.file.Path, java.lang.String) - Method in EmbeddedJarResourceAccessor
createResource() - Method in RestfulController
Creates a new instance of the resource.
createResourceAccessor() - Method in DatabaseMigrationCommand
createResponseWriter(jakarta.servlet.http.HttpServletResponse) - Method in GroovyPagesServlet
Creates a response writer for the given response object
createResponseWriter(org.grails.web.servlet.mvc.GrailsWebRequest, jakarta.servlet.http.HttpServletResponse) - Method in GroovyPageView
Creates the Response Writer for the specified HttpServletResponse instance.
createRlikeExpression(java.lang.String, java.lang.String) - Method in AbstractHibernateCriterionAdapter
utility methods to group and clean up the initialization of the Criterion Adapters*
createRlikeExpression(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
createRlikeExpression(java.lang.String, java.lang.String) - Method in HibernateCriterionAdapter
createRlikeExpression(java.lang.String, java.lang.String) - Method in HibernateQuery
createRuntime(java.lang.String, org.springframework.core.env.PropertyResolver, S) - Method in AbstractConnectionSourceFactory
createRuntime(java.lang.String, org.springframework.core.env.PropertyResolver, S) - Method in ConnectionSourceFactory
Creates a connection at runtime.
createRuntimeSpringConfiguration(org.springframework.context.ApplicationContext, java.lang.ClassLoader) - Method in BeanBuilder
createRuntimeSpringConfiguration(org.springframework.context.ApplicationContext, java.lang.ClassLoader) - Method in WebBeanBuilder
createScanner(org.springframework.beans.factory.xml.XmlReaderContext, boolean) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
createSchema(java.sql.Connection, java.lang.String) - Method in DefaultSchemaHandler
createSchema(java.sql.Connection, java.lang.String) - Method in SchemaHandler
Creates the given schema.
createSchemaStatement - Property in DefaultSchemaHandler
createServletContext() - Method in GrailsApplicationBuilder
createSession(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
Creates the native session
createSession() - Method in GrailsDataTckManager
createSession(org.springframework.core.env.PropertyResolver) - Method in HibernateDatastore
createSession(org.springframework.core.env.PropertyResolver) - Method in MongoDatastore
createSession(org.springframework.core.env.PropertyResolver) - Method in SimpleMapDatastore
createSessionProxy(org.hibernate.Session) - Method in GrailsHibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSetAndUnsetDoc(org.bson.Document) - Method in MongoSession
createSimple(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a simple property type used for mapping basic types such as String, long, integer etc.
createSingleCharSequence(char) - Method in CharSequences
createSingletonBean(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
createSingletonBean(java.lang.String) - Method in RuntimeSpringConfiguration
Creates a new singleton bean configuration.
createSpringApplication(org.springframework.core.io.ResourceLoader, Class<?>) - Method in GrailsAppBuilder
createSpringApplicationBuilder() - Method in GrailsAppServletInitializer
createSpringFlushSynchronization(org.hibernate.Session) - Method in GrailsSessionContext
createSpringSessionSynchronization(org.springframework.orm.hibernate5.SessionHolder) - Method in GrailsSessionContext
createStackFilterer() - Method in GrailsExceptionResolver
createStandardServiceRegistryBuilder(org.hibernate.boot.registry.BootstrapServiceRegistry) - Method in HibernateMappingContextConfiguration
Creates the standard service registry builder.
createStatelessSession(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
Creates the native stateless session
createStatelessSession(org.springframework.core.env.PropertyResolver) - Method in MongoDatastore
createStep(java.util.Map) - Method in DefaultMultiStepCommand
createStep(java.lang.String, org.grails.cli.profile.Command, java.util.Map) - Method in DefaultStepFactory
createStep(java.lang.String, org.grails.cli.profile.Command, java.util.Map) - Method in StepFactory
Creates a step for the given name, command and parameters
createString(char[]) - Method in StringCharArrayAccessor
creates a new java.lang.String by setting the char array directly to the String instance with reflection.
createTagBody(int, Closure<?>) - Method in GroovyPage
createTagInstance() - Method in JspTagImpl
createTemplate(java.io.InputStream) - Method in GroovyPagesTemplateEngine
Create a Template for the given InputStream
createTemplate(Class<? extends Template>, java.io.File) - Method in JsonViewTemplateEngine
createTemplate(Class<? extends Template>, java.io.File) - Method in MarkupViewTemplateEngine
createTemplate(java.io.Reader) - Method in ResolvableGroovyTemplateEngine
createTemplate(java.net.URL) - Method in ResourceAwareTemplateEngine
createTemplateForUri(java.lang.String) - Method in GroovyPagesTemplateEngine
createTemplateForUri(java.lang.String) - Method in ResourceAwareTemplateEngine
createTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates the tenant identifier property
createTerminal() - Method in GrailsConsole
Creates the instance of Terminal used directly in GrailsConsole.
createTerminal() - Method in GrailsEclipseConsole
createThreadLocalConfiguration() - Method in ConvertersConfigurationHolder
createThreadNameMethod - Field in LoggingPoolFactory
createTimestamp(org.grails.datastore.gorm.timestamp.TimestampProvider, Class<T>) - Method in AggregateTimestampProvider
createTimestamp(Class<T>) - Method in DefaultTimestampProvider
createTimestamp(Class<T>) - Method in TimestampProvider
Creates a timestamp for the given class
createTransactionalPromiseDecorator(org.springframework.transaction.PlatformTransactionManager, java.lang.reflect.Method) - Method in TransactionalAsyncTransformUtils
Creates a TransactionalPromiseDecorator for the given transactionManager and method to be invoked
createTransactionInterceptor() - Method in GrailsTestInterceptor
createTransactionManagerBeanReferences(org.springframework.beans.factory.config.BeanDefinition) - Method in ChainedTransactionManagerPostProcessor
createUniqueKeyForColumns(org.grails.orm.hibernate.cfg.Table, java.lang.String, List<Column>) - Method in GrailsDomainBinder
createURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.lang.String) - Method in DefaultUrlCreator
createURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.lang.String) - Method in RegexUrlMapping
createURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.lang.String) - Method in ResponseCodeUrlMapping
createURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.lang.String) - Method in UrlCreator
Creates a URL for the given parameters values, controller and action names
createValidationEvent(java.lang.Object) - Method in GormValidationApi
createValidatorRegistry(org.springframework.context.MessageSource) - Method in AbstractHibernateDatastore
createValidatorRegistry(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings, org.springframework.context.MessageSource) - Method in ValidatorRegistries
Creates the most appropriate validator registry
createVariables() - Method in ArtefactVariableResolver
createWrapper(Closure<?>) - Method in AbstractClosureProxy
Called when a new instance of the proxy needs to be created for the given closure.
createWrapper(Closure<?>) - Method in MockClosureProxy
Creates a new MockClosureProxy wrapping the given closure.
CREDIT_CARD_CONSTRAINT - Field in ConstrainedProperty
CreditCardConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates a credit card number.
CreditCardConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in CreditCardConstraint
Criteria - Interface in org.grails.datastore.mapping.query.api
Interface for the implementations that construct of criteria queries.
criteria - Field in AbstractDetachedCriteria
criteria - Field in AbstractHibernateCriteriaBuilder
criteria - Field in AbstractHibernateQuery
criteria - Field in AbstractHibernateQuery.CriteriaAndAlias
criteria - Field in Query
CriteriaAndAlias(org.hibernate.Criteria, java.lang.String, java.lang.String) - Constructor in AbstractHibernateQuery.CriteriaAndAlias
CriteriaBuilder - Class in grails.gorm
Criteria builder implementation that operates against DataStore abstraction.
CriteriaBuilder(java.lang.Class, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.query.Query) - Constructor in CriteriaBuilder
CriteriaBuilderSpec - Class in org.apache.grails.data.testing.tck.tests
Abstract base test for criteria queries.
CriteriaBuilderSpec() - Constructor in CriteriaBuilderSpec
criteriaClosure - Property in NamedCriteriaProxy
criteriaMetaClass - Field in AbstractHibernateCriteriaBuilder
CriteriaTypeCheckingExtension - Class in org.grails.compiler
Since:
2.4
CriteriaTypeCheckingExtension() - Constructor in CriteriaTypeCheckingExtension
criterionAdaptors - Field in AbstractHibernateCriterionAdapter
CRLF - Field in GrailsPrintWriter
CrudOperationsSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
CrudOperationsSpec() - Constructor in CrudOperationsSpec
CT - Field in GrailsDomainBinder
CTOR_GROOVY_METHOD - Field in BaseApiProvider
ctx - Property in GroovyChange
ctx - Property in GroovyPrecondition
cur - Property in CommonTypes
curChar - Field in JsonParserTokenManager
CURRENCY - Field in HibernateCriteriaBuilder
CurrencyInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering java.util.Currency properties
CurrencyInputRenderer() - Constructor in CurrencyInputRenderer
currencySelect - Property in FormTagLib
A helper tag for creating currency selects.
CurrencyValueConverter - Class in org.grails.databinding.converters
A ValueConverter for converting String to Currency.
CurrencyValueConverter() - Constructor in CurrencyValueConverter
current - Property in JSONBuilder
CURRENT_PREFIX - Field in AbstractGrailsArtefactTransformer
current - Property in SpringInvoker.Slf4jBindingAwareClassLoader.1
current() - Method in SystemStreamsRedirector
CURRENT_TENANT_ANNOTATION_TYPE - Field in TenantTransform
CURRENT_TEST_NAME - Property in GrailsDataTckManager
currentApplication() - Method in GrailsWebUtil
Returns:
The currently bound GrailsApplication instance
currentBlock - Property in HalCodeVisitorSupport
currentBrowser - Property in WebDriverContainerHolder
currentClassNode - Field in DetachedCriteriaTransformer
currentConfiguration() - Method in GrailsWebUtil
Returns:
The currently bound GrailsApplication instance
currentConfiguration - Property in WebDriverContainerHolder
currentContainer - Property in WebDriverContainerHolder
currentId() - Method in DefaultTenantService
currentId(Class<? extends Datastore>) - Method in Tenants
Returns:
The current tenant id for the given datastore type
currentId() - Method in TenantService
Returns:
The current tenant id
currentlyInitializing() - Method in AbstractPersistentCollection
currentPluginManager() - Method in Holders
currentProject - Field in FetchAllTaskSelectorsBuildAction.AllTasksModel
currentRequestAttributes() - Method in WebAttributes
currentSession - Property in DataTest
currentSession() - Method in GrailsSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSessionContextClass - Field in HibernateMappingContextSessionFactoryBean
currentStack(org.grails.taglib.encoder.OutputEncodingStackAttributes) - Method in OutputEncodingStack
CurrentTenant - Annotation Type in grails.gorm.multitenancy
currentTimeMillis() - Method in DefaultTimestampProvider
currentToken - Field in ParseException
This is the last token that has been consumed successfully.
currentTokens - Property in SynchronizerTokensHolder
currentTransaction(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
currentWriter(java.lang.String) - Method in LayoutWriterStack
Returns a java.io.Writer where a layout part can write its contents to.
currentWriter() - Method in OutputEncodingStack
curry(java.lang.Object) - Method in AbstractClosureProxy
curryDelegateAndGetContent(java.io.Writer, groovy.lang.Closure, java.lang.Object, boolean) - Method in StreamingJsonBuilder.StreamingJsonDelegate
cursor - Field in AbstractResultList
Custom - Class in org.grails.datastore.mapping.model.types
Represents a custom type ie. a type whose database read/write semantics are specified by the user.
custom - Property in ConnectionSourceSettings
Custom settings
Custom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, Class<?>, CustomTypeMarshaller<?,?,?>) - Constructor in Custom
CUSTOM - Enum Constant in ValueGenerator
Custom value generation strategy
CustomCacheKeyGenerator - Class in grails.plugin.cache
Includes the hashcode, method signature, and class name of the target (caller) in the cache key
CustomCacheKeyGenerator() - Constructor in CustomCacheKeyGenerator
CustomizableRollbackTransactionAttribute - Class in org.grails.datastore.mapping.transactions
Extended version of RuleBasedTransactionAttribute that ensures all exception types are rolled back and allows inheritance of setRollbackOnly
CustomizableRollbackTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute) - Constructor in CustomizableRollbackTransactionAttribute
customize(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory) - Method in UrlMappingsErrorPageCustomizer
customizeGrailsApplication(grails.core.GrailsApplication) - Method in GrailsApplicationBuilder.TestRuntimeGrailsApplicationPostProcessor
customizeGrailsApplication(grails.core.GrailsApplication) - Method in GrailsApplicationPostProcessor
customizeGrailsApplicationClosure - Property in GrailsApplicationBuilder.TestRuntimeGrailsApplicationPostProcessor
customizePluginManager(grails.plugins.GrailsPluginManager) - Method in GrailsApplicationBuilder.TestRuntimeGrailsApplicationPostProcessor
customizePluginManager(grails.plugins.GrailsPluginManager) - Method in GrailsApplicationPostProcessor
CustomSafeConstructor - Class in org.grails.core.cfg
Yaml constructor to create containers with sensible default array bounds.
CustomSafeConstructor.ConstructIsoTimestampString - Class in org.grails.core.cfg
CustomSafeConstructor.ConstructIsoTimestampString() - Constructor in CustomSafeConstructor.ConstructIsoTimestampString
CustomSafeConstructor() - Constructor in CustomSafeConstructor
CustomTypeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Custom} types
CustomTypeDecoder() - Constructor in CustomTypeDecoder
CustomTypeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Custom} types
CustomTypeEncoder() - Constructor in CustomTypeEncoder
CustomTypeMarshaller - Interface in org.grails.datastore.mapping.engine.types
Interface for defining custom datastore types beyond the simple and association types supported out of the box.

D

d - Property in CommonTypes
DATA_BINDER_BEAN_NAME - Field in DataBindingUtils
data - Property in Event
The data of the event
DATA - Field in JsonApiDataBindingSourceCreator
DATA_SERVICE_ORDER - Field in GroovyTransformOrder
Implements a Data Service
DATA_SOURCE_NAME_KEY - Property in PluginConstants
DATA_SOURCE_SETTING - Field in ChainedTransactionManagerPostProcessor
DATA_SOURCES - Field in HibernateDatastoreSpringInitializer
DATA_SOURCES_PREFIX - Field in ChainedTransactionManagerPostProcessor
DATA_SOURCES_SETTING - Field in ChainedTransactionManagerPostProcessor
database - Property in GroovyChange
database - Property in GroovyPrecondition
database - Property in MongoCollection
The database to use
DATABASE - Enum Constant in MultiTenancySettings.MultiTenancyMode
A single database per tenant
database - Field in NoopVisitor
DatabaseChangeLogBuilder - Class in org.grails.plugins.databasemigration.liquibase
DatabaseChangeLogBuilder() - Constructor in DatabaseChangeLogBuilder
databaseChangeLogLockTableName - Property in GrailsLiquibase
databaseChangeLogTableName - Property in GrailsLiquibase
DatabaseDriver - Enum in org.grails.datastore.gorm.jdbc
Enumeration of common database drivers.
DatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
DatabaseMigrationException - Class in org.grails.plugins.databasemigration
DatabaseMigrationException() - Constructor in DatabaseMigrationException
DatabaseMigrationGrailsPlugin - Class in org.grails.plugins.databasemigration
DatabaseMigrationGrailsPlugin() - Constructor in DatabaseMigrationGrailsPlugin
DatabaseMigrationTransactionManager - Class in org.grails.plugins.databasemigration
Created by Jim on 7/15/2016.
DatabaseMigrationTransactionManager(org.springframework.context.ApplicationContext, java.lang.String) - Constructor in DatabaseMigrationTransactionManager
databaseName - Property in AbstractMongoConnectionSourceSettings
The default database name
databaseName - Property in MongoClientOptionsBuilder
databaseName - Field in MongoDbDataStoreSpringInitializer
DataBinder - Trait in grails.web.databinding
Methods added to enable binding data (typically incoming request parameters) to objects and collections
DataBindingConfiguration - Class in org.grails.plugins.databinding
DataBindingConfiguration(org.grails.plugins.databinding.DataBindingConfigurationProperties) - Constructor in DataBindingConfiguration
DataBindingConfigurationProperties - Class in org.grails.plugins.databinding
Data binding configuration.
DataBindingEventMulticastListener - Class in org.grails.web.databinding
Authors:
Jeff Brown
DataBindingEventMulticastListener(List<DataBindingListener>) - Constructor in DataBindingEventMulticastListener
DataBindingGrailsPlugin - Class in org.grails.plugins.databinding
deprecated:
Use DataBindingConfiguration instead
DataBindingLazyMetaPropertyMap - Class in org.grails.web.databinding
Extends the default implementation and does data binding.
DataBindingLazyMetaPropertyMap(java.lang.Object) - Constructor in DataBindingLazyMetaPropertyMap
Constructs the map
DataBindingListener - Interface in grails.databinding.events
A listener which will be notified of events generated during data binding.
DataBindingListenerAdapter - Class in grails.databinding.events
Authors:
Jeff Brown
DataBindingSource - Interface in grails.databinding
A DataBindingSource is a lot like a Map but is read-only and is tailored to support data binding.
DataBindingSourceCreationException - Class in org.grails.databinding.bindingsource
Thrown if an unrecoverable problem occurs creating a DataBindingSource.
DataBindingSourceCreationException(java.lang.Throwable) - Constructor in DataBindingSourceCreationException
DataBindingSourceCreator - Interface in org.grails.databinding.bindingsource
A factory for DataBindingSource instances
DataBindingSourceRegistry - Interface in org.grails.web.databinding.bindingsource
Responsible for locating DataBindingSourceCreator instances and using them to create DataBindingSource instances
dataBindingSourceRegistry(org.grails.databinding.bindingsource.DataBindingSourceCreator) - Method in DataBindingConfiguration
dataBindingSourceRegistry - Property in HalJsonRenderer
dataBindingSources - Field in GPathResultCollectionDataBindingSource
DataBindingUtils - Class in grails.web.databinding
Utility methods to perform data binding from Grails objects.
dataSource - Property in DatabaseMigrationCommand
dataSource - Property in DatabaseMigrationTransactionManager
datasource(java.lang.String) - Method in Entity
Sets the datastore to use
dataSource - Field in GrailsHibernateTemplate
dataSource - Field in HibernateConnectionSource
dataSource - Property in HibernateConnectionSourceSettings
Settings for the dataSource
dataSource - Property in HibernateGormAutoConfiguration
datasource(java.lang.String) - Method in HibernateMappingBuilder
dataSourceAware - Property in SimpleMapDataBindingSource
DataSourceBuilder - Class in org.grails.datastore.gorm.jdbc
NOTE: Forked from Spring Boot logic to avoid hard dependency on Boot.
DataSourceBuilder.ReadOnlyDriverManagerDataSource - Class in org.grails.datastore.gorm.jdbc
DataSourceBuilder(java.lang.ClassLoader) - Constructor in DataSourceBuilder
DataSourceConnectionSource - Class in org.grails.datastore.gorm.jdbc.connections
A ConnectionSource for JDBC javax.sql.DataSource objects.
DataSourceConnectionSource(java.lang.String, javax.sql.DataSource, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Constructor in DataSourceConnectionSource
DataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
A ConnectionSourceFactory for creating JDBC javax.sql.DataSource connections
dataSourceConnectionSourceFactory - Field in AbstractHibernateConnectionSourceFactory
DataSourceConnectionSourcesFactoryBean - Class in org.grails.plugins.datasource
A factory bean for creating the data sources
DataSourceConnectionSourcesFactoryBean(org.springframework.core.env.PropertyResolver) - Constructor in DataSourceConnectionSourcesFactoryBean
DataSourceFactoryBean - Class in org.grails.orm.hibernate.support
A factory class to retrieve a javax.sql.DataSource from the Hibernate datastore
DataSourceFactoryBean(org.grails.orm.hibernate.AbstractHibernateDatastore, java.lang.String) - Constructor in DataSourceFactoryBean
DataSourceGrailsPlugin - Class in org.grails.plugins.datasource
Handles the configuration of a DataSource within Grails.
DataSourceGrailsPlugin() - Constructor in DataSourceGrailsPlugin
dataSourceName - Field in AbstractHibernateDatastore
dataSourceName - Property in DatabaseChangeLogBuilder
dataSourceName - Field in GrailsDomainBinder
dataSourceName - Property in GrailsLiquibase
dataSourceName - Property in GroovyChange
dataSourceName - Field in HibernateMappingContextConfiguration
dataSourceName - Field in HibernateMappingContextSessionFactoryBean
dataSourceNames - Property in HibernateDatastoreConnectionSourcesRegistrar
dataSourceNames - Property in HibernateGrailsPlugin
datasources - Property in Entity
Get the datasource names that this domain class works with.
dataSources - Property in HibernateDatastoreSpringInitializer
datasources(List<String>) - Method in HibernateMappingBuilder
DataSourceSettings - Class in org.grails.datastore.gorm.jdbc.connections
DataSource settings
DataSourceSettings() - Constructor in DataSourceSettings
DataSourceSettingsBuilder - Class in org.grails.datastore.gorm.jdbc.connections
Settings builder for DataSourceSettings
DataSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object) - Constructor in DataSourceSettingsBuilder
dataSourcesToExclude - Field in TenantDataSourceConfig
Default:
""
DataSourceUtils - Class in org.grails.plugins.datasource
Authors:
Graeme Rocher
DataSourceUtils() - Constructor in DataSourceUtils
Datastore - Interface in org.grails.datastore.mapping.core
The Datastore interface is the basic common denominator all NoSQL databases should support:
  • Storing data
  • Retrieving one or more elements at a time, identified by their keys
  • Deleting one or more elements
datastore - Field in AbstractDatastoreApi
datastore - Field in AbstractDatastorePersistenceContextInterceptor
datastore - Field in AbstractFinder
datastore - Field in AbstractHibernateCriteriaBuilder
datastore - Field in AbstractHibernateGormValidationApi
datastore - Field in AbstractHibernateSession
datastore - Field in AbstractPersistenceEventListener
datastore() - Method in AbstractServiceImplementer
Returns:
The datastore expression
datastore - Field in ClosureEventTriggeringInterceptor
datastore - Field in CurrentTenant
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
datastore - Property in DataSourceFactoryBean
datastore - Property in DefaultServiceRegistry
The datastore this service relates to
datastore - Property in DirtyCheckingAfterListenerSpec
datastore - Property in GormEnhancer
datastore - Field in MultiTenantEventListener
datastore - Field in ReadOnly
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
datastore - Property in Service
The datastore that this service is related to
datastore - Property in ServiceRegistryFactoryBean
datastore - Property in SimpleMapEntityPersister
datastore - Property in SimpleMapQuery
datastore - Field in Tenant
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
datastore - Property in TenantDelegatingGormOperations
datastore - Field in Transactional
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
DATASTORE_TYPE - Field in MongoDbDataStoreSpringInitializer
datastore - Field in WithoutTenant
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
DatastoreAware - Interface in org.grails.datastore.mapping.core
An interface for classes to implement that want access to the Datastore
DatastoreConfigurationException - Class in org.grails.datastore.mapping.model
Exception thrown when something goes wrong configuring a datastore.
DatastoreConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in DatastoreConfigurationException
DatastoreEnvironment - Class in org.grails.datastore.mapping.config
An environment for GORM
DatastoreEnvironment() - Constructor in DatastoreEnvironment
DatastoreException - Class in org.grails.datastore.mapping.core
General exception for errors related to the configuration of the Datastore
DatastoreException(java.lang.String, java.lang.Throwable) - Constructor in DatastoreException
DatastoreInitializedEvent - Class in org.grails.datastore.mapping.engine.event
Fired when the datastore is initialised
DatastoreInitializedEvent(java.lang.Object) - Constructor in DatastoreInitializedEvent
DatastorePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
DatastorePersistenceContextInterceptor(org.grails.datastore.mapping.core.Datastore) - Constructor in DatastorePersistenceContextInterceptor
datastores - Property in GormDispatcherRegistrar
datastoresByConnectionSource - Field in HibernateDatastore
datastoresByConnectionSource - Field in MongoDatastore
datastoresByConnectionSource - Field in SimpleMapDatastore
DatastoreServiceMethodInvokingFactoryBean - Class in org.grails.datastore.mapping.config
Variant of {#link MethodInvokingFactoryBean} which returns the correct data service type instead of java.lang.Object so the Autowire with type works correctly.
DatastoreServiceMethodInvokingFactoryBean(Class<?>) - Constructor in DatastoreServiceMethodInvokingFactoryBean
DatastoreTransactionManager - Class in org.grails.datastore.mapping.transactions
A org.springframework.transaction.PlatformTransactionManager instance that works with the Spring datastore abstraction
DatastoreUtils - Class in org.grails.datastore.mapping.core
Helper class for obtaining Datastore sessions.
DataTest - Trait in grails.testing.gorm
DATATEST_CLASS - Field in ServiceUnitTest
DataTestCleanupInterceptor - Class in org.grails.testing.gorm.spock
DataTestCleanupInterceptor() - Constructor in DataTestCleanupInterceptor
dataTestCleanupInterceptor - Property in GormTestingSupportExtension
DataTestCleanupSpecInterceptor - Class in org.grails.testing.gorm.spock
DataTestCleanupSpecInterceptor() - Constructor in DataTestCleanupSpecInterceptor
dataTestCleanupSpecInterceptor - Property in GormTestingSupportExtension
DataTestSetupInterceptor - Class in org.grails.testing.gorm.spock
DataTestSetupInterceptor() - Constructor in DataTestSetupInterceptor
dataTestSetupInterceptor - Property in GormTestingSupportExtension
DataTestSetupSpecInterceptor - Class in org.grails.testing.gorm.spock
DataTestSetupSpecInterceptor.1 - Class in org.grails.testing.gorm.spock
DataTestSetupSpecInterceptor.1() - Constructor in DataTestSetupSpecInterceptor.1
DataTestSetupSpecInterceptor() - Constructor in DataTestSetupSpecInterceptor
dataTestSetupSpecInterceptor - Property in GormTestingSupportExtension
date(java.lang.String, Collection<String>) - Method in AbstractTypeConvertingMap
Obtains a date for the given parameter name and format
date - Property in CommonTypes
DATE_CREATED_PROPERTY - Field in AutoTimestampEventListener
date(java.lang.String, java.lang.String) - Method in DelegatingParameters
date(java.lang.String, java.lang.String) - Method in EmptyParameters
DATE_FORMATS - Field in Settings
DATE - Field in HibernateCriteriaBuilder
DATE - Field in HttpHeaders
DATE_LENIENT_PARSING - Field in Settings
date(java.lang.String, java.lang.String) - Method in Parameters
Obtains the value of a parameter as a Date
DateConversionHelper - Class in org.grails.databinding.converters
Authors:
Jeff Brown
DateConversionHelper() - Constructor in DateConversionHelper
dateCreated - Property in PersonEvent
dateCreated - Property in Record
dateFormat - Field in DefaultJsonGenerator
dateFormat - Field in JsonGenerator.Options
dateFormat - Property in JsonViewGeneratorConfiguration
DateInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering date properties
DateInputRenderer() - Constructor in DateInputRenderer
dateLocale - Field in DefaultJsonGenerator
dateLocale - Field in JsonGenerator.Options
DateMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
DateMarshaller() - Constructor in DateMarshaller
Default constructor.
dateParsingLenient - Property in DateConversionHelper
Whether data parsing is lenient
datePicker - Property in FormTagLib
A simple date picker that renders a date as selects.
datePublished - Property in Publication
dateToString(java.util.Date) - Method in JSONObject
dateToStringConverter - Property in HalJsonRenderer
DB2_AS400 - Enum Constant in DatabaseDriver
DB2 AS400 Server.
DB2 - Enum Constant in DatabaseDriver
DB2 Server.
DB_REF_ID_FIELD - Field in PersistentEntityCodec
dbContainer - Property in AutoStartedMongoSpec
dbContainer - Property in StartMongoGrailsIntegrationExtension
dbCreate - Property in DataSourceSettings
The default value for `hibernate.hbm2ddl.auto`
DbmChangelogToGroovy - Class in org.grails.plugins.databasemigration.command
DbmChangelogToGroovy() - Constructor in DbmChangelogToGroovy
DbmCreateChangelog - Class in org.grails.plugins.databasemigration.command
DbmCreateChangelog() - Constructor in DbmCreateChangelog
deathAge - Property in Dog
debugStream - Field in JsonParserTokenManager
Debug output.
decapitalize(java.lang.String) - Method in NameUtils
Converts class name to property name using JavaBean decapitalization
decapitalizeFirstChar(java.lang.String) - Method in NameUtils
Transforms the first character of a string into a lowercase letter
decimalType - Property in AbstractMongoConnectionSourceSettings
Whether to use the decimal128 type for BigDecimal values
declareAndInitializeParameterValueMap(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractCacheTransformation
declareCache(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractCacheTransformation
declareCacheKey(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractCacheTransformation
declaredQueryTargets - Property in QueryStringTransformer
declaredWriteConcerns - Field in AbstractMongoSession
declaringClassName - Field in MethodMetadataReadingVisitor
decode(Class<T>, java.lang.Object) - Method in AbstractMongoSession
Decodes the given entity type from the given native object type
decode(BsonReader, org.grails.datastore.mapping.model.types.Basic, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in BasicCollectionTypeDecoder
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in BigDecimalCodec
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in BigIntegerCodec
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in BsonPersistentEntityCodec
decode(java.lang.Object) - Method in ChainedDecoder
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.CurrencyCodec
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.GStringCodec
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.IntRangeCodec
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.ListCodec
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.LocaleCodec
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.MapCodec
decode(org.bson.codecs.configuration.CodecRegistry, BsonReader, org.bson.codecs.DecoderContext, org.grails.datastore.mapping.engine.types.CustomTypeMarshaller, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in CustomTypeDecoder
decode(java.lang.Object) - Method in Decoder
Decode given input object
decode(BsonReader, org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedCollectionDecoder
decode(BsonReader, org.grails.datastore.mapping.model.types.Embedded, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedDecoder
decode(java.lang.Object) - Method in HTML4Decoder
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in IdentityDecoder
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.1
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.2
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.3
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.4
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.5
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.6
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.7
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.8
decode(BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.IdentityTypeDecoder
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in InstantCodec
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in InstantDecoder
decode(java.lang.Object) - Method in JavaScriptCodec.1
decode(java.lang.Object) - Method in JSONCodecFactory.1
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in LocalDateCodec
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalDateDecoder
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in LocalDateTimeCodec
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalDateTimeDecoder
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in LocalTimeCodec
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalTimeDecoder
decode(java.lang.Class, java.lang.Object) - Method in MongoCodecSession
decode(java.lang.Class, java.lang.Object) - Method in MongoSession
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in OffsetDateTimeCodec
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in OffsetDateTimeDecoder
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in OffsetTimeCodec
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in OffsetTimeDecoder
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in PeriodCodec
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in PeriodDecoder
decode(BsonReader, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.OneToManyDecoder
decode(BsonReader, org.grails.datastore.mapping.model.types.ToOne, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.ToOneDecoder
DECODE_PREFIX - Property in CodecMetaClassSupport
decode(BsonReader, T, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PropertyDecoder
Decodes a persistent property using the given reader
decode(java.lang.Object) - Method in RawCodec
decode(BsonReader, org.grails.datastore.mapping.model.types.Simple, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in SimpleDecoder
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.1
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.10
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.11
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.12
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.13
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.14
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.15
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.16
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.2
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.3
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.4
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.5
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.6
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.7
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.8
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.9
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.TypeDecoder
decode(BsonReader, org.grails.datastore.mapping.model.types.TenantId, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in TenantIdDecoder
decode(java.lang.Object) - Method in URLCodecFactory.2
decode(java.lang.Object) - Method in XMLCodecFactory
decode(BsonReader, org.bson.codecs.DecoderContext) - Method in ZonedDateTimeCodec
decode(BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in ZonedDateTimeDecoder
decodeAssociations(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.EntityAccess) - Method in PersistentEntityCodec
decodeBase64(java.lang.Object) - Method in Base64CodecExtensionMethods
decodeHex(java.lang.Object) - Method in HexCodecExtensionMethods
decodeMD5(java.lang.Object) - Method in MD5CodecExtensionMethods
decodeMD5Bytes(java.lang.Object) - Method in MD5BytesCodecExtensionMethods
Decoder - Interface in org.grails.encoder
interface for decoder methods
decoder - Property in HTMLCodecFactory
DECODER - Property in JavaScriptCodec
decoder - Property in JSONCodecFactory
decoder - Property in URLCodecFactory
decoder - Field in XMLCodecFactory
decoders - Field in BasicCodecLookup
decoders - Field in ChainedDecoder
decoders - Field in HTMLJSCodec
decodeSHA1(java.lang.Object) - Method in SHA1CodecExtensionMethods
decodeSHA1Bytes(java.lang.Object) - Method in SHA1BytesCodecExtensionMethods
decodeSHA256(java.lang.Object) - Method in SHA256CodecExtensionMethods
decodeSHA256Bytes(java.lang.Object) - Method in SHA256BytesCodecExtensionMethods
decorate(Closure<D>) - Method in AsyncWebRequestPromiseDecorator
decorate(java.lang.StringBuilder) - Method in GroovyPageSourceDecorator
decorate(Closure<D>) - Method in PersistenceContextPromiseDecorator
decorate(Closure<D>) - Method in PromiseDecorator
Decorates the given closures, returning the decorated closure
decorate(Closure<D>) - Method in TransactionalPromiseDecorator
DECORATED_METHODS - Field in AbstractMethodDecoratingTransformation
Key used to store within the original method node metadata, all previous decorated methods
DECREMENT_PRIORITY - Field in GroovyTransformOrder
DEEP - Field in GrailsJsonViewHelper
The deep parameter
deepCopy(java.lang.Object) - Method in IdentityEnumType
DeepDomainClassMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
DeepDomainClassMarshaller(boolean, boolean, grails.core.support.proxy.ProxyHandler, grails.core.GrailsApplication) - Constructor in DeepDomainClassMarshaller
deepSanitize(java.lang.Throwable) - Method in GrailsUtil
deepValidate parameter is honoured if entity validator implements CascadingValidator() - Method in ValidationSpec
DEFAULT_ACTION - Field in AnsiConsoleUrlMappingsRenderer
DEFAULT_ARGUMENT - Field in RenderDynamicMethod
DEFAULT_ATOM_MIME_TYPES - Field in AtomRenderer
DEFAULT_BLANK_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_BLANK_MESSAGE - Field in ConstrainedProperty
DEFAULT - Enum Constant in CascadeValidateType
By default, cascade for any owned association or with a JPA cascade of PERSIST or MERGE *
DEFAULT_CHANGE_LOG_LOCATION - Property in PluginConstants
DEFAULT_CONNECTION_SOURCE_NAMES - Field in ConnectionSourcesSupport
DEFAULT_CONSTRAINTS - Field in ConstraintRegistry
DEFAULT_CONTROLLER_NAME - Property in GrailsTestRequestEnvironmentInterceptor
DEFAULT - Enum Constant in Converter.CircularReferenceBehaviour
DEFAULT_DATA_SOURCE - Field in Entity
deprecated:
Use ConnectionSource#ALL#ALL instead
DEFAULT_DATA_SOURCE_NAME - Field in HibernateDatastoreSpringInitializer
DEFAULT_DATA_SOURCE_NAME - Field in HibernateGrailsPlugin
DEFAULT_DATABASE_NAME - Field in MongoDbDataStoreSpringInitializer
DEFAULT_DATABASE_NAME - Field in MongoSettings
The default database name if none is specified
DEFAULT_DATABINDING_WHITELIST - Field in DefaultASTDatabindingHelper
DEFAULT_DATASOURCE_NAME - Property in PluginConstants
DEFAULT_DATE_FORMATS - Field in AbstractDataBindingGrailsPlugin
DEFAULT_DECODER_CONTEXT - Field in BsonPersistentEntityCodec
DEFAULT_DECODER - Field in SimpleDecoder
DEFAULT_DECODERS - Field in IdentityDecoder
DEFAULT_DECODERS - Field in SimpleDecoder
DEFAULT_DOESNT_MATCH_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_DOESNT_MATCH_MESSAGE - Field in ConstrainedProperty
DEFAULT_ENCODER_CONTEXT - Field in BsonPersistentEntityCodec
DEFAULT_ENCODER - Field in SimpleEncoder
DEFAULT_ENCODING - Field in GrailsWebUtil
DEFAULT_ENCODING - Field in GroovyPageParser
DEFAULT_ENCODING - Field in RenderDynamicMethod
DEFAULT_ENCODING - Field in Settings
The default encoding
DEFAULT_ENUM_TYPE - Field in GrailsDomainBinder
DEFAULT_EXCLUDES - Field in AbstractLinkingRenderer
DEFAULT_EXCLUDES - Field in DefaultJsonViewHelper
DEFAULT_FILE_DETECTOR - Field in ContainerGebConfiguration
DEFAULT_GORM_EXCLUDES - Field in DefaultJsonViewHelper
DEFAULT - Enum Constant in GroovyCompilerScope
Default scope, exposes groovy.jar (loaded from the parent) and the shared cli package (loaded through groovy classloader).
DEFAULT_HOSTNAME_FROM_CONTAINER - Field in ContainerGebConfiguration
DEFAULT_IMPORTS - Field in GrailsApplicationCompilerAutoConfiguration
DEFAULT_IMPORTS - Field in GrailsTestCompilerAutoConfiguration
DEFAULT_IMPORTS - Field in GroovyPageParser
DEFAULT_INCLUDED_PLUGINS - Property in GrailsApplicationBuilder
DEFAULT_INDENT_STR - Field in PrettyPrintJSONWriter
DEFAULT_INDENT_STR - Field in PrettyPrintXMLStreamWriter
DEFAULT_INVALID_CREDIT_CARD_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_CREDIT_CARD_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_EMAIL_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_EMAIL_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_MAX_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_MAX_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_MAX_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_MAX_SIZE_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_MIN_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_MIN_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_MIN_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_MIN_SIZE_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_RANGE_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_RANGE_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_SIZE_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_URL_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_URL_MESSAGE - Field in ConstrainedProperty
DEFAULT_INVALID_VALIDATOR_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_VALIDATOR_MESSAGE - Field in ConstrainedProperty
DEFAULT_JSR310_LOCAL_DATE_FORMAT - Field in AbstractDataBindingGrailsPlugin
DEFAULT_JSR310_LOCAL_DATE_TIME_FORMAT - Field in AbstractDataBindingGrailsPlugin
DEFAULT_JSR310_LOCAL_TIME_FORMAT - Field in AbstractDataBindingGrailsPlugin
DEFAULT_JSR310_OFFSET_TIME_FORMAT - Field in AbstractDataBindingGrailsPlugin
DEFAULT_JSR310_OFFSET_ZONED_DATE_TIME_FORMAT - Field in AbstractDataBindingGrailsPlugin
DEFAULT_MESSAGES - Field in ConstrainedProperty
DEFAULT_METHOD_PARAM - Field in HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_MONGO_PORT - Property in AbstractMongoGrailsExtension
DEFAULT_MONGO_VERSION - Property in AbstractMongoGrailsExtension
DEFAULT_NAMESPACE - Field in DefaultGrailsApplicationAttributes
DEFAULT_NAMESPACE - Field in GroovyPage
DEFAULT_NAMESPACE - Field in TagOutput
DEFAULT_NOT_EQUAL_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_NOT_EQUAL_MESSAGE - Field in ConstrainedProperty
DEFAULT_NOT_IN_LIST_MESSAGE - Field in ConstrainedProperty
DEFAULT_NOT_INLIST_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_NULL_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_NULL_MESSAGE - Field in ConstrainedProperty
DEFAULT_PATH_SEPARATOR - Field in AntPathMatcher
Default path separator: "/"
DEFAULT_PLUGIN_PATH - Field in GroovyPageMetaInfo
DEFAULT_PRIORITY - Field in DefaultConverterConfiguration
DEFAULT_PROFILE_GROUPID - Field in AbstractJarProfileRepository
DEFAULT_PROFILE_NAME - Field in GrailsCli
DEFAULT_PROFILE_NAME - Field in ProfileRepository
DEFAULT_PROPERTIES_ENCODING - Field in BinaryGrailsPlugin
DEFAULT_PROTOCOL - Field in ContainerGebConfiguration
DEFAULT_REQUEST_ENCODING - Field in DefaultRequestStateLookupStrategy
DEFAULT_RESOURCE_INCLUDES - Field in DefaultUrlMappingEvaluator
DEFAULT_RESOURCE_PATTERN - Field in Settings
The default pattern for static resources
DEFAULT_RESOURCES_INCLUDES - Field in DefaultUrlMappingEvaluator
DEFAULT_SHUTDOWN_OPERATION - Field in ShutdownOperations
DEFAULT_TAGLIB_NAMESPACES - Field in GroovyPageParser
DEFAULT_TIMEOUT - Field in LockableEntityPersister
DEFAULT_TIMEZONE - Field in JsonGenerator.Options
DEFAULT_TIMEZONE - Field in JsonOutput
DEFAULT_TOMCAT_SERVLET_PATH - Field in Settings
The default servlet path
DEFAULT_TYPES - Property in ModelEntry
DEFAULT_VALIDATEABLE_EXCLUDES - Field in DefaultJsonViewHelper
DEFAULT_WEB_SERVLET_PATH - Field in Settings
The default servlet path
DefaultAcceptHeaderParser - Class in org.grails.web.mime
Parsed the HTTP accept header into a a list of MimeType instances in the order of priority.
DefaultAcceptHeaderParser(grails.web.mime.MimeType) - Constructor in DefaultAcceptHeaderParser
DefaultApplicationEventPublisher - Class in org.grails.datastore.gorm.events
Simple implementation that just iterates over a sequence of listeners
DefaultApplicationEventPublisher() - Constructor in DefaultApplicationEventPublisher
DefaultArtefactInfo - Class in grails.core
Mutable holder of artefact info.
DefaultASTDatabindingHelper - Class in org.grails.web.databinding
DefaultASTValidateableHelper - Class in grails.validation
DefaultBeanConfiguration - Class in org.grails.spring
Default implementation of the BeanConfiguration interface .
DefaultBeanConfiguration(Class<?>, Collection<?>) - Constructor in DefaultBeanConfiguration
DefaultCodecIdentifier - Class in org.grails.encoder
default implementation of CodecIdentifier
DefaultCodecIdentifier(java.lang.String, Set<String>) - Constructor in DefaultCodecIdentifier
DefaultCodecLookup - Class in org.grails.plugins.codecs
Authors:
Lari Hotari
DefaultCodecLookup() - Constructor in DefaultCodecLookup
DefaultConnectionSource - Class in org.grails.datastore.mapping.core.connections
Abstract implementation of the ConnectionSource interface
defaultConnectionSource - Field in AbstractConnectionSources
DefaultConnectionSource(java.lang.String, T, S) - Constructor in DefaultConnectionSource
DefaultConstrainedDiscovery - Class in org.grails.web.plugins.support
Discovers the default constrained properties for a domain class
DefaultConstrainedDiscovery() - Constructor in DefaultConstrainedDiscovery
DefaultConstrainedProperty - Class in grails.gorm.validation
Default implementation of the ConstrainedProperty interface
DefaultConstrainedProperty(Class<?>, java.lang.String, Class<?>, org.grails.datastore.gorm.validation.constraints.registry.ConstraintRegistry) - Constructor in DefaultConstrainedProperty
Constructs a new ConstrainedProperty for the given arguments.
DefaultConstraintEvaluator - Class in org.grails.datastore.gorm.validation.constraints.eval
Evaluates constraints for entities
DefaultConstraintEvaluator(org.grails.datastore.gorm.validation.constraints.registry.ConstraintRegistry, org.grails.datastore.mapping.model.MappingContext, Map<String,Object>) - Constructor in DefaultConstraintEvaluator
DefaultConstraintEvaluatorFactoryBean - Class in org.grails.plugins.domain.support
DefaultConstraintEvaluatorFactoryBean() - Constructor in DefaultConstraintEvaluatorFactoryBean
DefaultConstraintFactory - Class in org.grails.datastore.gorm.validation.constraints.factory
A default factory for creating constraints
DefaultConstraintFactory(Class<? extends Constraint>, org.springframework.context.MessageSource, List<Class>) - Constructor in DefaultConstraintFactory
DefaultConstraintRegistry - Class in org.grails.datastore.gorm.validation.constraints.registry
Default implementation of the ConstraintRegistry interface.
DefaultConstraintRegistry(org.springframework.context.MessageSource) - Constructor in DefaultConstraintRegistry
defaultConstraints - Field in AbstractGormMappingFactory
defaultConstraints - Field in DefaultConstraintEvaluator
defaultConstraints - Property in HibernateMappingBuilder
DefaultContainerFileDetector - Class in grails.plugin.geb
Detects files on the local disk.
DefaultContainerFileDetector() - Constructor in DefaultContainerFileDetector
DefaultControllerExceptionHandlerMetaData - Class in org.grails.plugins.web.controllers
Represents meta data which describes an exception handling method in a controller
DefaultControllerExceptionHandlerMetaData() - Constructor in DefaultControllerExceptionHandlerMetaData
DefaultConversionService - Class in org.grails.datastore.mapping.model.types.conversion
Default conversion service th
DefaultConversionService() - Constructor in DefaultConversionService
DefaultConverterConfiguration - Class in org.grails.web.converters.configuration
Mutable Converter Configuration with an priority sorted set of ObjectMarshallers
DefaultConverterConfiguration.Entry - Class in org.grails.web.converters.configuration
DefaultConverterConfiguration(List<ObjectMarshaller<C>>, grails.core.support.proxy.ProxyHandler) - Constructor in DefaultConverterConfiguration
DefaultConvertersConfiguration - Class in org.grails.databinding.converters
Default converters configuration.
DefaultConvertersConfiguration(grails.core.GrailsApplication, org.grails.plugins.databinding.DataBindingConfigurationProperties) - Constructor in DefaultConvertersConfiguration
defaultCurrencyConverter() - Method in DefaultConvertersConfiguration
Returns:
The default currency converter
defaultDatabase - Field in AbstractMongoSession
defaultDatabase - Field in MongoDatastore
defaultDatabaseName - Field in DocumentMappingContext
DefaultDatabaseProductName - Property in GormDatabase
DefaultDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
DefaultDataBindingSourceCreator() - Constructor in DefaultDataBindingSourceCreator
DefaultDataBindingSourceRegistry - Class in org.grails.web.databinding.bindingsource
DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey - Class in org.grails.web.databinding.bindingsource
DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey() - Constructor in DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey
DefaultDataBindingSourceRegistry() - Constructor in DefaultDataBindingSourceRegistry
defaultDataSourceBeanName - Property in HibernateDatastoreSpringInitializer
defaultDateConverter() - Method in DefaultConvertersConfiguration
DefaultDelegateAsyncTransactionalMethodTransformer - Class in org.grails.async.transform.internal
Modifies the
DelegateAsync:
transform to take into account transactional services.
DefaultDelegateAsyncTransactionalMethodTransformer() - Constructor in DefaultDelegateAsyncTransactionalMethodTransformer
DefaultEncodingStateRegistry - Class in org.grails.encoder
default implementation of EncodingStateRegistry
DefaultErrorsPrinter - Class in org.grails.core.exceptions
Default implementation of the StackTracePrinter interface.
DefaultErrorsPrinter(org.grails.core.io.ResourceLocator) - Constructor in DefaultErrorsPrinter
defaultExcludes - Property in IncludeExcludeSupport
DefaultFeature - Class in org.grails.cli.profile
Default implementation of the Feature interface
DefaultFeature(org.grails.cli.profile.Profile, java.lang.String, org.springframework.core.io.Resource) - Constructor in DefaultFeature
defaultFeaturesNames - Field in AbstractProfile
defaultFlushMode - Field in AbstractHibernateCriteriaBuilder
defaultFlushMode - Field in AbstractHibernateDatastore
defaultFlushMode - Property in GrailsHibernateTransactionManager
defaultFlushMode - Field in MongoDatastore
defaultFlushModeName - Field in AbstractHibernateDatastore
DefaultGrailsApplication - Class in grails.core
Default implementation of the GrailsApplication interface that manages application loading, state, and artefact instances.
DefaultGrailsApplication(org.grails.io.support.Resource) - Constructor in DefaultGrailsApplication
Loads a GrailsApplication using the given ResourceLocator instance which will search for appropriate class names
DefaultGrailsApplicationAttributes - Class in org.grails.web.servlet
Holds knowledge about how to obtain certain attributes from either the ServletContext or the HttpServletRequest instance.
DefaultGrailsApplicationAttributes(jakarta.servlet.ServletContext) - Constructor in DefaultGrailsApplicationAttributes
defaultGrailsBigDecimalConverter() - Method in DefaultConvertersConfiguration
defaultGrailsBigIntegerConverter() - Method in DefaultConvertersConfiguration
DefaultGrailsBootstrapClass - Class in org.grails.web.servlet.boostrap
DefaultGrailsBootstrapClass(Class<?>) - Constructor in DefaultGrailsBootstrapClass
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 in DefaultGrailsClass
DefaultGrailsCodecClass - Class in org.grails.commons
Authors:
Jeff Brown
DefaultGrailsCodecClass(Class<?>) - Constructor in DefaultGrailsCodecClass
DefaultGrailsControllerClass - Class in org.grails.core
Evaluates the conventions contained within controllers to perform auto-configuration.
DefaultGrailsControllerClass(Class<?>) - Constructor in DefaultGrailsControllerClass
DefaultGrailsDomainClass - Class in org.grails.core
Default implementation of the GrailsDomainClass interface
DefaultGrailsDomainClass(Class<?>) - Constructor in DefaultGrailsDomainClass
Constructor.
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.
DefaultGrailsJsonViewHelper - Class in grails.plugin.json.view.api.internal
Extended version of DefaultGrailsViewHelper with methods specific to JSON view rendering
DefaultGrailsJsonViewHelper.1 - Class in grails.plugin.json.view.api.internal
DefaultGrailsJsonViewHelper.1() - Constructor in DefaultGrailsJsonViewHelper.1
DefaultGrailsJsonViewHelper.2 - Class in grails.plugin.json.view.api.internal
DefaultGrailsJsonViewHelper.2() - Constructor in DefaultGrailsJsonViewHelper.2
DefaultGrailsJsonViewHelper.3 - Class in grails.plugin.json.view.api.internal
DefaultGrailsJsonViewHelper.3() - Constructor in DefaultGrailsJsonViewHelper.3
DefaultGrailsJsonViewHelper.4 - Class in grails.plugin.json.view.api.internal
DefaultGrailsJsonViewHelper.4() - Constructor in DefaultGrailsJsonViewHelper.4
DefaultGrailsJsonViewHelper.5 - Class in grails.plugin.json.view.api.internal
DefaultGrailsJsonViewHelper.5() - Constructor in DefaultGrailsJsonViewHelper.5
DefaultGrailsJsonViewHelper.6 - Class in grails.plugin.json.view.api.internal
DefaultGrailsJsonViewHelper.6() - Constructor in DefaultGrailsJsonViewHelper.6
DefaultGrailsJsonViewHelper() - Constructor in DefaultGrailsJsonViewHelper
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<?>, grails.core.GrailsApplication) - Constructor in DefaultGrailsPlugin
DefaultGrailsPluginManager - Class in grails.plugins
DefaultGrailsPluginManager(grails.core.GrailsApplication) - Constructor in DefaultGrailsPluginManager
DefaultGrailsServiceClass - Class in org.grails.core
Authors:
Steven Devijver
DefaultGrailsServiceClass(Class<?>) - Constructor in DefaultGrailsServiceClass
DefaultGrailsTagDateHelper - Class in org.grails.plugins.web
The default implementation of GrailsTagDateHelper
DefaultGrailsTagDateHelper() - Constructor in DefaultGrailsTagDateHelper
DefaultGrailsTagLibClass - Class in org.grails.core.gsp
Default implementation of a tag lib class.
DefaultGrailsTagLibClass(Class<?>) - Constructor in DefaultGrailsTagLibClass
Default constructor.
DefaultGrailsUrlMappingsClass - Class in org.grails.core
DefaultGrailsUrlMappingsClass(Class<?>) - Constructor in DefaultGrailsUrlMappingsClass
DefaultGrailsViewHelper - Class in grails.views.api.internal
Default methods for views, additional methods can be added via traits
DefaultGrailsViewHelper(grails.views.api.GrailsView) - Constructor in DefaultGrailsViewHelper
DefaultGroovyPageLocator - Class in org.grails.gsp.io
Used to locate GSPs whether in development or WAR deployed mode from static resources, custom resource loaders and binary plugins.
DefaultGroovyPageLocator.PluginViewPathInfo - Class in org.grails.gsp.io
DefaultGroovyPagesUriService - Class in org.grails.web.pages
Provides services for resolving URIs.
DefaultHalViewHelper - Class in grails.plugin.json.view.api.internal
Helps creating HAL links
DefaultHalViewHelper.1 - Class in grails.plugin.json.view.api.internal
DefaultHalViewHelper.1() - Constructor in DefaultHalViewHelper.1
DefaultHalViewHelper.HalStreamingJsonDelegate - Class in grails.plugin.json.view.api.internal
DefaultHalViewHelper(grails.plugin.json.view.api.JsonView, grails.plugin.json.view.api.GrailsJsonViewHelper) - Constructor in DefaultHalViewHelper
DefaultHtmlRenderer - Class in org.grails.plugins.web.rest.render.html
A default renderer for HTML that returns an appropriate model
DefaultHtmlRenderer(Class<T>, grails.web.mime.MimeType) - Constructor in DefaultHtmlRenderer
defaultIncludes - Property in IncludeExcludeSupport
defaultInputMask - Property in GrailsCli
DefaultInputRenderer - Class in org.grails.scaffolding.registry.input
The renderer chosen for outputting domain properties when no other renderers support the given property
DefaultInputRenderer() - Constructor in DefaultInputRenderer
DefaultJsonApiIdRenderer - Class in grails.plugin.json.view.api.jsonapi
DefaultJsonApiIdRenderer() - Constructor in DefaultJsonApiIdRenderer
DefaultJsonApiViewHelper - Class in grails.plugin.json.view.api.internal
Author:
Colin Harrington
DefaultJsonApiViewHelper.1 - Class in grails.plugin.json.view.api.internal
DefaultJsonApiViewHelper.1() - Constructor in DefaultJsonApiViewHelper.1
DefaultJsonApiViewHelper.2 - Class in grails.plugin.json.view.api.internal
DefaultJsonApiViewHelper.2() - Constructor in DefaultJsonApiViewHelper.2
DefaultJsonApiViewHelper.3 - Class in grails.plugin.json.view.api.internal
DefaultJsonApiViewHelper.3() - Constructor in DefaultJsonApiViewHelper.3
DefaultJsonApiViewHelper.4 - Class in grails.plugin.json.view.api.internal
DefaultJsonApiViewHelper.4() - Constructor in DefaultJsonApiViewHelper.4
DefaultJsonApiViewHelper.5 - Class in grails.plugin.json.view.api.internal
DefaultJsonApiViewHelper.5() - Constructor in DefaultJsonApiViewHelper.5
DefaultJsonApiViewHelper.6 - Class in grails.plugin.json.view.api.internal
DefaultJsonApiViewHelper.6() - Constructor in DefaultJsonApiViewHelper.6
DefaultJsonApiViewHelper.7 - Class in grails.plugin.json.view.api.internal
DefaultJsonApiViewHelper.7() - Constructor in DefaultJsonApiViewHelper.7
DefaultJsonApiViewHelper(grails.plugin.json.view.api.JsonView, grails.plugin.json.view.api.GrailsJsonViewHelper) - Constructor in DefaultJsonApiViewHelper
DefaultJsonGenerator - Class in grails.plugin.json.builder
Temporary fork of DefaultJsonGenerator until Groovy 2.5.0 is out.
DefaultJsonGenerator.ClosureConverter - Class in grails.plugin.json.builder
A converter that handles converting a given type to a JSON value using a closure.
DefaultJsonGenerator(Options) - Constructor in DefaultJsonGenerator
DefaultJsonRenderer - Class in org.grails.plugins.web.rest.render.json
Default renderer for JSON
DefaultJsonRenderer(Class<T>, org.grails.web.gsp.io.GrailsConventionGroovyPageLocator, grails.rest.render.RendererRegistry) - Constructor in DefaultJsonRenderer
DefaultJsonViewHelper - Class in grails.plugin.json.view.api.internal
DefaultJsonViewHelper.1 - Class in grails.plugin.json.view.api.internal
DefaultJsonViewHelper.1() - Constructor in DefaultJsonViewHelper.1
DefaultJsonViewHelper() - Constructor in DefaultJsonViewHelper
DefaultJsonViewIncludeExcludeSupport - Class in grails.plugin.json.view.api.internal
DefaultJsonViewIncludeExcludeSupport(List<String>, List<String>) - Constructor in DefaultJsonViewIncludeExcludeSupport
DefaultLinkGenerator - Class in org.grails.web.mapping
A link generating service for applications to use when generating links.
DefaultLinkGenerator(java.lang.String) - Constructor in DefaultLinkGenerator
defaultLocalDateTimeConverter() - Method in DefaultConvertersConfiguration
defaultMapping - Field in GrailsDomainBinder
defaultMapping - Field in MongoDbDataStoreSpringInitializer
DefaultMappingConfigurationBuilder - Class in org.grails.datastore.mapping.config.groovy
Authors:
Graeme Rocher
DefaultMappingConfigurationBuilder(org.grails.datastore.mapping.config.Entity, java.lang.Class) - Constructor in DefaultMappingConfigurationBuilder
DefaultMappingContextFactoryBean - Class in org.grails.plugins.domain.support
A factory bean for creating the default mapping context where an implementation of GORM is not present
DefaultMappingContextFactoryBean(grails.core.GrailsApplication, org.springframework.context.MessageSource) - Constructor in DefaultMappingContextFactoryBean
defaultMax - Field in AbstractDetachedCriteria
DefaultMimeTypeResolver - Class in org.grails.web.mime
Resolves the MimeType instance for a request
DefaultMimeTypeResolver() - Constructor in DefaultMimeTypeResolver
DefaultMimeUtility - Class in org.grails.web.mime
Authors:
Graeme Rocher
DefaultMimeUtility(List<MimeType>) - Constructor in DefaultMimeUtility
DefaultMultiStepCommand - Class in org.grails.cli.profile.commands
Simple implementation of the MultiStepCommand abstract class that parses commands defined in YAML or JSON
DefaultMultiStepCommand(java.lang.String, org.grails.cli.profile.Profile, Map<String, Object>) - Constructor in DefaultMultiStepCommand
defaultNullable() - Method in Validateable
defaultOffset - Field in AbstractDetachedCriteria
DefaultOutputContext() - Constructor in DefaultOutputContextLookup.DefaultOutputContext
DefaultOutputContextLookup - Class in org.grails.taglib.encoder
DefaultOutputContextLookup.DefaultOutputContext - Class in org.grails.taglib.encoder
DefaultOutputContextLookup() - Constructor in DefaultOutputContextLookup
DefaultOutputRenderer - Class in org.grails.scaffolding.registry.output
The renderer chosen for displaying domain properties when no other renderers support the given property
DefaultOutputRenderer() - Constructor in DefaultOutputRenderer
defaultPackage - Property in ModelBuilder
defaultpackagename - Property in CreateAppCommand
defaultPaginateParams(java.util.Map) - Method in DefaultJsonViewHelper
DefaultProxyHandler - Class in grails.core.support.proxy
Trivial default implementation that always returns true and the object.
defaultQualifier - Field in GormStaticApi
defaultRenderer - Property in DefaultViewRenderer
DefaultRendererRegistry - Class in org.grails.plugins.web.rest.render
Default implementation of the RendererRegistry interface
DefaultRendererRegistry.ContainerRendererCacheKey - Class in org.grails.plugins.web.rest.render
DefaultRendererRegistry.ContainerRendererCacheKey() - Constructor in DefaultRendererRegistry.ContainerRendererCacheKey
DefaultRendererRegistry.RendererCacheKey - Class in org.grails.plugins.web.rest.render
DefaultRendererRegistry.RendererCacheKey() - Constructor in DefaultRendererRegistry.RendererCacheKey
DefaultRendererRegistry() - Constructor in DefaultRendererRegistry
DefaultRepositorySystemSessionAutoConfiguration - Class in org.grails.cli.compiler.grape
A RepositorySystemSessionAutoConfiguration that, in the absence of any configuration, applies sensible defaults.
DefaultRequestStateLookupStrategy - Class in org.grails.web.servlet.mvc
Default implementation that uses the web request to obtain information about the currently executing request.
DefaultRequestStateLookupStrategy(org.grails.web.servlet.mvc.GrailsWebRequest) - Constructor in DefaultRequestStateLookupStrategy
defaultResourceLoader - Field in DefaultResourceLocator
defaultResourceLoader - Field in ResourceLocator
DefaultResourceLocator - Class in org.grails.core.io
Default ResourceLocator implementation that doesn't take into account servlet loading.
DefaultRuntimeSpringConfiguration - Class in org.grails.spring
A programmable runtime Spring configuration that allows a spring ApplicationContext to be constructed at runtime.
DefaultRuntimeSpringConfiguration(org.springframework.context.ApplicationContext, java.lang.ClassLoader) - Constructor in DefaultRuntimeSpringConfiguration
defaults - Property in ConnectionSourceSettings
Returns:
Any defaults
defaultSchema - Property in DatabaseMigrationCommand
DefaultSchemaHandler - Class in org.grails.datastore.gorm.jdbc.schema
Resolves the schema names
DefaultSchemaHandler(java.lang.String, java.lang.String, java.lang.String) - Constructor in DefaultSchemaHandler
defaultSchemaName - Property in DefaultSchemaHandler
DefaultServiceRegistry - Class in org.grails.datastore.mapping.services
The default ServiceRegistry implementation
DefaultServiceRegistry(org.grails.datastore.mapping.core.Datastore, boolean) - Constructor in DefaultServiceRegistry
defaultSessionFactoryBeanName - Property in HibernateDatastoreSpringInitializer
defaultSort - Property in Entity
Returns:
The default sort order definition, could be a string or a map
DefaultStackTraceFilterer - Class in org.grails.exceptions.reporting
Default implementation of StackTraceFilterer.
DefaultStackTraceFilterer(boolean) - Constructor in DefaultStackTraceFilterer
DefaultStackTracePrinter - Class in org.grails.exceptions.reporting
Since:
2.2
DefaultStackTracePrinter() - Constructor in DefaultStackTracePrinter
DefaultStepFactory - Class in org.grails.cli.profile.steps
Dynamic creation of Step instances
DefaultStepFactory() - Constructor in DefaultStepFactory
defaultTagDispatcher - Property in CompileStaticGroovyPage
defaultTaglibEncoder(org.grails.encoder.Encoder) - Method in OutputEncodingStackAttributes.Builder
defaultTagLibs - Property in ModelEntry
DefaultTenantService - Class in org.grails.datastore.gorm.services
Default implementation of the TenantService interface
DefaultTenantService() - Constructor in DefaultTenantService
DefaultTimestampProvider - Class in org.grails.datastore.gorm.timestamp
Default implementation of TimestampProvider
defaultTimeZoneConverter() - Method in DefaultConvertersConfiguration
DefaultTransactionService - Class in org.grails.datastore.gorm.services
The transaction service implementation
DefaultTransactionService() - Constructor in DefaultTransactionService
DefaultUrlCreator - Class in org.grails.web.mapping
The default implementation of the UrlCreator interface that constructs URLs in Grails default pattern of /controllerName/actionName/id.
DefaultUrlCreator(java.lang.String, java.lang.String) - Constructor in DefaultUrlCreator
DefaultUrlMappingData - Class in org.grails.web.mapping
Default implementating of the UrlMappingData interface.
DefaultUrlMappingData(java.lang.String) - Constructor in DefaultUrlMappingData
DefaultUrlMappingEvaluator - Class in org.grails.web.mapping
DefaultUrlMappingEvaluator(org.springframework.context.ApplicationContext) - Constructor in DefaultUrlMappingEvaluator
DefaultUrlMappingInfo - Class in org.grails.web.mapping
Holds information established from a matched URL.
DefaultUrlMappingInfo(grails.web.mapping.UrlMappingInfo, java.util.Map, grails.core.GrailsApplication) - Constructor in DefaultUrlMappingInfo
DefaultUrlMappingParser - Class in org.grails.web.mapping
A simple implementation of the UrlMappingParser interface.
DefaultUrlMappings - Class in org.grails.web.mapping
The Default URL mappings that are used if none are configured.
DefaultUrlMappings() - Constructor in DefaultUrlMappings
DefaultUrlMappingsHolder - Class in org.grails.web.mapping
Default implementation of the UrlMappingsHolder interface that takes a list of mappings and then sorts them according to their precedence rules as defined in the implementation of Comparable.
DefaultUrlMappingsHolder(List<UrlMapping>, java.util.List, boolean) - Constructor in DefaultUrlMappingsHolder
defaultuuidConverter() - Method in DefaultConvertersConfiguration
DefaultValidatorRegistry - Class in org.grails.datastore.gorm.validation.constraints.registry
A ValidatorRegistry that builds validators on demand.
DefaultValidatorRegistry(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings, org.springframework.context.MessageSource) - Constructor in DefaultValidatorRegistry
defaultValue - Property in ColumnConfig
The default value
DefaultViewRenderer - Class in grails.views.mvc.renderer
A renderer implementation that looks up a view from the ViewResolver
DefaultViewRenderer(Class<T>, grails.web.mime.MimeType, grails.views.mvc.SmartViewResolver, grails.core.support.proxy.ProxyHandler, grails.rest.render.RendererRegistry, grails.rest.render.Renderer) - Constructor in DefaultViewRenderer
DefaultXmlRenderer - Class in org.grails.plugins.web.rest.render.xml
Default renderer for XML responses
DefaultXmlRenderer(Class<T>, org.grails.web.gsp.io.GrailsConventionGroovyPageLocator, grails.rest.render.RendererRegistry) - Constructor in DefaultXmlRenderer
DeferredBindingActions - Class in grails.validation
Binding operations that are deferred until either validate() or save() are called.
deferredMappings - Property in AbstractGrailsControllerUrlMappings
define(groovy.lang.Closure) - Method in MappingBuilder
Build a Hibernate mapping
defineBeans(grails.core.GrailsApplication, groovy.lang.Closure) - Method in GrailsApplicationBuilder
defineBeans(java.lang.Object) - Method in GrailsUnitTest
defineCommandNames() - Method in GroovyDiffToChangeLogCommandStep
defineCommandNames() - Method in GroovyGenerateChangeLogCommandStep
definition - Property in MongoCollection.Index
dehexchar(char) - Method in JSONTokener
Get the hex value of a character (base16).
deindex(java.lang.Object, K) - Method in PropertyValueIndexer
Removes the index for the given value and key
deindex(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.1
DELEGATE_ASYNC_ORDER - Field in GroovyTransformOrder
Changes methods in a file to return a promise instead of a value
delegate - Property in DefaultHalViewHelper.HalStreamingJsonDelegate
delegate - Property in GormValidatorFactoryAdapter.GormValidatorContext
delegate - Property in GrailsAsyncContext
delegate - Field in PrefixedConfig
DelegateAsync - Annotation Type in org.grails.datastore.gorm.async.transform
An AST transformation that takes each method in the given class and adds a delegate method that returns a Promise and executes the method asynchronously.
DelegateAsyncTransactionalMethodTransformer - Interface in org.grails.async.transform.internal
Interface for a class that handles transforming async transactional methods
DelegateAsyncTransformation - Class in org.grails.datastore.gorm.async.transform
DelegateAsyncUtils - Class in org.grails.async.transform.internal
Helps looking up the decorators
DelegateAsyncUtils() - Constructor in DelegateAsyncUtils
delegateMap - Property in NavigableMap
DELEGATING_METHOD_ANNOATION - Field in ControllerActionTransformer
DelegatingBeanPropertyAccessorImpl - Class in grails.plugin.formfields
DelegatingBeanPropertyAccessorImpl(java.lang.Object, java.lang.Object, java.lang.Class, java.lang.String, org.grails.scaffolding.model.property.DomainProperty, boolean) - Constructor in DelegatingBeanPropertyAccessorImpl
DelegatingGormEntityApi - Class in org.grails.datastore.gorm
A delegating implementation of GormEntityApi
DelegatingGormEntityApi(GormInstanceApi<D>, D) - Constructor in DelegatingGormEntityApi
DelegatingMethod - Annotation Type in grails.compiler
Used to indicate to the compiler that a particular method simply delegates to another one.
DelegatingParameters - Class in grails.views.mvc.http
Delegate to a GrailsParameterMap implementation
DelegatingParameters(grails.util.TypeConvertingMap) - Constructor in DelegatingParameters
delete(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
delete(java.lang.Object) - Method in AbstractHibernateSession
delete(java.lang.Iterable) - Method in AbstractSession
DELETE_CLAUSE - Field in JpaQueryBuilder
delete(java.util.Map) - Method in DelegatingGormEntityApi
delete(java.lang.Object) - Method in EntityPersister
delete(java.lang.Object) - Method in FileSystemInteraction
Deletes a file
delete(java.lang.Object) - Method in FileSystemInteractionImpl
Deletes a file
delete(java.util.Map) - Method in GormEntity
Deletes an instance from the datastore
delete(java.util.Map) - Method in GormEntityApi
Deletes an instance from the datastore
delete(D, java.util.Map) - Method in GormInstanceApi
Deletes an instance from the datastore
delete(D, java.util.Map) - Method in GormInstanceOperations
Deletes an instance from the datastore
delete(java.io.Serializable) - Method in GormService
delete(D, java.util.Map) - Method in GormStaticApi
delete(java.lang.Object) - Method in GrailsHibernateTemplate
delete(java.lang.Object) - Method in IHibernateTemplate
delete(java.lang.Object, boolean) - Method in InstanceApiHelper
delete() - Method in MockPart
delete(java.lang.Iterable) - Method in MongoSession
delete(java.lang.Object) - Method in Persister
Deletes a single object
delete() - Method in RestfulController
Deletes a resource for the given id
delete(java.lang.Object) - Method in Session
Deletes a single object
delete(D, java.util.Map) - Method in TenantDelegatingGormOperations
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractSession
This default implementation of the deleteAll method is unlikely to be optimal as it iterates and deletes each object.
deleteAll() - Method in DetachedCriteria
Deletes all entities matching this criteria
deleteAll(java.util.Map, java.lang.Iterable) - Method in GormEntity
Deletes a list of objects in one go and flushes when param is set
deleteAll() - Method in GormOperations
Deletes all entities matching this criteria
deleteAll(java.util.Map, java.lang.Iterable) - Method in GormStaticApi
Deletes a list of objects in one go and flushes when param is set
deleteAll(java.lang.Iterable) - Method in GormStaticOperations
Deletes a list of objects in one go
deleteAll(Collection<?>) - Method in GrailsHibernateTemplate
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in HibernateSession
Deletes all objects matching the given criteria.
deleteAll(Collection<?>) - Method in IHibernateTemplate
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in MongoCodecSession
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in MongoSession
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Session
Deletes all objects matching the given criteria
deleteAll(java.lang.Iterable) - Method in TenantDelegatingGormOperations
DeleteAllSpec - Class in org.apache.grails.data.testing.tck.tests
DeleteAllSpec() - Constructor in DeleteAllSpec
deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in EntityPersister
deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in MongoCodecEntityPersister
deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in NativeEntryEntityPersister
deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in EntityPersister
deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MongoCodecEntityPersister
deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in NativeEntryEntityPersister
deleteEntries(java.lang.String, List<Object>) - Method in MongoEntityPersister
deleteEntries(java.lang.String, List<K>) - Method in NativeEntryEntityPersister
Deletes one or many entries for the given list of Keys
deleteEntries(java.lang.String, List<Object>) - Method in SimpleMapEntityPersister
deleteEntry(java.lang.String, java.lang.Object, java.lang.Object) - Method in MongoEntityPersister
deleteEntry(java.lang.String, K, java.lang.Object) - Method in NativeEntryEntityPersister
Deletes a single entry
deleteEntry(java.lang.String, java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister
DeleteImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements "void delete(..)"
DeleteImplementer() - Constructor in DeleteImplementer
deleteMany(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
deleteOne(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
deleteResource(T) - Method in RestfulController
Deletes a resource
deleteResource(T) - Method in RestfulServiceController
DeleteWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implement delete method that are annotated with Where
DeleteWhereImplementer() - Constructor in DeleteWhereImplementer
dependencies - Field in AbstractGrailsPlugin
dependencies - Field in AbstractProfile
dependencies - Property in DefaultFeature
dependencies - Field in GrailsDependencyVersions
Dependency - Class in org.grails.cli.compiler.dependencies
A single dependency.
Dependency.Exclusion - Class in org.grails.cli.compiler.dependencies
A dependency exclusion.
Dependency(java.lang.String, java.lang.String, java.lang.String, List<Exclusion>) - Constructor in Dependency
Create a new Dependency instance.
DependencyAutoConfigurationTransformation - Class in org.grails.cli.compiler
org.codehaus.groovy.transform.ASTTransformation to apply dependency.
DependencyAutoConfigurationTransformation(groovy.lang.GroovyClassLoader, org.grails.cli.compiler.grape.DependencyResolutionContext, Iterable<CompilerAutoConfiguration>) - Constructor in DependencyAutoConfigurationTransformation
DependencyCustomizer - Class in org.grails.cli.compiler
Customizer that allows dependencies to be added during compilation.
DependencyCustomizer(org.grails.cli.compiler.DependencyCustomizer) - Constructor in DependencyCustomizer
Create a new nested DependencyCustomizer.
DependencyManagement - Interface in org.grails.cli.compiler.dependencies
An encapsulation of dependency management information.
DependencyManagementArtifactCoordinatesResolver - Class in org.grails.cli.compiler.dependencies
DependencyManagementArtifactCoordinatesResolver(org.grails.cli.compiler.dependencies.DependencyManagement) - Constructor in DependencyManagementArtifactCoordinatesResolver
DependencyManagementBom - Annotation Type in org.grails.cli.groovy
Provides one or more additional sources of dependency management that is used when resolving @Grab dependencies.
DependencyManagementBomTransformation - Class in org.grails.cli.compiler
org.codehaus.groovy.transform.ASTTransformation for processing DependencyManagementBom annotations.
DependencyManagementBomTransformation(org.grails.cli.compiler.grape.DependencyResolutionContext) - Constructor in DependencyManagementBomTransformation
dependencyNames - Field in AbstractGrailsPlugin
DependencyResolutionContext - Class in org.grails.cli.compiler.grape
Context used when resolving dependencies.
DependencyResolutionFailedException - Class in org.grails.cli.compiler.grape
Thrown to indicate a failure during dependency resolution.
DependencyResolutionFailedException(java.lang.Throwable) - Constructor in DependencyResolutionFailedException
Creates a new DependencyResolutionFailedException with the given cause.
dependsOn - Property in CodecsGrailsPlugin
dependsOn - Property in ControllersGrailsPlugin
dependsOn - Property in ConvertersGrailsPlugin
dependsOn - Property in DataSourceGrailsPlugin
dependsOn - Property in DomainClassGrailsPlugin
dependsOn - Property in GroovyPagesGrailsPlugin
dependsOn - Property in InterceptorsGrailsPlugin
dependsOn - Property in MimeTypesGrailsPlugin
dependsOn - Property in UrlMappingsGrailsPlugin
DEPRECATED_ATTRIBUTE - Field in AbstractLinkingRenderer
deprecated(java.lang.String) - Method in GrailsUtil
Logs warning message about some deprecation and code style related hints.
deprecated - Property in Link
Whether the link is deprecated
DERBY - Enum Constant in DatabaseDriver
Apache Derby.
deRegisterChild(org.hibernate.service.spi.ServiceRegistryImplementor) - Method in HibernateDialectDetectorFactoryBean
derived - Property in Property
Returns:
Whether the property is derived or not
desc(java.lang.String) - Method in Query.Order
Creates a new order for the given property in descending order
DESC - Enum Constant in Query.Order.Direction
desc - Property in UniqueGroup
Described - Interface in grails.util
Interface for classes that are described
describeLocations() - Method in EmbeddedJarResourceAccessor
description - Field in AbstractProfile
description - Property in ByteArrayResource
description - Property in CacheGrailsPlugin
description - Property in CreateAppCommand
description - Property in DatabaseMigrationGrailsPlugin
description - Property in DefaultMultiStepCommand
description - Property in GebGrailsPlugin
description - Property in GradleCommand
description - Property in GroovyScriptCommand
description - Property in HelpCommand
description - Property in HibernateGrailsPlugin
description - Property in JsonViewGrailsPlugin
description - Property in ListProfilesCommand
description - Property in MarkupViewGrailsPlugin
description - Property in MongodbGrailsPlugin
description - Property in OpenCommand
description - Property in ProfileInfoCommand
description - Property in ScaffoldingGrailsPlugin
description - Property in SchemaExportCommand
description - Property in Sitemesh3GrailsPlugin
description - Property in UrlMappingsReportCommand
desiredDockerImage - Property in StartMongoGrailsUnitExtension
desiredImage - Property in MongoContainerHolder
deSnapshot(java.lang.String) - Method in VersionComparator
Removes any suffixes that indicate that the version is a kind of snapshot
destdir - Property in GroovyPageCompilerTask
destDir - Property in GroovyPageForkedCompiler
destroy() - Method in AbstractDatastore
destroy() - Method in AbstractDatastorePersistenceContextInterceptor
destroy() - Method in AbstractHibernateDatastore
destroy() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
destroy() - Method in AggregatePersistenceContextInterceptor
destroy() - Method in GrailsDataTckManager
destroy() - Method in GrailsTestInterceptor
destroy() - Method in GrailsTestRequestEnvironmentInterceptor
Removes the mock request environment
destroy() - Method in GrailsTestTransactionInterceptor
Rolls back the current transaction.
destroy() - Method in HibernateDatastore
destroy() - Method in HibernateDialectDetectorFactoryBean
destroy() - Method in HibernateMappingContextSessionFactoryBean
destroy() - Method in HibernatePersistenceContextInterceptor
destroy() - Method in NullPersistentContextInterceptor
destroy() - Method in PersistenceContextInterceptor
Called to finalize the persistent context.
destroyCache(java.lang.String) - Method in GrailsCacheManager
Destroys the given named cache
destroyCache(java.lang.String) - Method in GrailsConcurrentLinkedMapCacheManager
destroyCache(java.lang.String) - Method in GrailsConcurrentMapCacheManager
destroyPersistenceContext(org.springframework.context.ApplicationContext) - Method in PersistenceContextInterceptorExecutor
destroyRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
destroyTransactionIfNecessary() - Method in GrailsTestInterceptor
DETACHED_CRITERIA - Field in AbstractDetachedCriteriaServiceImplementor
DETACHED_CRITERIA_CLASS_NODE - Field in DetachedCriteriaTransformer
detachedAssocationCriteria - Field in AbstractHibernateQuery.HibernateAssociationQuery
DetachedAssociationCriteria - Class in org.grails.datastore.gorm.query.criteria
Criterion related to an association
DetachedAssociationCriteria(java.lang.Class, org.grails.datastore.mapping.model.types.Association, java.lang.String, java.lang.String) - Constructor in DetachedAssociationCriteria
DetachedCriteria - Class in grails.gorm
Represents criteria that is not bound to the current connection and can be built up and re-used at a later date.
detachedCriteria - Field in AbstractHibernateQuery
detachedCriteria - Field in AbstractHibernateQuery.CriteriaAndAlias
DetachedCriteria(Class<T>, java.lang.String) - Constructor in DetachedCriteria
Constructs a DetachedCriteria instance target the given class and alias for the name
DetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Transforms regular Groovy-style finders into detached criteria
DetachedCriteriaSpec - Class in org.apache.grails.data.testing.tck.tests
DetachedCriteriaSpec() - Constructor in DetachedCriteriaSpec
DetachedCriteriaTransformer - Class in org.grails.datastore.gorm.query.transform
ClassCodeVisitorSupport that transforms where methods into detached criteria queries
DetachedCriteriaTransformer(org.codehaus.groovy.control.SourceUnit) - Constructor in DetachedCriteriaTransformer
detachedCriteriaVariables - Field in DetachedCriteriaTransformer
DetachedProjections(Projection>) - Constructor in AbstractDetachedCriteria.DetachedProjections
detectAndRegisterTabLibBeans() - Method in StandaloneTagLibraryLookup
determinePropertyType(java.lang.String) - Method in ConstrainedPropertyBuilder
determineRootDir(java.lang.String) - Method in PathMatchingResourcePatternResolver
Determine the root directory for the given location.
determineUri(jakarta.servlet.http.HttpServletRequest) - Method in GrailsExceptionResolver
developers - Property in JsonViewGrailsPlugin
developers - Property in MarkupViewGrailsPlugin
developers - Property in Sitemesh3GrailsPlugin
DevelopmentGrailsApplication - Class in grails.ui.support
Authors:
Graeme Rocher
DevelopmentGrailsApplication(Class<?>) - Constructor in DevelopmentGrailsApplication
developmentMode - Field in NamespacedTagDispatcher
DevelopmentShutdownHook - Class in org.grails.dev.support
Registers a shutdown hook to close the application context when CTRL+C is hit in dev mode.
DevelopmentShutdownHook() - Constructor in DevelopmentShutdownHook
DevelopmentWebApplicationContext - Class in grails.ui.support
A org.springframework.web.context.WebApplicationContext used during development for things like running scripts and loading the console UI
DevelopmentWebApplicationContext() - Constructor in DevelopmentWebApplicationContext
DevNullPrintStream - Class in org.grails.io.support
PrintStream that does nothing
DevNullPrintStream() - Constructor in DevNullPrintStream
dialect - Property in DataSourceSettings
The dialect to use
digest(java.lang.String, java.lang.Object) - Method in DigestUtils
DigestUtils - Class in org.grails.plugins.codecs
DigestUtils() - Constructor in DigestUtils
direction - Property in SortConfig
The direction to sort by
directory - Property in WatchPattern
The directories being watched, if any
DirectoryWatcher - Class in org.grails.io.watch
Utility class to watch directories for changes.
DirectoryWatcher.FileChangeListener - Interface in org.grails.io.watch
Interface for FileChangeListeners
DirectoryWatcher() - Constructor in DirectoryWatcher
Constructor.
dirty - Field in AbstractPersistentCollection
DIRTY - Enum Constant in CascadeValidateType
In addition to the default cascade requirement, only cascade to entities that are DirtyCheckable and hasChanged *
DIRTY_CHECK_CLASS_NODE - Field in DirtyCheckingTransformer
DIRTY_CHECK_ORDER - Field in GroovyTransformOrder
Enables dirty tracking to occur at the domain class level instead of at the ORM level
DIRTY_CHECKED_PROPERTY_ANNOTATION_NODE - Field in DirtyCheckingTransformer
DIRTY_CHECKED_PROPERTY_CLASS_NODE - Field in DirtyCheckingTransformer
DIRTY_CLASS_MARKER - Field in DirtyCheckingSupport
Used internally as a marker.
DirtyCheck - Annotation Type in grails.gorm.dirty.checking
Apply to enhance an entity with dirty checking support
DirtyCheckable - Trait in org.grails.datastore.mapping.dirty.checking
Interface to classes that are able to track changes to their internal state.
DirtyCheckableCollection - Interface in org.grails.datastore.mapping.dirty.checking
Authors:
Graeme Rocher
DirtyCheckedProperty - Annotation Type in grails.gorm.dirty.checking
A marker annotation added to methods that are dirty checked
DirtyCheckingAfterListenerSpec - Class in org.apache.grails.data.testing.tck.tests
DirtyCheckingAfterListenerSpec() - Constructor in DirtyCheckingAfterListenerSpec
DirtyCheckingCollection - Class in org.grails.datastore.mapping.dirty.checking
Collection capable of marking the parent entity as dirty when it is modified
DirtyCheckingCollection(java.util.Collection, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingCollection
DirtyCheckingList - Class in org.grails.datastore.mapping.dirty.checking
Wrapper list to dirty check a list and mark a parent as dirty
DirtyCheckingList(java.util.List, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingList
DirtyCheckingMap - Class in org.grails.datastore.mapping.dirty.checking
A map that can be dirty checked
DirtyCheckingMap(java.util.Map, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingMap
DirtyCheckingSet - Class in org.grails.datastore.mapping.dirty.checking
Wrapper list to dirty check a list and mark a parent as dirty
DirtyCheckingSet(java.util.Set, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingSet
DirtyCheckingSortedSet - Class in org.grails.datastore.mapping.dirty.checking
Dirty checks sorted sets
DirtyCheckingSortedSet(java.util.SortedSet, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingSortedSet
DirtyCheckingSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
Graeme Rocher
DirtyCheckingSpec() - Constructor in DirtyCheckingSpec
DirtyCheckingSupport - Class in org.grails.datastore.mapping.dirty.checking
Support methods for dirty checking
DirtyCheckingSupport() - Constructor in DirtyCheckingSupport
DirtyCheckingTransformer - Class in org.grails.compiler.gorm
Transforms a domain class making it possible for the domain class to take responsibility of tracking changes to itself, thus removing the responsibility from the ORM system which would have to maintain parallel state and compare the state of the domain class to the stored state.
DirtyCheckingTransformer.GetterAndSetter - Class in org.grails.compiler.gorm
DirtyCheckingTransformer.GetterAndSetter() - Constructor in DirtyCheckingTransformer.GetterAndSetter
DirtyCheckingTransformer() - Constructor in DirtyCheckingTransformer
DirtyCheckTransformation - Class in org.grails.compiler.gorm
Applies the DirtyCheck transformation
DirtyCheckTransformation() - Constructor in DirtyCheckTransformation
DISABLE_LOOKUP_CACHE - Field in FormFieldsTemplateService
disable_tracing() - Method in JSONParser
Disable tracing.
DisableAutotimeStampSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
Graeme Rocher
DisableAutotimeStampSpec() - Constructor in DisableAutotimeStampSpec
disableControllerProxy() - Method in ControllerUnitTest
disableForUserAgents - Property in HttpServletResponseExtension
disableMultiTenancyFilter() - Method in AbstractHibernateDatastore
Disable the tenant id filter for the given datastore and entity
disableUnicodeEscaping - Field in DefaultJsonGenerator
disableUnicodeEscaping - Field in JsonGenerator.Options
disassemble(java.lang.Object) - Method in IdentityEnumType
discard(D) - Method in AbstractHibernateGormInstanceApi
discard() - Method in DelegatingGormEntityApi
discard() - Method in GormEntity
Discards any pending changes.
discard() - Method in GormEntityApi
Discards any pending changes.
discard(D) - Method in GormInstanceApi
Discards any pending changes.
discard(D) - Method in GormInstanceOperations
Discards any pending changes.
discard(D) - Method in GormStaticApi
discard(D) - Method in TenantDelegatingGormOperations
disconnect() - Method in AbstractAttributeStoringSession
Performs clear up.
disconnect() - Method in AbstractDatastorePersistenceContextInterceptor
disconnect() - Method in AbstractHibernateSession
disconnect() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
disconnect() - Method in AggregatePersistenceContextInterceptor
disconnect() - Method in HibernatePersistenceContextInterceptor
disconnect() - Method in MongoSession
disconnect() - Method in NullPersistentContextInterceptor
disconnect() - Method in PersistenceContextInterceptor
Disconnects the persistence context.
disconnect() - Method in Session
Disconnects from the datastore.
discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
Subclasses should override to customize how entities in hierarchies are discriminated
discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, java.util.Map) - Method in SimpleMapEntityPersister
discriminator(java.util.Map) - Method in HibernateMappingBuilder
discriminator - Property in Mapping
Value used to discriminate entities in table-per-hierarchy inheritance mapping
DISCRIMINATOR - Enum Constant in MultiTenancySettings.MultiTenancyMode
A shared database amongst multiple tenants using a discriminator column
DiscriminatorConfig - Class in org.grails.orm.hibernate.cfg
Configurations the discriminator
DiscriminatorConfig() - Constructor in DiscriminatorConfig
disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in EventListenerIntegrator
disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in MetadataIntegrator
disjunction() - Method in AbstractHibernateQuery
disjunction() - Method in AbstractHibernateQuery.HibernateAssociationQuery
disjunction() - Method in Query
Creates a disjunction (OR) query
Disjunction(List<Criterion>) - Constructor in Query.Disjunction
DISPATCH_ACTION_PARAMETER - Field in WebUtils
dispatch() - Method in AsyncGrailsWebRequest
dispatch(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in GormAnnotatedListener
Dispatch the event to this listener
dispatch(jakarta.servlet.ServletContext, java.lang.String) - Method in MockAsyncContext
dispatcherServlet() - Method in ControllersAutoConfiguration
dispatcherServletRegistration(grails.core.GrailsApplication, org.springframework.web.servlet.DispatcherServlet, jakarta.servlet.MultipartConfigElement) - Method in ControllersAutoConfiguration
dispatcherType - Property in GrailsMockHttpServletRequest
dispatchUri - Property in MockAsyncContext
display - Property in DefaultConstrainedProperty
whether the property should be displayed
DISPOSITION_HEADER_PREFIX - Field in RenderDynamicMethod
Distance - Class in grails.mongodb.geo
Represents the distance from one Point to another
Distance(double, grails.mongodb.geo.Metric) - Constructor in Distance
Constructs a distance for the given value and optional metric
distance - Property in Sphere
The distance used to calculate the radius in radians
distinct(java.lang.String) - Method in AbstractCriteriaBuilder
Projection that signifies to return only distinct results
distinct(java.lang.String) - Method in AbstractDetachedCriteria
Adds a distinct property projection
distinct() - Method in AbstractDetachedCriteria.DetachedProjections
distinct() - Method in AbstractHibernateCriteriaBuilder
distinct() - Method in AbstractHibernateQuery.HibernateProjectionList
distinct(java.lang.String) - Method in DetachedCriteria
Adds a distinct property projection
distinct(java.util.Collection, java.lang.String) - Method in ManualProjections
distinct(MongoCollection<Document>, java.lang.String, Map<String, Object>, com.mongodb.ReadPreference) - Method in MongoExtensions
distinct(java.lang.String) - Method in ProjectionList
Projection to return only distinct properties
distinct(java.lang.String) - Method in Projections
Projection that signifies to return only distinct results
distinct(java.lang.String) - Method in Query.ProjectionList
DistinctPropertyProjection(java.lang.String) - Constructor in Query.DistinctPropertyProjection
doAfterBody() - Method in JspInvokeGrailsTagLibTag
doAfterCall(java.lang.Object) - Method in AbstractClosureProxy
This method is called after the target closure is invoked.
doAfterCall(java.lang.Object) - Method in MockClosureProxy
Empty implementation.
doArtefactConfiguration() - Method in AbstractGrailsPluginManager
doArtefactConfiguration() - Method in DefaultGrailsPlugin
doArtefactConfiguration() - Method in GrailsPlugin
Called prior to the initialisation of the GrailsApplication instance to allow the registration of additonal ArtefactHandlers
doArtefactConfiguration() - Method in GrailsPluginManager
Called prior to the initialisation of the GrailsApplication object to allow registration of additional ArtefactHandler objects
doArtefactConfiguration() - Method in ProfilingGrailsPluginManager
doBeforeCall(java.lang.Object) - Method in AbstractClosureProxy
This method is called before the target closure is invoked.
doBeforeCall(java.lang.Object) - Method in MockClosureProxy
Checks whether the target "method" is expected or not, on the basis that this closure is mocking a method with the name methodName.
doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition) - Method in DatastoreTransactionManager
doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition) - Method in GrailsHibernateTransactionManager
doBind(java.lang.Object, grails.databinding.DataBindingSource, java.lang.String, java.util.List, java.util.List, grails.databinding.events.DataBindingListener, java.lang.Object) - Method in GrailsWebDataBinder
doBind(java.lang.Object, grails.databinding.DataBindingSource, java.lang.String, java.util.List, java.util.List, grails.databinding.events.DataBindingListener, java.lang.Object) - Method in SimpleDataBinder
doBuildSessionFactory() - Method in HibernateMappingContextSessionFactoryBean
doCall(java.lang.Object) - Method in JspInvokeGrailsTagLibTag
doCall(java.lang.Object) - Method in MethodInvokingClosure
doCall(java.lang.Object) - Method in MongoQuery.AggregatedResultList
doCall(java.lang.Object) - Method in TagBodyClosure
doCall(java.lang.Object) - Method in TagOutput.ConstantClosure
doChainEncoders(org.grails.encoder.EncodedAppender) - Method in ChainedEncoder
doCharReplacementEncoding(java.lang.Object) - Method in AbstractCharReplacementEncoder
doCleanUp(org.grails.taglib.encoder.OutputContext, java.io.Writer) - Method in GroovyPageWritable
doCleanupAfterCompletion(java.lang.Object) - Method in DatastoreTransactionManager
doCommit(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
doCreateLink(java.util.Map) - Method in ApplicationTagLib
document(groovy.lang.Closure) - Method in MappingBuilder
Build a MongoDB document mapping
documentation - Property in DatabaseMigrationGrailsPlugin
documentation - Property in GebGrailsPlugin
documentation - Property in HibernateGrailsPlugin
documentation - Property in JsonViewGrailsPlugin
documentation - Property in MarkupViewGrailsPlugin
documentation - Property in MongodbGrailsPlugin
documentation - Property in ScaffoldingGrailsPlugin
DocumentCollectionMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in DocumentPersistentEntity.DocumentCollectionMapping
DocumentCollectionMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
DocumentDatastore - Interface in org.grails.datastore.mapping.document
Authors:
Guillaume Laforge
DocumentMappingContext - Class in org.grails.datastore.mapping.document.config
Models a MappingContext for a Document store.
DocumentMappingContext(java.lang.String, groovy.lang.Closure) - Constructor in DocumentMappingContext
DocumentPersistentEntity - Class in org.grails.datastore.mapping.document.config
DocumentPersistentEntity.DocumentCollectionMapping - Class in org.grails.datastore.mapping.document.config
DocumentPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in DocumentPersistentEntity
doDiffToChangeLog(java.io.File, liquibase.database.Database, liquibase.database.Database) - Method in DatabaseMigrationCommand
doDynamicMethods() - Method in AbstractGrailsPluginManager
doDynamicMethods() - Method in DefaultGrailsPluginManager
doDynamicMethods() - Method in GrailsPluginManager
Called on all plugins so that they can add new methods/properties/constructors etc.
doDynamicMethods() - Method in ProfilingGrailsPluginManager
doEachMethod(java.lang.String) - Method in GroovySyntaxTag
Parameters:
in
doEncode(java.lang.Object) - Method in BasicJSONEncoder
doEncode(java.lang.Object) - Method in BasicXMLEncoder
doEncode(java.lang.Object) - Method in HTMLEncoder
doEndTag() - Method in GrailsTag
process the end tag
doEndTag() - Method in GroovyCollectTag
doEndTag() - Method in GroovyDefTag
doEndTag() - Method in GroovyEachTag
doEndTag() - Method in GroovyElseIfTag
doEndTag() - Method in GroovyElseTag
doEndTag() - Method in GroovyFindAllTag
doEndTag() - Method in GroovyGrepTag
doEndTag() - Method in GroovyWhileTag
doEndTag() - Method in JspInvokeGrailsTagLibTag
doesCascade(jakarta.persistence.CascadeType) - Method in Association
Returns true if this association cascades for the given cascade operation
doesCascadeValidate(java.lang.Object) - Method in Association
Returns true if this association should cascade validation to the given entity.
doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWriteOperationImplementer
doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in MethodValidationImplementer
doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ServiceEnhancer
Does this service enhancer enhance the method
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractStringQueryImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllByImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllByInterfaceProjectionImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneByInterfaceProjectionImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in MethodValidationImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in SaveImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ServiceImplementer
Does this service implement the method
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateOneImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateStringQueryImplementer
doesMatch(jakarta.servlet.http.HttpServletRequest) - Method in Interceptor
Returns:
Whether the current interceptor does match
doesMatch(java.lang.String, grails.web.mapping.UrlMappingInfo, java.lang.String) - Method in Matcher
Perform the matches using the http method of the request instead of the UrlMappingInfo
doesMatch(java.lang.String, grails.web.mapping.UrlMappingInfo, java.lang.String) - Method in UrlMappingMatcher
doesMatchInternal(grails.web.mapping.UrlMappingInfo, java.lang.String) - Method in UrlMappingMatcher
doesMethodExist(groovy.lang.MetaClass, java.lang.String, java.lang.Class, boolean, boolean) - Method in TagLibraryMetaUtils
doesNotHoldNonDefaultSession() - Method in SessionHolder
doesRealMethodExist(groovy.lang.MetaClass, java.lang.String, java.lang.Class, boolean) - Method in GormEnhancer
doesRequirePropertyIndexing() - Method in AbstractMongoObectEntityPersister
doesRequirePropertyIndexing() - Method in NativeEntryEntityPersister
Subclasses should override to optimize away manual property indexing if it is not required
doesReturnKeys() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
doesReturnKeys() - Method in AbstractPersistentCollection
doesReturnKeys() - Method in AssociationQueryExecutor
Returns:
Whether the query returns the keys for the entities or the enities themselves
doesReturnKeys() - Method in SimpleMapEntityPersister.2
doesTagReturnObject(java.lang.String, java.lang.String) - Method in TagLibraryLookup
doExecute(HibernateCallback<T>, boolean) - Method in GrailsHibernateTemplate
Execute the action specified by the given action object within a Session.
doFilterInternal(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.FilterChain) - Method in GrailsWebRequestFilter
doFilterInternal(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.FilterChain) - Method in HiddenHttpMethodFilter
doFindAllClassPathResources(java.lang.String) - Method in CachingPathMatchingResourcePatternResolver
doFindMatchingFileSystemResources(java.io.File, java.lang.String) - Method in PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingFileResources(org.springframework.core.io.Resource, java.lang.String) - Method in PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingJarResources(org.springframework.core.io.Resource, java.lang.String) - Method in PathMatchingResourcePatternResolver
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
Dog - Class in org.apache.grails.data.testing.tck.domains
Dog() - Constructor in Dog
doGenerateChangeLog(java.io.File, liquibase.database.Database) - Method in DatabaseMigrationCommand
doGeneratePreviousChangesetSql(java.io.Writer, liquibase.database.Database, liquibase.Liquibase, java.lang.String, java.lang.String) - Method in DatabaseMigrationCommand
doGetActiveProfiles() - Method in GrailsEnvironment
doGetSession(org.grails.datastore.mapping.core.Datastore, boolean) - Method in DatastoreUtils
Get a Datastore Session for the given Datastore.
doGetTransaction() - Method in DatastoreTransactionManager
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in AbstractArrayOrIterableResultImplementer
Implement the method for the given arguments
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractDetachedCriteriaServiceImplementor
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
Subclasses should override to add the logic that implements the method
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractStringQueryImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWhereImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
Subclasses should override to add the logic that implements the method
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in FindAllByImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in FindOneByImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in SaveImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in UpdateOneImplementer
doInHibernate(org.hibernate.Session) - Method in GrailsHibernateTemplate.HibernateCallback
doInHibernate(org.hibernate.Session) - Method in PagedResultList
doInRequestEnvironment(java.lang.String, groovy.lang.Closure) - Method in GrailsTestRequestEnvironmentInterceptor
Calls init() before and destroy() after invoking body.
doInSession(org.grails.datastore.mapping.core.Session) - Method in AbstractDatastore
doInSession(org.grails.datastore.mapping.core.Session) - Method in AbstractFindByFinder
doInSession(org.grails.datastore.mapping.core.Session) - Method in CountByFinder
doInSession(org.grails.datastore.mapping.core.Session) - Method in FindAllByFinder
doInSession(org.grails.datastore.mapping.core.Session) - Method in ListOrderByFinder
doInSession(org.grails.datastore.mapping.core.Session) - Method in SessionCallback
doInSession(org.grails.datastore.mapping.core.Session) - Method in VoidSessionCallback
doInTransaction(org.springframework.transaction.TransactionStatus) - Method in GrailsTransactionTemplate.1
doInTransaction(org.springframework.transaction.TransactionStatus) - Method in GrailsTransactionTemplate.2
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in AbstractFindByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in CountByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in DynamicFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindAllByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindOrCreateByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindOrSaveByFinder
doInvokeMethod(java.lang.String, java.lang.Object, java.lang.Object) - Method in ConstrainedPropertyBuilder
DOLLAR_SEPARATOR - Field in NameUtils
DOMAIN_DIR - Field in GrailsASTUtils
DOMAIN_PATH_PATTERN - Field in AstUtils
domain - Field in Scaffold
Default:
Void.class
DOMAIN_TYPE - Field in AstUtils
DomainBuilder - Class in grails.util
DomainBuilder.DefaultGrailsChildPropertySetter - Class in grails.util
DomainBuilder() - Constructor in DomainBuilder
DomainClass - Trait in grails.artefact
A trait implemented by all domain classes
domainClass - Property in DomainPropertyImpl
DomainClassArtefactHandler - Class in org.grails.core.artefact
Evaluates the conventions that define a domain class in Grails.
DomainClassArtefactHandler() - Constructor in DomainClassArtefactHandler
DomainClassCompleter - Class in org.grails.cli.interactive.completers
A completer for domain classes
DomainClassCompleter() - Constructor in DomainClassCompleter
domainClasses - Property in GrailsDataTckManager
DomainClassFetcher - Interface in org.grails.web.converters.marshaller
DomainClassGrailsPlugin - Class in org.grails.plugins.domain
Configures the domain classes in the spring context.
DomainClassGrailsPlugin() - Constructor in DomainClassGrailsPlugin
DomainClassMarshaller - Class in org.grails.web.converters.marshaller.xml
Object marshaller for domain classes to XML
DomainClassMarshaller(boolean, boolean, grails.core.support.proxy.ProxyHandler, grails.core.GrailsApplication) - Constructor in DomainClassMarshaller
DomainClassTraitInjector - Class in grails.compiler.traits
Authors:
Jeff Brown
DomainClassTraitInjector() - Constructor in DomainClassTraitInjector
DomainEventListener - Class in org.grails.datastore.gorm.events
An event listener that provides support for GORM domain events.
DomainEventListener(org.grails.datastore.mapping.core.connections.ConnectionSourcesProvider, org.grails.datastore.mapping.model.MappingContext) - Constructor in DomainEventListener
DomainEventsSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
DomainEventsSpec() - Constructor in DomainEventsSpec
DomainInputRenderer - Interface in org.grails.scaffolding.registry
Used to render a single domain class property on a form
DomainInputRendererRegistry - Class in org.grails.scaffolding.registry
A registry of DomainInputRenderer instances
DomainInputRendererRegistry() - Constructor in DomainInputRendererRegistry
domainInputRendererRegistry - Property in DomainRendererRegisterer
domainInputRendererRegistry - Property in PropertyMarkupRendererImpl
domainInputRendererRegistry() - Method in ScaffoldingBeanConfiguration
DomainMappingTypeCheckingExtension - Class in org.grails.compiler
Since:
2.4
DomainMappingTypeCheckingExtension() - Constructor in DomainMappingTypeCheckingExtension
DomainMarkupRenderer - Interface in org.grails.scaffolding.markup
Used to output markup that represents a given domain class.
domainMarkupRenderer() - Method in ScaffoldingBeanConfiguration
DomainMarkupRendererImpl - Class in org.grails.scaffolding.markup
DomainMarkupRendererImpl() - Constructor in DomainMarkupRendererImpl
DomainModelService - Interface in org.grails.scaffolding.model
An API to retrieve properties from a PersistentEntity
domainModelService - Property in DomainMarkupRendererImpl
domainModelService() - Method in ScaffoldingBeanConfiguration
DomainModelServiceImpl - Class in org.grails.scaffolding.model
DomainModelServiceImpl() - Constructor in DomainModelServiceImpl
DomainOutputRenderer - Interface in org.grails.scaffolding.registry
Used to render markup that represents how single domain class property will be displayed
DomainOutputRendererRegistry - Class in org.grails.scaffolding.registry
A registry of DomainOutputRenderer instances
DomainOutputRendererRegistry() - Constructor in DomainOutputRendererRegistry
domainOutputRendererRegistry - Property in DomainRendererRegisterer
domainOutputRendererRegistry - Property in PropertyMarkupRendererImpl
domainOutputRendererRegistry() - Method in ScaffoldingBeanConfiguration
DomainProperty - Interface in org.grails.scaffolding.model.property
An API to join the PersistentProperty to the org.springframework.validation.Validator to assist with scaffolding
domainProperty - Property in BeanPropertyAccessorImpl
DomainPropertyFactory - Interface in org.grails.scaffolding.model.property
A factory to create instances of DomainProperty
domainPropertyFactory - Property in DomainModelServiceImpl
domainPropertyFactory() - Method in ScaffoldingBeanConfiguration
DomainPropertyFactoryImpl - Class in org.grails.scaffolding.model.property
DomainPropertyFactoryImpl() - Constructor in DomainPropertyFactoryImpl
DomainPropertyImpl - Class in org.grails.scaffolding.model.property
See Also:
DomainProperty
DomainPropertyImpl(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.MappingContext) - Constructor in DomainPropertyImpl
domainRegistryEntries - Field in DomainRendererRegistry
DomainRenderer - Interface in org.grails.scaffolding.registry
Used to render markup for a domain class property
DomainRendererRegisterer - Class in org.grails.scaffolding.registry
Bean for registering the default domain renderers
DomainRendererRegisterer() - Constructor in DomainRendererRegisterer
domainRendererRegisterer() - Method in ScaffoldingBeanConfiguration
DomainRendererRegistry - Class in org.grails.scaffolding.registry
A registry of domain property renderers sorted by priority and order of addition
DomainRendererRegistry() - Constructor in DomainRendererRegistry
domainsHaveBeenMocked - Property in DataTest
DomainUnitTest - Trait in grails.testing.gorm
doManualDirtyCheck(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
doMatch(java.lang.String, java.lang.String, boolean, Map<String,String>) - Method in AntPathMatcher
Actually match the given path against the given pattern.
DONE - Enum Constant in JSONWriter.Mode
Done() - Method in SimpleCharStream
Reset buffer when finished.
doOptions() - Method in ArchiveCommand.ArchiveOptionHandler
doOptions() - Method in CompilerOptionHandler
doPeekBinarySize() - Method in JsonReader
doPeekBinarySubType() - Method in JsonReader
doPerformInjectionOnArtefactType(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in ArtefactTypeAstTransformation
doPostProcessing(org.springframework.context.ApplicationContext) - Method in AbstractGrailsPluginManager
Base implementation that will simply go through each plugin and call doWithApplicationContext on each.
doPostProcessing(org.springframework.context.ApplicationContext) - Method in GrailsPluginManager
Performs post initialization configuration for each plug-in, passing the built application context
doPostProcessing(org.springframework.context.ApplicationContext) - Method in ProfilingGrailsPluginManager
doProcessProperties(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, org.springframework.util.StringValueResolver) - Method in GrailsPlaceholderConfigurer
doReadBinaryData() - Method in JsonReader
doReadBoolean() - Method in JsonReader
doReadDateTime() - Method in JsonReader
doReadDBPointer() - Method in JsonReader
doReadDecimal128() - Method in JsonReader
doReadDouble() - Method in JsonReader
doReadEndArray() - Method in JsonReader
doReadEndDocument() - Method in JsonReader
doReadInt32() - Method in JsonReader
doReadInt64() - Method in JsonReader
doReadJavaScript() - Method in JsonReader
doReadJavaScriptWithScope() - Method in JsonReader
doReadMaxKey() - Method in JsonReader
doReadMinKey() - Method in JsonReader
doReadNull() - Method in JsonReader
doReadObjectId() - Method in JsonReader
doReadRegularExpression() - Method in JsonReader
doReadStartArray() - Method in JsonReader
doReadStartDocument() - Method in JsonReader
doReadString() - Method in JsonReader
doReadSymbol() - Method in JsonReader
doReadTimestamp() - Method in JsonReader
doReadUndefined() - Method in JsonReader
doResume(java.lang.Object, java.lang.Object) - Method in DatastoreTransactionManager
doRetrieveMatchingFiles(java.lang.String, java.io.File, Set<File>) - Method in PathMatchingResourcePatternResolver
Recursively retrieve files that match the given pattern, adding them to the given result list.
doRollback(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
doRollback(org.springframework.transaction.support.DefaultTransactionStatus) - Method in GrailsHibernateTransactionManager
doRuntimeConfiguration(java.lang.String, org.grails.spring.RuntimeSpringConfiguration) - Method in AbstractGrailsPluginManager
Base implementation that will perform runtime configuration for the specified plugin name.
doRuntimeConfiguration(java.lang.String, org.grails.spring.RuntimeSpringConfiguration) - Method in GrailsPluginManager
Executes the runtime configuration for a specific plugin AND all its dependencies
doRuntimeConfiguration(org.grails.spring.RuntimeSpringConfiguration) - Method in ProfilingGrailsPluginManager
doSave(D, java.util.Map, org.grails.datastore.mapping.core.Session, boolean) - Method in GormInstanceApi
doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse) - Method in GroovyPagesServlet
doSetRollbackOnly(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
doSkipName() - Method in JsonReader
doSkipValue() - Method in JsonReader
doStartTag() - Method in GrailsTag
Process the start tag
doStartTag() - Method in GroovyCollectTag
doStartTag() - Method in GroovyDefTag
doStartTag() - Method in GroovyEachTag
doStartTag() - Method in GroovyElseTag
doStartTag() - Method in GroovyFindAllTag
doStartTag() - Method in GroovyGrepTag
doStartTag() - Method in GroovyWhileTag
doStartTag() - Method in JspInvokeGrailsTagLibTag
doStartTagInternal() - Method in JspInvokeGrailsTagLibTag
doSuspend(java.lang.Object) - Method in DatastoreTransactionManager
DOT_CHAR - Field in GenericGroovyTemplateResolver
doTag(java.io.Writer, Map<String,Object>, Closure<?>) - Method in JspTag
Invokes a tag with a closure representing the body of the tag
doTag(java.io.Writer, Map<String, Object>, Closure<?>) - Method in JspTagImpl
dottedPath - Property in NavigableMap
double(java.lang.String, java.lang.Double) - Method in DelegatingParameters
double(java.lang.String, java.lang.Double) - Method in EmptyParameters
DOUBLE - Field in HibernateCriteriaBuilder
double(java.lang.String, java.lang.Double) - Method in Parameters
Obtains the value of a parameter as a Double
double(java.lang.String, java.lang.Double) - Method in TypeConvertingMap
DOUBLE_WILDCARD_PATTERN - Field in RegexUrlMapping
doubleConverter() - Method in DefaultConvertersConfiguration
DoubleToFloatConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
DoubleToFloatConverter() - Constructor in DoubleToFloatConverter
doValidate(java.lang.Object) - Method in ClosureEventListener
doWithApplicationContext() - Method in CacheGrailsPlugin
doWithApplicationContext() - Method in DatabaseMigrationGrailsPlugin
doWithApplicationContext(org.springframework.context.ApplicationContext) - Method in DefaultGrailsPlugin
doWithApplicationContext() - Method in GrailsApplicationLifeCycle
Invoked once the org.springframework.context.ApplicationContext has been refreshed and after {#doWithDynamicMethods()} is invoked.
doWithApplicationContext() - Method in GrailsApplicationLifeCycleAdapter
doWithApplicationContext() - Method in GrailsAutoConfiguration
doWithApplicationContext(org.springframework.context.ApplicationContext) - Method in GrailsPlugin
doWithApplicationContext() - Method in GroovyPagesGrailsPlugin
Clear the page cache with the ApplicationContext is loaded
doWithApplicationContext() - Method in InterceptorsGrailsPlugin
doWithApplicationContext() - Method in Plugin
Invokes once the ApplicationContext has been refreshed and after {#doWithDynamicMethods()} is invoked.
doWithApplicationContext() - Method in Sitemesh3GrailsPlugin
doWithConfig - Property in GrailsApplicationBuilder
doWithConfig() - Method in GrailsUnitTest
doWithDynamicMethods(org.springframework.context.ApplicationContext) - Method in DefaultGrailsPlugin
doWithDynamicMethods() - Method in GrailsApplicationLifeCycle
Invoked once the org.springframework.context.ApplicationContext has been refreshed in a phase where plugins can add dynamic methods.
doWithDynamicMethods() - Method in GrailsApplicationLifeCycleAdapter
doWithDynamicMethods() - Method in GrailsAutoConfiguration
doWithDynamicMethods(org.springframework.context.ApplicationContext) - Method in GrailsPlugin
Calls a "doWithDynamicMethods" closure that allows a plugin to register dynamic methods at runtime
doWithDynamicMethods() - Method in Plugin
Invoked in a phase where plugins can add dynamic methods.
doWithDynamicMethods() - Method in Sitemesh3GrailsPlugin
doWithRuntimeConfiguration(org.grails.spring.RuntimeSpringConfiguration) - Method in DefaultGrailsPlugin
doWithRuntimeConfiguration(org.grails.spring.RuntimeSpringConfiguration) - Method in GrailsPlugin
Executes the plugin code that performs runtime configuration as defined in the doWithSpring closure
doWithServletContext(jakarta.servlet.ServletContext) - Method in GrailsWebPluginManager
doWithSession(org.grails.datastore.mapping.core.Datastore, groovy.lang.Closure) - Method in DatastoreUtils
Execute the closure in the current session if it exists, or create a new one and close it otherwise.
doWithSpring() - Method in AbstractDataBindingGrailsPlugin
doWithSpring() - Method in CacheGrailsPlugin
doWithSpring() - Method in CodecsGrailsPlugin
doWithSpring() - Method in ControllersAsyncGrailsPlugin
doWithSpring() - Method in ControllersGrailsPlugin
doWithSpring() - Method in ConvertersGrailsPlugin
doWithSpring() - Method in CoreGrailsPlugin
doWithSpring() - Method in DatabaseMigrationGrailsPlugin
doWithSpring() - Method in DataBindingGrailsPlugin
doWithSpring() - Method in DataSourceGrailsPlugin
doWithSpring() - Method in DomainClassGrailsPlugin
doWithSpring() - Method in EventBusGrailsPlugin
doWithSpring() - Method in FieldsGrailsPlugin
doWithSpring - Property in GrailsApplicationBuilder
doWithSpring() - Method in GrailsApplicationLifeCycle
Sub classes should override to provide implementations
doWithSpring() - Method in GrailsApplicationLifeCycleAdapter
doWithSpring() - Method in GrailsAutoConfiguration
doWithSpring() - Method in GrailsUnitTest
doWithSpring() - Method in GroovyPagesGrailsPlugin
Configures the various Spring beans required by GSP
doWithSpring() - Method in HibernateGrailsPlugin
doWithSpring() - Method in InterceptorsGrailsPlugin
doWithSpring() - Method in JsonViewGrailsPlugin
doWithSpring() - Method in MarkupViewGrailsPlugin
doWithSpring() - Method in MongodbGrailsPlugin
doWithSpring() - Method in Plugin
Sub classes should override to provide implementations
doWithSpring() - Method in RestResponderGrailsPlugin
doWithSpring() - Method in ScaffoldingGrailsPlugin
doWithSpring() - Method in ServicesGrailsPlugin
doWithSpring() - Method in Sitemesh3GrailsPlugin
doWithSpring() - Method in UrlMappingsGrailsPlugin
download(java.lang.String) - Method in DownloadSupportDelegate
download(java.util.Map) - Method in LocalhostDownloadSupport
downloadBytes(java.lang.String, groovy.lang.Closure) - Method in DownloadSupportDelegate
downloadContent(groovy.lang.Closure) - Method in DownloadSupportDelegate
downloadStream(groovy.lang.Closure) - Method in DownloadSupportDelegate
downloadSupport - Property in ContainerSupport
DownloadSupportDelegate - Trait in grails.plugin.geb.support.delegate
Handles delegation to the DownloadSupport instance so that the Geb API can be used directly in the test.
downloadText(groovy.lang.Closure) - Method in DownloadSupportDelegate
doWrite(java.io.Writer) - Method in AbstractWritableScript
Subclasses should implement to perform the write
doWrite(java.io.Writer) - Method in JsonViewWritableScript
doWriteBinaryData(org.bson.BsonBinary) - Method in JsonWriter
doWriteBoolean(boolean) - Method in JsonWriter
doWriteDateTime(long) - Method in JsonWriter
doWriteDBPointer(BsonDbPointer) - Method in JsonWriter
doWriteDecimal128(org.bson.types.Decimal128) - Method in JsonWriter
doWriteDouble(double) - Method in JsonWriter
doWriteEndArray() - Method in JsonWriter
doWriteEndDocument() - Method in JsonWriter
doWriteInt32(int) - Method in JsonWriter
doWriteInt64(long) - Method in JsonWriter
doWriteJavaScript(java.lang.String) - Method in JsonWriter
doWriteJavaScriptWithScope(java.lang.String) - Method in JsonWriter
doWriteMaxKey() - Method in JsonWriter
doWriteMinKey() - Method in JsonWriter
doWriteNull() - Method in JsonWriter
doWriteObjectId(org.bson.types.ObjectId) - Method in JsonWriter
doWriteRegularExpression(org.bson.BsonRegularExpression) - Method in JsonWriter
doWriteStartArray() - Method in JsonWriter
doWriteStartDocument() - Method in JsonWriter
doWriteString(java.lang.String) - Method in JsonWriter
doWriteSymbol(java.lang.String) - Method in JsonWriter
doWriteTimestamp(org.bson.BsonTimestamp) - Method in JsonWriter
doWriteTo(org.grails.taglib.encoder.OutputContext, java.io.Writer) - Method in GroovyPageWritable
doWriteUndefined() - Method in JsonWriter
driverAs(Class<T>) - Method in BrowserDelegate
Delegates to geb.Browser#driverAs(Class).
driverClassName(java.lang.String) - Method in DataSourceBuilder
driverClassName - Property in DataSourceSettings
The driver class name
DriverDelegate - Trait in grails.plugin.geb.support.delegate
Handles delegation to select methods of the driver instance for end user convenience.
dropIndex(MongoCollection<Document>, Map<String, Object>, DropIndexOptions) - Method in MongoExtensions
dumpEncodedParts() - Method in StreamCharBuffer
DYNAMIC_METHODS_REGISTERED - Field in GrailsContextEvent
DynamicAttributeHelper - Class in org.grails.datastore.gorm.schemaless
Helper class for use in other traits
DynamicAttributes - Trait in org.grails.datastore.gorm.schemaless
A trait that adds support for defining dynamic attributes for databases that support it
DynamicElementReader - Class in grails.spring
Used by BeanBuilder to read a Spring namespace expression in the Groovy DSL.
DynamicElementReader(java.lang.String, java.util.Map, org.springframework.beans.factory.xml.NamespaceHandler, org.springframework.beans.factory.xml.ParserContext) - Constructor in DynamicElementReader
dynamicEnhance - Property in GormEnhancer
Whether to enhance classes dynamically using meta programming as well, only necessary for Java classes
DynamicFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for dynamic finders.
DynamicFinder(java.util.regex.Pattern, java.lang.String, org.grails.datastore.mapping.model.MappingContext) - Constructor in DynamicFinder
DynamicFinderInvocation - Class in org.grails.datastore.gorm.finders
Value object used to construct all the information necessary to invoke a dynamic finder.
DynamicFinderInvocation(java.lang.Class, java.lang.String, java.lang.Object, List<MethodExpression>, groovy.lang.Closure, java.lang.String) - Constructor in DynamicFinderInvocation
dynamicFinders - Field in AbstractDetachedCriteria
DynamicFinderTypeCheckingExtension - Class in org.grails.compiler
Since:
2.4
DynamicFinderTypeCheckingExtension() - Constructor in DynamicFinderTypeCheckingExtension
dynamicInsert(boolean) - Method in HibernateMappingBuilder
Whether to use dynamic update queries
dynamicInsert - Property in Mapping
Whether to use dynamically created insert queries, at the cost of some performance
dynamicPrefix - Property in ViewsTransform
dynamicUpdate(boolean) - Method in HibernateMappingBuilder
Whether to use dynamic update queries
dynamicUpdate - Property in Mapping
Whether to use dynamically created update queries, at the cost of some performance

E

each(groovy.lang.Closure) - Method in GrailsMockHttpServletRequest
Iterates over the request attributes.
each(jakarta.servlet.http.HttpServletRequest, groovy.lang.Closure) - Method in HttpServletRequestExtension
eachError - Property in ValidationTagLib
Loops through each error of the specified bean or model.
eachErrorInternal(java.lang.Object, java.lang.Object, boolean) - Method in ValidationTagLib
eachErrorInternalForList(java.lang.Object, java.lang.Object, java.lang.Object, boolean) - Method in ValidationTagLib
eachTenant(groovy.lang.Closure) - Method in DefaultTenantService
eachTenant(groovy.lang.Closure) - Method in GormStaticApi
eachTenant(groovy.lang.Closure) - Method in GormStaticOperations
Execute the closure for each tenant
eachTenant(groovy.lang.Closure) - Method in MultiTenant
Execute the closure for each tenant
eachTenant(groovy.lang.Closure) - Method in TenantDelegatingGormOperations
eachTenant(org.grails.datastore.mapping.multitenancy.MultiTenantCapableDatastore, groovy.lang.Closure) - Method in Tenants
Execute the given closure for each tenant for the given datastore.
eachTenant(groovy.lang.Closure) - Method in TenantService
Execute the given closure for each tenant.
echoErr - Property in SystemOutAndErrSwapper
echoOut - Property in SystemOutAndErrSwapper
echoStatus() - Method in GrailsConsole
Replays the last status message
edit() - Method in RestfulController
editable - Property in DefaultConstrainedProperty
whether the property is editable
EMAIL_CONSTRAINT - Field in ConstrainedProperty
EmailConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates an email address.
EmailConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in EmailConstraint
Embedded - Class in org.grails.datastore.mapping.model.types
Models an embedded component
embedded - Field in AbstractPersistentEntity
EMBEDDED_ATTRIBUTE - Field in DefaultHalViewHelper
EMBEDDED_ATTRIBUTE - Field in HalJsonRenderer
embedded(java.lang.String, groovy.lang.Closure) - Method in DefaultHalViewHelper
Outputs a HAL embedded entry for the content type and closure
Embedded(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Embedded
embedded(java.lang.String, groovy.lang.Closure) - Method in HalViewHelper
Outputs a HAL embedded entry for the content type and closure
EMBEDDED_PARAMETER - Field in DefaultHalViewHelper
EMBEDDED_PREFIX - Field in NativeEntryEntityPersister
EmbeddedCollection - Class in org.grails.datastore.mapping.model.types
Models an embedded collection.
EmbeddedCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in EmbeddedCollection
EmbeddedCollectionDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@EmbeddedCollection} collection types
EmbeddedCollectionDecoder() - Constructor in EmbeddedCollectionDecoder
EmbeddedCollectionEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@EmbeddedCollection} collection types
EmbeddedCollectionEncoder() - Constructor in EmbeddedCollectionEncoder
EmbeddedDatabaseShutdownHook - Class in org.grails.plugins.datasource
EmbeddedDatabaseShutdownHook() - Constructor in EmbeddedDatabaseShutdownHook
EmbeddedDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Embedded} association types
EmbeddedDecoder() - Constructor in EmbeddedDecoder
EmbeddedEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Embedded} association types
EmbeddedEncoder() - Constructor in EmbeddedEncoder
embeddedInputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure) - Method in ContextMarkupRenderer
Defines the context for rendering a the input of an embedded domain class property
embeddedInputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure) - Method in ContextMarkupRendererImpl
EmbeddedJarPathHandler - Class in org.grails.plugins.databasemigration.liquibase
EmbeddedJarPathHandler() - Constructor in EmbeddedJarPathHandler
EmbeddedJarResourceAccessor - Class in org.grails.plugins.databasemigration.liquibase
EmbeddedJarResourceAccessor(List<String>) - Constructor in EmbeddedJarResourceAccessor
embeddedOutputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure) - Method in ContextMarkupRenderer
Defines the context for rendering a the output of an embedded domain class property
embeddedOutputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure) - Method in ContextMarkupRendererImpl
EmbeddedPersistentEntity - Class in org.grails.datastore.mapping.model
Models an embedded entity
EmbeddedPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in EmbeddedPersistentEntity
EmbeddedQueryEncoder - Interface in org.grails.datastore.bson.query
Encodes an embedded object as a query
EMPTY_ARGS - Property in CodecMetaClassSupport
EMPTY_ARGS - Field in DefaultGrailsControllerClass
EMPTY_ARGS - Field in GrailsParameterMap
EMPTY_ARRAY - Field in AbstractHibernateGormInstanceApi
EMPTY_BODY_CLOSURE - Field in GroovyPage
EMPTY_BODY_CLOSURE - Field in TagOutput
EMPTY_CLASS_ARRAY - Field in AstUtils
EMPTY_CLASS_ARRAY - Field in GrailsHibernateUtil
EMPTY_MAP_STRING - Field in CachingLinkGenerator
EMPTY_PATH - Field in GrailsDomainBinder
EMPTY_RESULTS - Field in DefaultUrlMappingsHolder
emptyAfterReading() - Method in StreamCharBuffer
EmptyParameters - Class in grails.views.api.internal
An empty parameters implementation
EmptyParameters() - Constructor in EmptyParameters
en - Property in EnumThing
ENABLE_AUTO_CONFIGURATION_CLASS_NODE - Field in GrailsApplicationCompilerAutoConfiguration
ENABLE_AUTO_CONFIGURATION - Field in GrailsApplicationCompilerAutoConfiguration
ENABLE_FILE_EXTENSIONS - Field in WebUtils
ENABLE_INTERACTIVE - Field in GrailsConsole
ENABLE_TERMINAL - Field in GrailsConsole
enable_tracing() - Method in JSONParser
Enable tracing.
EnableAutoConfiguration - Annotation Type in org.grails.boot.internal
Dummy annotation to fool boot into not applying the real 'EnableAutoConfiguration' annotation.
enableAutowireByName(org.codehaus.groovy.ast.ClassNode) - Method in IntegrationTestAstTransformation
enableBeanCreationProfiler - Property in GrailsApp
enableBigDecimalEncoding() - Method in SimpleEncoder
Enables Decimal128 encoding for simple types
enabled - Property in CacheConfig
Whether caching is enabled
enabled - Property in GrailsCorsConfiguration
enabled - Property in HibernateConnectionSourceSettings.HibernateSettings.OsivSettings
Whether OSIV is enabled
ENABLED - Field in ModelRecordingGroovyPage
enabled - Property in Plugin
Whether the plugin is enabled
enableDevelopmentModeWatch(grails.util.Environment, org.springframework.context.ConfigurableApplicationContext, java.lang.String) - Method in GrailsApp
enableDynamicFilterEnablerIfPresent(org.hibernate.SessionFactory, org.hibernate.Session) - Method in HibernateRuntimeUtils
EnableGroovyTemplates - Annotation Type in org.grails.cli.groovy
Pseudo annotation used to trigger GroovyTemplatesCompilerAutoConfiguration.
enableMultiTenancyFilter() - Method in AbstractHibernateDatastore
Enable the tenant id filter for the given datastore and entity
enableReload - Property in HibernateConnectionSourceSettings
Whether to prepare the datastore for runtime reloading
enableReload - Property in HibernateDatastoreSpringInitializer
enableReload - Field in ScaffoldingViewResolver
enableReloading - Property in GenericViewConfiguration
Whether to enable reloading
enableReloading - Property in ResolvableGroovyTemplateEngine
Whether to enable reloading
encode(java.lang.Object) - Method in AbstractCharReplacementEncoder
ENCODE_AS_ATTRIBUTE_NAME - Field in GroovyPage
ENCODE_AS_ATTRIBUTE_NAME - Field in TagOutput
ENCODE_AS_PREFIX - Property in CodecMetaClassSupport
encode(BsonWriter, org.grails.datastore.mapping.model.types.Basic, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in BasicCollectionTypeEncoder
encode(java.lang.Object) - Method in BasicJSONEncoder
encode(java.lang.Object) - Method in BasicXMLEncoder
encode(BsonWriter, BigDecimal, org.bson.codecs.EncoderContext) - Method in BigDecimalCodec
encode(BsonWriter, BigInteger, org.bson.codecs.EncoderContext) - Method in BigIntegerCodec
encode(BsonWriter, java.lang.Object, org.bson.codecs.EncoderContext, boolean) - Method in BsonPersistentEntityCodec
encode(java.lang.Object) - Method in ChainedEncoder
encode(BsonWriter, java.util.Currency, org.bson.codecs.EncoderContext) - Method in CodecExtensions.CurrencyCodec
encode(BsonWriter, groovy.lang.GString, org.bson.codecs.EncoderContext) - Method in CodecExtensions.GStringCodec
encode(BsonWriter, groovy.lang.IntRange, org.bson.codecs.EncoderContext) - Method in CodecExtensions.IntRangeCodec
encode(BsonWriter, java.util.List, org.bson.codecs.EncoderContext) - Method in CodecExtensions.ListCodec
encode(BsonWriter, java.util.Locale, org.bson.codecs.EncoderContext) - Method in CodecExtensions.LocaleCodec
encode(BsonWriter, Map<String, Object>, org.bson.codecs.EncoderContext) - Method in CodecExtensions.MapCodec
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in CodecRegistryEmbeddedQueryEncoder
encode(org.bson.codecs.configuration.CodecRegistry, org.bson.codecs.EncoderContext, BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.types.CustomTypeMarshaller, java.lang.Object) - Method in CustomTypeEncoder
encode(BsonWriter, org.grails.datastore.mapping.model.types.EmbeddedCollection, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedCollectionEncoder
encode(BsonWriter, org.grails.datastore.mapping.model.types.Embedded, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedEncoder
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in EmbeddedQueryEncoder
Takes an embedded property and instance and returns the query encoded value
encode(org.grails.encoder.Encoder) - Method in Encodeable
Encode with given encoder.
encode(java.lang.Object) - Method in Encoder
Encode given input object
encode(BsonWriter, org.grails.datastore.mapping.model.types.Identity, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in IdentityEncoder
encode(BsonWriter, java.time.Instant, org.bson.codecs.EncoderContext) - Method in InstantCodec
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in InstantEncoder
encode(BsonWriter, java.time.LocalDate, org.bson.codecs.EncoderContext) - Method in LocalDateCodec
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalDateEncoder
encode(BsonWriter, java.time.LocalDateTime, org.bson.codecs.EncoderContext) - Method in LocalDateTimeCodec
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalDateTimeEncoder
encode(BsonWriter, java.time.LocalTime, org.bson.codecs.EncoderContext) - Method in LocalTimeCodec
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalTimeEncoder
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in MongoQuery
encode(java.lang.Object) - Method in NoneEncoder
encode(BsonWriter, java.time.OffsetDateTime, org.bson.codecs.EncoderContext) - Method in OffsetDateTimeCodec
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in OffsetDateTimeEncoder
encode(BsonWriter, java.time.OffsetTime, org.bson.codecs.EncoderContext) - Method in OffsetTimeCodec
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in OffsetTimeEncoder
encode(BsonWriter, java.time.Period, org.bson.codecs.EncoderContext) - Method in PeriodCodec
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in PeriodEncoder
encode(BsonWriter, org.grails.datastore.mapping.model.types.Association, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.OneToManyEncoder
encode(BsonWriter, org.grails.datastore.mapping.model.types.ToOne, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.ToOneEncoder
encode(BsonWriter, T, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PropertyEncoder
Encodes a property to the given writer
encode(java.lang.Object) - Method in RawCodec
encode(java.lang.String, java.lang.String) - Method in RegexUrlMapping
encode(BsonWriter, org.grails.datastore.mapping.model.types.Simple, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in SimpleEncoder
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.1
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.10
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.11
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.12
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.13
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.2
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.3
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.4
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.5
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.6
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.7
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.8
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.9
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.TypeEncoder
encode(org.grails.encoder.Encoder) - Method in StreamCharBuffer
encode(BsonWriter, org.grails.datastore.mapping.model.types.TenantId, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in TenantIdEncoder
encode(java.lang.Object) - Method in URLCodecFactory.1
encode(BsonWriter, java.time.ZonedDateTime, org.bson.codecs.EncoderContext) - Method in ZonedDateTimeCodec
encode(BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in ZonedDateTimeEncoder
Encodeable - Interface in org.grails.encoder
Marks a class capable of encoding itself with given Encoder
encodeAndWrite(org.grails.encoder.Encoder, org.grails.encoder.EncodingState, java.lang.CharSequence) - Method in AbstractEncodedAppender
Encode and write input to buffer using a non-streaming encoder
encodeAs - Property in FormatTagLib
Encodes the body using the specified codec.
encodeAsBase64(java.lang.Object) - Method in Base64CodecExtensionMethods
encodeAsForTagNamespaces - Field in TagLibraryLookup
encodeAsForTags - Property in JavascriptTagLib
encodeAsHex(java.lang.Object) - Method in HexCodecExtensionMethods
encodeAsJsonObject(java.lang.Object) - Method in BasicJSONEncoder
encodeAsJsonObject(java.lang.Object) - Method in JSONEncoder
encodeAsMD5(java.lang.Object) - Method in MD5CodecExtensionMethods
encodeAsMD5Bytes(java.lang.Object) - Method in MD5BytesCodecExtensionMethods
encodeAsSHA1(java.lang.Object) - Method in SHA1CodecExtensionMethods
encodeAsSHA1Bytes(java.lang.Object) - Method in SHA1BytesCodecExtensionMethods
encodeAsSHA256(java.lang.Object) - Method in SHA256CodecExtensionMethods
encodeAsSHA256Bytes(java.lang.Object) - Method in SHA256BytesCodecExtensionMethods
encodeAsXmlObject(java.lang.Object) - Method in BasicXMLEncoder
encodeAsXmlObject(java.lang.Object) - Method in XMLEncoder
EncodedAppender - Interface in org.grails.encoder
This is the input interface to the streaming encoding solution.
encodedAppender - Field in EncodedAppenderWriter
EncodedAppenderFactory - Interface in org.grails.encoder
This interface marks an instance capable of getting a EncodedAppender instance that is connected to it.
EncodedAppenderWriter - Class in org.grails.encoder
A java.io.Writer implementation that writes to a EncodedAppender with a certain encoder
EncodedAppenderWriter(org.grails.encoder.EncodedAppender, org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Constructor in EncodedAppenderWriter
Default constructor
EncodedAppenderWriterFactory - Interface in org.grails.encoder
This interface marks an instance capable of getting a EncodedAppenderWriter instance that is connected to it with a certain encoder fixed.
EncodedPart(org.grails.encoder.EncodingState, java.lang.String) - Constructor in StreamCharBuffer.EncodedPart
encodeEmbeddedCollectionUpdate(org.grails.datastore.mapping.engine.EntityAccess, org.bson.BsonDocument, org.bson.Document, org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in PersistentEntityCodec
encodeEmbeddedUpdate(org.bson.BsonDocument, org.bson.Document, org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in PersistentEntityCodec
encodeInStreamingModeTo(org.grails.encoder.EncoderAware, org.grails.encoder.EncodingStateRegistryLookup, boolean, org.grails.buffer.StreamCharBuffer.LazyInitializingWriter) - Method in StreamCharBuffer
Encoder - Interface in org.grails.encoder
Interface for encoding methods.
ENCODER_CONTEXT - Field in BsonQuery
encoder - Field in EncodedAppenderWriter
encoder - Property in HTMLCodecFactory
ENCODER - Property in JavaScriptCodec
encoder - Property in JSONCodecFactory
encoder - Property in URLCodecFactory
encoder - Field in XMLCodecFactory
EncoderAware - Interface in org.grails.encoder
Marks a instance capable of providing information about the current encoder that is in use
encoders - Field in BasicCodecLookup
encoders - Field in HTMLJSCodec
EncodesToWriter - Interface in org.grails.encoder
Marks a class capable of encoding to target Writer
EncodesToWriterAdapter - Class in org.grails.encoder
EncodesToWriterAdapter(org.grails.encoder.StreamingEncoder, boolean) - Constructor in EncodesToWriterAdapter
encodeTo(java.io.Writer, org.grails.encoder.EncodesToWriter) - Method in StreamCharBuffer
encodeTo(org.grails.encoder.EncodedAppender, org.grails.encoder.Encoder) - Method in StreamEncodeable
Calls the encoder to encode the current content of the StreamEncodable instance (itself) to the EncodedAppender.
encodeTo(java.io.Writer, org.grails.encoder.EncodesToWriter) - Method in StreamingEncoderWritable
Asks the instance to use given writer and EncodesToWriter instance to encode it's content
encodeToBuffer(List<Encoder>, boolean, boolean) - Method in StreamCharBuffer
encodeToStream(org.grails.encoder.Encoder, java.lang.CharSequence, int, int, org.grails.encoder.EncodedAppender, org.grails.encoder.EncodingState) - Method in AbstractCharReplacementEncoder
encodeToStream(org.grails.encoder.Encoder, java.lang.CharSequence, int, int, org.grails.encoder.EncodedAppender, org.grails.encoder.EncodingState) - Method in ChainedEncoder
encodeToStream(org.grails.encoder.Encoder, java.lang.CharSequence, int, int, org.grails.encoder.EncodedAppender, org.grails.encoder.EncodingState) - Method in NoneEncoder
encodeToStream(org.grails.encoder.Encoder, java.lang.CharSequence, int, int, org.grails.encoder.EncodedAppender, org.grails.encoder.EncodingState) - Method in RawCodec
encodeToStream(org.grails.encoder.Encoder, java.lang.CharSequence, int, int, org.grails.encoder.EncodedAppender, org.grails.encoder.EncodingState) - Method in StreamingEncoder
Encode and append portion of source CharSequence to the appender.
encodeToWriter(char[], int, int, java.io.Writer, org.grails.encoder.EncodingState) - Method in AbstractCharReplacementEncoder
encodeToWriter(char[], int, int, java.io.Writer, org.grails.encoder.EncodingState) - Method in EncodesToWriter
encodeToWriter(char[], int, int, java.io.Writer, org.grails.encoder.EncodingState) - Method in EncodesToWriterAdapter
encodeToWriter(java.lang.CharSequence, java.io.Writer) - Method in JSONObject
encodeUpdate(java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, boolean) - Method in BsonPersistentEntityCodec
This method will encode an update for the given object based
encodeUpdate(java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, boolean) - Method in PersistentEntityCodec
This method will encode an update for the given object based
encoding - Field in AbstractConverter
encoding - Property in AbstractLinkingRenderer
encoding - Property in AbstractVndErrorRenderer
ENCODING - Field in CreateAppCommand
encoding - Property in DefaultJsonRenderer
encoding - Property in DefaultXmlRenderer
encoding - Property in GenericViewConfiguration
The encoding to use
encoding - Property in GroovyPageCompiler
encoding - Property in GroovyPageCompilerTask
encoding - Property in GroovyPageForkedCompiler
encoding(java.lang.String) - Method in JsonViewTest.TestHttpResponse
encoding(java.lang.String) - Method in JsonViewUnitTest.TestHttpResponse
encoding(java.lang.String) - Method in Response
Sets the response encoding
EncodingState - Interface in org.grails.encoder
Holds the state of applied encodings
EncodingStateImpl - Class in org.grails.encoder
Default implementation of EncodingState
EncodingStateImpl(org.grails.encoder.Encoder, org.grails.encoder.EncodingState) - Constructor in EncodingStateImpl
EncodingStateRegistry - Interface in org.grails.encoder
EncodingStateRegistry keeps encoding state of CharSequence instances.
encodingStateRegistry - Field in EncodedAppenderWriter
EncodingStateRegistryLookup - Interface in org.grails.encoder
This interface marks an instance capable of looking of the current EncodingStateRegistry
EncodingStateRegistryLookupHolder - Class in org.grails.encoder
end(org.grails.web.json.JSONWriter.Mode, char) - Method in JSONWriter
End something.
end(org.grails.web.json.JSONWriter.Mode, char) - Method in PathCapturingJSONWriterWrapper
end(org.grails.web.json.JSONWriter.Mode, char) - Method in PrettyPrintJSONWriter
end() - Method in PrettyPrintXMLStreamWriter
end() - Method in XML
end() - Method in XMLStreamWriter
endArray() - Method in JSONWriter
End an array.
endArray() - Method in PathCapturingJSONWriterWrapper
endArray() - Method in PrettyPrintJSONWriter
endBar() - Method in AnsiConsoleUrlMappingsRenderer
endColumn - Field in Token
The column number of the last character of this Token.
endEachMethod() - Method in GroovySyntaxTag
endElement(java.lang.String, java.lang.String, java.lang.String) - Method in FindLastSnapshotHandler
endLine - Field in Token
The line number of the last character of this Token.
endObject() - Method in JSONWriter
End an object.
endObject() - Method in PathCapturingJSONWriterWrapper
endObject() - Method in PrettyPrintJSONWriter
endStartTag() - Method in PrettyPrintXMLStreamWriter
endStartTag() - Method in XMLStreamWriter
endTest(junit.framework.Test) - Method in JUnitReports
endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest) - Method in JUnitReports
endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest) - Method in PlainFormatter
engine - Property in AbstractMongoConnectionSourceSettings
The engine to use by default
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
enhance(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
Enhance and individual entity
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in MethodValidationImplementer
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceEnhancer
Enhances the method
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractCacheTransformation
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractDatastoreMethodDecoratingTransformation
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractMethodDecoratingTransformation
Add any additional logic to enhance the class node
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in PublisherTransform
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in TransactionalTransform
Enhanced - Annotation Type in grails.artefact
An annotation for classes that are compile-time enhanced.
enhancedFor - Field in Enhanced
Default:
{}
enhanceGebSpecWithPort(org.codehaus.groovy.ast.ClassNode) - Method in IntegrationTestAstTransformation
Enhances - Annotation Type in grails.artefact
ENHANCES_ORDER - Field in GroovyTransformOrder
Transform that finds any `@Enhance` annotation on traits to automatically add this trait to that artefact type
EnhancesTraitTransformation - Class in org.grails.compiler.injection
Implementation for {
link:
Enhances
EnhancesTraitTransformation() - Constructor in EnhancesTraitTransformation
enhanceTagLibMetaClass(groovy.lang.MetaClass, org.grails.taglib.TagLibraryLookup, java.lang.String) - Method in TagLibraryMetaUtils
ensureAbsolute(java.util.Map) - Method in DefaultGrailsViewHelper
ensureCapacity(int) - Method in JSONArray
ensureCorrectGroovyMetaClass(java.lang.Object, Class<?>) - Method in GrailsHibernateUtil
Ensures the meta class is correct for a given class
ensureQueryIsInitialized() - Method in AbstractCriteriaBuilder
entitiesWithDateCreated - Field in AutoTimestampEventListener
entitiesWithLastUpdated - Field in AutoTimestampEventListener
Entity - Class in org.grails.datastore.mapping.config
Base class for classes returned from ClassMapping.getMappedForm
entity - Field in AbstractClassMapping
ENTITY_ACCESS - Field in AbstractSession
entity - Field in BeanEntityAccess
entity - Property in BeanPropertyAccessorImpl
entity - Property in BsonPersistentEntityCodec
ENTITY_CLASS_RESOURCE_PATTERN - Field in AbstractDatastoreInitializer
entity_dirtiness_strategy - Property in HibernateConnectionSourceSettings.HibernateSettings
Entity() - Constructor in Entity
entity - Property in NamedCriteriaProxy
ENTITY_ORDER - Field in GroovyTransformOrder
Adds basic fields like id, version, toString, and associations Adds the DomainClassArtefactType
entity - Field in PendingOperationAdapter
entity - Property in PersistentEntityValidator
entity - Field in Query
EntityAccess - Interface in org.grails.datastore.mapping.engine
Authors:
Graeme Rocher
EntityASTTransformation - Class in org.grails.compiler.injection
EntityCreationException - Class in org.grails.datastore.mapping.core
Thrown when there was an error creating an entity.
EntityCreationException(java.lang.String, java.lang.Throwable) - Constructor in EntityCreationException
entityFamily - Field in AbstractKeyValueEntityPersister
EntityPersister - Class in org.grails.datastore.mapping.engine
A Persister specifically for persisting PersistentEntity instances.
EntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in EntityPersister
EntityProxy - Interface in org.grails.datastore.mapping.proxy
Authors:
Graeme Rocher
EntityProxyHandler - Interface in grails.core.support.proxy
Methods specified to proxied entities
EntityProxyHandlerAdapter - Class in org.grails.datastore.gorm.proxy
Adapts the proxy handler interface
EntityProxyHandlerAdapter(grails.core.support.proxy.EntityProxyHandler) - Constructor in EntityProxyHandlerAdapter
EntityProxyMethodHandler - Class in org.grails.datastore.mapping.proxy
Base class for entity proxy handlers that are aware of Groovy
EntityProxyMethodHandler(Class<?>) - Constructor in EntityProxyMethodHandler
EntityReflector - Interface in org.grails.datastore.mapping.reflect
Used for reflective data
EntityReflector.PropertyReader - Interface in org.grails.datastore.mapping.reflect
EntityReflector.PropertyWriter - Interface in org.grails.datastore.mapping.reflect
entityReflector - Property in PersistentEntityValidator
entityResolver - Property in DynamicElementReader
entityStack - Field in AbstractHibernateQuery
entityToMapping - Field in AbstractGormMappingFactory
entityToPropertyMap - Field in AbstractGormMappingFactory
entityTrait - Property in MongoEntityTraitProvider
EntityTraitInjector - Class in org.grails.compiler.gorm
Authors:
Jeff Brown
EntityTraitInjector() - Constructor in EntityTraitInjector
entityValidators - Field in AbstractMappingContext
ENTRY_TAG - Field in AtomRenderer
entrySet() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
entrySet() - Method in AbstractTypeConvertingMap
entrySet() - Method in CodeGenConfig
entrySet() - Method in CompositeConfig
entrySet() - Method in GPathResultMap
entrySet() - Method in GrailsFlashScope
entrySet() - Method in JSONObject
entrySet() - Method in LazyBeanMap
entrySet() - Method in LazyMetaPropertyMap
entrySet() - Method in NavigableMap
entrySet() - Method in NavigableMap.NullSafeNavigator
entrySet() - Method in NavigableMapConfig
entrySet() - Method in PrefixedConfig
entrySet() - Method in PropertyResolverMap
ENUM_CLASS_PROP - Field in GrailsDomainBinder
ENUM_ID_ACCESSOR - Field in IdentityEnumType
ENUM_TYPE_CLASS - Field in GrailsDomainBinder
ENUM_TYPE_PROP - Field in GrailsDomainBinder
enumClass - Field in IdentityEnumType
enumerateGrapes() - Method in MavenResolverGrapeEngine
EnumInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering enum properties
EnumInputRenderer() - Constructor in EnumInputRenderer
EnumMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
EnumSpec - Class in org.apache.grails.data.testing.tck.tests
EnumSpec() - Constructor in EnumSpec
EnumThing - Class in org.apache.grails.data.testing.tck.domains
EnumThing() - Constructor in EnumThing
EnumType - Class in org.grails.datastore.gorm.mongo.simple
A custom type for persisting Enum which have an id field in domain classes.
enumType - Property in ColumnConfig
The enum type
EnumType() - Constructor in EnumType
environment - Property in Plugin
The current Grails Environment
EnvironmentAwareCodeGenConfig - Class in org.grails.plugins.databasemigration
EnvironmentAwareCodeGenConfig(org.grails.config.CodeGenConfig, java.lang.String) - Constructor in EnvironmentAwareCodeGenConfig
EnvironmentAwarePropertySource - Class in org.grails.config
environmentPrepared(org.springframework.boot.ConfigurableBootstrapContext, org.springframework.core.env.ConfigurableEnvironment) - Method in ExternalConfigRunListener
eol - Field in ParseException
The end of line string for this machine.
eq(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
eq(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
eq(java.lang.String, java.lang.Object, java.util.Map) - Method in AbstractHibernateCriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
eq(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
eq(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
eq(java.lang.String, java.lang.Object) - Method in Criteria
Creates an "equals" Criterion based on the specified property name and value
eq(java.lang.String, java.lang.Object) - Method in DetachedCriteria
EQ_OPERATOR - Field in BsonQuery
eq(java.lang.String, java.lang.Object) - Method in Query
Restricts the results by the given properties value
eq(java.lang.String, java.lang.Object) - Method in Restrictions
Restricts the property to be equal to the given value
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
eqProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be equal to a specified other property
eqProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
eqProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that compares to class properties for equality
eqProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be equal to a specified other property
eqProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
eqProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be equal to a specified other property
Equal(java.lang.String) - Constructor in MethodExpression.Equal
equals(java.lang.Object) - Method in AbstractClosureProxy
Compares based on identities, but unlike the standard implementation this one will return true if the given object is the target closure for this wrapper as well.
equals(java.lang.Object) - Method in AbstractGrailsPlugin
EQUALS - Field in AbstractHibernateCriteriaBuilder
equals(java.lang.Object) - Method in AbstractPersistentCollection
equals(java.lang.Object) - Method in AbstractPersistentEntity
equals(java.lang.Object) - Method in AbstractTemplateVariableBinding.BindingMapEntry
equals(java.lang.Object) - Method in AbstractTypeConvertingMap
equals(java.lang.Object) - Method in DefaultCodecIdentifier
equals(java.lang.Object) - Method in DefaultJsonGenerator.ClosureConverter
Any two Converter instances registered for the same type are considered to be equal.
equals(java.lang.Object) - Method in DefaultUrlMappingInfo
equals(java.lang.Object) - Method in DelegatingBeanPropertyAccessorImpl
equals(java.lang.Object) - Method in Dependency
equals(java.lang.Object) - Method in Dependency.Exclusion
equals(java.lang.Object) - Method in EncodingStateImpl
equals(java.lang.Object) - Method in GrailsRepositoryConfiguration
equals(java.lang.Object) - Method in GrailsVersion
equals(java.lang.Object, java.lang.Object) - Method in IdentityEnumType
equals(java.lang.Object) - Method in JSONArray
If the passed object is a JSONArray, then the underlying collection must be equal.
equals(java.lang.Object) - Method in JSONObject
equals(java.lang.Object) - Method in LazyMetaPropertyMap
equals(java.lang.Object) - Method in MimeType
equals(java.lang.Object) - Method in NavigableMap
equals(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
equals(java.lang.Object) - Method in NavigableMapConfig
EQUALS_OPERATOR - Field in DetachedCriteriaTransformer
EQUALS_OPERATOR - Field in GrailsASTUtils
equals(java.lang.Object) - Method in PagedResultList
equals(java.lang.Object) - Method in Pair
equals(java.lang.Object) - Method in PrefixedConfig
EQUALS_PROPERTY - Field in AbstractHibernateCriteriaBuilder
Equals(java.lang.String, java.lang.Object) - Constructor in Query.Equals
equals(java.lang.Object) - Method in RepositoryConfiguration
equals(java.lang.Object) - Method in ResourceProfile
equals(java.lang.Object) - Method in SoftKey
equals(java.lang.Object) - Method in StreamCharBuffer
equals uses String.equals to check for equality to support compatibility with String instances in maps, sets, etc.
equals(java.lang.Object) - Method in TestAuthor
equals(java.lang.Object) - Method in Triple
equals(java.lang.Object) - Method in UrlCreatorCache.ReverseMappingKey
equals(java.lang.Object) - Method in VersionComparator
EqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.EqualsAll
EqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.EqualsProperty
err - Property in SystemOutErrCapturer
err - Property in SystemStreamsRedirector
error(java.lang.String) - Method in AnsiConsoleUrlMappingsRenderer
error(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ASTNode, java.lang.String) - Method in AstUtils
error(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ASTNode, java.lang.String) - Method in BindingFormatASTTransformation
error(java.lang.Throwable) - Method in ConsoleLogger
Use to log an error
error() - Method in Events
Returns:
The id of the event to notify in the case of an error
error(org.spockframework.runtime.model.ErrorInfo) - Method in GebRecordingTestListener
error(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ASTNode, java.lang.String, boolean) - Method in GrailsASTUtils
Generates a fatal compilation error.
ERROR - Field in GrailsConsole
error(java.lang.String) - Method in GroovyChange
Called by the validate closure.
error() - Method in Publisher
Returns:
The id of the event to notify in the case of an error
ERROR_TAG - Field in VndErrorXmlRenderer
errorHandler - Property in DynamicElementReader
errorInfo - Property in GebRecordingTestListener
errorMessage(java.lang.String) - Method in CommandRunner
errorOccured - Field in AbstractMongoSession
errors - Property in GormValidateable
The validation errors object
ERRORS_PREFIX - Field in GrailsFlashScope
ERRORS_TAG - Field in VndErrorXmlRenderer
errorsHttpStatus - Property in DefaultJsonRenderer
ErrorsJsonViewRenderer - Class in grails.plugin.json.renderer
Renderer for the errors view
ErrorsJsonViewRenderer() - Constructor in ErrorsJsonViewRenderer
ErrorsViewStackTracePrinter - Class in org.grails.web.errors
Customized Stack trace output for the errors view.
ErrorsViewStackTracePrinter(org.grails.core.io.ResourceLocator) - Constructor in ErrorsViewStackTracePrinter
errorsViewStackTracePrinter - Property in RenderTagLib
escapeCharacter(char, char) - Method in AbstractCharReplacementEncoder
Escape the character, return null if no replacement has to be made
escapeCharacter(char, char) - Method in BasicJSONEncoder
escapeCharacter(char, char) - Method in BasicXMLEncoder
escapeCharacter(char, char) - Method in HTML4Encoder
escapeCharacter(char, char) - Method in JavaScriptEncoder
escapeCharSequence(java.lang.CharSequence) - Method in AbstractCharReplacementEncoder
escapeJavascript - Property in JavascriptTagLib
Escapes a javascript string replacing single/double quotes and new lines.
escapeUnicode - Property in JsonViewGeneratorConfiguration
EscapingFileNameCompletor - Class in org.grails.cli.interactive.completers
JLine Completor that does file path matching like FileNameCompletor, but in addition it escapes whitespace in completions with the '\' character.
EscapingFileNameCompletor() - Constructor in EscapingFileNameCompletor
establishPageName(org.springframework.core.io.Resource, java.lang.String) - Method in GroovyPagesTemplateEngine
Establishes the name to use for the given resource
establishPropertyName(org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.ast.ClassNode) - Method in AbstractProjectionImplementer
establishRelationshipForCollection(java.beans.PropertyDescriptor, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, Map<String,Class>, java.util.Map, boolean) - Method in GormMappingConfigurationStrategy
establishRelationshipForCollection(java.beans.PropertyDescriptor, java.lang.reflect.Field, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, boolean) - Method in JpaMappingConfigurationStrategy
establishUrlPattern(grails.web.mapping.UrlMapping, boolean, int) - Method in AnsiConsoleUrlMappingsRenderer
ETAG - Field in HttpHeaders
evaluate(Class<?>, boolean, boolean, groovy.lang.Closure) - Method in ConstraintEvaluatorAdapter
evaluate(Class<?>, boolean, boolean, groovy.lang.Closure) - Method in ConstraintsEvaluator
Evaluate constraints for the given class
evaluate(Class<?>, boolean, boolean, groovy.lang.Closure) - Method in DefaultConstraintEvaluator
evaluate(groovy.lang.Closure, java.lang.Object) - Method in DefaultMappingConfigurationBuilder
evaluate(java.lang.String, int, java.lang.Object, Closure<?>) - Method in GroovyPage
In the development environment this method is used to evaluate expressions and improve error reporting
evaluate(groovy.lang.Closure, java.lang.Object) - Method in HibernateMappingBuilder
Central entry point for the class.
evaluate(groovy.lang.Closure, java.lang.Object) - Method in MappingConfigurationBuilder
Evaluates the configuration for the given closure
evaluate(groovy.lang.Closure) - Method in NamedQueriesBuilder
evaluate(org.grails.web.servlet.mvc.GrailsWebRequest) - Method in WebRequestTemplateVariableBinding
evaluateFeatures(org.grails.cli.profile.Profile, List<String>) - Method in CreateAppCommand
evaluateFileName(java.lang.String) - Method in GroovyScriptCommandFactory
evaluateFileName(java.lang.String) - Method in ResourceResolvingCommandFactory
evaluateMapping(org.grails.datastore.mapping.model.PersistentEntity, Closure<?>, boolean) - Method in GrailsDomainBinder
evaluateMappings(Closure<?>) - Method in DefaultUrlMappingEvaluator
evaluateMappings(Closure<?>) - Method in UrlMappingEvaluator
Evaluates mapping from the given closure if possible
evaluateNameForValue(java.lang.Object, org.grails.web.servlet.mvc.GrailsWebRequest) - Method in AbstractUrlMappingInfo
evaluateProfileName(org.grails.build.parsing.CommandLine) - Method in CreateAppCommand
evaluateWithContext(org.grails.datastore.mapping.config.groovy.MappingConfigurationBuilder, groovy.lang.Closure) - Method in AbstractGormMappingFactory
Event - Class in reactor.bus
deprecated:
Here for compatibility only.
event - Property in AbstractEventBus.NotificationTrigger
EVENT_BEFORE_INSERT - Field in DomainEventListener
event - Property in ClosureEventTrigger
Event(java.lang.String, T) - Constructor in Event
event - Property in EventSubscriberTrigger
event - Property in EventWithReply
EVENT_SUFFIX - Field in SpringEventTranslator
EventBus - Class in reactor.bus
deprecated:
Here for compatibility only.
eventBus - Property in EventBus
eventBus - Property in EventBusFactoryBean
eventBus - Property in Events
eventBus - Field in GormDispatcherRegistrar
eventBus - Field in GormEventDispatcher
EventBusAware - Trait in grails.events.bus
Trait for classes aware of the event bus
EventBusBuilder - Class in grails.events.bus
Tries to build the default event bus
EventBusBuilder() - Constructor in EventBusBuilder
EventBusFactoryBean - Class in org.grails.events.bus.spring
Factory bean for usage within Spring
EventBusFactoryBean() - Constructor in EventBusFactoryBean
EventBusGrailsPlugin - Class in org.grails.plugins.events
A plugin that integrates Reactor into Grails
EventBusGrailsPlugin() - Constructor in EventBusGrailsPlugin
EventEmitter - Interface in grails.events.emitter
An emitter sends events
eventFor(Map<String, Object>, T, Closure<Throwable>) - Method in Events
Creates an Event for the given headers, data and error consumer
eventIdForMethodName(java.lang.String) - Method in EventIdUtils
EventIdUtils - Class in org.grails.events
EventIdUtils() - Constructor in EventIdUtils
eventKey - Property in AbstractSubscription
EventListenerIntegrator - Class in org.grails.orm.hibernate
EventListenerIntegrator(org.grails.orm.hibernate.HibernateEventListeners, Map<String,Object>) - Constructor in EventListenerIntegrator
eventListeners - Field in AbstractMappingContext
eventListeners - Field in EventListenerIntegrator
eventListeners - Field in HibernateEventListener
eventListeners - Field in HibernateMappingContextSessionFactoryBean
EventPublisher - Trait in grails.events
A trait that can be implemented to make a class an event publisher
eventPublisher - Field in ClosureEventTriggeringInterceptor
eventPublisher - Field in GormValidationApi
eventPublisher - Field in HibernateDatastore
eventPublisher - Field in MongoDatastore
Events - Annotation Type in grails.events.annotation
Allows the definition of common event settings at the class level
events - Property in QueryEventsSpec.SpecQueryEventListener
events - Property in SessionCreationEventSpec.Listener
events - Property in SpecPersistenceListener
EventStorage - Class in org.grails.cli.profile.commands.events
Stores command line events
EventStorage() - Constructor in EventStorage
EventSubscriber - Interface in grails.events.subscriber
An interface for subscribers that accept the Event as an argument
EventSubscriberSubscription - Class in org.grails.events.registry
An event subscription for an Subscriber
EventSubscriberSubscription(java.lang.CharSequence, Map<CharSequence, Collection<Subscription>>, grails.events.subscriber.Subscriber) - Constructor in EventSubscriberSubscription
EventSubscriberTrigger - Class in org.grails.events
Simple trigger for an Subscriber
EventSubscriberTrigger(grails.events.Event, grails.events.subscriber.Subscriber) - Constructor in EventSubscriberTrigger
EventTrigger - Interface in grails.events.trigger
Encapsulates the execution of an event
EventTriggerCaller - Class in org.grails.datastore.gorm.support
eventTriggeringInterceptor - Field in AbstractHibernateDatastore
eventTriggeringInterceptor - Property in HibernateConnectionSourceSettings.HibernateSettings
The event triggering interceptor
EventTriggerTransactionSynchronization(org.grails.events.bus.AbstractEventBus.NotificationTrigger, org.springframework.transaction.event.TransactionPhase) - Constructor in AbstractEventBus.EventTriggerTransactionSynchronization
EventType - Enum in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
EventWithReply - Class in org.grails.events.rxjava3
An event with a reply
EventWithReply(grails.events.Event, groovy.lang.Closure) - Constructor in EventWithReply
evict(java.lang.Object) - Method in GrailsConcurrentLinkedMapCache
evict(java.lang.Object) - Method in GrailsHibernateTemplate
evict(java.lang.Object) - Method in IHibernateTemplate
evictionList - Field in AbstractGrailsPlugin
evictPlugin(grails.plugins.GrailsPlugin, java.lang.String) - Method in DefaultGrailsPluginManager
EXCEEDED_SUFFIX - Field in ConstrainedProperty
except(java.util.Map) - Method in Matcher
Synonym for Matcher.excludes
except(java.util.Map) - Method in UrlMappingMatcher
EXCEPTION_ATTRIBUTE - Field in ExceptionUtils
EXCEPTION_ATTRIBUTE - Field in GrailsExceptionResolver
EXCEPTION_ATTRIBUTE - Field in WebUtils
EXCEPTION - Enum Constant in Converter.CircularReferenceBehaviour
EXCEPTION_HANDLER_META_DATA_FIELD_NAME - Field in ControllerActionTransformer
EXCEPTION_MODEL_KEY - Field in GroovyPageView
exceptionHandlers - Property in AsyncGrailsWebRequest
exceptionType - Property in DefaultControllerExceptionHandlerMetaData
ExceptionUtils - Class in org.grails.exceptions
Utility methods for dealing with exception
ExceptionUtils() - Constructor in ExceptionUtils
EXCLUDE_MEMBER - Field in ApplicationClassInjector
EXCLUDED_AUTO_CONFIGURE_CLASSES - Field in ApplicationClassInjector
EXCLUDED_PROPERTIES - Field in ClassPropertyFetcher
excludedFieldNames - Field in DefaultJsonGenerator
excludedFieldNames - Field in JsonGenerator.Options
excludedFieldTypes - Field in DefaultJsonGenerator
excludedFieldTypes - Field in JsonGenerator.Options
excludeFieldsByName(Iterable<? extends CharSequence>) - Method in JsonGenerator.Options
Excludes from the output any fields that match the specified names.
excludeFieldsByType(Iterable<Class<?>>) - Method in JsonGenerator.Options
Excludes from the output any fields whose type is the same or is assignable to any of the given types.
excludeNulls - Field in DefaultJsonGenerator
excludeNulls - Field in JsonGenerator.Options
excludes - Field in AbstractConverter
EXCLUDES - Property in AbstractGormApi
excludes - Property in AbstractIncludeExcludeRenderer
excludes - Property in AbstractRenderContext
excludes(List<T>, T) - Method in IncludeExcludeSupport
excludes - Property in JsonRenderer
The properties to be excluded
excludes(Closure<Boolean>) - Method in Matcher
Adds an exclusion that is calculated by the given closure
EXCLUDES_PROPERTY - Property in IncludeExcludeSupport
excludes - Field in UrlMappingMatcher
excludes - Property in XmlRenderer
The properties to be excluded
excludesProperty(java.lang.Object, java.lang.String) - Method in AbstractIncludeExcludeRenderer
excludesProperty(java.lang.Object, java.lang.String) - Method in IncludeExcludePropertyMarshaller
Override for custom exclude logic
excludesProperty(java.lang.Object, java.lang.String) - Method in JsonRenderer.1
excludesProperty(java.lang.Object, java.lang.String) - Method in JsonRenderer.2
excludesProperty(java.lang.Object, java.lang.String) - Method in XmlRenderer.1
excludesProperty(java.lang.Object, java.lang.String) - Method in XmlRenderer.2
ExcludingPluginFilter - Class in org.grails.plugins
Implementation of PluginFilter which removes that all of the supplied plugins (identified by name) as well as their dependencies are omitted from the filtered plugin list.
ExcludingPluginFilter(java.lang.String) - Constructor in ExcludingPluginFilter
exclusionDependencySelector - Field in AbstractProfile
exclusiveResource - Property in GrailsContainerGebExtension
executablePatterns - Field in AbstractProfile
execute(org.grails.datastore.mapping.core.VoidSessionCallback) - Method in AbstractDatastoreApi
execute(org.grails.datastore.mapping.core.VoidSessionCallback) - Method in AbstractFinder
execute(org.gradle.tooling.BuildController) - Method in ClasspathBuildAction
execute(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.core.VoidSessionCallback) - Method in DatastoreUtils
Execute the callback in the current session if it exists, or create a new one and close it otherwise.
execute(org.gradle.tooling.BuildController) - Method in FetchAllTaskSelectorsBuildAction
execute(java.lang.String) - Method in GrailsCli
Execute the given command
execute(HibernateCallback<T>) - Method in GrailsHibernateTemplate
execute(Closure<T>) - Method in GrailsTransactionTemplate
execute() - Method in GroovyPageCompilerTask
execute(Closure<T>) - Method in IHibernateTemplate
execute(Closure<?>) - Method in JSON.Builder
execute(Closure<?>) - Method in XML.Builder
executeAndRollback(Closure<T>) - Method in GrailsTransactionTemplate
executeAssociationSubQuery(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction, org.grails.datastore.mapping.model.PersistentProperty) - Method in SimpleMapQuery
executeCommandWithArgumentValidation(org.grails.cli.profile.Command, org.grails.build.parsing.CommandLine) - Method in GrailsCli
executed - Field in PendingOperationAdapter
executed - Property in SynchronousPromise
executeDoWithSpringCallback(grails.core.GrailsApplication) - Method in GrailsApplicationBuilder
executeFind(HibernateCallback<?>) - Method in GrailsHibernateTemplate
executeGrailsBootstraps(grails.core.GrailsApplication, org.springframework.web.context.WebApplicationContext, jakarta.servlet.ServletContext, grails.plugins.GrailsPluginManager) - Method in GrailsConfigUtils
Executes Grails bootstrap classes
executeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.NativeEntryEntityPersister.NativeEntryModifyingEntityAccess, K, T) - Method in NativeEntryEntityPersister
Executes an insert for the given entity, entity access, identifier and native entry.
executeLikeWithRegex(org.grails.datastore.mapping.simple.engine.SimpleMapEntityPersister, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleMapQuery
executeLogicalExpression(groovy.lang.Closure, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
executePendingOperation(org.grails.datastore.mapping.core.impl.PendingOperation) - Method in PendingOperationExecution
executePendings(Collection<? extends Runnable>) - Method in AbstractSession
executeProcess(org.grails.cli.profile.ExecutionContext, java.lang.String) - Method in GrailsCli
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in AbstractHibernateGormStaticApi
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in AbstractHibernateQuery
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in AssociationQuery
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Executes a query for the given String
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Executes a query for the given String
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in HibernateHqlQuery
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction, com.mongodb.client.MongoCollection<Document>, org.bson.Document) - Method in MongoQuery
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in Query
Subclasses should implement this to provide the concrete implementation of querying
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction) - Method in SimpleMapQuery
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
executeQueryAndApplyPagination(com.mongodb.client.MongoCollection<Document>, org.bson.Document) - Method in MongoQuery
ExecuteStep - Class in org.grails.cli.profile.steps
A Step that can execute another command
ExecuteStep(org.grails.cli.profile.ProfileCommand, Map<String, Object>) - Constructor in ExecuteStep
executeSubQuery(java.lang.Object, java.lang.Object) - Method in SimpleMapQuery
executeSubQueryInternal(java.lang.Object, java.lang.Object) - Method in SimpleMapQuery
executeUniqueResultWithProxyUnwrap() - Method in AbstractHibernateCriteriaBuilder
executeUniqueResultWithProxyUnwrap() - Method in HibernateCriteriaBuilder
executeUpdate(java.lang.CharSequence, java.util.Map) - Method in AbstractHibernateGormStaticApi
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Executes an update for the given String
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Executes an update for the given String
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in HibernateGormStaticApi
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
executeWithExistingOrCreateNewSession(org.hibernate.SessionFactory, Closure<T1>) - Method in GrailsHibernateTemplate
executeWithExistingOrCreateNewSession(org.hibernate.SessionFactory, Closure<T1>) - Method in IHibernateTemplate
executeWithNewSession(Closure<T>) - Method in GrailsHibernateTemplate
executeWithNewSession(Closure<T>) - Method in IHibernateTemplate
ExecutionContext - Interface in org.grails.cli.profile
Context for the execution of Command instances within a Profile
ExecutionContext() - Constructor in ExecutionContext
executionContext - Property in FileSystemInteractionImpl
executionContext - Property in GradleInvoker
executionContext - Property in GrailsApplicationCommand
executionContext - Property in GroovyScriptCommand
executionContext - Property in ScriptDatabaseMigrationCommand
executionContext - Property in TemplateRendererImpl
ExecutionContextImpl(org.grails.build.parsing.CommandLine, org.grails.cli.profile.ProjectContext) - Constructor in GrailsCli.ExecutionContextImpl
executor - Field in AssociationQueryProxyHandler
executor - Property in ExecutorEventBus
ExecutorEventBus - Class in org.grails.events.bus
An event bus that uses an java.util.concurrent.Executor
ExecutorEventBus(java.util.concurrent.Executor) - Constructor in ExecutorEventBus
ExecutorPromiseFactory - Interface in org.grails.async.factory.future
Interface for classes that are both a PromiseFactory and an ExecutorService
executorService - Property in CachedThreadPoolPromiseFactory
exists(QueryableCriteria<?>) - Method in AbstractCriteriaBuilder
exists(QueryableCriteria<?>) - Method in AbstractDetachedCriteria
See Also:
Criteria#exists(org.grails.datastore.mapping.query.api.QueryableCriteria)
exists(QueryableCriteria<?>) - Method in AbstractHibernateCriteriaBuilder
exists(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
exists() - Method in ByteArrayResource
exists(QueryableCriteria<?>) - Method in Criteria
Executes an exists subquery
exists(QueryableCriteria<?>) - Method in DetachedCriteria
exists(java.io.Serializable) - Method in GormEntity
Checks whether an entity exists
exists(java.io.Serializable) - Method in GormStaticApi
Checks whether an entity exists
exists(java.io.Serializable) - Method in GormStaticOperations
Checks whether an entity exists
exists() - Method in GrailsResource
EXISTS_OPERATOR - Field in BsonQuery
Exists(org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.Exists
exists() - Method in SpringResource
exists(java.io.Serializable) - Method in TenantDelegatingGormOperations
exit(int) - Method in GrailsCli
exit(java.util.EventObject) - Method in GroovyConsoleApplicationContext.1
exit(java.util.EventObject) - Method in GroovyConsoleWebApplicationContext.1
EXPAND - Property in DefaultJsonViewHelper
The expand parameter
ExpandBuff(boolean) - Method in SimpleCharStream
EXPECT - Field in HttpHeaders
expectCheckForChanges() - Method in MockGrailsPluginManager
expectedTokenSequences - Field in ParseException
Each entry in this array is an array of integers.
expire() - Method in CacheEntry
EXPIRES - Field in HttpHeaders
explicitSaveUpdateCascade - Property in PropertyConfig
exposeIncludeRequestAttributes(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
exposeNativeSession - Field in GrailsHibernateTemplate
exposeRequestAttributesAndReturnOldValues(jakarta.servlet.http.HttpServletRequest, Map<String,?>) - Method in WebUtils
EXPRESSION_CODEC_NAME - Field in OutputEncodingSettings
expression codec escapes values inside ${} to output
EXPRESSION_OUT - Field in GroovyPage
EXPRESSION_OUT_STATEMENT - Field in GroovyPage
expressionCodec - Property in GroovyPageCompiler
expressionEncoder(org.grails.encoder.Encoder) - Method in OutputEncodingStackAttributes.Builder
ExtendedClassCollector(InnerLoader, org.codehaus.groovy.control.CompilationUnit, org.codehaus.groovy.control.SourceUnit) - Constructor in ExtendedGroovyClassLoader.ExtendedClassCollector
ExtendedGroovyClassLoader - Class in org.grails.cli.compiler
Extension of the groovy.lang.GroovyClassLoader with support for obtaining '.class' files as resources.
ExtendedGroovyClassLoader.ExtendedClassCollector - Class in org.grails.cli.compiler
Inner collector class used to track as classes are added.
ExtendedGroovyClassLoader(org.grails.cli.compiler.GroovyCompilerScope) - Constructor in ExtendedGroovyClassLoader
ExtendedProxy - Class in grails.util
Extends the Groovy Proxy implementation and adds proxying of property getters/setters.
ExtendedProxy() - Constructor in ExtendedProxy
extension - Property in GenericViewConfiguration
The file extension of the templates
extension - Property in GenericViewUriResolver
EXTENSION - Enum Constant in GroovyCompilerScope
Extension scope, allows full access to internal CLI classes.
EXTENSION - Field in GroovyPage
EXTENSION - Field in GroovyPagesUriSupport
EXTENSION - Field in JsonViewWritableScript
EXTENSION - Field in MarkupViewTemplate
extension - Property in MimeType
extension - Property in ResolvableGroovyTemplateEngine
The view uri resolver
extension - Property in ViewsTransform
extension - Property in WatchPattern
The file extensions within the directories being watched
extensions - Property in FileExtensionFileChangeListener
external - Property in ApplicationTagLib
Render the appropriate kind of external link for use in based on the type of the URI.
ExternalConfigRunListener - Class in grails.config.external
ExternalConfigRunListener(org.springframework.boot.SpringApplication, java.lang.String) - Constructor in ExternalConfigRunListener
extractAttributeValue(java.lang.String) - Method in GroovySyntaxTag
extractControllerNameFromTestClassName(java.lang.String, java.lang.String) - Method in ControllerNameExtractor
Derive the controller name from the given class name using the list of given suffixes, typically ['Test', 'Tests', 'Spec', 'Specification'].
extractErrors(java.lang.Object) - Method in ValidationTagLib
extractGenericDomainClass(org.codehaus.groovy.ast.ClassNode) - Method in ScaffoldingControllerInjector
extractLineNumber(org.codehaus.groovy.control.CompilationFailedException) - Method in ExceptionUtils
extractLineNumber(org.codehaus.groovy.control.CompilationFailedException) - Method in GrailsExceptionResolver
extractPathWithinPattern(java.lang.String, java.lang.String) - Method in AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractRootCause(java.lang.Throwable) - Method in GrailsUtil
extractUriTemplateVariables(java.lang.String, java.lang.String) - Method in AntPathMatcher
extractValue(java.lang.Object, org.grails.datastore.mapping.model.PersistentProperty) - Method in DomainClassMarshaller

F

f - Property in CommonTypes
Face - Class in org.apache.grails.data.testing.tck.domains
Face() - Constructor in Face
face - Property in Nose
face - Property in Person
face - Property in Pet
factoriesByName - Field in DefaultConstraintRegistry
factoriesByType - Field in DefaultConstraintRegistry
factory - Property in GormValidatorFactoryAdapter
fail(java.lang.String) - Method in GroovyPrecondition
Called from the check closure as a shortcut to throw a PreconditionFailedException.
failedPlugins - Field in AbstractGrailsPluginManager
failOnError - Field in AbstractHibernateDatastore
failOnError - Field in AbstractHibernateEventListener
failOnError - Property in ConnectionSourceSettings
Whether to fail on a validation error
failOnError - Property in GormEnhancer
failOnError - Property in GormInstanceApi
failOnError - Field in SimpleMapDatastore
failOnErrorPackages - Field in AbstractHibernateEventListener
failOnErrorPackages - Property in ConnectionSourceSettings
Package names that should fail on error
FAILURE - Property in CommandLineHelper
fallBackConfiguration - Property in ConfigurationBuilder
fallBackHibernateSettings - Property in HibernateConnectionSourceSettingsBuilder
Family - Class in org.grails.datastore.mapping.keyvalue.mapping.config
family - Property in Family
family - Property in SimpleMapEntityPersister
fastClass() - Method in EntityReflector
Returns:
The fast class
fastClass(java.lang.Class) - Method in GrailsClassUtils
fastClassData - Field in MongoCodecEntityPersister
FastStringPrintWriter - Class in org.grails.buffer
Fast in-memory PrintWriter implementation.
FastStringPrintWriter(java.lang.Object) - Constructor in FastStringPrintWriter
FastStringWriter - Class in org.grails.buffer
Java's default StringWriter uses a StringBuffer which is synchronized.
FastStringWriter(java.lang.Object) - Constructor in FastStringWriter
Feature - Interface in org.grails.cli.profile
An interface that describes a feature of a profile.
features - Field in AbstractProfile
features - Property in CreateAppCommand.CreateAppCommandObject
FEATURES_FLAG - Field in CreateAppCommand
FEED_TAG - Field in AtomRenderer
fetch(jakarta.persistence.FetchType) - Method in Property
Configure the fetch strategy
FetchAllTaskSelectorsBuildAction - Class in org.grails.cli.gradle
A org.gradle.tooling.BuildAction that calculates all the tasks from the Gradle build
FetchAllTaskSelectorsBuildAction.AllTasksModel - Class in org.grails.cli.gradle
FetchAllTaskSelectorsBuildAction(java.io.File) - Constructor in FetchAllTaskSelectorsBuildAction
fetchMode(java.lang.String, FetchMode) - Method in AbstractHibernateCriteriaBuilder
Sets the fetch mode of an associated path
fetchStrategies - Field in AbstractDetachedCriteria
fetchStrategies - Field in Query
fetchStrategy - Property in Property
Returns:
The strategy to use to fetch the property (lazy or eager)
fetchStrategy(java.lang.String) - Method in Query
Obtain the fetch strategy for the given property
field() - Method in EntityReflector.PropertyReader
Returns:
The field or null if the field cannot be resolved
field() - Method in EntityReflector.PropertyWriter
Returns:
The field or null if the field cannot be resolved
field - Property in FormTagLib
A general tag for creating fields.
field(java.lang.String) - Method in MongoAttribute
Configures the field name to map to
FIELD_TARGET_DATASTORE - Field in AbstractDatastoreMethodDecoratingTransformation
FieldEntityAccess - Class in org.grails.datastore.mapping.reflect
Uses field reflection or CGlib to improve performance
FieldEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, org.grails.databinding.converters.ConversionService) - Constructor in FieldEntityAccess
fieldError - Property in ValidationTagLib
Renders an error message for the given bean and field.
fieldImpl(org.grails.buffer.GrailsPrintWriter, java.util.Map) - Method in FormTagLib
fieldsDomainPropertyFactory - Property in BeanPropertyAccessorFactory
FieldsGrailsPlugin - Class in grails.plugin.formfields
FieldsGrailsPlugin() - Constructor in FieldsGrailsPlugin
fieldValue - Property in ValidationTagLib
Obtains the value of a field either from the original errors.
file(java.lang.Object) - Method in FileSystemInteraction
Obtain a file for the given path
file(java.lang.Object) - Method in FileSystemInteractionImpl
Obtain a file for the given path
file - Property in MockPart
file - Field in PlainFormatter
FILE_SEPARATOR - Field in DefaultResourceLocator
FILE_SEPARATOR - Field in ResourceLocator
FILE_URL_PREFIX - Field in ResourceUtils
URL prefix for loading from the file system: "file:".
file - Property in WatchPattern
A concrete file being watched, if any
fileCacheMillis - Field in ReloadableResourceBundleMessageSource
fileDetector() - Method in ContainerGebConfiguration
The org.openqa.selenium.remote.FileDetector implementation to use for this class.
fileDetector() - Method in IContainerGebConfiguration
FileExtensionFileChangeListener - Class in org.grails.io.watch
A org.grails.io.watch.DirectoryWatcher.FileChangeListener that only fires for specific extension or list of extensions
FileExtensionFileChangeListener(List<String>) - Constructor in FileExtensionFileChangeListener
fileExtensions - Property in GroovyConfigPropertySourceLoader
FileInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering byte[] or Blob properties
FileInputRenderer() - Constructor in FileInputRenderer
fileName - Field in CachedGradleOperation
fileName - Property in ViewCompilationException
fileNamePattern - Property in GroovyScriptCommandFactory
fileNamePattern - Property in YamlCommandFactory
files(java.lang.String) - Method in FileSystemInteraction
Get files matching the given pattern
files(java.lang.String) - Method in FileSystemInteractionImpl
Get files matching the given pattern
FileSystemCommandResourceResolver - Class in org.grails.cli.profile.commands.factory
A CommandResourceResolver that resolves from the file system
FileSystemCommandResourceResolver(Collection<String>) - Constructor in FileSystemCommandResourceResolver
filesystemFriendlyName - Property in ContainerGebTestDescription
FileSystemInteraction - Interface in org.grails.cli.profile.commands.io
Utility methods exposed to scripts for interacting with resources (found on the file system or jars) and the file system
FileSystemInteraction.CopySpec - Class in org.grails.cli.profile.commands.io
FileSystemInteraction.CopySpec() - Constructor in FileSystemInteraction.CopySpec
fileSystemInteraction - Property in GrailsApplicationCommand
fileSystemInteraction - Property in GroovyScriptCommand
fileSystemInteraction - Property in TemplateRendererImpl
FileSystemInteractionImpl - Class in org.grails.cli.profile.commands.io
Utility methods exposed to scripts for interacting with resources (found on the file system or jars) and the file system
FileSystemInteractionImpl(org.grails.cli.profile.ExecutionContext, org.springframework.core.io.ResourceLoader) - Constructor in FileSystemInteractionImpl
FileSystemProfile - Class in org.grails.cli.profile
Simple disk based implementation of the Profile interface
FileSystemProfile(org.grails.cli.profile.ProfileRepository, java.io.File) - Constructor in FileSystemProfile
FileSystemResourceLoader - Class in org.grails.io.support
ResourceLoader implementation that resolves plain paths as file system resources rather than as class path resources (the latter is DefaultResourceLoader's default strategy).
fillArguments(org.grails.cli.profile.ExecutionContext, org.gradle.tooling.BuildLauncher) - Method in GradleStep
FillBuff() - Method in SimpleCharStream
filter(java.lang.Throwable) - Method in DefaultStackTraceFilterer
FILTER_ENCODING - Field in Settings
The encoding to use for filters, default to UTF-8
FILTER_FORCE_ENCODING - Field in Settings
The encoding to use for filters, default to UTF-8
filter(DistinctIterable<Document>, Map<String, Object>) - Method in MongoExtensions
********** DistinctIterable Extensions ************
filter(java.lang.Throwable) - Method in StackTraceFilterer
filterAnnotations(org.codehaus.groovy.ast.AnnotatedNode, Set<String>, Set<String>) - Method in GrailsASTUtils
filterBodyAttr(java.lang.Object) - Method in TemplateNamespacedTagDispatcher
filterGStringReferences(java.lang.Object) - Method in BeanBuilder
FilteringCodecsByContentTypeSettings - Class in org.grails.web.pages
FilteringCodecsByContentTypeSettings(grails.core.GrailsApplication) - Constructor in FilteringCodecsByContentTypeSettings
filterPluginList(List<GrailsPlugin>) - Method in BasePluginFilter
Template method shared by subclasses of BasePluginFilter.
filterPluginList(java.util.List) - Method in IdentityPluginFilter
Simply returns original list reference.
filterPluginList(List<GrailsPlugin>) - Method in PluginFilter
Returns a filtered list of plugins.
filterQueryArgumentMap(java.util.Map) - Method in AbstractHibernateGormStaticApi
filterStackTrace(java.lang.Exception) - Method in GrailsExceptionResolver
finalizeDeferredProperties() - Method in BeanBuilder
find(D, java.util.Map) - Method in AbstractHibernateGormStaticApi
find(java.lang.String) - Method in CompositeDependencyManagement
find(java.lang.String) - Method in DependencyManagement
Finds the managed dependency with the given artifactId.
find(groovy.lang.Closure) - Method in DetachedCriteria
Synonym for #get
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Finds an object for the given string-based query, positional parameters and arguments
find() - Method in GormQueryOperations
Synonym for #get
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Finds an object for the given string-based query, positional parameters and arguments
find(java.lang.String) - Method in GrailsDependencyVersions
find(groovy.lang.Closure) - Method in GrailsMockHttpServletRequest
Adds a "find()" method to the request that searches the request's attributes.
find(jakarta.servlet.http.HttpServletRequest, Closure<Boolean>) - Method in HttpServletRequestExtension
find(java.lang.String) - Method in MavenModelDependencyManagement
find(org.bson.conversions.Bson) - Method in MongoEntity
Finds all of the entities in the collection.
find(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
find(org.bson.conversions.Bson) - Method in MongoStaticApi
find(org.bson.conversions.Bson) - Method in MongoStaticOperations
Find an entity for the given filter
find(groovy.lang.Closure) - Method in NamedCriteriaProxy
find(Map<String, Object>, java.lang.String, Range<Integer>) - Method in PageDelegate
find() - Method in QueryableCriteria
Returns:
Find a single result
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
findAbstractMethodsInternal(org.codehaus.groovy.ast.ClassNode, List<MethodNode>, boolean) - Method in AstUtils
findAll(D, java.util.Map) - Method in AbstractHibernateGormStaticApi
findAll(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Finds all objects for the given string-based query, positional parameters and arguments
findAll(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
findAll(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Finds all objects for the given string-based query, positional parameters and arguments
findAll(groovy.lang.Closure) - Method in GrailsMockHttpServletRequest
Like the find(Closure) method, this searches the request attributes.
findAll(jakarta.servlet.http.HttpServletRequest, groovy.lang.Closure) - Method in HttpServletRequestExtension
findAll(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
findAllAbstractMethods(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Finds all the abstract methods for the give class node
FindAllByBooleanFinder - Class in org.grails.datastore.gorm.finders
The "findAll<booleanProperty>By*" static persistent method.
FindAllByBooleanFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in FindAllByBooleanFinder
FindAllByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return multiple results.
FindAllByFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in FindAllByFinder
FindAllByImplementer - Class in org.grails.datastore.gorm.services.implementers
Automatically implement services that find objects based an arguments
FindAllByImplementer() - Constructor in FindAllByImplementer
FindAllByInterfaceProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Created by graemerocher on 05/04/2017.
FindAllByInterfaceProjectionImplementer() - Constructor in FindAllByInterfaceProjectionImplementer
findAllClassPathResources(java.lang.String) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
findAllClassPathResources(java.lang.String) - Method in PathMatchingResourcePatternResolver
Find all class location resources with the given location via the ClassLoader.
findAllCommands() - Method in HelpCommand
findAllFilesByName(java.io.File, java.lang.String) - Method in CreateAppCommand
FindAllImplementer - Class in org.grails.datastore.gorm.services.implementers
Automatically implements Service interface methods that start with "list" and return an iterable of domain classes
FindAllImplementer() - Constructor in FindAllImplementer
FindAllInterfaceProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Used for performing interface projections on
FindAllInterfaceProjectionImplementer() - Constructor in FindAllInterfaceProjectionImplementer
findAllParamsNotInKeys(java.util.Map, java.util.Set) - Method in UrlMappingUtils
findAllParamsNotInUrlMappingKeywords(java.util.Map) - Method in UrlMappingUtils
Returns:
a Map without entries whose key belongs to UrlMapping#KEYWORDS
FindAllPropertyProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Support for projections that return multiple results
FindAllPropertyProjectionImplementer() - Constructor in FindAllPropertyProjectionImplementer
FindAllStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for String-based queries that return an iterable or array of domain classes
FindAllStringQueryImplementer() - Constructor in FindAllStringQueryImplementer
findAllUnimplementedAbstractMethods(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Finds all the abstract methods for the give class node
findAllWhere(java.util.Map, java.util.Map) - Method in AbstractHibernateGormStaticApi
findAllWhere(java.util.Map, java.util.Map) - Method in GormEntity
Finds all results matching all of the given conditions.
findAllWhere(java.util.Map, java.util.Map) - Method in GormStaticApi
Finds all results matching all of the given conditions.
findAllWhere(java.util.Map, java.util.Map) - Method in GormStaticOperations
Finds all results matching all of the given conditions.
findAllWhere(java.util.Map) - Method in NamedCriteriaProxy
findAllWhere(java.util.Map, java.util.Map) - Method in TenantDelegatingGormOperations
FindAllWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for the Where annotation on Service instances that return a multiple results
FindAllWhereImplementer() - Constructor in FindAllWhereImplementer
findAllWithSql(java.lang.CharSequence, java.util.Map) - Method in AbstractHibernateGormStaticApi
Finds all results for this entity for the given SQL query
findAllWithSql(java.lang.CharSequence, java.util.Map) - Method in HibernateEntity
Finds all objects for the given string-based query
FindAndDeleteImplementer - Class in org.grails.datastore.gorm.services.implementers
An implementer that handles delete methods
FindAndDeleteImplementer() - Constructor in FindAndDeleteImplementer
findAnnotation(org.codehaus.groovy.ast.AnnotatedNode, List<AnnotationNode>) - Method in AstAnnotationUtils
findAnnotation(org.codehaus.groovy.ast.AnnotatedNode, List<AnnotationNode>) - Method in AstUtils
findAnnotation(org.codehaus.groovy.ast.ClassNode, Class<?>) - Method in GrailsASTUtils
findAnnotationOnBean(java.lang.String, Class<A>) - Method in GenericBeanFactoryAccessor
Find a java.lang.annotation.Annotation of annotationType on 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. in case of a proxy).
findApplication() - Method in Holders
Returns:
The ApplicationContext or null if it doesn't exist
findApplication(jakarta.servlet.ServletContext) - Method in WebUtils
Looks up the GrailsApplication instance
findApplicationContext() - Method in GrailsApplicationDiscoveryStrategy
Returns:
Find the ApplicationContext instance
findApplicationContext() - Method in Holders
Returns:
The ApplicationContext or null if it doesn't exist
findApplicationContext() - Method in ServletEnvironmentGrailsApplicationDiscoveryStrategy
findApplicationContext(jakarta.servlet.ServletContext) - Method in WebUtils
Locates the ApplicationContext, returns null if not found
findArgsExpression(org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
findArgsExpression(org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
findAttribute(java.lang.String) - Method in GroovyPagesPageContext
findBinaryScriptSource(java.lang.String) - Method in DefaultGroovyPageLocator
findBindingForVariable(java.lang.String) - Method in AbstractTemplateVariableBinding
findBindingForVariable(java.lang.String) - Method in TemplateVariableBinding
ModifyOurScopeWithBodyTagTests breaks if variable isn't changed in the binding it exists in.
findBindingForVariable(java.lang.String) - Method in WebRequestTemplateVariableBinding
findBindingInOutputContext() - Method in GroovyPageStaticResourceLocator
FindByBooleanFinder - Class in org.grails.datastore.gorm.finders
FindByBooleanFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in FindByBooleanFinder
FindByExampleSpec - Class in org.apache.grails.data.testing.tck.tests
FindByExampleSpec() - Constructor in FindByExampleSpec
FindByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return a single result
FindByFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in FindByFinder
FindByMethodSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
FindByMethodSpec() - Constructor in FindByMethodSpec
findClass(java.lang.String) - Method in ExtendedGroovyClassLoader
findCommand(java.lang.String) - Method in ApplicationContextCommandRegistry
findCommand(java.lang.String) - Method in CommandRunner
Find a command by name.
findCommandResources(org.grails.cli.profile.Profile) - Method in ClasspathCommandResourceResolver
findCommandResources(org.grails.cli.profile.Profile) - Method in CommandResourceResolver
Finds Command resources for the given profile
findCommandResources(org.grails.cli.profile.Profile) - Method in FileSystemCommandResourceResolver
findCommandResources(org.grails.cli.profile.Profile, boolean) - Method in ResourceResolvingCommandFactory
findCommands(org.grails.cli.profile.Profile, boolean) - Method in ApplicationContextCommandFactory
findCommands() - Method in ApplicationContextCommandRegistry
findCommands(org.grails.cli.profile.Profile, boolean) - Method in CommandFactory
Creates a command for the given name
findCommands(org.grails.cli.profile.Profile, boolean) - Method in CommandRegistry
findCommands(org.grails.cli.profile.Profile, grails.build.logging.GrailsConsole) - Method in ProfileInfoCommand
findCommands(org.grails.cli.profile.Profile, boolean) - Method in ResourceResolvingCommandFactory
findCommands(org.grails.cli.profile.Profile, boolean) - Method in ServiceCommandFactory
findConnectionId(org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
findConstrainedProperties(org.grails.datastore.mapping.model.PersistentEntity) - Method in ConstrainedDiscovery
Finds the constrained properties for the given entity
findConstrainedProperties(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultConstrainedDiscovery
findConstraintFactories(Class<T>) - Method in ConstraintRegistry
Finds a constraint by class
findConstraintFactories(Class<T>) - Method in DefaultConstraintRegistry
findConstructor(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.Parameter) - Method in GrailsASTUtils
Finds a constructor for the given class node and parameter types
findContainerRenderer(grails.web.mime.MimeType, Class<C>, T) - Method in DefaultRendererRegistry
findContainerRenderer(grails.web.mime.MimeType, Class<C>, T) - Method in RendererRegistry
Finds a renderer for a container (List, Errors, Map etc.) for another object
findConverter(Class<?>) - Method in DefaultJsonGenerator
Finds a converter that can handle the given type.
findCustomType(org.grails.datastore.mapping.model.MappingContext, Class<?>) - Method in MappingFactory
findDatastore(java.lang.Class, java.lang.String) - Method in GormEnhancer
Find a datastore for the give entity type and qualifier (the connection name)
findDatastoreByType(Class<? extends Datastore>) - Method in GormEnhancer
Finds a datastore by type
findDecorators() - Method in AsyncWebRequestPromiseDecoratorLookupStrategy
findDecorators() - Method in PromiseDecoratorLookupStrategy
findDefaultDatastore(org.grails.datastore.mapping.core.Datastore) - Method in RuntimeSupport
Finds the default datastore from an array of datastores
findDirty(java.lang.Object, org.grails.datastore.mapping.engine.EntityPersister, org.hibernate.Session, org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in GrailsEntityDirtinessStrategy
findDomainClass(java.lang.Object) - Method in ByDatasourceDomainClassFetcher
findDomainClass(java.lang.Object) - Method in ByGrailsApplicationDomainClassFetcher
findDomainClass(java.lang.Object) - Method in DomainClassFetcher
findEntity(java.lang.Object) - Method in DefaultJsonViewHelper
findEntity(java.lang.Class, java.lang.String) - Method in GormEnhancer
Find the entity for the given type
findEntityEntry(D, org.grails.datastore.mapping.core.SessionImplementor, boolean) - Method in HibernateGormInstanceApi
FINDER_ORDER - Field in GroovyTransformOrder
Transforms groovy finders into DetachedCriteria
FinderMethod - Interface in org.grails.datastore.gorm.finders
Implementation of dynamic finders.
finders - Property in GormEnhancer
finders - Property in NamedCriteriaProxy
findEventListener(java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor) - Method in HibernateEventListener
findEventPublisher(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
Finds the event publisher to use
findFirstElementCausedByScript() - Method in ViewRenderException
findGrailsApplication() - Method in GrailsApplicationDiscoveryStrategy
Returns:
Find the GrailsApplication instance
findGrailsApplication() - Method in ServletEnvironmentGrailsApplicationDiscoveryStrategy
findGrailsHome(java.lang.String) - Method in GrailsWrapperHome
Locate the “Grails" home by: 1. using the specified home 2. using the environment variable 3.
findInjectors(java.lang.String, grails.compiler.ast.ClassInjector) - Method in ArtefactTypeAstTransformation
findInputProperties(org.grails.datastore.mapping.model.PersistentEntity, groovy.lang.Closure) - Method in DomainModelService
The list of DomainProperty instances that allow for user input and the closure returns true for
findInputProperties(org.grails.datastore.mapping.model.PersistentEntity, groovy.lang.Closure) - Method in DomainModelServiceImpl
Will return all properties in a domain class that the provided closure returns true for.
findInstanceApi(Class<D>, java.lang.String) - Method in GormEnhancer
Find an instance API for the give entity type and qualifier (the connection name)
findInstanceApiForConnectionId(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
findInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
findInterface(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
FindLastReleaseHandler - Class in grails.init
A SAX handler to parse the metadata-maven.xml file and extract the latest release version
FindLastSnapshotHandler - Class in grails.init
A SAX handler to parse the metadata-maven.xml file and extract the latest snapshot version
findMarhallerFor(java.lang.Object) - Method in ChainedConverterConfiguration.ChainedObjectMarshaller
findMatchingObjectForMimeType(grails.web.mime.MimeType, java.lang.Object) - Method in ClassAndMimeTypeRegistry
findMessageSource(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
Finds the message source to use
findMethodExpression(java.lang.String) - Method in DynamicFinder
findMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneImplementer
findNamedQuery(java.lang.Class, java.lang.String) - Method in GormEnhancer
deprecated:
Use #createNamedQuery(entity, queryName) instead
findOne(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>, com.mongodb.ReadPreference) - Method in MongoExtensions
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoEntity
Atomically find a document and remove it.
findOneAndDelete(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoStaticApi
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoStaticOperations
Atomically find a document and remove it.
findOneAndReplace(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
findOneAndUpdate(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
FindOneByImplementer - Class in org.grails.datastore.gorm.services.implementers
Handles implementation for a finder that returns a single result
FindOneByImplementer() - Constructor in FindOneByImplementer
FindOneByInterfaceProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Interface projections for dynamic finders
FindOneByInterfaceProjectionImplementer() - Constructor in FindOneByInterfaceProjectionImplementer
FindOneImplementer - Class in org.grails.datastore.gorm.services.implementers
An implementer that implements logic for finding a single entity
FindOneImplementer() - Constructor in FindOneImplementer
FindOneInterfaceProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Interface projection finder
FindOneInterfaceProjectionImplementer() - Constructor in FindOneInterfaceProjectionImplementer
FindOneInterfaceProjectionStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Interface projections for string-based queries
FindOneInterfaceProjectionStringQueryImplementer() - Constructor in FindOneInterfaceProjectionStringQueryImplementer
FindOneInterfaceProjectionWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Interface projection implementer for Where queries
FindOneInterfaceProjectionWhereImplementer() - Constructor in FindOneInterfaceProjectionWhereImplementer
FindOnePropertyProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements property projection by query
FindOnePropertyProjectionImplementer() - Constructor in FindOnePropertyProjectionImplementer
FindOneStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for String-based queries that return a domain class
FindOneStringQueryImplementer() - Constructor in FindOneStringQueryImplementer
FindOneWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for the Where annotation on Service instances that return a single result
FindOneWhereImplementer() - Constructor in FindOneWhereImplementer
FindOrCreateByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return a single result
FindOrCreateByFinder(java.lang.String, org.grails.datastore.mapping.model.MappingContext) - Constructor in FindOrCreateByFinder
findOrCreateWhere(java.util.Map) - Method in GormEntity
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in GormStaticApi
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in GormStaticOperations
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in TenantDelegatingGormOperations
FindOrCreateWhereSpec - Class in org.apache.grails.data.testing.tck.tests
FindOrCreateWhereSpec() - Constructor in FindOrCreateWhereSpec
findOrder(java.lang.Object) - Method in OrderedComparator
Find an order value indicated by the given object.
FindOrSaveByFinder - Class in org.grails.datastore.gorm.finders
FindOrSaveByFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in FindOrSaveByFinder
findOrSaveWhere(java.util.Map) - Method in GormEntity
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in GormStaticApi
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in GormStaticOperations
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in TenantDelegatingGormOperations
FindOrSaveWhereSpec - Class in org.apache.grails.data.testing.tck.tests
FindOrSaveWhereSpec() - Constructor in FindOrSaveWhereSpec
findPage(java.lang.String) - Method in CachingGrailsConventionGroovyPageLocator
findPage(java.lang.String) - Method in DefaultGroovyPageLocator
findPage(java.lang.String) - Method in GroovyPageLocator
Finds a page for the given URI
findPageInBinaryPlugins(java.lang.String) - Method in GroovyPagesServlet
findPageInBinding(java.lang.String, java.lang.String, org.grails.taglib.TemplateVariableBinding) - Method in CachingGrailsConventionGroovyPageLocator
findPageInBinding(java.lang.String, org.grails.taglib.TemplateVariableBinding) - Method in DefaultGroovyPageLocator
findPageInBinding(java.lang.String, org.grails.taglib.TemplateVariableBinding) - Method in GroovyPageLocator
Finds a page for the URI and binding
findPathMatchingResources(java.lang.String) - Method in CachingPathMatchingResourcePatternResolver
findPathMatchingResources(java.lang.String) - Method in PathMatchingResourcePatternResolver
Find all resources that match the given location pattern via the Ant-style PathMatcher.
findPersistenceInterceptorBeanNames(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in PersistenceContextInterceptorAggregator
findPreferredMessageSource(List<MessageSource>) - Method in GrailsMessageSourceUtils
findPropertyNameForValue(java.lang.Object, java.lang.Object) - Method in GrailsClassUtils
Locates the name of a property for the given value on the target object using Groovy's meta APIs.
findPublicAbstractMethods(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Finds all the abstract methods for the give class node
findRegisteredObjectForType(java.lang.Class, grails.web.mime.MimeType) - Method in ClassAndMimeTypeRegistry
findReloadablePage(java.lang.String) - Method in DefaultGroovyPageLocator
findRenderer(grails.web.mime.MimeType, T) - Method in DefaultRendererRegistry
findRenderer(grails.web.mime.MimeType, T) - Method in RendererRegistry
Finds a renderer
findRequestedVersion(org.grails.web.servlet.mvc.GrailsWebRequest) - Method in UrlMappingsHandlerMapping
findResource(List<String>) - Method in DefaultGroovyPageLocator
findResource(java.lang.String) - Method in PageRenderer
findResourceForClassName(java.lang.String) - Method in DefaultResourceLocator
findResourceForClassName(java.lang.String) - Method in ResourceLocator
findResourceForClassName(java.lang.String) - Method in StaticResourceLocator
findResourceForURI(java.lang.String) - Method in CachingGroovyPageStaticResourceLocator
findResourceForURI(java.lang.String) - Method in DefaultResourceLocator
findResourceForURI(java.lang.String) - Method in GroovyPageStaticResourceLocator
findResourceForURI(java.lang.String) - Method in ResourceLocator
findResourceForURI(java.lang.String) - Method in StaticResourceLocator
findResourceInBinaryPlugins(org.grails.core.io.DefaultResourceLocator.PluginResourceInfo) - Method in DefaultResourceLocator
findResourceInPlugins(java.lang.String) - Method in DefaultGroovyPageLocator
findResourceScriptPathForSearchPaths(java.lang.String, List<String>) - Method in DefaultGroovyPageLocator
findResourceScriptSource(java.lang.String) - Method in DefaultGroovyPageLocator
findResourceScriptSourceInPlugins(java.lang.String) - Method in DefaultGroovyPageLocator
findScriptSource(java.lang.String) - Method in GroovyPagesTemplateEngine
findServiceImplementors(org.codehaus.groovy.ast.AnnotationNode) - Method in ServiceTransformation
findServices(java.util.List, Class<T>) - Method in ConfigurationUtils
Finds services of the given type from the given list or via java.util.ServiceLoader
findSingleDatastore() - Method in GormEnhancer
Finds a single datastore
findSingleTransactionManager(java.lang.String) - Method in GormEnhancer
Finds a single available transaction manager
findStaticApi(Class<D>, java.lang.String) - Method in GormEnhancer
Find a static API for the give entity type and qualifier (the connection name)
findStaticApiForConnectionId(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
findStreamCharBufferTarget(boolean) - Method in GrailsPrintWriter
findTemplate(grails.plugin.formfields.BeanPropertyAccessor, java.lang.String, java.lang.String, java.lang.String) - Method in FormFieldsTemplateService
findTemplate(java.lang.String) - Method in GrailsConventionGroovyPageLocator
Finds a template for the given given template name, looking up the controller from the request as necessary
findTemplateByPath(java.lang.String) - Method in GrailsConventionGroovyPageLocator
Find a template for a path.
findTemplateInBinding(java.lang.String, java.lang.String, org.grails.taglib.TemplateVariableBinding) - Method in GrailsConventionGroovyPageLocator
Finds a template for the given given template name, looking up the controller from the request as necessary
findTenantId(java.lang.Class) - Method in GormEnhancer
Find the tenant id for the given entity
findTraitInjectors() - Method in JsonViewsTransform
findTraitInjectors() - Method in MarkupViewsTransform
findTraitInjectors() - Method in ViewsTransform
findTransactionalAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in TransactionalTransform
Finds the transactional annotation for the given method node
findTransactionManager(Class<? extends Datastore>, java.lang.String) - Method in GormEnhancer
Finds a single available transaction manager
findTransformName(org.codehaus.groovy.ast.AnnotationNode) - Method in OrderedGormTransformation
findType() - Method in DataSourceBuilder
findUniquePackages(grails.core.GrailsClass) - Method in GenericViewConfiguration
findValidationApi(Class<D>, java.lang.String) - Method in GormEnhancer
Find a validation API for the give entity type and qualifier (the connection name)
findView(java.lang.String) - Method in GrailsConventionGroovyPageLocator
Finds a view for the given given view name, looking up the controller from the request as necessary
findViewByPath(java.lang.String) - Method in GrailsConventionGroovyPageLocator
Find a view for a path.
findViewConfigPropertyDescriptor() - Method in JsonViewConfiguration
findViewConfigPropertyDescriptor() - Method in MarkupViewConfiguration
findViewForFormat(java.lang.String, java.lang.String, java.lang.String) - Method in GrailsConventionGroovyPageLocator
Finds a view for the given view name and format, otherwise returns null if it doesn't exist
findWhere(java.util.Map, java.util.Map) - Method in AbstractHibernateGormStaticApi
findWhere(java.util.Map, java.util.Map) - Method in GormEntity
Finds a single result matching all of the given conditions.
findWhere(java.util.Map, java.util.Map) - Method in GormStaticApi
Finds a single result matching all of the given conditions.
findWhere(java.util.Map, java.util.Map) - Method in GormStaticOperations
Finds a single result matching all of the given conditions.
findWhere(java.util.Map) - Method in NamedCriteriaProxy
findWhere(java.util.Map, java.util.Map) - Method in TenantDelegatingGormOperations
FindWhereSpec - Class in org.apache.grails.data.testing.tck.tests
FindWhereSpec() - Constructor in FindWhereSpec
findWithSql(java.lang.CharSequence, java.util.Map) - Method in AbstractHibernateGormStaticApi
findWithSql(java.lang.CharSequence, java.util.Map) - Method in HibernateEntity
Finds an entity for the given SQL query
findWrappedException(java.lang.Exception) - Method in GrailsExceptionResolver
finishInitialization() - Method in GroovyChange
finishRefresh() - Method in GroovyConsoleApplicationContext
finishRefresh() - Method in GroovyConsoleWebApplicationContext
finishRefresh() - Method in GroovyshApplicationContext
finishRefresh() - Method in GroovyshWebApplicationContext
FIREBIRD - Enum Constant in DatabaseDriver
Firebird.
fireEvent(java.lang.Object, java.lang.String, java.lang.Object) - Method in EventStorage
firePostDeleteEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePostInsertEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePostLoadEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePostQueryEvent(org.hibernate.Session, org.hibernate.Criteria, java.lang.Object) - Method in AbstractHibernateGormStaticApi
Fire a post query event
firePostQueryEvent(org.hibernate.Session, org.hibernate.Criteria, java.lang.Object) - Method in HibernateGormStaticApi
firePostUpdateEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePreLoadEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePreQueryEvent(org.hibernate.Session, org.hibernate.Criteria) - Method in AbstractHibernateGormStaticApi
Fire a pre query event
firePreQueryEvent(org.hibernate.Session, org.hibernate.Criteria) - Method in HibernateGormStaticApi
first(java.util.Map) - Method in AbstractHibernateGormStaticApi
first(java.util.Map) - Method in GormEntity
Finds the first object.
first(java.util.Map) - Method in GormStaticApi
Finds the first object.
first(java.util.Map) - Method in GormStaticOperations
Finds the first object.
FIRST - Enum Constant in GrailsFilters
first - Field in JsonOutput.JsonWritable
first() - Method in PersistentSortedSet
first() - Method in SoftServiceLoader
Returns:
Return the first such instance
first - Field in StreamingJsonBuilder.StreamingJsonDelegate
first(java.util.Map) - Method in TenantDelegatingGormOperations
FirstAndLastMethodSpec - Class in org.apache.grails.data.testing.tck.tests
FirstAndLastMethodSpec() - Constructor in FirstAndLastMethodSpec
firstCall - Property in DynamicElementReader
firstExpressionIsRequiredBoolean() - Method in AbstractFindByFinder
firstExpressionIsRequiredBoolean() - Method in FindAllByBooleanFinder
firstExpressionIsRequiredBoolean() - Method in FindAllByFinder
firstExpressionIsRequiredBoolean() - Method in FindByBooleanFinder
firstLevelCache - Field in AbstractSession
firstLevelCollectionCache - Field in AbstractSession
firstLevelEntryCache - Field in AbstractSession
firstLevelEntryCacheDirtyCheck - Field in AbstractSession
firstName - Property in Person
firstName - Property in PersonWithCompositeKey
firstOr(java.lang.String, java.lang.ClassLoader) - Method in SoftServiceLoader
Parameters:
alternative - An alternative type to use if the this type is not present
firstResult(int) - Method in AbstractHibernateQuery
firstResult(int) - Method in Query
Defines the offset (the first result index) of the query
FixedTenantResolver - Class in org.grails.datastore.mapping.multitenancy.resolvers
A tenant resolver that resolves to a fixed static named tenant id
FixedTenantResolver(java.io.Serializable) - Constructor in FixedTenantResolver
flag(org.grails.build.parsing.CommandLine, java.lang.String) - Method in AbstractStep
Obtains details of the given flag if it has been set by the user
flag(java.lang.String) - Method in GroovyScriptCommand
Obtains details of the given flag if it has been set by the user
FlashScope - Interface in grails.web.mvc
Represents flash scope and allows a flash scope map to be set to the next state.
flatten() - Method in CompositeConfig
flatten() - Method in Config
Returns:
The flat version of the config
flatten() - Method in NavigableMapConfig
flatten() - Method in PrefixedConfig
float(java.lang.String, java.lang.Float) - Method in DelegatingParameters
float(java.lang.String, java.lang.Float) - Method in EmptyParameters
FLOAT - Field in HibernateCriteriaBuilder
float(java.lang.String, java.lang.Float) - Method in Parameters
Obtains the value of a parameter as a Float
float(java.lang.String, java.lang.Float) - Method in TypeConvertingMap
floatConverter() - Method in DefaultConvertersConfiguration
flush() - Method in AbstractDatastorePersistenceContextInterceptor
flush() - Method in AbstractEncodedAppender
flush() - Method in AbstractHibernateSession
flush(com.mongodb.WriteConcern) - Method in AbstractMongoSession
flush() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
flush() - Method in AbstractSession
flush() - Method in AggregatePersistenceContextInterceptor
FLUSH_ALWAYS - Field in GrailsHibernateTemplate
Flushing before every query statement is rarely necessary.
FLUSH_AUTO - Field in GrailsHibernateTemplate
Automatic flushing is the default mode for a Hibernate Session.
FLUSH_COMMIT - Field in GrailsHibernateTemplate
Flushing at commit only is intended for units of work where no intermediate flushing is desired, not even for find operations that might involve already modified instances.
flush() - Method in DevNullPrintStream
FLUSH_EAGER - Field in GrailsHibernateTemplate
Eager flushing leads to immediate synchronization with the database, even if in a transaction.
flush() - Method in EncodedAppender
Flush the internal buffer and write the buffered input to a possible destination.
flush() - Method in EncodedAppenderWriter
flush() - Method in GrailsConsole
Makes sure that the console has been reset to the default state and that the out stream has been flushed.
flush() - Method in GrailsHibernateTemplate
flush() - Method in GrailsPrintWriter
Flush the stream.
flush() - Method in GrailsPrintWriterAdapter
flush() - Method in GrailsRoutablePrintWriter
flush - Property in HibernateConnectionSourceSettings.HibernateSettings
Flush settings
flush() - Method in HibernatePersistenceContextInterceptor
flush() - Method in IHibernateTemplate
flush() - Method in JsonWriter
flush() - Method in JspWriterDelegate
flush(com.mongodb.WriteConcern) - Method in MongoCodecSession
flush(com.mongodb.WriteConcern) - Method in MongoSession
FLUSH_NEVER - Field in GrailsHibernateTemplate
Never flush is a good strategy for read-only units of work.
flush() - Method in NullPersistentContextInterceptor
flush() - Method in PersistenceContextInterceptor
Flushes any pending changes to the DB.
flush() - Method in Session
Flushes any pending changes to the datastore
flush() - Method in SpringSessionSynchronization
flush() - Method in StreamCharBuffer.StreamCharBufferWriter
flush() - Method in StreamingEncoderEncodedAppender
flush() - Method in TransactionObject
flush() - Method in WriterEncodedAppender
flushActive - Field in AbstractSession
flushActiveWriter() - Method in OutputEncodingStack
flushBeforeQuery() - Method in AbstractHibernateGormStaticApi.1
flushBeforeQuery() - Method in AbstractHibernateQuery
flushBeforeQuery() - Method in HibernateHqlQuery
flushBeforeQuery() - Method in MongoQuery
flushBeforeQuery() - Method in Query
Default behavior is the flush the session before a query in the case of FlushModeType.AUTO.
flushBuffer() - Method in IncludeResponseWrapper
flushIfNecessary(org.hibernate.Session, boolean) - Method in GrailsHibernateTemplate
flushMode - Property in ConnectionSourceSettings
The flush mode type, if any
flushMode - Field in GrailsHibernateTemplate
flushPendingDeletes(Map<PersistentEntity,Collection<PendingDelete>>) - Method in AbstractSession
flushPendingInserts(Map<PersistentEntity,Collection<PendingInsert>>) - Method in AbstractSession
The default implementation of flushPendingInserts is to iterate over each insert operations and execute them one by one.
flushPendingUpdates(Map<PersistentEntity,Collection<PendingUpdate>>) - Method in AbstractSession
The default implementation of flushPendingUpdates is to iterate over each update operation and execute them one by one.
flushPendingUpdates(Map<PersistentEntity,Collection<PendingUpdate>>) - Method in MongoSession
flushSession(org.hibernate.Session) - Method in AbstractHibernateGormInstanceApi
flushTagBuffering() - Method in GroovyPageParser
focused() - Method in PageDelegate
forClass(java.lang.Class) - Method in ClassPropertyFetcher
foreachRenamedIt - Field in GroovySyntaxTag
FOREIGN_KEY_SUFFIX - Field in GrailsDomainBinder
FOREIGN - Enum Constant in ValueGenerator
use the identifier of another object
forExecutables() - Method in GormValidatorAdapter
FORM_CONTENT_TYPE - Property in ControllerUnitTest
form - Property in FormTagLib
General linking to controllers, actions etc.
FORM - Field in MimeType
formActionSubmit - Property in FormTagLib
Creates a submit button using the `formaction` attribute to submit to a different action than the form.
format - Property in DefaultConstrainedProperty
the format of the property (for example a date pattern)
format(java.lang.Object, java.lang.Object) - Method in DefaultGrailsTagDateHelper
format(java.util.Locale, java.lang.String, java.lang.Object) - Method in DevNullPrintStream
format(java.lang.Object, java.lang.Object) - Method in GrailsTagDateHelper
Formats a given date
FORMAT_PARAMETER - Field in RegexUrlMapping
formatAtomDate(java.util.Date) - Method in AtomRenderer
formatBoolean - Property in FormatTagLib
Outputs the given boolean as the specified text label.
formatCodeSnippetEnd(org.springframework.core.io.Resource, int) - Method in DefaultErrorsPrinter
formatCodeSnippetEnd(org.springframework.core.io.Resource, int) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetErrorLine(int, java.lang.Object, java.util.Map) - Method in DefaultErrorsPrinter
formatCodeSnippetErrorLine(int, java.lang.Object, java.util.Map) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetLine(int, java.lang.Object, java.util.Map) - Method in DefaultErrorsPrinter
formatCodeSnippetLine(int, java.lang.Object, java.util.Map) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetStart(org.springframework.core.io.Resource, int, java.util.Map) - Method in DefaultErrorsPrinter
formatCodeSnippetStart(org.springframework.core.io.Resource, int, java.util.Map) - Method in ErrorsViewStackTracePrinter
formatDate - Property in FormatTagLib
Outputs the given Date object in the specified format.
formatDateCreated(java.lang.Object) - Method in AtomRenderer
formatDomainClassVariable(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in QueryStringTransformer
Formats a domain class variable
formatErrors(org.springframework.validation.Errors, java.lang.String) - Method in ValidationException
FormatInterceptor - Class in org.grails.plugins.web.mime
Interceptors a closure call and gathers method calls that take a closure into a map format->closure
FormatInterceptor() - Constructor in FormatInterceptor
formatLastUpdated(java.lang.Object) - Method in AtomRenderer
formatNumber - Property in FormatTagLib
Outputs the given number in the specified format.
formatOptions - Property in FormatInterceptor
formatPropertyPath(List<String>, java.lang.String) - Method in QueryStringTransformer
Formats a declaration for the given property path
formatPropertyReference(org.codehaus.groovy.ast.expr.VariableExpression, java.lang.String, java.lang.String) - Method in QueryStringTransformer
Formats a reference to a property of a declared domain class
formats - Field in JUnitReportsFactory
formats() - Method in Resource
Returns:
The allowed response formats
formatSql - Property in DataSourceSettings
Whether to format the SQL
formatStrings - Property in DateConversionHelper
A List of String which represent date formats compatible with java.text.SimpleDateFormat.
formatStrings - Property in Jsr310ConvertersConfiguration
FormatTagLib - Class in org.grails.plugins.web.taglib
The base application tag library for Grails many of which take inspiration from Rails helpers (thanks guys!
FormatTagLib() - Constructor in FormatTagLib
FormattedDateValueConverter - Class in org.grails.databinding.converters
Authors:
Jeff Brown
FormattedDateValueConverter() - Constructor in FormattedDateValueConverter
FormattedLocalDateTimeValueConverter - Class in org.grails.databinding.converters
Authors:
Emma Richardson
FormattedLocalDateTimeValueConverter() - Constructor in FormattedLocalDateTimeValueConverter
formattedValueConversionHelpers - Field in SimpleDataBinder
FormattedValueConverter - Interface in grails.databinding.converters
Classes which implement this interface may participate in the data binding process as formatted value converters.
formatValue(java.lang.Object, java.lang.String, java.lang.Boolean) - Method in ValidationTagLib
Formats a given value for output to an HTML page by converting it to a string and encoding it.
FormFieldsTemplateService - Class in grails.plugin.formfields
FormFieldsTemplateService() - Constructor in FormFieldsTemplateService
FormTagLib - Class in org.grails.plugins.web.taglib
Tags for working with form controls.
FormTagLib() - Constructor in FormTagLib
formula - Property in DiscriminatorConfig
The formula to use
formula - Property in Property
The formula used to build the property
formulateDatabaseReference(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Association, java.io.Serializable) - Method in AbstractMongoObectEntityPersister
formulateDatabaseReference(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Association, java.io.Serializable) - Method in NativeEntryEntityPersister
Formulates a database reference for the given entity, association and association id
formulateKey(java.lang.String) - Method in PrefixedConfig
forName(java.lang.String, java.lang.ClassLoader) - Method in ReflectionUtils
forward(java.lang.String) - Method in GroovyPagesPageContext
forward(java.util.Map) - Method in RequestForwarder
Forwards a request for the given parameters using the RequestDispatchers forward method
FORWARDED - Field in HttpHeaders
forwardRequest(grails.web.mapping.UrlMappingInfo, jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, org.springframework.web.servlet.ModelAndView, java.lang.String) - Method in GrailsExceptionResolver
forwardRequestForUrlMappingInfo(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, grails.web.mapping.UrlMappingInfo, Map<String,Object>, boolean) - Method in UrlMappingUtils
Forwards a request for the given UrlMappingInfo object and model
forwardURI - Field in AbstractUrlMapping
ForwardUrlMappingInfo - Class in org.grails.web.mapping
A customizable UrlMappingInfo instance used for forwards and includes.
ForwardUrlMappingInfo() - Constructor in ForwardUrlMappingInfo
FOUR_SPACES - Field in VndErrorJsonRenderer
from(java.lang.String, Map<String, Object>, T) - Method in Event
Wrap the given object with an Event.
from - Property in FileSystemInteraction.CopySpec
FROM - Field in HttpHeaders
fromJdbcUrl(java.lang.String) - Method in DatabaseDriver
Find a DatabaseDriver for the given URL.
fromMappedName(java.lang.String) - Method in CascadeValidateType
fromProductName(java.lang.String) - Method in DatabaseDriver
Find a DatabaseDriver for the given product name.
fromQueryString(java.lang.String) - Method in WebUtils
Takes a query string and returns the results as a map where the values are either a single entry or a list of values
fromStoreValue(java.lang.Object) - Method in GrailsConcurrentLinkedMapCache
Convert the given value from the internal store to a user value returned from the get method (adapting null).
fullName - Property in CardProfile
fullTemplateNameForClass(Class<?>) - Method in TemplateResolverUtils
FUNCTION_CALL_CRITERION - Field in DetachedCriteriaTransformer
FunctionCallingCriterion - Class in org.grails.datastore.mapping.query.criteria
This criterion calls a function on the property before apply the appropriate comparison.
FunctionCallingCriterion(java.lang.String, java.lang.String, org.grails.datastore.mapping.query.Query.PropertyCriterion, boolean) - Constructor in FunctionCallingCriterion
functionHandlers - Property in SimpleMapQuery
FutureTaskPromise - Class in org.grails.async.factory.future
A Promise that is a java.util.concurrent.FutureTask
FutureTaskPromise(grails.async.PromiseFactory, java.lang.Runnable, T) - Constructor in FutureTaskPromise

G

GAE - Enum Constant in DatabaseDriver
Google App Engine.
GDM_EVENT_PACKAGE - Field in SpringEventTranslator
ge(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
ge(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Creates a "greater than or equal to" Criterion based on the specified property name and value
ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
ge(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be greater than or equal to the given value
ge(java.lang.String, java.lang.Object) - Method in DetachedCriteria
ge(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be greater than or equal to the given value
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is greater than all the given returned values
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
GebGrailsPlugin - Class in grails.plugin.geb
GebGrailsPlugin() - Constructor in GebGrailsPlugin
GebOnFailureReporter - Class in grails.plugin.geb
This class is a direct clone of geb.spock.OnFailureReporter, except it works for the ContainerGebSpec.
GebOnFailureReporter() - Constructor in GebOnFailureReporter
GebRecordingTestListener - Class in grails.plugin.geb
A test listener that reports the test result to org.testcontainers.containers.BrowserWebDriverContainer so that recordings may be saved.
GebRecordingTestListener(grails.plugin.geb.WebDriverContainerHolder) - Constructor in GebRecordingTestListener
generate(java.lang.String, java.lang.String, int, java.util.Map) - Method in CustomCacheKeyGenerator
generate(java.lang.String, java.lang.String, int, java.util.Map) - Method in GrailsCacheKeyGenerator
Parameters:
className - The name of the class
generateAlias(java.lang.String) - Method in AbstractHibernateQuery
generateCheckSum() - Method in GroovyChange
GENERATED - Enum Constant in ValueGenerator
Generated by the datastore implementation
generatedGroovyPagesDirectory - Property in GroovyPageCompiler
generatedViewCache - Field in ScaffoldingViewResolver
generateGsp(java.io.Writer, boolean) - Method in GroovyPageParser
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document) - Method in MongoEntityPersister
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
Subclasses should override to provide id generation.
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, java.util.Map) - Method in SimpleMapEntityPersister
generateIdForURI(java.lang.String, java.util.Date, java.lang.Object) - Method in AtomRenderer
generateJavaName(java.lang.String) - Method in GroovyPageCompiler
generateParseException() - Method in JSONParser
Generate ParseException.
generatePluginXml(org.codehaus.groovy.ast.ClassNode, java.lang.String, Set<String>, java.io.File) - Method in GlobalGrailsClassInjectorTransformation
generateRollbackStatements(liquibase.database.Database) - Method in GroovyChange
generateServiceDescriptor(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in ServiceTransformation
generateStatements(liquibase.database.Database) - Method in GroovyChange
generateToken(java.lang.String) - Method in SynchronizerTokensHolder
generator - Property in Identity
The generator to use
generator - Property in JsonView
The default generator
generator - Property in JsonViewConfiguration
generator - Property in JsonViewTemplate
generator - Property in JsonViewTemplateEngine
generator - Property in Property
Set the id generator name or class.
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(org.springframework.beans.factory.ListableBeanFactory) - Constructor in GenericBeanFactoryAccessor
Constructs a GenericBeanFactoryAccessor that wraps the supplied ListableBeanFactory.
GenericBomAstTransformation - Class in org.grails.cli.compiler
A base class that lets plugin authors easily add additional BOMs to all apps.
GenericGroovyTemplateResolver - Class in grails.views.resolve
A generic TemplateResolver for resolving Groovy templates that are compiled into classes
GenericGroovyTemplateResolver() - Constructor in GenericGroovyTemplateResolver
GenericGroovyTemplateView - Class in grails.views.mvc
An implementation of the Spring AbstractUrlBaseView class for ResolvableGroovyTemplateEngine
GenericGroovyTemplateView() - Constructor in GenericGroovyTemplateView
GenericGroovyTemplateViewResolver - Class in grails.views.mvc
A UrlBasedViewResolver for ResolvableGroovyTemplateEngine
GenericGroovyTemplateViewResolver(grails.views.mvc.SmartViewResolver) - Constructor in GenericGroovyTemplateViewResolver
GenericJavaBeanMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
GenericViewConfiguration - Trait in grails.views
Default configuration
GenericViewUriResolver - Class in grails.views.resolve
Generic implementation for resolving views
GenericViewUriResolver(java.lang.String) - Constructor in GenericViewUriResolver
GEO_INTERSECTS_OPERATOR - Field in MongoQuery
GEO_TYPE - Field in GeoJSONType
GEO_WITHIN_OPERATOR - Field in MongoQuery
GeoCriterion(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoCriterion
geoIndex(java.lang.String) - Method in MongoAttribute
Sets the geo index type
GeoIntersects - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoIntersects style queries
GeoIntersects(Class<?>, java.lang.String) - Constructor in GeoIntersects
geoIntersects(java.lang.String, grails.mongodb.geo.GeoJSON) - Method in MongoCriteriaBuilder
Geospacial query for the given shape returning records that are found to intersect the given shape
geoIntersects(java.lang.String, grails.mongodb.geo.GeoJSON) - Method in MongoQuery
Geospacial query for values within the given shape
GeoIntersects(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoIntersects
GeoJSON - Interface in grails.mongodb.geo
Marker interface for shapes that are GeoJSON shapes
GeoJSONType - Class in org.grails.datastore.gorm.mongo.geo
Abstract class for persisting Shape instances in GeoJSON format.
GeoJSONType(Class<T>) - Constructor in GeoJSONType
geoJsonTypeMap - Property in ShapeType
GEOMETRIES - Field in GeometryCollectionType
GEOMETRY_OPERATOR - Field in MongoQuery
GeometryCollection - Class in grails.mongodb.geo
Represents a GeoJSON GeometryCollection.
GeometryCollection() - Constructor in GeometryCollection
GeometryCollectionType - Class in org.grails.datastore.gorm.mongo.geo
Custom type implementation for persisting GeometryCollection instances
GeometryCollectionType() - Constructor in GeometryCollectionType
GeoWithin - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoWithin style queries
GeoWithin(Class<?>, java.lang.String) - Constructor in GeoWithin
geoWithin(java.lang.String, grails.mongodb.geo.Shape) - Method in MongoCriteriaBuilder
Geospacial query for the given shape returning records that are found within the given shape
geoWithin(java.lang.String, grails.mongodb.geo.Shape) - Method in MongoQuery
Geospacial query for values within the given shape
GeoWithin(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoWithin
geProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be greater than or equal to a specified other property
geProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
geProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that tests if the first property is greater than or equal to the second property
geProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be greater than or equal to a specified other property
geProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
geProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be greater than or equal to a specified other property
geSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
geSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
geSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
geSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is greater than or equal to some of the given values
geSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
get(groovy.lang.Closure) - Method in AbstractHibernateCriteriaBuilder
get(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
get(int) - Method in AbstractResultList
get(java.lang.Object) - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
get(java.lang.Object) - Method in AbstractTypeConvertingMap
get(long, java.util.concurrent.TimeUnit) - Method in BoundPromise
get(groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a get query ( a single result) in a single call.
GET_CALL - Field in AbstractHibernateCriteriaBuilder
get(Class<T>, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
get(java.lang.String) - Method in CodeGenConfig
get(java.lang.Object) - Method in CompositeConfig
get(java.lang.Object) - Method in ConfigProperties
get(groovy.lang.Closure) - Method in CriteriaBuilder
Defines and executes a get query (a single result) in a single call.
get(java.lang.String, java.lang.String) - Method in DelegatingParameters
get(groovy.lang.Closure) - Method in DetachedCriteria
Returns a single result matching the criterion contained within this DetachedCriteria instance
get(org.grails.scaffolding.model.property.DomainProperty) - Method in DomainRendererRegistry
get(java.lang.String, java.lang.String) - Method in EmptyParameters
get(long, java.util.concurrent.TimeUnit) - Method in FutureTaskPromise
get(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore. eg.
get() - Method in GormQueryOperations
Returns a single result matching the criterion contained within this DetachedCriteria instance
get(java.io.Serializable) - Method in GormService
get(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore. eg.
get(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore. eg.
get(long, java.util.concurrent.TimeUnit) - Method in GparsPromise
get(java.lang.Object) - Method in GPathResultMap
get(java.lang.Object, Callable<T>) - Method in GrailsConcurrentLinkedMapCache
get(java.lang.Object) - Method in GrailsConcurrentMapCache
get(java.lang.Object) - Method in GrailsFlashScope
get(Class<T>, java.io.Serializable, LockMode) - Method in GrailsHibernateTemplate
get(java.lang.Object) - Method in GrailsParameterMap
get(java.lang.Object) - Method in HalGPathResultMap
GET_ID_METHOD - Field in EntityProxyMethodHandler
get(Class<T>, java.io.Serializable, LockMode) - Method in IHibernateTemplate
get(int) - Method in JSONArray
Get the object value associated with an index.
get(java.lang.Object) - Method in JSONObject
get(java.lang.Object) - Method in LazyBeanMap
get(java.lang.Object) - Method in LazyMetaPropertyMap
Obtains the value of an object's properties on demand using Groovy's MOP.
GET_META_CLASS - Field in GroovyObjectMethodHandler
get(int) - Method in MongoQuery.AggregatedResultList
get(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
get(java.lang.Object) - Method in NavigableMap
get(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
get(java.lang.Object) - Method in NavigableMapConfig
get(int) - Method in PagedResultList
get(java.lang.String, java.lang.String) - Method in Parameters
Obtains the value of a parameter
get(int) - Method in PersistentList
get(java.lang.Object) - Method in PrefixedConfig
get(long, java.util.concurrent.TimeUnit) - Method in PromiseList
get(long, java.util.concurrent.TimeUnit) - Method in PromiseMap
Synchronously return the populated map with all values obtained from promises used inside the populated map
GET_PROPERTY - Field in GroovyObjectMethodHandler
get(java.lang.Object) - Method in PropertyResolverMap
GET_PROXY_KEY_METHOD - Field in EntityProxyMethodHandler
get(long, java.util.concurrent.TimeUnit) - Method in SynchronousPromise
GET_TAG_LIB_NAMESPACE_METHOD_NAME - Field in TagLibraryTransformer
GET_TARGET_METHOD - Field in EntityProxyMethodHandler
get(java.io.Serializable) - Method in TenantDelegatingGormOperations
get() - Method in Tenants.CurrentTenant
Returns:
Obtain the current tenant
GET_TRANSACTION_MANAGER_METHOD - Field in TransactionalTransform
get() - Method in WebDriverContainerHolder.1
get(java.lang.Object) - Method in WriteFilteringMap
The map is infinite, either returning a value or an empty next level map
getAbsolutePath() - Method in ContainerGebFileInputSource
getAbsoluteTemplateURI(java.lang.String, boolean) - Method in GenericViewUriResolver
Used to resolve template names that are not relative to a controller.
getAbsoluteTemplateURI(java.lang.String, boolean) - Method in GroovyPagesUriService
getAbsoluteTemplateURI(java.lang.String, boolean) - Method in GroovyPagesUriSupport
Used to resolve template names that are not relative to a controller.
getAbsoluteViewURI(java.lang.String) - Method in GroovyPagesUriService
getAbsoluteViewURI(java.lang.String) - Method in GroovyPagesUriSupport
Obtains a view URI that is not relative to any given controller
getAcceptMimeType() - Method in RenderContext
Returns:
Returns the mime type accepted by the client or null if non specified
getAcceptMimeType() - Method in ServletRenderContext
getAction() - Method in ForwardUrlMappingInfo
getAction() - Method in JspFormRemoteTag
getAction() - Method in JspFormTag
getAction() - Method in JspLinkTag
getAction() - Method in JspRemoteFunctionTag
getAction() - Method in JspRemoteLinkTag
getAction() - Method in JspSubmitToRemoteTag
getActionName() - Method in AbstractUrlMapping
getActionName(java.lang.String) - Method in DefaultRequestStateLookupStrategy
getActionName() - Method in DefaultUrlMappingInfo
getActionName() - Method in GrailsRequestContext
Returns:
The Action name
getActionName() - Method in GrailsRequestStateLookupStrategy
The action name
getActionName() - Method in GrailsWebRequest
Returns:
the actionName
getActionName() - Method in RenderContext
Returns:
The current action name
getActionName() - Method in ServletRenderContext
getActionName() - Method in UrlMapping
Retrieves the action name which is either a groovy.lang.Closure that evaluates the action name at runtime or a java.lang.String that represents the action name
getActionName() - Method in UrlMappingInfo
The name of the action that the URL mappping maps to
getActionName() - Method in WebAttributes
Obtains the currently executing action name
getActionName() - Method in WebRequestDelegatingRequestContext
getActions() - Method in DefaultGrailsControllerClass
getActions() - Method in GrailsControllerClass
Returns:
The action names
getActionUri() - Method in Controller
Returns the URI of the currently executing action
getActiveProfiles() - Method in MavenSettings
getAdapted() - Method in AdaptedImplementer
getAdditionalBeansConfiguration(org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
Internal method aiding in datastore configuration.
getAdditionalDependencies() - Method in GrailsApplicationCompilerAutoConfiguration
getAfter() - Method in JspFormRemoteTag
getAfter() - Method in JspRemoteFunctionTag
getAfter() - Method in JspRemoteLinkTag
getAfter() - Method in JspSubmitToRemoteTag
getAggregationPipeline() - Method in MongoQuery.AggregatePipeline
getAlias() - Method in AbstractDetachedCriteria
Returns:
The root alias to be used for the query
getAlias() - Method in QueryableCriteria
Returns:
The alias to be used for the query, null if none
getAll(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
getAll() - Method in GormEntity
Returns:
Synonym for list()
getAll() - Method in GormStaticApi
Returns:
Synonym for list()
getAll() - Method in GormStaticOperations
Returns:
Synonym for list()
getAll() - Method in TenantDelegatingGormOperations
getAllAnnotationAttributes(java.lang.String, boolean) - Method in AnnotationMetadataReadingVisitor
getAllAnnotationAttributes(java.lang.String, boolean) - Method in MethodMetadataReadingVisitor
getAllArtefacts() - Method in DefaultGrailsApplication
Returns all the classes identified as artefacts by ArtefactHandler instances.
getAllArtefacts() - Method in GrailsApplication
Retrieves all java.lang.Class instances considered Artefacts loaded by the Grails class loader
getAllAssociationMap(org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
Retrieves the association map
getAllAssociationMap(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
getAllClasses() - Method in DefaultGrailsApplication
Retrieves all classes loaded by the GrailsApplication.
getAllClasses() - Method in GrailsApplication
Retrieves all java.lang.Class instances loaded by the Grails class loader
getAllConnectionSources() - Method in ConnectionSources
Returns:
An iterable containing all ConnectionSource instances
getAllConnectionSources() - Method in InMemoryConnectionSources
getAllConnectionSources() - Method in SingletonConnectionSources
getAllConnectionSources() - Method in StaticConnectionSources
getAllEvents() - Method in Event
Returns:
The names of all persistence events
getAllInterfaces(java.lang.Object) - Method in GrailsClassUtils
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
getAllInterfacesAsSet(java.lang.Object) - Method in GrailsClassUtils
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, java.lang.ClassLoader) - Method in GrailsClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(java.lang.Class, java.lang.ClassLoader) - Method in GrailsClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllKeys() - Method in GrailsCache
getAllKeys() - Method in GrailsConcurrentLinkedMapCache
getAllKeys() - Method in GrailsConcurrentMapCache
getAllPlugins() - Method in AbstractGrailsPluginManager
getAllPlugins() - Method in BasePluginFilter
getAllPlugins() - Method in GrailsPluginManager
Returns an array of all the loaded plug-ins
getAllProfiles() - Method in AbstractJarProfileRepository
getAllProfiles() - Method in MavenProfileRepository
getAllProfiles() - Method in ProfileRepository
Returns:
All the available profiles in the repository
getAndRemoveStatus() - Method in HibernateJtaTransactionManagerAdapter
getAnnotatedClasses() - Method in HibernateMappingContextSessionFactoryBean
getAnnotatedMethods(java.lang.String) - Method in AnnotationMetadataReadingVisitor
getAnnotatedPackages() - Method in HibernateMappingContextSessionFactoryBean
getAnnotationAttributes(java.lang.String, boolean) - Method in AnnotationMetadataReadingVisitor
getAnnotationAttributes(java.lang.String, boolean) - Method in MethodMetadataReadingVisitor
getAnnotationMetadata() - Method in AnnotationMetadataReader
getAnnotations() - Method in AnnotationMetadataReadingVisitor
getAnnotations() - Method in MethodMetadataReadingVisitor
getAnnotationType() - Method in AbstractGormASTTransformation
getAnnotationType() - Method in AbstractStringQueryImplementer
getAnnotationType() - Method in ArtefactTypeAstTransformation
getAnnotationType() - Method in CacheableTransformation
getAnnotationType() - Method in CacheEvictTransformation
getAnnotationType() - Method in CachePutTransformation
getAnnotationType() - Method in PublisherTransform
getAnnotationType() - Method in ServiceTransformation
getAnnotationType() - Method in SubscriberTransform
getAnnotationType() - Method in TagLibArtefactTypeAstTransformation
getAnnotationType() - Method in TenantTransform
getAnnotationType() - Method in TransactionalTransform
getAnnotationTypeClass() - Method in ArtefactTypeAstTransformation
getAnnotationTypeClass() - Method in ControllerArtefactTypeTransformation
getAnnotationTypes() - Method in AnnotationMetadataReadingVisitor
getApplication() - Method in AbstractGrailsClass
getApplication() - Method in GrailsClass
The GrailsApplication that this class belongs to
getApplication() - Method in GroovyChange
Called from the change or rollback closure.
getApplication() - Method in GroovyPrecondition
Called from the change or rollback closure.
getApplicationClass() - Method in DefaultGrailsApplication
Returns:
The application class
getApplicationContext() - Method in AbstractDatastore
deprecated:
Deprecated, will be removed in a future version of GORM
getApplicationContext() - Method in ApplicationAttributes
Returns:
The application context for servlet
getApplicationContext() - Method in ApplicationCommand
getApplicationContext() - Method in ConvertersApi
getApplicationContext() - Method in ConvertersConfigurationInitializer
getApplicationContext() - Method in Datastore
Get the application context.
getApplicationContext() - Method in DefaultGrailsApplicationAttributes
getApplicationContext() - Method in DefaultRuntimeSpringConfiguration
getApplicationContext() - Method in GrailsRequestContext
The ApplicationContext instance.
getApplicationContext() - Method in GrailsUnitTest
Returns:
grailsApplication.mainContext
getApplicationContext() - Method in GrailsWebRequest
Obtains the ApplicationContext object.
getApplicationContext() - Method in Holders
getApplicationContext() - Method in Plugin
Returns:
The ApplicationContext
getApplicationContext() - Method in RuntimeSpringConfiguration
Retrieves the application context from the current state.
getApplicationContext() - Method in ServletAttributes
Obtains the ApplicationContext instance
getApplicationContext() - Method in WebRequestDelegatingRequestContext
getApplicationEventPublisher() - Method in AbstractDatastore
getApplicationEventPublisher() - Method in Datastore
Get the application event publisher.
getApplicationEventPublisher() - Method in HibernateDatastore
getApplicationEventPublisher() - Method in MongoDatastore
Returns:
The ConfigurableApplicationEventPublisher instance used by this datastore
getApplicationEventPublisher() - Method in SimpleMapDatastore
getApplicationUri(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
deprecated:
Use instead
getApplicationUri(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
deprecated:
Use instead
getAppliedConstraint(java.lang.String) - Method in ConstrainedDelegate
getAppliedConstraint(java.lang.String) - Method in ConstrainedProperty
Obtain an applied constraint
getAppliedConstraint(java.lang.String) - Method in DefaultConstrainedProperty
Obtains an applied constraint by name.
getAppliedConstraints() - Method in ConstrainedDelegate
Returns:
Returns the appliedConstraints.
getAppliedConstraints() - Method in ConstrainedProperty
Returns:
Returns the appliedConstraints.
getAppliedConstraints() - Method in DefaultConstrainedProperty
Returns:
Returns the appliedConstraints.
getAppliedMarker() - Method in AbstractCacheTransformation
getAppliedMarker() - Method in AbstractGormASTTransformation
getAppliedMarker() - Method in PublisherTransform
getAppliedMarker() - Method in ServiceTransformation
getAppliedMarker() - Method in SubscriberTransform
getAppliedMarker() - Method in TenantTransform
getAppliedMarker() - Method in TransactionalTransform
getArgs() - Method in DatabaseMigrationCommand
getArgs() - Method in GrailsApplicationCommand
getArgs() - Method in GroovyScriptCommand
Returns:
The arguments as a list of strings
getArgs() - Method in SourceOptions
getArgsArray() - Method in SourceOptions
getArgsMap() - Method in GroovyScriptCommand
Returns:
The undeclared command line arguments
getArguments() - Method in DynamicFinder
getArguments() - Method in DynamicFinderInvocation
getArguments() - Method in MethodExpression
getArguments() - Method in RenderContext
Returns:
Arguments passed by the user
getArgumentsRequired() - Method in DynamicFinder
getArgumentsRequired() - Method in MethodExpression
getArtefact() - Method in ArtefactAdditionEvent
getArtefact(java.lang.String, java.lang.String) - Method in DefaultGrailsApplication
Retrieves an artefact for the given type and name.
getArtefact(java.lang.String, java.lang.String) - Method in GrailsApplication
getArtefactByLogicalPropertyName(java.lang.String, java.lang.String) - Method in DefaultGrailsApplication
getArtefactByLogicalPropertyName(java.lang.String, java.lang.String) - Method in GrailsApplication
Retrieves an artefact by its logical property name.
getArtefactCount(java.lang.String) - Method in DefaultGrailsApplication
Retrieves the number of artefacts registered for the given artefactType as defined by the ArtefactHandler.
getArtefactForFeature(java.lang.Object) - Method in ArtefactHandler
getArtefactForFeature(java.lang.Object) - Method in ArtefactHandlerAdapter
getArtefactForFeature(java.lang.String, java.lang.Object) - Method in DefaultGrailsApplication
getArtefactForFeature(java.lang.String, java.lang.Object) - Method in GrailsApplication
getArtefactForFeature(java.lang.Object) - Method in TagLibArtefactHandler
Looks up a tag library by using either a full qualified tag name such as g:link or via namespace such as "g".
getArtefactHandler(java.lang.String) - Method in DefaultGrailsApplication
getArtefactHandler(java.lang.String) - Method in GrailsApplication
Returns the ArtefactHandler for the given type
getArtefactHandlers() - Method in DefaultGrailsApplication
getArtefactHandlers() - Method in GrailsApplication
getArtefactInfo(java.lang.String) - Method in DefaultGrailsApplication
Get the cache of classes for the specified artefact type.
getArtefactInfo(java.lang.String) - Method in GrailsApplication
getArtefactInstance() - Method in ParameterizedGrailsUnitTest
getArtefacts(java.lang.String) - Method in DefaultGrailsApplication
Returns all of the GrailsClass instances for the given artefactType as defined by the ArtefactHandler
getArtefacts(java.lang.String) - Method in GrailsApplication
getArtefactType() - Method in AbstractGrailsArtefactTransformer
getArtefactType() - Method in ControllerDomainTransformer
getArtefactType() - Method in ConvertersDomainTransformer
getArtefactType(java.lang.Class) - Method in DefaultGrailsApplication
getArtefactType(java.lang.Class) - Method in GrailsApplication
Returns the ArtefactHandler for the given class or null
getArtefactType() - Method in TagLibraryTransformer
getArtefactTypes() - Method in AbstractGrailsArtefactTransformer
getArtefactTypes() - Method in ApplicationClassInjector
getArtefactTypes() - Method in ControllerActionTransformer
getArtefactTypes() - Method in ControllerTraitInjector
getArtefactTypes() - Method in DefaultGrailsDomainClassInjector
getArtefactTypes() - Method in DirtyCheckingTransformer
getArtefactTypes() - Method in DomainClassTraitInjector
getArtefactTypes() - Method in EntityTraitInjector
getArtefactTypes() - Method in GormTransformer
getArtefactTypes() - Method in GrailsArtefactClassInjector
getArtefactTypes() - Method in InterceptorTraitInjector
getArtefactTypes() - Method in TagLibraryTraitInjector
getArtefactTypes() - Method in TagLibraryTransformer
getArtefactTypes() - Method in TraitInjector
getArtefactTypes() - Method in WebDataBindingTraitInjector
getArtifactCoordinatesResolver() - Method in DependencyResolutionContext
getArtifactId(java.lang.String) - Method in ArtifactCoordinatesResolver
Gets the artifact id of the artifact identified by the given module.
getArtifactId() - Method in Dependency
Return the dependency artifact id.
getArtifactId() - Method in Dependency.Exclusion
Return the exclusion artifact ID.
getArtifactId(java.lang.String) - Method in DependencyManagementArtifactCoordinatesResolver
getAs() - Method in JspRenderErrorsTag
getAssocationMap(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
Returns a map containing the names and types of the given association type. eg.
getAssociatedClassName(org.grails.scaffolding.model.property.DomainProperty) - Method in BidirectionalToManyInputRenderer
getAssociatedEntity() - Method in Association
Returns:
The entity associated with the this association
getAssociatedEntity() - Method in Basic
getAssociatedEntity() - Method in DomainProperty
Returns:
The associated entity if the property is an assocation
getAssociatedEntity() - Method in DomainPropertyImpl
getAssociatedType() - Method in DomainProperty
Returns:
The type of the association
getAssociatedType() - Method in DomainPropertyImpl
getAssociation() - Method in AssociationCriteria
getAssociation() - Method in AssociationQuery
The association being queried
getAssociationDescription(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
getAssociationId(java.lang.String) - Method in GormEntity
Obtains the id of an association without initialising the association
getAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
getAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association) - Method in NativeEntryEntityPersister
Obtains an indexer for the given association
getAssociationIndexer(java.util.Map, org.grails.datastore.mapping.model.types.Association) - Method in SimpleMapEntityPersister
getAssociationMap(org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
Retrieves the association map
getAssociationPath(java.lang.String) - Method in AbstractHibernateQuery
getAssociationProxy(java.lang.Object, java.lang.String) - Method in GrailsHibernateUtil
Returns the proxy for a given association or null if it is not proxied
getAssociationProxy(java.lang.Object, java.lang.String) - Method in HibernateProxyHandler
returns the proxy for an association. returns null if its not a proxy.
getAssociationProxy(java.lang.Object, java.lang.String) - Method in SimpleHibernateProxyHandler
getAssociations() - Method in AbstractPersistentEntity
getAssociations() - Method in PersistentEntity
A list of the associations for this entity.
getAstAppliedMarkerClass() - Method in ArtefactTypeAstTransformation
getAsText() - Method in ClassEditor
getAstTransformations() - Method in GroovyCompiler
Return a mutable list of the org.codehaus.groovy.transform.ASTTransformations to be applied during compile(String...).
getAsync() - Method in AsyncEntity
Returns:
The async version of the GORM static API
getAsync() - Method in GradleInvoker
getAsynchronous() - Method in JspFormRemoteTag
getAsynchronous() - Method in JspRemoteFunctionTag
getAsynchronous() - Method in JspRemoteLinkTag
getAsynchronous() - Method in JspSubmitToRemoteTag
getAt(org.springframework.context.ApplicationContext, java.lang.String) - Method in ApplicationContextExtension
Adds the ability to use the subscript operator to obtain beans
getAt(java.lang.Object) - Method in CodeGenConfig
getAt(java.lang.Object) - Method in CompositeConfig
getAt(java.lang.Object) - Method in ConfigMap
Enables the object[foo] syntax
getAt(java.lang.String) - Method in DataBindingSource
Convencience operator overloading
getAt(java.lang.Object) - Method in DelegatingParameters
getAt(java.lang.String) - Method in DynamicAttributes
Obtains a dynamic attribute
getAt(java.lang.Object) - Method in EmptyParameters
getAt(java.lang.String) - Method in GrailsMockHttpServletRequest
Map-like access to request attributes, e.g. request["count"].
getAt(java.lang.String) - Method in GrailsMockHttpSession
getAt(jakarta.servlet.http.HttpServletRequest, java.lang.String) - Method in HttpServletRequestExtension
getAt(jakarta.servlet.http.HttpSession, java.lang.String) - Method in HttpSessionExtension
getAt(java.lang.String) - Method in InstanceProxy
getAt(com.mongodb.client.MongoDatabase, java.lang.String) - Method in MongoExtensions
Adds a method to return a collection using the dot syntax
getAt(java.lang.Object) - Method in NavigableMap
getAt(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
getAt(java.lang.Object) - Method in NavigableMapConfig
getAt(java.lang.Object) - Method in Parameters
getAt(java.lang.Object) - Method in PrefixedConfig
getAt(K) - Method in PromiseMap
Gets a promise instance for the given key
getAt(java.lang.String) - Method in SimpleMapDataBindingSource
getAt(java.lang.String) - Method in ValidationErrors
getAttribute(java.lang.Object, java.lang.String) - Method in AbstractAttributeStoringSession
getAttribute(java.lang.String) - Method in GrailsHttpSession
getAttribute(java.lang.String, int) - Method in GroovyPagesPageContext
getAttribute(java.lang.Object, java.lang.String) - Method in ProxyInstanceMetaClass
getAttribute(java.lang.String) - Method in Request
Obtains the value of an attribute
getAttribute(java.lang.Object, java.lang.String) - Method in Session
Obtains an attribute for the given entity
getAttribute(java.lang.String) - Method in TestRequestConfigurer
getAttributeNames() - Method in GrailsHttpSession
getAttributeNames() - Method in Request
Returns:
All of the attribute names
getAttributeNames() - Method in TestRequestConfigurer
getAttributeNamesInScope(int) - Method in GroovyPagesPageContext
getAttributes() - Method in DefaultConstrainedProperty
getAttributes(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultJsonApiViewHelper
getAttributes() - Method in GrailsWebRequest
Returns:
The GrailsApplicationAttributes instance
getAttributesScope(java.lang.String) - Method in GroovyPagesPageContext
getAttributesToRender(java.lang.Object, java.lang.Object) - Method in ApplicationTagLib
getAuthenticationSelector() - Method in MavenSettings
getAutoconfigureOption() - Method in CompilerOptionHandler
getAutoGrowCollectionLimit() - Method in DataBindingConfigurationProperties
getAutoTimestampEventListener() - Method in AbstractHibernateDatastore
Returns:
The event listener that populates lastUpdated and dateCreated
getAutoTimestampEventListener() - Method in MongoDatastore
getAvailable() - Method in AbstractInjectableGrailsClass
getAvailable() - Method in InjectableGrailsClass
If class should be configured for dependency injection.
getAvailableNamespaces() - Method in TagLibraryLookup
Returns:
The namespaces available
getAvailableTags(java.lang.String) - Method in TagLibraryLookup
getAvailableWindows() - Method in BrowserDelegate
Delegates to geb.Browser#getAvailableWindows().
getaValue() - Method in Pair
getaValue() - Method in Triple
getBackingMap() - Method in SimpleMapDatastore
getBackingMap() - Method in SimpleMapSession
getBaseConfiguration() - Method in AbstractConnectionSources
getBaseConfiguration() - Method in ConnectionSources
Returns:
Obtains the base configuration
getBaseDir() - Method in GrailsCli.ExecutionContextImpl
getBaseDir() - Method in ProfileInfoCommand.1
getBaseDir() - Method in ProjectContext
Returns:
The base directory of the project
getBaseTemplateClass() - Method in ViewConfiguration
Returns:
The template base class
getBaseUrl() - Method in GrailsWebRequest
getBean(java.lang.String, Class<T>) - Method in GenericBeanFactoryAccessor
See Also:
org.springframework.beans.factory.BeanFactory#getBean(String, Class)
getBean() - Method in JspEachErrorTag
getBean() - Method in JspHasErrorsTag
getBean() - Method in JspRenderErrorsTag
getBean() - Method in JspRenderTag
getBeanClass() - Method in BeanPropertyAccessor
Returns:
the GORM domain type of `beanType`.
getBeanClass() - Method in DelegatingBeanPropertyAccessorImpl
getBeanClass() - Method in PropertyPathAccessor
getBeanConfig(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
getBeanConfig(java.lang.String) - Method in RuntimeSpringConfiguration
Returns the BeanConfiguration for the specified name.
getBeanDefinition(java.lang.String) - Method in BeanBuilder
Retrieves a BeanDefinition for the given name
getBeanDefinition() - Method in BeanConfiguration
Returns:
The Spring bean definition instance
getBeanDefinition() - Method in DefaultBeanConfiguration
getBeanDefinition(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
getBeanDefinition(java.lang.String) - Method in RuntimeSpringConfiguration
Obtains a BeanDefinition instance for the given beanName.
getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
getBeanDefinitions() - Method in BeanBuilder
Retrieves all BeanDefinitions for this BeanBuilder
getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in HibernateDatastoreSpringInitializer
getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in MongoDbDataStoreSpringInitializer
getBeanFactory() - Method in GenericBeanFactoryAccessor
Return the wrapped ListableBeanFactory.
getBeanName(Class<?>) - Method in ControllerUnitTest
getBeanName(Class<?>) - Method in InterceptorUnitTest
getBeanName(Class<?>) - Method in ParameterizedGrailsUnitTest
getBeanName(Class<?>) - Method in ServiceUnitTest
getBeanName(Class<?>) - Method in TagLibUnitTest
getBeanName(Class<?>) - Method in UrlMappingsUnitTest
getBeanNameBlacklistPattern() - Method in ChainedTransactionManagerPostProcessor
getBeanNameInternalBlacklistPattern() - Method in ChainedTransactionManagerPostProcessor
getBeanNames() - Method in DefaultRuntimeSpringConfiguration
getBeanNames() - Method in RuntimeSpringConfiguration
getBeanNameWhitelistPattern() - Method in ChainedTransactionManagerPostProcessor
getBeansConfig() - Method in MapBasedSmartPropertyOverrideConfigurer
getBeansOfType(Class<T>, boolean, boolean) - Method in GenericBeanFactoryAccessor
See Also:
ListableBeanFactory#getBeansOfType(Class, boolean, boolean)#getBeansOfType(Class, boolean, boolean)
getBeanSuperclasses() - Method in BeanPropertyAccessor
Returns:
all superclasses and interfaces of `beanType` excluding `Object`, `Serializable`, `Comparable` and `Cloneable`.
getBeanSuperclasses() - Method in BeanPropertyAccessorImpl
getBeanSuperclasses() - Method in DelegatingBeanPropertyAccessorImpl
getBeanSuperclasses() - Method in PropertyPathAccessor
getBeansWithAnnotation(Class<? extends Annotation>) - Method in GenericBeanFactoryAccessor
Find all beans whose Class has the supplied java.lang.annotation.Annotation type.
getBeanType() - Method in BeanPropertyAccessor
Returns:
the type of the object that owns the property at the end of the path, e.g. for a `address.home.street` then the type of `home` is returned.
getBeanType() - Method in DomainProperty
Returns:
The class the property belongs to
getBeanType() - Method in DomainPropertyImpl
getBefore() - Method in JspFormRemoteTag
getBefore() - Method in JspRemoteFunctionTag
getBefore() - Method in JspRemoteLinkTag
getBefore() - Method in JspSubmitToRemoteTag
getBeginColumn() - Method in SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in SimpleCharStream
Get token beginning line number.
getBidiEnumMap(Class<? extends Enum<?>>) - Method in IdentityEnumType
getBinaryDescriptor() - Method in BinaryGrailsPlugin
Returns:
The META-INF/grails-plugin.xml descriptor
getBinaryDescriptor(Class<?>) - Method in CorePluginFinder
getBinaryExtensions() - Method in AbstractProfile
getBinaryExtensions() - Method in Profile
Returns:
The list of file extensions which should be treated as binary
getBinding() - Method in DefaultOutputContextLookup.DefaultOutputContext
getBinding() - Method in MarkupViewTemplate
getBinding() - Method in OutputContext
getBinding() - Method in WritableScript
Returns:
Obtains the binding
getBindingIncludeList(java.lang.Object) - Method in DataBindingUtils
getBodyClosure(int) - Method in GroovyPage
getBodyClosure() - Method in TagBodyClosure
getBomModule() - Method in GenericBomAstTransformation
The bom to be added to dependency management in compact form: "<groupId>:<artifactId>:<version>" (like in a @Grab).
getBomModule() - Method in GrailsBomAstTransformation
getBoolean(java.lang.String, java.lang.Boolean) - Method in AbstractTypeConvertingMap
getBoolean(int) - Method in JSONArray
Get the boolean value associated with an index.
getBoolean(java.lang.String) - Method in JSONObject
Get the boolean value associated with a key.
getBooleanFromMap(java.lang.String, Map<?,?>) - Method in ClassUtils
Retrieves a boolean value from a Map for the given key
getBooleanFromMap(java.lang.String, Map<?,?>, boolean) - Method in GrailsClassUtils
Retrieves a boolean value from a Map for the given key
getBooleanFromMap(java.lang.String, Map<?, ?>, boolean) - Method in ViewUtils
Retrieves a boolean value from a Map for the given key
getBrowser() - Method in BrowserDelegate
Accessor to the Geb geb.Browser instance.
getBsonConverter(Class<? extends BsonValue>) - Method in CodecExtensions
getBsonConverters() - Method in CodecExtensions
getBuffer() - Method in FastStringPrintWriter
getBuffer() - Method in FastStringWriter
getBuffer() - Method in StreamCharBuffer.StreamCharBufferReader
getBuffer() - Method in StreamCharBuffer.StreamCharBufferWriter
getBufferChangesCounter() - Method in StreamCharBuffer
getBuildDir() - Method in FileSystemInteraction
Returns:
The target build directory
getBuildDir() - Method in FileSystemInteractionImpl
Returns:
The target build directory
getBuilderClassNode() - Method in BuilderTypeCheckingExtension
Returns:
The class node of the builder
getBuilderClassNode() - Method in JsonTemplateTypeCheckingExtension
getBuilderInvokeMethod() - Method in BuilderTypeCheckingExtension
Returns:
The method node to invoke for an unresolved dynamic method on the main builder variable
getBuilderInvokeMethod() - Method in JsonTemplateTypeCheckingExtension
getBuilderVariableName() - Method in BuilderTypeCheckingExtension
Returns:
The name within the view script of the main builder variable
getBuilderVariableName() - Method in JsonTemplateTypeCheckingExtension
getBuildMergeProfileNames() - Method in AbstractProfile
getBuildMergeProfileNames() - Method in Profile
Returns:
The profile names to participate in build merge
getBuildPlugins() - Method in AbstractProfile
getBuildPlugins() - Method in Feature
Returns:
The build plugin names
getBuildPlugins() - Method in Profile
Returns:
The list of build plugins for this profile
getBuildRepositories() - Method in AbstractProfile
getBuildRepositories() - Method in Feature
Returns:
The build repositories url
getBuildRepositories() - Method in Profile
Returns:
The buildscript maven repository definitions for this profile
getBundleCodes(java.util.Locale, java.lang.String) - Method in ReloadableResourceBundleMessageSource
Retrieves all codes from one or multiple basenames
getbValue() - Method in Pair
getbValue() - Method in Triple
getByFirstNameAndLastNameAndAge(java.lang.String, java.lang.String, int) - Method in Person
getByte(java.lang.String, java.lang.Integer) - Method in AbstractTypeConvertingMap
getCache(java.lang.String, int) - Method in GrailsConcurrentLinkedMapCacheManager
getCache(java.lang.String) - Method in GrailsConcurrentMapCacheManager
getCacheableMappingLocations() - Method in HibernateMappingContextSessionFactoryBean
getCachedCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.String) - Method in AbstractSession
getCachedCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.String) - Method in SessionImplementor
Obtains a cached collection
getCachedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, boolean) - Method in AbstractSession
getCachedEntry(java.io.Serializable) - Method in HashMapTPCacheAdapter
getCachedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, boolean) - Method in SessionImplementor
Obtains a cached entry
getCachedEntry(java.io.Serializable) - Method in TPCacheAdapter
Returns the stored value for the specified key.
getCachedInstance(java.lang.Class, java.io.Serializable) - Method in AbstractSession
getCachedInstance(java.lang.Class, java.io.Serializable) - Method in SessionImplementor
Get the cached instance if it exists.
getCacheKeyValueForResource(java.lang.Object) - Method in CachingLinkGenerator
getCacheNames() - Method in GrailsConcurrentLinkedMapCacheManager
getCacheNames() - Method in GrailsConcurrentMapCacheManager
getCacheTimeout() - Method in CachingGrailsConventionGroovyPageLocator
getCacheTimeout() - Method in CachingGroovyPageStaticResourceLocator
getCacheTimeout() - Method in GroovyPageViewResolver
getCapacity() - Method in BoundedCharsAsEncodedBytesCounter
getCapacity() - Method in GrailsConcurrentLinkedMapCache
getCapitilizedName() - Method in AbstractPersistentProperty
getCapitilizedName() - Method in PersistentProperty
The name with the first letter in upper case as per Java bean conventions
getCascadeOperations() - Method in Association
getCascadeOperations() - Method in PendingOperation
Operations to be executed directly following this operation
getCascadeOperations() - Method in PendingOperationAdapter
getCascadeValidateOperation() - Method in Association
getCategory() - Method in GrailsConsole
getCause() - Method in BindingError
Returns:
an exception thrown during the data binding process
getCause() - Method in JSONException
getCause() - Method in SimpleBindingError
getChainModel() - Method in ResponseRedirector
Obtains the chain model which is used to chain request attributes from one request to the next via flash scope
getChangeLogFile() - Method in DatabaseMigrationCommand
getChangeLogFileName() - Method in DatabaseMigrationCommand
getChangeLogLocation() - Method in DatabaseMigrationCommand
getChar(java.lang.String, java.lang.Integer) - Method in AbstractTypeConvertingMap
getCharacterEncoding() - Method in DefaultRequestStateLookupStrategy
getCharacterEncoding() - Method in GrailsRequestStateLookupStrategy
The character encoding of the request
getCharacterEncoding() - Method in Request
Returns:
The request character encoding
getChars(int, int, char[], int) - Method in CharArrayAccessible
Characters are copied from this sequence into the destination character array dst.
getChars(java.lang.CharSequence, int, int, char[], int) - Method in CharSequences
Provides an optimized way to copy CharSequence content to target array.
getChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
getChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Obtains all of the children for the given root
getChildEntityByDiscriminator(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractMappingContext
getChildEntityByDiscriminator(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in MappingContext
Obtains a child of the given root entity using the given discriminator
getChunkMinSize() - Method in StreamCharBuffer
getCircularReferenceBehaviour() - Method in ChainedConverterConfiguration
getCircularReferenceBehaviour() - Method in ConverterConfiguration
Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected)
getCircularReferenceBehaviour() - Method in DefaultConverterConfiguration
getCircularReferenceBehaviour() - Method in ImmutableConverterConfiguration
GETCLASS_PATTERN - Field in DefaultGrailsApplication
getClasses() - Method in ArtefactInfo
Gets you the array of all artefact Class(es), the original classes loaded that represent the artefacts.
getClasses() - Method in DefaultArtefactInfo
getClassesByName() - Method in ArtefactInfo
Gets you the unmodifiable Map of all artefact Class(es), the actual classes implementing the artefact.
getClassesByName() - Method in DefaultArtefactInfo
getClassesDir() - Method in FileSystemInteraction
Returns:
The directory where classes are compiled to
getClassesDir() - Method in FileSystemInteractionImpl
Returns:
The directory where classes are compiled to
GETCLASSESMETH_PATTERN - Field in DefaultGrailsApplication
GETCLASSESPROP_PATTERN - Field in DefaultGrailsApplication
getClassForAssociationType(Attribute<?,?>) - Method in AbstractHibernateCriteriaBuilder
getClassForAssociationType(Attribute<?,?>) - Method in HibernateCriteriaBuilder
getClassForName(java.lang.String) - Method in AbstractGrailsApplication
getClassForName(java.lang.String) - Method in DefaultGrailsApplication
Retrieves a class from the GrailsApplication for the given name.
getClassForName(java.lang.String) - Method in GrailsApplication
Retrieves a class for the given name within the GrailsApplication or returns null
getClassInjectors() - Method in GrailsAwareInjectionOperation
getClassLoader() - Method in AbstractGrailsApplication
getClassLoader() - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
getClassLoader() - Method in GrailsApplication
Returns the class loader instance for the Grails application.
getClassLoader() - Method in GrailsWebApplicationContext
getClassLoader() - Method in MapBasedSmartPropertyOverrideConfigurer
getClassLoader() - Method in PathMatchingResourcePatternResolver
Return the ClassLoader that this pattern resolver works with (never null).
getClassLoader() - Method in SimpleMapResourceLoader
getClassLoader() - Method in StaticResourceLoader
getClassMapping() - Method in AbstractKeyValueEntityPersister
getClassMapping() - Method in JpaMappingConfigurationStrategy
getClassMapping() - Method in MappingFactory
getClassMapping() - Method in NativeEntryEntityPersister
getClassMapping() - Method in PropertyMapping
Retrieves the ClassMapping instance of the owning class
getClassMessageArg() - Method in RestfulController
getClassMetadata() - Method in AnnotationMetadataReader
getClassName() - Method in GrailsWrappedRuntimeException
Returns:
Returns the className.
getClassName() - Method in GroovyPageParser
getClassName() - Method in Model
Returns:
The class name excluding package
getClassName(java.lang.Class) - Method in NameUtils
Get the class name, taking into account proxies
getClasspath() - Method in GroovyCompilerConfiguration
Returns the classpath for local resources.
getClasspath() - Method in OptionSetGroovyCompilerConfiguration
getClasspathOption() - Method in CompilerOptionHandler
getClazz() - Method in AbstractGrailsClass
getClazz() - Method in GrailsClass
Returns the actual clazz represented by the GrailsClass.
getClockProvider() - Method in GormValidatorFactoryAdapter
getClockProvider() - Method in JakartaValidatorRegistry
getClosure(org.codehaus.groovy.ast.stmt.BlockStatement, java.lang.String) - Method in AstUtils
getCode() - Method in JspMessageTag
getCodecAliases() - Method in CodecIdentifier
Gets the aliases for this codec.
getCodecAliases() - Method in CombinedCodecIdentifier
getCodecAliases() - Method in DefaultCodecIdentifier
getCodecForBsonType(org.bson.BsonType, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
getCodecIdentifier() - Method in AbstractCharReplacementEncoder
getCodecIdentifier() - Method in ChainedDecoder
getCodecIdentifier() - Method in ChainedEncoder
getCodecIdentifier() - Method in CodecIdentifierProvider
Gets the codec identifier information.
getCodecIdentifier() - Method in HTML4Decoder
getCodecIdentifier() - Method in HTMLCodec
getCodecIdentifier() - Method in HTMLCodecFactory.1
getCodecIdentifier() - Method in JavaScriptCodec.1
getCodecIdentifier() - Method in JSONCodecFactory.1
getCodecIdentifier() - Method in NoneEncoder
getCodecIdentifier() - Method in RawCodec
getCodecIdentifier() - Method in URLCodecFactory.1
getCodecIdentifier() - Method in URLCodecFactory.2
getCodecIdentifier() - Method in XMLCodecFactory
getCodecName() - Method in CodecIdentifier
Gets the unique name of the codec.
getCodecName() - Method in CombinedCodecIdentifier
getCodecName() - Method in DefaultCodecIdentifier
getCodecRegistry() - Method in CodecRegistryProvider
getCodecRegistry() - Method in MongoDatastore
Returns:
The CodecRegistry
getCodecRegistry() - Method in MongoMappingContext
Returns:
The codec registry for this mapping context
getCodeSnippet() - Method in GrailsWrappedRuntimeException
Returns:
Returns the line.
getCodeToHandleAllowedMethods(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in ControllerActionTransformer
getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
getCollection() - Method in JspRenderTag
getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
Obtain the raw com.mongodb.client.MongoCollection for the given entity
getCollection() - Method in MongoEntity
The actual collection that this entity maps to.
getCollection() - Method in MongoStaticApi
getCollection() - Method in MongoStaticOperations
The actual collection that this entity maps to.
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
Gets the default collection name for the given entity
getCollectionName() - Method in MongoEntity
Returns:
The name of the Mongo collection that entity maps to
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document) - Method in MongoEntityPersister
getCollectionName() - Method in MongoStaticApi
getCollectionName() - Method in MongoStaticOperations
Returns:
The name of the Mongo collection that entity maps to
getCollectionNames(com.mongodb.client.MongoDatabase) - Method in MongoExtensions
********** MongoDatabase Extensions ************
getColumn() - Method in PropertyConfig
Shortcut to get the column name for this property.
getColumnForSimpleValue(SimpleValue) - Method in GrailsDomainBinder
getColumnNameForPropertyAndPath(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.orm.hibernate.cfg.ColumnConfig, java.lang.String) - Method in GrailsDomainBinder
getCommand(org.grails.cli.profile.ProjectContext, java.lang.String) - Method in AbstractProfile
getCommand(java.lang.String, org.grails.cli.profile.ProfileRepository) - Method in CommandRegistry
Returns a command for the given name and repository
getCommand(org.grails.cli.profile.ProjectContext, java.lang.String) - Method in Profile
Obtain a command by name
getCommand() - Method in Step
Returns:
The command that this step is part of
getCommandLine() - Method in ExecutionContext
Returns:
The parsed command line arguments as an instance of org.grails.build.parsing.CommandLine
getCommandResolvers(boolean) - Method in ResourceResolvingCommandFactory
getCommands(org.grails.cli.profile.ProjectContext) - Method in AbstractJarProfileRepository.JarProfile
getCommands(org.grails.cli.profile.ProjectContext) - Method in AbstractProfile
getCommands() - Method in CommandFactory
Returns the CLI org.springframework.boot.cli.command.Commands.
getCommands() - Method in CommandRunner
getCommands(org.grails.cli.profile.ProjectContext) - Method in Profile
The profile Command instances
getCommandsDirectory(org.grails.cli.profile.Profile) - Method in FileSystemCommandResourceResolver
getCommandsDirectory(org.grails.cli.profile.Profile) - Method in ResourceResolvingCommandFactory.1
getCommandsDirectory(org.grails.cli.profile.Profile) - Method in ResourceResolvingCommandFactory.2
getCommonConfiguration(org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
getCompilationException() - Method in GroovyPageMetaInfo
getCompiledClass() - Method in GroovyPageCompiledScriptSource
Returns:
The compiled class
getCompilerConfiguration() - Method in ResolvableGroovyTemplateEngine
getCompleter() - Method in ClosureCompleter
getCompleters(org.grails.cli.profile.ProjectContext) - Method in AbstractProfile
getCompleters(org.grails.cli.profile.ProjectContext) - Method in Profile
The profile completers
getCompleters() - Method in SortedAggregateCompleter
Retrieve the collection of completers currently being aggregated.
getComponentType() - Method in AbstractVndErrorRenderer
getComponentType() - Method in Basic
getComponentType() - Method in ContainerRenderer
Returns:
The underlying type wrapped by the container.
getCompositeIdentity() - Method in AbstractPersistentEntity
getCompositeIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
getCompositeIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
Obtains the identity of a persistent entity
getCompositeIdentity() - Method in PersistentEntity
The composite id
getCompoundIndices() - Method in MongoCollection
Return all defined compound indices
getConfig() - Method in AbstractGrailsApplication
getConfig() - Method in ApplicationContextDatabaseMigrationCommand
getConfig() - Method in DatabaseMigrationCommand
getConfig() - Method in DefaultGrailsApplication
getConfig() - Method in GrailsApplication
Returns the ConfigObject instance.
getConfig() - Method in GrailsAutoConfiguration
getConfig() - Method in GrailsUnitTest
Returns:
grailsApplication.config
getConfig() - Method in GroovyChange
Called from the change or rollback closure.
getConfig() - Method in GroovyPrecondition
Called from the change or rollback closure.
getConfig() - Method in Holders
getConfig() - Method in Plugin
Returns:
The Config instance for this plugin
getConfig() - Method in ProfileInfoCommand.1
getConfig() - Method in ProjectContext
Returns:
The codegen config
getConfigClass() - Method in HibernateMappingContextSessionFactoryBean
getConfigLocations() - Method in GrailsWebApplicationContext
getConfigLocations() - Method in HibernateMappingContextSessionFactoryBean
getConfigPrefix() - Method in DatabaseMigrationCommand
getConfigSettings(grails.config.Config) - Method in FilteringCodecsByContentTypeSettings
getConfiguration() - Method in AbstractProfile
getConfiguration() - Method in ExtendedGroovyClassLoader
getConfiguration() - Method in Feature
Returns:
The configuration for the feature
getConfiguration() - Method in HibernateMappingContextSessionFactoryBean
Return the Hibernate Configuration object used to build the SessionFactory.
getConfiguration() - Method in HibernateSpec
Returns:
The configuration
getConfiguration() - Method in Profile
Returns:
The profiles configuration
getConfigurationClass() - Method in GrailsDataSource
Returns:
The configuration class to use when setting up the database.
getConfigurationResource(Class<?>, java.lang.String) - Method in AbstractGrailsPlugin
getConfiguredMimeTypes() - Method in MimeType
Returns:
An array of MimeTypes
getConfiguredRepositories() - Method in ProfileRepoConfig
getConfirmationMessage() - Method in GroovyChange
getConnection() - Method in CustomizableRollbackTransactionAttribute
Returns:
The connection being used
getConnection() - Method in GroovyChange
Called from the change or rollback closure.
getConnection() - Method in GroovyPrecondition
Called from the change or rollback closure.
getConnection(java.lang.String, java.lang.String) - Method in HibernateDatastore
getConnectionFromDriverManager(java.lang.String, java.util.Properties) - Method in DataSourceBuilder.ReadOnlyDriverManagerDataSource
getConnectionFromDriverManager(java.lang.String, java.util.Properties) - Method in ReadOnlyDriverManagerDataSource
getConnectionsCollection(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
getConnectionSource(java.lang.String) - Method in ConnectionSources
Obtain a ConnectionSource by name
getConnectionSource(java.lang.String) - Method in InMemoryConnectionSources
getConnectionSource(java.lang.String) - Method in SingletonConnectionSources
getConnectionSource(java.lang.String) - Method in StaticConnectionSources
getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in AbstractConnectionSources
Implementors should provide a method to lookup the data source names, which could be read from a database, configuration etc.
getConnectionSourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in ConnectionSourcesSupport
Obtain all of the ConnectionSource names for the given entity
getConnectionSourceNames(ConnectionSourceFactory<Map<String,Map>,ConnectionSourceSettings>, org.springframework.core.env.PropertyResolver) - Method in SimpleMapDatastore
getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in SingletonConnectionSources
getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in StaticConnectionSources
getConnectionSources() - Method in AbstractHibernateDatastore
getConnectionSources() - Method in ConnectionSourcesProvider
Returns:
The ConnectionSources
getConnectionSources() - Method in MongoDatastore
Returns:
The ConnectionSources for this datastore
getConnectionSources() - Method in SimpleMapDatastore
getConnectionSourcesConfigurationKey() - Method in AbstractHibernateConnectionSourceFactory
getConnectionSourcesConfigurationKey() - Method in ConnectionSourceFactory
Returns:
Obtain the prefix used to obtain the default configuration.
getConnectionSourcesConfigurationKey() - Method in DataSourceConnectionSourceFactory
getConnectionSourcesConfigurationKey() - Method in MongoConnectionSourceFactory
getConnectionSourcesConfigurationKey() - Method in SimpleMapConnectionSourceFactory
getConnectionSourcesConfigurationKey() - Method in SingletonConnectionSources.NullConnectionFactory
getConsole() - Method in ProfileInfoCommand.1
getConsole() - Method in ProjectContext
Returns:
The GrailsConsole instance
getConstrained() - Method in DomainProperty
Returns:
The constraints of the property
getConstrainedProperties() - Method in ConstrainedEntity
Returns:
The constrained property instances
getConstrainedProperties() - Method in ConstrainedPropertyBuilder
getConstrainedProperties() - Method in DefaultGrailsDomainClass
getConstrainedProperties() - Method in DomainClass
Returns:
The constrained properties for this domain class
getConstrainedProperties() - Method in GrailsDomainClass
Returns a map of constraints applied to this domain class with the keys being the property name and the values being ConstrainedProperty instances
getConstrainedPropertiesForClass(Class<?>, boolean) - Method in ValidationSupport
getConstraintMetadata(org.codehaus.groovy.ast.expr.ClosureExpression) - Method in GrailsASTUtils
Evaluates a constraints closure and returns metadata about the constraints configured in the closure.
getConstraints() - Method in AbstractUrlMapping
See Also:
UrlMapping#getConstraints()#getConstraints()
getConstraints() - Method in BeanPropertyAccessor
Returns:
the constraints of the property at the end of the path, e.g. for `address.home.street` then the constraints of `street` are returned.
getConstraints() - Method in DelegatingBeanPropertyAccessorImpl
getConstraints() - Method in PropertyPathAccessor
getConstraints() - Method in ResponseCodeUrlMapping
getConstraints() - Method in UrlMapping
getConstraintsMap() - Method in Validateable
Returns:
The map of applied constraints
getConstraintValidatorFactory() - Method in GormValidatorFactoryAdapter
getConstraintValidatorFactory() - Method in JakartaValidatorRegistry
getContainer() - Method in MongoContainerHolder
getContent() - Method in IncludedContent
Returns the included content
getContent(java.lang.String) - Method in IncludeResponseWrapper
getContentAsCharArray() - Method in IncludedContent
getContentType(java.lang.String, java.lang.String) - Method in GrailsWebUtil
getContentType() - Method in GroovyPageMetaInfo
getContentType() - Method in GroovyPageParser
getContentType() - Method in IncludedContent
Returns the included content type (default is text/html;charset=UTF=8)
getContentType() - Method in IncludeResponseWrapper
getContentType() - Method in MockPart
getContentType() - Method in NullView
getContentType() - Method in Request
Returns:
The request content type
getContext() - Method in JsonReader
getContext() - Method in JsonWriter
getContextPath() - Method in DefaultGrailsViewHelper
getContextPath() - Method in DefaultLinkGenerator
getContextPath() - Method in DefaultRequestStateLookupStrategy
getContextPath() - Method in GrailsRequestStateLookupStrategy
Obtains the context path to use from the request
getContextPath() - Method in GrailsWebRequest
Returns the context path of the request.
getContextPath() - Method in LinkGenerator
Obtains the context path from which this link generator is operating.
getContextPath() - Method in Request
Returns:
The context path
getContextPath() - Method in TestLinkGenerator
getContexts() - Method in DatabaseMigrationCommand
getContextType() - Method in JsonReader.Context
getController() - Method in ControllerUnitTest
getController(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
getController() - Method in ForwardUrlMappingInfo
getController(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
Returns:
The controller for the request
getController() - Method in JspFormRemoteTag
getController() - Method in JspFormTag
getController() - Method in JspLinkTag
getController() - Method in JspRemoteFunctionTag
getController() - Method in JspRemoteLinkTag
getController() - Method in JspSubmitToRemoteTag
getControllerActionUri(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
getControllerActionUri(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
Parameters:
request
getControllerClass() - Method in GrailsWebRequest
Returns:
the controllerClass
getControllerClass(java.lang.String) - Method in UrlMappingsUnitTest
getControllerClass() - Method in WebAttributes
Obtains the currently executing controller class
getControllerFromRequest(jakarta.servlet.http.HttpServletRequest) - Method in GrailsWebUtil
Obtains the currently executing controller from the given request if any.
getControllerName() - Method in AbstractUrlMapping
See Also:
UrlMapping#getControllerName()#getControllerName()
getControllerName() - Method in DefaultRequestStateLookupStrategy
getControllerName() - Method in DefaultUrlMappingInfo
getControllerName() - Method in GrailsRequestContext
Returns:
The Controller Name
getControllerName() - Method in GrailsRequestStateLookupStrategy
The controller name
getControllerName() - Method in GrailsTestInterceptor
getControllerName() - Method in GrailsWebRequest
Returns:
the controllerName
getControllerName() - Method in RenderContext
Returns:
The current controller name
getControllerName() - Method in ServletRenderContext
getControllerName() - Method in UrlMapping
Retrieves the controller name which is either a groovy.lang.Closure that evaluates the controller name at runtime or a java.lang.String that represents the controller name
getControllerName() - Method in UrlMappingInfo
The name of the controller that the URL mapping maps to
getControllerName() - Method in WebAttributes
Obtains the currently executing controller name
getControllerName() - Method in WebRequestDelegatingRequestContext
getControllerNamespace() - Method in DefaultRequestStateLookupStrategy
getControllerNamespace() - Method in GrailsRequestStateLookupStrategy
The controller namespace
getControllerNamespace() - Method in GrailsWebRequest
Returns:
the controllerNamespace
getControllerNamespace() - Method in RenderContext
Returns:
The current controller name
getControllerNamespace() - Method in ServletRenderContext
getControllerNamespace() - Method in WebAttributes
Obtains the currently executing controller namespace
getControllersToMock() - Method in UrlMappingsUnitTest
getControllerUri() - Method in Controller
Returns the URI of the currently executing controller
getControllerUri(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
getControllerUri(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
Parameters:
request
getConversionService() - Method in AbstractMappingContext
getConversionService() - Method in MappingContext
Obtains the ConversionService instance to use for type conversion
getConverter(java.lang.Class, java.lang.Object) - Method in SimpleDataBinder
getConverterClass() - Method in ObjectMarshallerRegisterer
getConverterConfiguration(Class<C>) - Method in ConvertersConfigurationHolder
getConverterRegistry() - Method in AbstractMappingContext
getConverterRegistry() - Method in MappingContext
Obtains the converter registry
getCorsConfigurations() - Method in GrailsCorsConfiguration
getCount() - Method in GormEntity
Same as count() but allows property-style syntax (Foo.count)
getCount() - Method in GormStaticApi
Same as count() but allows property-style syntax (Foo.count)
getCount() - Method in GormStaticOperations
Same as count() but allows property-style syntax (Foo.count)
getCount(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
getCount() - Method in TenantDelegatingGormOperations
getCountingWriter() - Method in BoundedCharsAsEncodedBytesCounter
getCreatedMillis() - Method in CacheEntry
getCreationTime() - Method in GrailsHttpSession
getCreator() - Method in SessionHolder
getCriteria() - Method in AbstractDetachedCriteria
getCriteria() - Method in AssociationCriteria
getCriteria() - Method in DynamicFinderInvocation
getCriteria() - Method in Query
Returns:
The criteria defined by this query
getCriteria() - Method in Query.Junction
getCriteria() - Method in QueryableCriteria
Returns:
A list of all criteria
getCriteriaAndAlias(Association<?>) - Method in AbstractHibernateQuery
getCurrent() - Method in GrailsVersion
Returns:
Obtains the current Grails version
getCurrent() - Method in PageContextFactory
getCurrentAlias() - Method in AbstractHibernateQuery
getCurrentConfig(org.springframework.core.env.ConfigurableEnvironment) - Method in ExternalConfigRunListener
getCurrentLineNumber() - Method in GSPWriter
getCurrentOriginalWriter() - Method in OutputEncodingStack
getCurrentOutputEncodingStack() - Method in DefaultOutputContextLookup.DefaultOutputContext
getCurrentOutputEncodingStack() - Method in OutputContext
getCurrentOutputLineNumber() - Method in GroovyPageParser
getCurrentParentBuffers() - Method in StreamCharBuffer
getCurrentRequest() - Method in GrailsWebRequest
Returns:
The currently executing request
getCurrentRequestUri(jakarta.servlet.http.HttpServletRequest) - Method in GroovyPagesServlet
getCurrentResponse() - Method in GrailsWebRequest
getCurrentSession() - Method in AbstractDatastore
getCurrentSession() - Method in Datastore
Obtains the current session (if any)
getCurrentSession() - Method in HibernateDatastore
getCurrentSessionContextClass() - Method in HibernateMappingContextSessionFactoryBean
getCurrentStrackReference() - Method in PathCapturingJSONWriterWrapper
getCurrentUrl() - Method in BrowserDelegate
Delegates to geb.Browser#getCurrentUrl().
getCurrentVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
getCurrentWriter() - Method in DefaultOutputContextLookup.DefaultOutputContext
getCurrentWriter() - Method in OutputContext
getCursor() - Method in AbstractResultList
getCursor() - Method in MongoQuery.MongoResultList
Returns:
The underlying MongoDB cursor instance
getCustomCacheKeyGenerator() - Method in GrailsCacheManagerAware
Returns:
The custom key generator, or null if it isn't present
getCustomTagLibs() - Method in ModelEntry
getCustomTypeMarshaller() - Method in Basic
Returns:
The type converter for this custom type
getCustomTypeMarshaller() - Method in Custom
Returns:
The type converter for this custom type
getcValue() - Method in Triple
getDatabase() - Method in AbstractMongoConnectionSourceSettings
Returns:
Obtain the database name
getDatabase(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
Returns:
The name of the default database
getDatabaseConnection() - Method in GroovyChange
Called from the change or rollback closure.
getDatabaseConnection() - Method in GroovyPrecondition
Called from the change or rollback closure.
getDatabaseName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
getDataBindingSourceCreator(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DefaultDataBindingSourceRegistry
getDataBindingSourceRegistry(grails.core.GrailsApplication) - Method in DataBindingUtils
getDataBindingSources() - Method in CollectionDataBindingSource
getDataBindingSources() - Method in GPathResultCollectionDataBindingSource
getDataBindingSources() - Method in JsonDataBindingSourceCreator.1
getDataSource() - Method in AbstractHibernateDatastore
Returns:
The javax.sql.DataSource being used by this datastore instance
getDatasource() - Method in DefaultGrailsServiceClass
If service is transactional then get data source will always apply
getDatasource() - Method in GrailsServiceClass
Get the datasource name that this service class works with.
getDataSource() - Method in HibernateConnectionSource
Returns:
The underlying SQL javax.sql.DataSource
getDataSource() - Method in HibernateMappingContextSessionFactoryBean
getDataSourceConfig(grails.config.ConfigMap) - Method in DatabaseMigrationCommand
getDataSourceName() - Method in AbstractHibernateDatastore
Returns:
The data source name being used
getDataSourceName(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
getDataSourceName() - Method in HibernateMappingContextSessionFactoryBean
getDatasourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
deprecated:
Use MultipleDataSourceSupport#getDatasourceNames(PersistentEntity)#getDatasourceNames(PersistentEntity) instead
getDatasourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in MultipleDataSourceSupport
getDatastore() - Method in AbstractDatastoreApi
getDatastore() - Method in AbstractHibernateEventListener
Returns:
The hibernate datastore
getDatastore() - Method in AbstractHibernateSession
getDatastore() - Method in AbstractMongoSession
getDatastore() - Method in AbstractSession
getDatastore() - Method in DatastoreTransactionManager
getDatastore() - Method in DataTest
getDatastore() - Method in MongoCodecSession
getDatastore() - Method in OpenSessionInViewInterceptor
getDatastore() - Method in Session
The Datastore that created this Session
getDatastoreForConnection(java.lang.String) - Method in AbstractHibernateDatastore
Obtain a child datastore for the given connection name
getDatastoreForConnection(java.lang.String) - Method in HibernateDatastore
Obtain a child HibernateDatastore by connection name
getDatastoreForConnection(java.lang.String) - Method in MongoDatastore
getDatastoreForConnection(java.lang.String) - Method in MultipleConnectionSourceCapableDatastore
Lookup a Datastore by ConnectionSource name
getDatastoreForConnection(java.lang.String) - Method in SimpleMapDatastore
getDatastoreForTenantId(java.io.Serializable) - Method in AbstractHibernateDatastore
getDatastoreForTenantId(java.io.Serializable) - Method in MongoDatastore
getDatastoreForTenantId(java.io.Serializable) - Method in MultiTenantCapableDatastore
Obtains the datastore for the given tenant id.
getDatastoreForTenantId(java.io.Serializable) - Method in SimpleMapDatastore
getDate(java.util.Calendar) - Method in AbstractStructuredDateBindingEditor
getDate(java.lang.String, java.lang.String) - Method in AbstractTypeConvertingMap
Obtains a date from the parameter using the given format
getDate(java.lang.String) - Method in GrailsParameterMap
Obtains a date for the parameter name using the default format
getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.12
getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.15
getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.18
getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.3
getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.6
getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.9
getDate(java.util.Calendar) - Method in StructuredCalendarBindingEditor
getDate(java.util.Calendar) - Method in StructuredDateBindingEditor
getDate(java.util.Calendar) - Method in StructuredSqlDateBindingEditor
getDateCreatedPropertyNames(java.lang.String) - Method in AutoTimestampEventListener
getDateFormat(java.lang.String, java.lang.Object, java.util.Locale) - Method in DefaultGrailsTagDateHelper
getDateFormat(java.lang.String, java.lang.Object, java.util.Locale) - Method in GrailsTagDateHelper
Retrieve a date format object without time to be passed to the format method
getDateFormats() - Method in DataBindingConfigurationProperties
getDateTimeFormat(java.lang.String, java.lang.String, java.lang.Object, java.util.Locale) - Method in DefaultGrailsTagDateHelper
getDateTimeFormat(java.lang.String, java.lang.String, java.lang.Object, java.util.Locale) - Method in GrailsTagDateHelper
Retrieve a date format object with time to be passed to the format method
getDB() - Method in MongoEntity
Returns:
The database for this domain class
getDB() - Method in MongoStaticApi
getDB() - Method in MongoStaticOperations
Returns:
The database for this domain class
getDbCreate() - Method in GrailsDataSource
Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update".
getDbo() - Method in MongoEntity
Return the DBObject instance for the entity
getDbo(D) - Method in MongoInstanceOperations
Return the DBObject instance for the entity
getDbo(D) - Method in MongoStaticApi
getDecapitalizedName() - Method in AbstractPersistentEntity
getDecapitalizedName() - Method in PersistentEntity
Returns:
Returns the name of the class decapitalized form
getDeclaredField(java.lang.String) - Method in ClassPropertyFetcher
getDeclaredField(java.lang.Class, java.lang.String) - Method in MappingUtils
Get a declared field, searching super classes for the field if it is not found in the class.
getDeclaredMethods() - Method in AnnotationMetadataReadingVisitor
getDeclaredWriteConcern(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
getDeclaringClassName() - Method in MethodMetadataReadingVisitor
getDecoder() - Method in CodecFactory
Gets the decoder instance.
getDecoder() - Method in DefaultGrailsCodecClass
getDecoder() - Method in HTML4Codec
getDecoder() - Method in HTMLCodec
getDecoder() - Method in HTMLJSCodec
getDecoder() - Method in JavaScriptCodec
getDecoder() - Method in RawCodec
getDecoder() - Method in XMLCodecFactory
getDecorators() - Method in AsyncQuery
getDecorators() - Method in GormAsyncStaticApi
getDecorators() - Method in PromiseDecoratorProvider
Returns:
A list of decorators
getDefault() - Method in ConnectionSourceSettings
Returns:
Any defaults
getDefaultAction() - Method in DefaultGrailsControllerClass
getDefaultAction() - Method in GrailsControllerClass
Returns the default action for this Controller.
getDefaultCollectionInstanceForType(java.lang.Class) - Method in SimpleDataBinder
getDefaultColumnName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getDefaultConnectionSource() - Method in AbstractConnectionSources
getDefaultConnectionSource() - Method in ConnectionSources
Obtains the default ConnectionSource
getDefaultConnectionSourceName(org.grails.datastore.mapping.model.PersistentEntity) - Method in ConnectionSourcesSupport
If a domain class uses more than one datasource, we need to know which one to use when calling a method without a namespace qualifier.
getDefaultConstraints() - Method in ConstraintEvaluatorAdapter
getDefaultConstraints(grails.config.Config) - Method in ConstraintEvalUtils
Looks up the default configured constraints from the given configuration
getDefaultConstraints() - Method in ConstraintsEvaluator
The default constraints to use
getDefaultConstraints() - Method in DefaultConstraintEvaluator
getDefaultConstructor(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
Obtains the default constructor for the given class node.
getDefaultContextLoaderClassName(Class<?>) - Method in GrailsJunit4ClassRunner
getDefaultCurrencyCodes() - Method in CurrencyInputRenderer
getDefaultDatabase() - Method in AbstractMongoSession
Returns:
The name of the default database
getDefaultDatabase() - Method in MongoDatastore
Returns:
The default database name
getDefaultDatabaseName() - Method in DocumentMappingContext
getDefaultDatabaseName(org.springframework.core.env.PropertyResolver) - Method in MongoMappingContext
getDefaultDataSource(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
deprecated:
Use MultipleDataSourceSupport#getDefaultDataSource(PersistentEntity)#getDefaultDataSource(PersistentEntity) instead
getDefaultDataSource(org.grails.datastore.mapping.model.PersistentEntity) - Method in MultipleDataSourceSupport
If a domain class uses more than one datasource, we need to know which one to use when calling a method without a namespace qualifier.
getDefaultEncodeAs() - Method in DefaultGrailsTagLibClass
getDefaultEncodeAs() - Method in GrailsTagLibClass
getDefaultEngine() - Method in GrailsDependencyVersions
getDefaultFeatures() - Method in AbstractProfile
getDefaultFeatures() - Method in Profile
Returns:
The default features for this profile
getDefaultFlushMode() - Method in AbstractHibernateCriteriaBuilder
getDefaultFlushMode() - Method in AbstractHibernateDatastore
Returns:
Obtains the default flush mode level
getDefaultFlushMode() - Method in MongoDatastore
Returns:
The default flush mode
getDefaultFlushModeName() - Method in AbstractHibernateDatastore
Returns:
The name of the default value flush
getDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
getDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
Obtains the default manner in which identifiers are mapped.
getDefaultInputMask() - Method in GrailsConsole
getDefaultLabel() - Method in BeanPropertyAccessor
Returns:
default label text for the property at the end of the path.
getDefaultLabel() - Method in BeanPropertyAccessorImpl
getDefaultLabel() - Method in DelegatingBeanPropertyAccessorImpl
getDefaultLabel() - Method in DomainProperty
Returns:
The default label for the property (natural name)
getDefaultLabel() - Method in DomainPropertyImpl
getDefaultLabel() - Method in PropertyPathAccessor
getDefaultMapping() - Method in DocumentMappingContext
getDefaultMessage(java.lang.String) - Method in AbstractConstraint
Returns the default message for the given message code in the current locale.
getDefaultOption() - Method in CurrencyInputRenderer
getDefaultOption() - Method in LocaleInputRenderer
getDefaultOption() - Method in MapToSelectInputRenderer
Returns:
The default to be selected in the select element
getDefaultOption() - Method in TimeZoneInputRenderer
getDefaultProfile() - Method in CreateAppCommand
getDefaultProfile() - Method in CreatePluginCommand
getDefaultProfile() - Method in CreateProfileCommand
getDefaultPropertySource(org.springframework.core.env.ConfigurableEnvironment, java.lang.String) - Method in Sitemesh3GrailsPlugin
getDefaultResourceLoader() - Method in DefaultResourceLocator
getDefaultResourceLoader() - Method in ResourceLocator
getDefaultTableHeader(org.grails.scaffolding.model.property.DomainProperty) - Method in ContextMarkupRendererImpl
getDefaultTaglibEncoder() - Method in OutputEncodingStack
getDefaultTaglibEncoder() - Method in OutputEncodingStackAttributes
getDefaultValue(java.lang.String) - Method in OutputEncodingSettings
getDefinedFormats(groovy.lang.Closure) - Method in MimeTypesApiSupport
getDefinition() - Method in MongoCollection.Index
getDelegate() - Method in AbstractClosureProxy
getDelegateInvokeMethod() - Method in BuilderTypeCheckingExtension
Returns:
The method node to invoke for unresolved methods within closures of the builder (implicit this)
getDelegateInvokeMethod() - Method in JsonTemplateTypeCheckingExtension
getDeleteMap(java.lang.Iterable) - Method in MongoSession
getDependencies() - Method in AbstractProfile
getDependencies() - Method in CompositeDependencyManagement
getDependencies() - Method in DependencyManagement
Returns the managed dependencies.
getDependencies() - Method in Feature
Returns:
The dependency definitions for this feature
getDependencies() - Method in GrailsDependencyVersions
getDependencies() - Method in MavenModelDependencyManagement
getDependencies() - Method in Profile
Returns:
The dependency definitions for this profile
getDependencyNames() - Method in AbstractGrailsPlugin
getDependencyNames() - Method in DefaultGrailsPlugin
getDependencyNames() - Method in GrailsPlugin
Returns:
The names of the plugins this plugin is dependant on
getDependencyResolutionContext() - Method in DependencyCustomizer
getDependentVersion(java.lang.String) - Method in AbstractGrailsPlugin
getDependentVersion(java.lang.String) - Method in DefaultGrailsPlugin
getDependentVersion(java.lang.String) - Method in GrailsPlugin
The version of the specified dependency
getDeployedAbsoluteViewURI(java.lang.String) - Method in GroovyPagesUriService
getDeployedAbsoluteViewURI(java.lang.String) - Method in GroovyPagesUriSupport
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
getDeployedViewURI(java.lang.String, java.lang.String) - Method in DefaultGroovyPagesUriService
getDeployedViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriService
getDeployedViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriSupport
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
getDepth() - Method in JSON
getDepth() - Method in XML
getDescription() - Method in AbstractCommand
getDescription() - Method in AbstractProfile
getDescription() - Method in ApplicationCommand
getDescription() - Method in ClosureExecutingCommand
getDescription() - Method in Command
Returns:
The description of the command
getDescription() - Method in DefaultFeature
getDescription() - Method in Described
Returns:
The description
getDescription() - Method in Feature
Returns:
The description of the profile
getDescription() - Method in GradleTaskCommandAdapter
getDescription() - Method in GrailsResource
getDescription() - Method in HelpExample
getDescription() - Method in Profile
Returns:
The description of the profile
getDescription() - Method in RunCommand
getDescription() - Method in SpringResource
getDescriptor() - Method in DefaultGrailsPlugin
getDescriptor() - Method in GrailsPluginInfo
Returns the location of the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy file)
getDescriptor() - Method in PluginAstReader.BasicGrailsPluginInfo
getDesiredMongoDockerName() - Method in AbstractMongoGrailsExtension
Returns the configured docker image name
getDesiredMongoVersion() - Method in AbstractMongoGrailsExtension
Returns the desire mongo version.
getDestinationDirectory(java.io.File) - Method in CreateAppCommand
getDestroyClosure() - Method in DefaultGrailsBootstrapClass
getDestroyClosure() - Method in GrailsBootstrapClass
Returns the destroy closure which is called on application exit.
getDetachedCriteria() - Method in DynamicFinderInvocation
getDetachedCriteriaType(org.codehaus.groovy.ast.ClassNode) - Method in AbstractDetachedCriteriaServiceImplementor
getDetachedCriteriaType(org.codehaus.groovy.ast.ClassNode) - Method in AbstractWhereImplementer
getDialect(org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
getDialect() - Method in GormDatabase
getDialect() - Method in GrailsDataSource
The dialect implementation to use.
getDialect(org.hibernate.SessionFactory) - Method in HibernateQuery
getDialectResolutionInfo() - Method in HibernateDialectDetectorFactoryBean
getDirectChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
getDirectChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Obtains only the direct children (1 level down) for the given root entity
getDirection() - Method in NoopVisitor
getDirection() - Method in Query.Order
Returns:
The direction order by
getDirective() - Method in AbstractClosureProxy
getDirtyCheckingState(java.lang.Object) - Method in EntityReflector
Returns:
Obtains the dirty checking state for the given entity
getDirtyPropertyNames() - Method in GormEntity
Obtains a list of property names that are dirty.
getDirtyPropertyNames(D) - Method in GormInstanceApi
Obtains a list of property names that are dirty
getDirtyPropertyNames(D) - Method in HibernateGormInstanceApi
Obtains a list of property names that are dirty
getDiscriminator() - Method in AbstractPersistentEntity
getDiscriminator() - Method in PersistentEntity
The discriminator used when persisting subclasses of an inheritance hierarchy
getDiscriminatorAttributeName() - Method in BsonPersistentEntityCodec
Returns:
The name of the discriminator
getDiscriminatorAttributeName() - Method in PersistentEntityCodec
getDocumentMappingContext() - Method in AbstractMongoSession
getDocumentMappingContext() - Method in MongoCodecSession
getDomain() - Method in DomainUnitTest
Returns:
An instance of the domain class
getDomainClass() - Method in DomainProperty
Returns:
The PersistentEntity the property belongs to
getDomainClasses() - Method in HibernateSpec
Returns:
The domain classes
getDomainClasses() - Method in MongoSpec
Returns:
The domain classes
getDomainClassesToMock() - Method in DataTest
getDomainClassesToMock() - Method in DomainUnitTest
getDomainClassMap() - Method in GroovyPagesTemplateEngine
getDomainClassType(java.lang.Object, java.lang.String) - Method in GrailsWebDataBinder
Parameters:
obj - any object
getDomainProperty() - Method in BeanPropertyAccessor
Returns:
the GORM persistent property descriptor for the property at the end of the path, e.g. for `address.home.street` then the descriptor of `street` is returned.
getDomainProperty() - Method in DelegatingBeanPropertyAccessorImpl
getDomainProperty() - Method in PropertyPathAccessor
getDomainRegistryEntries() - Method in DomainRendererRegistry
getDouble(java.lang.String, java.lang.Double) - Method in AbstractTypeConvertingMap
getDouble(int) - Method in JSONArray
Get the double value associated with an index.
getDouble(java.lang.String) - Method in JSONObject
Get the double value associated with a key.
getDriver() - Method in BrowserDelegate
Delegates to geb.Browser#getDriver().
getDriverClassName() - Method in DatabaseDriver
Return the driver class name.
getDriverClassName() - Method in GrailsDataSource
The driver class name for the data source.
getDynamicFinderPrefix() - Method in CountByImplementer
getDynamicFinderPrefix() - Method in FindAllByImplementer
getDynamicFinderPrefix() - Method in FindOneByImplementer
getDynamicTemplatePrefix() - Method in JsonViewTemplateEngine
getDynamicTemplatePrefix() - Method in MarkupViewTemplateEngine
getDynamicTemplatePrefix() - Method in ResolvableGroovyTemplateEngine
getELContext() - Method in GroovyPagesPageContext
getElementName(java.lang.Object) - Method in ArrayMarshaller
getElementName(java.lang.Object) - Method in CollectionMarshaller
getElementName(java.lang.Object) - Method in MapMarshaller
getElementName(java.lang.Object) - Method in NameAwareMarshaller
Returns the tag name for the object
getElementName(java.lang.Object) - Method in ProxyUnwrappingMarshaller
getElementName(java.lang.Object) - Method in ValidationErrorsMarshaller
getElementName(java.lang.Object) - Method in XML
getEmbedded(T, java.lang.String) - Method in AbstractMongoObectEntityPersister
getEmbedded() - Method in AbstractPersistentEntity
getEmbedded(T, java.lang.String) - Method in NativeEntryEntityPersister
Implementors should override to provide support for embedded objects.
getEmbedded() - Method in PersistentEntity
A list of embedded associations for this entity.
getEmbedded(java.util.Map, java.lang.String) - Method in SimpleMapEntityPersister
getEncodeAsForTag(java.lang.String) - Method in DefaultGrailsTagLibClass
getEncodeAsForTag(java.lang.String) - Method in GrailsTagLibClass
getEncodeAsForTag(java.lang.String, java.lang.String) - Method in TagLibraryLookup
getEncodedAppender() - Method in CodecPrintWriter
getEncodedAppender() - Method in EncodedAppenderFactory
Gets the EncodedAppender that is connected to the instance of this implementation.
getEncodedAppender() - Method in EncodedAppenderWriter
getEncodedAppender() - Method in GSPResponseWriter
getEncodedAppender() - Method in OutputEncodingStack.OutputProxyWriter
getEncodedAppender() - Method in StreamCharBuffer.StreamCharBufferWriter
getEncodedAppender() - Method in StreamingEncoderWriter
getEncoder() - Method in CodecFactory
Gets the encoder instance.
getEncoder() - Method in CodecPrintWriter
getEncoder() - Method in DefaultGrailsCodecClass
getEncoder() - Method in EncodedAppenderWriter
getEncoder() - Method in EncoderAware
Gets the current encoder in use.
getEncoder() - Method in GSPResponseWriter
getEncoder() - Method in HTML4Codec
getEncoder() - Method in HTMLCodec
getEncoder() - Method in HTMLJSCodec
getEncoder() - Method in JavaScriptCodec
getEncoder() - Method in OutputEncodingStack.OutputProxyWriter
getEncoder() - Method in RawCodec
getEncoder() - Method in StreamingEncoderWriter
getEncoder() - Method in XMLCodecFactory
getEncoderClass() - Method in BigDecimalCodec
getEncoderClass() - Method in BigIntegerCodec
getEncoderClass() - Method in BsonPersistentEntityCodec
getEncoderClass() - Method in CodecExtensions.CurrencyCodec
getEncoderClass() - Method in CodecExtensions.GStringCodec
getEncoderClass() - Method in CodecExtensions.IntRangeCodec
getEncoderClass() - Method in CodecExtensions.ListCodec
getEncoderClass() - Method in CodecExtensions.LocaleCodec
getEncoderClass() - Method in CodecExtensions.MapCodec
getEncoderClass() - Method in InstantCodec
getEncoderClass() - Method in LocalDateCodec
getEncoderClass() - Method in LocalDateTimeCodec
getEncoderClass() - Method in LocalTimeCodec
getEncoderClass() - Method in OffsetDateTimeCodec
getEncoderClass() - Method in OffsetTimeCodec
getEncoderClass() - Method in PeriodCodec
getEncoderClass() - Method in ZonedDateTimeCodec
getEncoderForContentType(java.lang.String) - Method in FilteringCodecsByContentTypeSettings
getEncoders() - Method in EncodingState
Gets the current encoding state (= encoder that have been applied)
getEncoders() - Method in EncodingStateImpl
getEncoding() - Method in BoundedCharsAsEncodedBytesCounter
getEncoding() - Method in ChainedConverterConfiguration
getEncoding() - Method in ConverterConfiguration
Lookup the configured default Character encoding for the Converter
getEncoding() - Method in DefaultConverterConfiguration
getEncoding() - Method in ImmutableConverterConfiguration
getEncoding() - Method in ViewConfiguration
Returns:
The default encoding to use to render views
getEncodingState() - Method in StreamCharBuffer.EncodedPart
getEncodingStateFor(java.lang.CharSequence) - Method in DefaultEncodingStateRegistry
getEncodingStateFor(java.lang.CharSequence) - Method in EncodingStateRegistry
Gets the current encoding state for a CharSequence.
getEncodingStateRegistry() - Method in DefaultOutputContextLookup.DefaultOutputContext
getEncodingStateRegistry() - Method in GrailsWebRequest
getEncodingStateRegistry() - Method in OutputContext
getEncodingStateRegistryLookup() - Method in EncodingStateRegistryLookupHolder
getEndColumn() - Method in SimpleCharStream
Get token end column number.
getEndLine() - Method in SimpleCharStream
Get token end line number.
getEngineInfo() - Method in GroovyPagesJspFactory
getEntity() - Method in AbstractClassMapping
getEntity() - Method in AbstractHibernateQuery
getEntity() - Method in AbstractPersistenceEvent
getEntity() - Method in BeanEntityAccess
getEntity() - Method in BeanPropertyAccessor
Returns:
the GORM domain type of `beanType`.
getEntity() - Method in ClassMapping
Obtains the PersistentEntity for this class mapping
getEntity(SaveOrUpdateEvent) - Method in ClosureEventTriggeringInterceptor
getEntity() - Method in DelegatingBeanPropertyAccessorImpl
getEntity() - Method in EntityAccess
Returns:
The entity being persisted
getEntity() - Method in FieldEntityAccess
getEntity() - Method in HibernatePersistentEntity
getEntity() - Method in ManualEntityOrdering
getEntity() - Method in PendingOperation
Returns:
The PersistentEntity being inserted
getEntity() - Method in PendingOperationAdapter
getEntity() - Method in PropertyPathAccessor
getEntity() - Method in Query
Returns:
The PersistentEntity being query
getEntityAccess() - Method in AbstractPersistenceEvent
getEntityAccess() - Method in PendingInsert
Returns:
The EntityAccess object for the entity to be inserted
getEntityAccess() - Method in PendingInsertAdapter
getEntityAccess() - Method in PendingUpdate
Returns:
The EntityAccess object for the entity to be inserted
getEntityAccess() - Method in PendingUpdateAdapter
getEntityFamily() - Method in AbstractKeyValueEntityPersister
getEntityFamily() - Method in AbstractMongoObectEntityPersister
getEntityFamily() - Method in NativeEntryEntityPersister
getEntityInterceptor() - Method in HibernateMappingContextSessionFactoryBean
getEntityMappedFormType() - Method in AbstractGormMappingFactory
getEntityMappedFormType() - Method in GormDocumentMappingFactory
getEntityMappedFormType() - Method in GormKeyValueMappingFactory
getEntityObject() - Method in AbstractPersistenceEvent
getEntityPersister(java.lang.String, org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
getEntityPersister(java.lang.String, org.hibernate.SessionFactory) - Method in HibernateQuery
getEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
Obtains a EntityReflector instance for the given entity
getEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Obtains a EntityReflector instance for the given entity
getEntityTrait() - Method in GormEntityTraitProvider
getEntityValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
Retrieves a validator for an entity
getEntityValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Obtains a validator for the given entity
getEntryValue(T, java.lang.String) - Method in AbstractMongoObectEntityPersister
getEntryValue(T, java.lang.String) - Method in NativeEntryEntityPersister
Reads a value for the given key from the native entry
getEntryValue(java.util.Map, java.lang.String) - Method in SimpleMapEntityPersister
getEnumType() - Method in Property
Returns:
The type of the enum, either ordinal or string
getEnumType() - Method in PropertyConfig
getEnumTypeObject() - Method in Property
Returns:
The type of the enum, either ordinal or string
getEnumValues(org.grails.scaffolding.model.property.DomainProperty) - Method in EnumInputRenderer
getEnvironment() - Method in GrailsWebApplicationContext
getEnvironmentConfig(java.lang.String) - Method in ApplicationContextDatabaseMigrationCommand
getEnvironmentVariable(java.lang.String) - Method in SpringApplicationLauncher
getErr() - Method in GrailsConsole
getError() - Method in JspMessageTag
getErrors() - Method in BeanPropertyAccessor
Returns:
the resolved messages for any validation errors present on the property at the end of the path.
getErrors() - Method in BeanPropertyAccessorImpl
getErrors() - Method in Controller
Obtains the errors instance for the current controller
getErrors(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
getErrors() - Method in DelegatingBeanPropertyAccessorImpl
getErrors() - Method in GormValidateable
Obtains the errors for an instance
getErrors(D) - Method in GormValidationApi
Obtains the errors for an instance
getErrors(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
Parameters:
request
getErrors() - Method in PropertyPathAccessor
getErrors() - Method in Validateable
Returns:
The errors
getErrors() - Method in ValidationException
Returns:
The errors object
getEvent() - Method in EventTrigger
Returns:
The event being triggered
getEventBus() - Method in EventBusAware
Returns:
Retrieves the event bus
getEventListeners() - Method in HibernateMappingContextSessionFactoryBean
getEventTriggeringInterceptor() - Method in AbstractHibernateDatastore
getEventType() - Method in AbstractPersistenceEvent
getEventType() - Method in AbstractQueryEvent
Returns:
The type of event.
getEventType() - Method in GrailsContextEvent
getEventType() - Method in PostDeleteEvent
getEventType() - Method in PostInsertEvent
getEventType() - Method in PostLoadEvent
getEventType() - Method in PostQueryEvent
Returns:
The type of event.
getEventType() - Method in PostUpdateEvent
getEventType() - Method in PreDeleteEvent
getEventType() - Method in PreInsertEvent
getEventType() - Method in PreLoadEvent
getEventType() - Method in PreQueryEvent
Returns:
The type of event.
getEventType() - Method in PreUpdateEvent
getEventType() - Method in SaveOrUpdateEvent
getEventType() - Method in ValidationEvent
getEvictionNames() - Method in AbstractGrailsPlugin
getEvictionNames() - Method in GrailsPlugin
Returns:
The names of the plugins this plugin should evict onload
getExample() - Method in HelpExample
getExamples() - Method in AbstractCommand
getExamples() - Method in Command
Return some examples for the command.
getException() - Method in GroovyPagesPageContext
getExceptionHandlerMethodFor(Class<? extends Exception>) - Method in Controller
getExceptionHandlerMethods(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in ControllerActionTransformer
getExceptionType() - Method in ControllerExceptionHandlerMetaData
getExceptionType() - Method in ResponseCodeUrlMapping
getExcludePatterns() - Method in AbstractGrailsControllerUrlMappings
getExcludePatterns() - Method in DefaultGrailsUrlMappingsClass
getExcludePatterns() - Method in DefaultUrlMappingsHolder
getExcludePatterns() - Method in GrailsUrlMappingsClass
Returns a List of URI patterns to exclude.
getExcludePatterns() - Method in UrlMappingsHolder
Retrieves the held Exclude Pattern instances as a list, could be null if there is no exclude
getExcludes(java.lang.Class) - Method in AbstractConverter
Gets the excludes for the given type
getExcludes(java.lang.Class) - Method in ConfigurableConverter
Gets the excludes for the given type
getExcludes(java.util.Map) - Method in DefaultJsonViewHelper
getExcludes() - Method in RenderContext
Which properties should be excluded from rendering
getExclusions() - Method in Dependency
Return the dependency exclusions.
getExecutablePatterns() - Method in AbstractProfile
getExecutablePatterns() - Method in Profile
Returns:
The list of file patterns which should be executable in the resulting application
getExecutedJarFile() - Method in GrailsUpdater
Returns:
the jar file for the `grails-cli` verison that was selected by this updater`
getExecutionContext() - Method in CommandLineHelper
getExecutionContext() - Method in GroovyScriptCommand
getExpandoMetaClass(java.lang.Class) - Method in GrailsClassUtils
getExpandoMetaClass(Class<?>) - Method in GrailsMetaClassUtils
getExpandoMetaClass(Class<?>) - Method in MetaClassUtils
getExpandProperties(grails.plugin.json.view.api.JsonView, java.util.Map) - Method in DefaultJsonViewHelper
getExpressionCodecDirectiveValue() - Method in GroovyPageParser
getExpressionEncoder() - Method in GroovyPageMetaInfo
getExpressionEncoder() - Method in OutputEncodingStack
getExpressionEncoder() - Method in OutputEncodingStackAttributes
getExpressionFactory() - Method in GroovyPagesJspApplicationContext
getExpressionOut() - Method in GroovyPage
getExpressions() - Method in DynamicFinderInvocation
getExpressionText(java.lang.String, boolean) - Method in GroovyPageParser
getExpressionWriter() - Method in OutputEncodingStack
getExtendedMethods() - Method in AbstractGormApi
getExtends() - Method in AbstractProfile
getExtends() - Method in Profile
The other Profile instances that this Profile extends
getExtension() - Method in ViewConfiguration
Returns:
The file extension
getFactory() - Method in AbstractConnectionSources
getFactory() - Method in ConnectionSources
Returns:
The factory used to create new connections
getFailedLoadPlugins() - Method in AbstractGrailsPluginManager
getFailedLoadPlugins() - Method in GrailsPluginManager
Returns:
An array of plugins that failed to load due to dependency resolution errors
getFailedPlugin(java.lang.String) - Method in AbstractGrailsPluginManager
getFailedPlugin(java.lang.String) - Method in GrailsPluginManager
Retrieves a plug-in that failed to load, or null if it doesn't exist
getFailOnError() - Method in DataTest
getFallBackValue(java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
getFamily(org.grails.datastore.mapping.model.PersistentEntity, ClassMapping<Family>) - Method in AbstractKeyValueEntityPersister
getFamily() - Method in KeyValueEntry
getFamily(org.grails.datastore.mapping.model.PersistentEntity) - Method in SimpleMapQuery
getFeatures() - Method in AbstractProfile
getFeatures() - Method in Profile
Returns:
The features for this profile
getFetchMode(java.lang.Object) - Method in DynamicFinder
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
getFetchMode(java.lang.Object) - Method in GrailsHibernateQueryUtils
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
getFetchMode(java.lang.Object) - Method in GrailsHibernateUtil
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
getFetchMode() - Method in PropertyConfig
Returns:
The Hibernate FetchMode
getFetchStrategies() - Method in AbstractDetachedCriteria
Returns:
Obtain the fetch strategies for each property
getFetchStrategy() - Method in Association
Returns:
The fetch strategy for the association
getField() - Method in JspEachErrorTag
getField() - Method in JspHasErrorsTag
getField() - Method in JspRenderErrorsTag
getField() - Method in MongoAttribute
Returns:
The field name to map to
getField(java.lang.Class, java.lang.String) - Method in SimpleDataBinder
getFieldValue(java.lang.Object, java.lang.String) - Method in GrailsClassUtils
Get the value of a declared field on an object
getFile() - Method in ByteArrayResource
getFile(java.lang.String) - Method in GrailsMockHttpServletRequest
{
inheritDoc:
}
getFile() - Method in GrailsResource
getFile() - Method in ResourceMatcher.MatchedResource
getFile() - Method in SpringResource
getFileBasename(java.lang.String) - Method in GrailsStringUtils
Obtains the base name of a file excluding path and extension
getFileExtensions() - Method in YamlPropertySourceLoader
getFileMap() - Method in GrailsMockHttpServletRequest
{
inheritDoc:
}
getFilename() - Method in ByteArrayResource
getFileName(java.lang.StackTraceElement) - Method in DefaultErrorsPrinter
getFileName(java.lang.StackTraceElement) - Method in DefaultStackTracePrinter
getFilename() - Method in GrailsByteArrayResource
getFilename() - Method in GrailsResource
getFileName() - Method in GrailsTagException
getFileName() - Method in GroovyPagesException
getFilename() - Method in MockFileResource
getFilename() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
getFileName() - Method in SourceCodeAware
getFilename() - Method in SpringResource
getFileName() - Method in ViewRenderException
getFileNameInfo(java.lang.Throwable, org.springframework.core.io.Resource) - Method in DefaultErrorsPrinter
getFileNames() - Method in GrailsMockHttpServletRequest
{
inheritDoc:
}
getFiles(java.lang.String) - Method in GrailsMockHttpServletRequest
{
inheritDoc:
}
getFileSystemName() - Method in AbstractGrailsPlugin
getFileSystemName() - Method in GrailsPlugin
Returns the name of the plugin as represented in the file system including the version.
getFileSystemShortName() - Method in AbstractGrailsPlugin
getFileSystemShortName() - Method in GrailsPlugin
Returns the name of the plugin as represented on the file system without the version.
getFileTimestamp() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
getFilteringCodec() - Method in GrailsWebRequest
getFilteringEncoder() - Method in GrailsWebRequest
getFinders() - Method in GormEnhancer
getFindMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in FindOneStringQueryImplementer
getFirstArtefact(java.lang.String) - Method in DefaultGrailsApplication
getFirstRuntimeException(java.lang.Throwable) - Method in ExceptionUtils
getFirstRuntimeException(java.lang.Throwable) - Method in GrailsExceptionResolver
getFlash() - Method in GrailsWebUnitTest
The Grails 'flash' object @return
getFlash() - Method in WebAttributes
Obtains the Grails FlashScope instance
getFlashScope(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
getFlashScope(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
Retrieves the flash scope instance for the given requeste
getFlashScope() - Method in GrailsWebRequest
Returns:
The FlashScope instance for the current request
getFlatConfig() - Method in Holders
getFloat(java.lang.String, java.lang.Float) - Method in AbstractTypeConvertingMap
getFlushMode() - Method in AbstractHibernateSession
getFlushMode() - Method in AbstractSession
getFlushMode() - Method in GrailsHibernateTemplate
Return if a flush should be forced after executing the callback code.
getFlushMode() - Method in HibernateSession
getFlushMode(org.hibernate.Session) - Method in HibernateVersionSupport
Get the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
getFlushMode() - Method in IHibernateTemplate
getFlushMode() - Method in Session
Obtains the current FlushModeType
getForeachRenamedIt() - Method in GroovySyntaxTag
getForeignKeyForPropertyDomainClass(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getFormat() - Method in Constrained
getFormat() - Method in ConstrainedDelegate
getFormat(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
Obtains the request format, which is dictated by the CONTENT_TYPE header and evaluated using the configured MimeType instances.
getFormat(jakarta.servlet.http.HttpServletResponse) - Method in HttpServletResponseExtension
Obtains the format to use for the response using either the file extension or the ACCEPT header
getFormatFromPattern(java.lang.String, java.lang.Object, java.util.Locale) - Method in DefaultGrailsTagDateHelper
getFormatFromPattern(java.lang.String, java.lang.Object, java.util.Locale) - Method in GrailsTagDateHelper
Retrieve a date format object to be passed to the format method
getFormatFromURI(java.lang.String, grails.web.mime.MimeType) - Method in WebUtils
Obtains the format from the URI.
getFormatString(java.lang.annotation.Annotation) - Method in GrailsWebDataBinder
getFormatString(java.lang.annotation.Annotation) - Method in SimpleDataBinder
Parameters:
annotation - An instance of grails.databinding.BindingFormat or org.grails.databinding.BindingFormat
getFormattedConverter(java.lang.reflect.Field, java.lang.String) - Method in SimpleDataBinder
Get a ValueConverter for field
getForwardURI() - Method in GrailsMockHttpServletRequest
Implementation of the dynamic "forwardURI" property.
getForwardURI(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
getForwardURI(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
Obtains the forwardURI from the request, since Grails uses a forwarding technique for URL mappings.
getFrom() - Method in JspSelectTag
getFrom() - Method in Query.Between
getFromTPCache(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in ThirdPartyCacheEntityPersister
getFullName() - Method in AbstractGrailsClass
getFullName() - Method in DefaultGrailsPlugin
getFullName(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
Gets the full name of a ClassNode.
getFullName() - Method in GrailsClass
Returns the full name of the class in the application with the trailing convention part and with the package name.
getFullName() - Method in GrailsPluginInfo
Returns:
The full name of the plugin including version
getFullName() - Method in Model
Returns:
The class name including package
getFullName() - Method in PluginAstReader.BasicGrailsPluginInfo
getFunctionName() - Method in FunctionCallingCriterion
getFurthestParent(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
getFurthestUnresolvedParent(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
getFurthestUnresolvedParent(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
getG() - Method in GrailsView
Returns:
Obtain the view helper
getG() - Method in JsonView
Returns:
The default view helper
getGenerator() - Method in DefaultJsonViewHelper
getGenerator() - Method in IdentityMapping
Returns:
The type of value generated used
getGenerator() - Method in JpaMappingConfigurationStrategy
getGenerator() - Method in MappingFactory
getGenericType(java.lang.Class, java.beans.PropertyDescriptor) - Method in DefaultJsonViewHelper
getGenericType(java.lang.Class) - Method in MappingUtils
getGenericTypeForMapProperty(java.lang.Class, java.lang.String, boolean) - Method in MappingUtils
getGenericTypeForProperty(java.lang.Class, java.lang.String) - Method in MappingUtils
getGetter() - Method in TraitPropertyAccessStrategy
getGetterAndSetterForPropertyName(LinkedHashMap<String, GetterAndSetter>, java.lang.String) - Method in DirtyCheckingTransformer
getGetterName(java.lang.String) - Method in GrailsClassUtils
Calculate the name for a getter method to retrieve the specified property
getGetterName(java.lang.String) - Method in MappingUtils
Calculate the name for a getter method to retrieve the specified property
getGetterName(java.lang.String, boolean) - Method in NameUtils
Retrieves the name of a setter for the specified property name
getGlobalClassInjectors() - Method in GrailsAwareInjectionOperation
getGormDynamicFinders() - Method in GormEntity
getGormDynamicFinders() - Method in GormStaticApi
getGormDynamicFinders() - Method in GormStaticOperations
Returns:
The GORM dynamic finders
getGormDynamicFinders() - Method in TenantDelegatingGormOperations
getGormPersistentEntity() - Method in GormEntity
Returns:
The PersistentEntity for this class
getGormPersistentEntity() - Method in GormStaticApi
Returns:
The PersistentEntity for this class
getGormPersistentEntity() - Method in GormStaticOperations
Returns:
The PersistentEntity for this class
getGormPersistentEntity() - Method in TenantDelegatingGormOperations
getGrailsApplication() - Method in ApplicationAttributes
Returns:
Retrieves the grails application instance
getGrailsApplication() - Method in DefaultGrailsApplicationAttributes
getGrailsApplication() - Method in DefaultOutputContextLookup.DefaultOutputContext
getGrailsApplication() - Method in GrailsAutoConfiguration
getGrailsApplication() - Method in GrailsUnitTest
Returns:
The GrailsApplication instance
getGrailsApplication() - Method in GroovyPageMetaInfo
getGrailsApplication() - Method in Holders
getGrailsApplication() - Method in OutputContext
getGrailsApplication() - Method in WebAttributes
Obtains the GrailsApplication instance
getGrailsApplicationClass() - Method in AbstractDatastoreInitializer
getGrailsAttributes() - Method in WebAttributes
Obtains the GrailsApplicationAttributes instance
getGrailsCacheManager() - Method in GrailsCacheManagerAware
Returns:
The Grails cache manager or null if it isn't present
getGrailsClass(java.lang.String) - Method in ArtefactInfo
getGrailsClass(java.lang.String) - Method in DefaultArtefactInfo
getGrailsClassByLogicalPropertyName(java.lang.String) - Method in ArtefactInfo
Retrieves a Grails class by its logical property name.
getGrailsClassByLogicalPropertyName(java.lang.String) - Method in DefaultArtefactInfo
getGrailsClasses() - Method in ArtefactInfo
Gets you the array of all artefact GrailsClass(es), the classes used to track information about the artefact.
getGrailsClasses() - Method in DefaultArtefactInfo
getGrailsClassesByName() - Method in ArtefactInfo
getGrailsClassesByName() - Method in DefaultArtefactInfo
getGrailsConsole() - Method in GroovyScriptCommand
Returns:
The GrailsConsole instance
getGrailsEnv() - Method in GroovyScriptCommand
Returns:
The name of the current Grails environment
getGrailsLinkGenerator() - Method in ResponseRedirector
getGrailsPlugin(java.lang.String, java.lang.Object) - Method in AbstractGrailsPluginManager
getGrailsPlugin(java.lang.String, java.lang.Object) - Method in GrailsPluginManager
Retrieves a plug-in for its name and version
getGrailsPlugin(java.lang.String, BigDecimal) - Method in MockGrailsPluginManager
getGrailsPluginForClassName(java.lang.String) - Method in AbstractGrailsPluginManager
getGrailsPluginForClassName(java.lang.String) - Method in GrailsPluginManager
Obtains a GrailsPlugin for the given classname
getGrailsValidatorClass() - Method in AbstractDatastoreInitializer
getGrailsVersion() - Method in GrailsUtil
getGroovyPageFileName() - Method in GroovyPage
getGroovyPageLocator() - Method in GroovyPagesTemplateEngine
getGroovyPageMetaInfo() - Method in GroovyPageCompiledScriptSource
getGroovyPageSourceDecorators() - Method in GroovyPagesTemplateEngine
getGroovyPagesTemplateEngine() - Method in GroovyPagesServlet
getGroovyPagesUriService() - Method in DefaultGrailsApplicationAttributes
getGroovyPagesUriService() - Method in GrailsApplicationAttributes
Returns:
The GroovyPageUriService instance
getGroovySource() - Method in GroovyPageMetaInfo
getGroupId(java.lang.String) - Method in ArtifactCoordinatesResolver
Gets the group id of the artifact identified by the given module.
getGroupId() - Method in Dependency
Return the dependency group id.
getGroupId() - Method in Dependency.Exclusion
Return the exclusion group ID.
getGroupId(java.lang.String) - Method in DependencyManagementArtifactCoordinatesResolver
getGspDeclaration() - Method in ModelEntry
getGspEncoding() - Method in GroovyPageParser
getGspEncoding() - Method in GroovyPagesTemplateEngine
getHandledPrefixes() - Method in AbstractStringQueryImplementer
getHandledPrefixes() - Method in AbstractWhereImplementer
getHandledPrefixes() - Method in CountByImplementer
getHandledPrefixes() - Method in CountImplementer
getHandledPrefixes() - Method in DeleteImplementer
getHandledPrefixes() - Method in DeleteWhereImplementer
getHandledPrefixes() - Method in FindAllByImplementer
getHandledPrefixes() - Method in FindAllImplementer
getHandledPrefixes() - Method in FindAllPropertyProjectionImplementer
getHandledPrefixes() - Method in FindAndDeleteImplementer
getHandledPrefixes() - Method in FindOneByImplementer
getHandledPrefixes() - Method in FindOneImplementer
getHandledPrefixes() - Method in FindOnePropertyProjectionImplementer
getHandledPrefixes() - Method in PrefixedServiceImplementer
Returns:
The handled prefixes
getHandledPrefixes() - Method in SaveImplementer
getHandledPrefixes() - Method in UpdateOneImplementer
getHandler() - Method in OptionParsingCommand
getHandlerExecutionChain(java.lang.Object, jakarta.servlet.http.HttpServletRequest) - Method in UrlMappingsHandlerMapping
getHandlerInternal(jakarta.servlet.http.HttpServletRequest) - Method in GrailsLayoutHandlerMapping
getHandlerInternal(jakarta.servlet.http.HttpServletRequest) - Method in UrlMappingsHandlerMapping
getHeader(java.lang.String) - Method in MockPart
getHeader(java.lang.String) - Method in Request
Obtains the value of a header
getHeader(java.lang.String) - Method in TestRequestConfigurer
getHeaderNames() - Method in MockPart
getHeaderNames() - Method in Request
Returns:
The header for the request
getHeaderNames() - Method in TestRequestConfigurer
getHeaders(java.lang.String) - Method in MockPart
getHeaders(java.lang.String) - Method in Request
Obtains all the values for the give header
getHeaders(java.lang.String) - Method in TestRequestConfigurer
getHelp() - Method in AbstractCommand
getHelp() - Method in Command
Gets full help text for the command, e.g. a longer description and one line per option.
getHelp() - Method in OptionParsingCommand
getHibernateCriteria() - Method in HibernateQuery
Returns:
The hibernate criteria
getHibernateCriterionAdapter() - Method in AbstractHibernateQuery
getHibernateDetachedCriteria(org.grails.orm.hibernate.query.AbstractHibernateQuery, QueryableCriteria<?>, java.lang.String) - Method in HibernateCriteriaBuilder
getHibernateEventListeners() - Method in HibernateMappingContextSessionFactoryBean
getHibernateProjectionList() - Method in AbstractHibernateQuery.HibernateProjectionList
getHibernateProperties() - Method in HibernateMappingContextSessionFactoryBean
Return the Hibernate properties, if any.
getHibernateSession() - Method in HibernateSpec
Returns:
the current Hibernate session
getHibernateTemplate() - Method in AbstractHibernateDatastore
getHibernateTemplate() - Method in AbstractHibernateGormStaticApi
getHibernateTemplate(int) - Method in HibernateDatastore
getHibernateTemplate() - Method in HibernateGormStaticApi
getHibernateTemplate() - Method in HibernateSession
getHostNameFromHost() - Method in WebDriverContainerHolder
Returns the hostname that the server under test is available on from the host.
getHottestKeys() - Method in GrailsConcurrentLinkedMapCache
getHtmlParts() - Method in GroovyPage
getHtmlParts() - Method in GroovyPageMetaInfo
getHtmlParts() - Method in GroovyPageParser
getHtmlPartsArray() - Method in GroovyPageParser
getHttpMethod() - Method in AbstractUrlMapping
getHttpMethod() - Method in DefaultRequestStateLookupStrategy
getHttpMethod() - Method in DefaultUrlMappingInfo
getHttpMethod() - Method in GrailsRequestStateLookupStrategy
Returns:
The HTTP method
getHttpMethod() - Method in RenderContext
Returns:
The HTTP method
getHttpMethod() - Method in ServletRenderContext
getHttpMethod() - Method in UrlMapping
The HTTP method this URL mapping applies to.
getHttpMethod() - Method in UrlMappingInfo
The HTTP method that this URL mapping maps to
getHttpMethodOverride(jakarta.servlet.http.HttpServletRequest) - Method in HiddenHttpMethodFilter
getId() - Method in DefaultUrlMappingInfo
getId(java.lang.Enum) - Method in EnumType
getId() - Method in GrailsHttpSession
getId() - Method in GrailsWebRequest
getId() - Method in JspFormRemoteTag
getId() - Method in JspFormTag
getId() - Method in JspLinkTag
getId() - Method in JspRemoteFunctionTag
getId() - Method in JspRemoteLinkTag
getId() - Method in JspSubmitToRemoteTag
getId() - Method in UrlMappingInfo
The id part of the URL mapping if any
getIdDynamic(java.lang.Object) - Method in GroovyProxyFactory
getIdentifier() - Method in AbstractClassMapping
getIdentifier() - Method in BeanEntityAccess
getIdentifier() - Method in ClassMapping
Returns details of the identifier used for this class
getIdentifier() - Method in DocumentPersistentEntity.DocumentCollectionMapping
getIdentifier() - Method in EntityAccess
Returns:
Obtains the value of the entity identifier
getIdentifier(java.lang.Object) - Method in EntityProxyHandlerAdapter
getIdentifier(java.lang.Object) - Method in EntityReflector
Returns:
Obtain the identifier
getIdentifier() - Method in FieldEntityAccess
getIdentifier() - Method in GrailsParameterMap
Returns:
The identifier in the request
getIdentifier(java.lang.Object) - Method in GroovyProxyFactory
getIdentifier(java.lang.Object) - Method in HibernateProxyHandler
{@inheritDoc}
getIdentifier(java.lang.Object) - Method in JavassistProxyFactory
getIdentifier(java.lang.Object) - Method in ProxyHandler
Obtains the identifier of an object without initializing the proxy if it is one
getIdentifier(java.lang.Object) - Method in SimpleHibernateProxyHandler
getIdentifierForKey(java.lang.Object) - Method in AbstractMongoObectEntityPersister
getIdentifierGeneratorClass(java.lang.String) - Method in GrailsIdentifierGeneratorFactory
getIdentifierName() - Method in BeanEntityAccess
getIdentifierName() - Method in EntityAccess
Returns:
The name of the identifier property
getIdentifierName() - Method in EntityReflector
Returns:
The name of the identifier
getIdentifierName() - Method in FieldEntityAccess
getIdentifierName(org.grails.datastore.mapping.model.types.Identity) - Method in IdentityEncoder
getIdentifierName() - Method in IdentityMapping
The identifier property name(s).
getIdentifierName() - Method in JpaMappingConfigurationStrategy
getIdentifierName() - Method in MappingFactory
getIdentifierName(org.grails.datastore.mapping.model.ClassMapping) - Method in MongoCodecEntityPersister
getIdentifierName(org.grails.datastore.mapping.model.ClassMapping) - Method in NativeEntryEntityPersister
Obtains the identifier name to use.
getIdentifierName(org.grails.datastore.mapping.model.types.Identity) - Method in PersistentEntityCodec.1
getIdentifierValue() - Method in DataBindingSource
Returns:
the identifier value for binding or null if no identifier is represented by this binding source
getIdentifierValue() - Method in SimpleMapDataBindingSource
getIdentifierValueFrom(java.lang.Object) - Method in GrailsWebDataBinder
getIdentity() - Method in AbstractPersistentEntity
getIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
getIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
Obtains the identity of a persistent entity
getIdentity() - Method in PersistentEntity
Returns the identity of the instance
getIdentityMappedForm(org.grails.datastore.mapping.model.ClassMapping, T) - Method in AbstractGormMappingFactory
getIdentityMappedForm(org.grails.datastore.mapping.model.ClassMapping, org.grails.datastore.mapping.keyvalue.mapping.config.KeyValue) - Method in GormKeyValueMappingFactory
getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
Obtains the identity mapping for the specified class mapping
getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in JpaMappingConfigurationStrategy
getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
Obtains the identity mapping for the specified class mapping
getIdGenerator() - Method in DefaultJsonApiViewHelper
GetImage() - Method in SimpleCharStream
Get token literal value.
getIncludePlugins() - Method in GrailsUnitTest
getIncludes(java.lang.Class) - Method in AbstractConverter
Gets the includes for the given type
getIncludes(java.lang.Class) - Method in ConfigurableConverter
Gets the includes for the given type
getIncludes(java.util.Map) - Method in DefaultJsonViewHelper
getIncludes() - Method in RenderContext
Which properties should be included in rendering
getIndexAttributes() - Method in MongoAttribute
Returns:
The attributes for the index
getIndexColumnName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getIndexColumnType(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getIndexedEntity() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
getIndexedEntity() - Method in AbstractPersistentCollection
getIndexedEntity() - Method in AssociationQueryExecutor
Returns:
The entity to be queried
getIndexedEntity() - Method in SimpleMapEntityPersister.2
getIndexedPropertyReferenceDescriptor(java.lang.Object) - Method in SimpleDataBinder
getIndexName() - Method in PropertyConfig
Shortcut to get the index setting for this property's column.
getIndexName(java.lang.Object) - Method in PropertyValueIndexer
Parameters:
value - The indexed value
getIndexName(java.lang.Object) - Method in SimpleMapEntityPersister.1
getIndexRoot() - Method in SimpleMapEntityPersister.1
getIndices() - Method in MongoCollection
getIndices() - Method in SimpleMapDatastore
getInitClosure() - Method in DefaultGrailsBootstrapClass
getInitClosure() - Method in GrailsBootstrapClass
Returns the init closure which is called on application load.
getInList() - Method in Constrained
getInList() - Method in ConstrainedDelegate
getInList() - Method in DefaultConstrainedProperty
Returns:
Returns the inList.
getInListQueryValues(org.grails.datastore.mapping.model.PersistentEntity, In) - Method in BsonQuery
Get the list of native values to use in the query.
getInnerViewResolver() - Method in LayoutViewResolver
getInput() - Method in GrailsConsole
Returns:
The input stream being read from
getInputProperties(org.grails.datastore.mapping.model.PersistentEntity, java.util.List) - Method in DomainModelService
getInputProperties(org.grails.datastore.mapping.model.PersistentEntity, List<String>) - Method in DomainModelServiceImpl
getInputStream() - Method in ByteArrayResource
getInputStream() - Method in GrailsMockHttpServletRequest
getInputStream() - Method in GrailsResource
getInputStream() - Method in MockPart
getInputStream() - Method in SpringResource
getInputStream() - Method in StreamByteBuffer
getInsertableness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
getInstance() - Method in AbstractHibernateCriteriaBuilder
Returns the criteria instance
getInstance() - Method in DefaultGrailsPlugin
getInstance() - Method in GrailsConsole
getInstance() - Method in GrailsPlugin
Retrieves the wrapped plugin instance for this plugin
getInstance() - Method in GrailsTagRegistry
getInstance(ServletResponse) - Method in GSPResponseWriter
getInstance() - Method in LazyMetaPropertyMap
Returns the wrapped instance.
getInstance(Class<T>, Class<? extends T>) - Method in ServiceRegistry
Returns the service instance of the given service type, loading it using java.util.ServiceLoader if not already loaded or an instance of the default implementation type if no service implementation is found by the java.util.ServiceLoader.
getInstanceApi(Class<D>, java.lang.String) - Method in GormEnhancer
getInstanceApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
getInstanceApi(Class<D>, java.lang.String) - Method in MongoDatastore
getInstanceApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
getInstanceImplementation() - Method in AbstractGrailsArtefactTransformer
The class that provides the implementation of all instance methods and properties
getInstanceImplementation() - Method in ControllerDomainTransformer
getInstanceImplementation() - Method in ConvertersDomainTransformer
getInstanceMethodApiProviders(Class<D>) - Method in GormEnhancer
getInstancePropertyValue(java.lang.Object, java.lang.String) - Method in ClassPropertyFetcher
getInstructions() - Method in AbstractProfile
getInstructions() - Method in Profile
Returns:
Text to display after an application has been created with the profile
getInt(java.lang.String, java.lang.Integer) - Method in AbstractTypeConvertingMap
getInt(int) - Method in JSONArray
Get the int value associated with an index.
getInt(java.lang.String) - Method in JSONObject
Get the int value associated with a key.
getInterceptor() - Method in InterceptorUnitTest
getInversePropertyName() - Method in ManyToMany
getInverseSide() - Method in Association
Returns:
The inverse side or null if the association is not bidirectional
getInverseSide() - Method in Basic
getIterableAsCollection(java.lang.Iterable) - Method in AbstractHibernateSession
getIterableAsCollection(java.lang.Iterable) - Method in GrailsHibernateTemplate
getIterableWritable(java.lang.Iterable, groovy.lang.Closure) - Method in DefaultGrailsJsonViewHelper
getJarFile(java.lang.String) - Method in PathMatchingResourcePatternResolver
Resolve the given jar file URL into a JarFile object.
getJarsFromServletContext() - Method in TagLibraryResolverImpl
getJavaClass() - Method in AbstractPersistentEntity
getJavaClass() - Method in ClassPropertyFetcher
Returns:
The Java that this ClassPropertyFetcher was constructor for
getJavaClass() - Method in DynamicFinderInvocation
getJavaClass() - Method in PersistentEntity
Returns:
The underlying Java class for this entity
getJoinedSubClassTableName(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, PersistentClass, org.grails.orm.hibernate.cfg.Table, InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
getJoinTypes() - Method in AbstractDetachedCriteria
Returns:
Obtain the join types
getJpaClassNames() - Method in AnnotationDomainClassArtefactHandler
getJs() - Method in BrowserDelegate
Delegates to geb.Browser#getJs().
getJson() - Method in AbstractGrailsMockHttpServletResponse
Get the response JSON
getJSON(jakarta.servlet.http.HttpServletRequest) - Method in ConvertersExtension
getJSON() - Method in GrailsMockHttpServletRequest
Parses the request content as JSON using the JSON converter.
getJSONArray(int) - Method in JSONArray
Get the JSONArray associated with an index.
getJSONArray(java.lang.String) - Method in JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in JSONArray
Get the JSONObject associated with an index.
getJSONObject(java.lang.String) - Method in JSONObject
Get the JSONObject value associated with a key.
getJsonStackTrace(java.lang.Throwable) - Method in DefaultJsonViewHelper
getJspApplicationContext(jakarta.servlet.ServletContext) - Method in GroovyPagesJspFactory
getJspContext() - Method in JspFragmentImpl
getJspTag(java.lang.String, java.lang.String) - Method in GroovyPage
getJspTagLibraryResolver() - Method in GroovyPageMetaInfo
getJspTags() - Method in GroovyPageMetaInfo
getJspTags() - Method in GroovyPageParser
getJtaTransactionManager(org.hibernate.Session) - Method in GrailsSessionContext
getKey() - Method in AbstractTemplateVariableBinding.BindingMapEntry
getKey() - Method in KeyValue
getKey() - Method in OptimisticLockingException
getKey() - Method in PrefixedConfig
getKey() - Method in ProxyInstanceMetaClass
getKeyspace(ClassMapping<Family>, java.lang.String) - Method in AbstractKeyValueEntityPersister
getKeyspace() - Method in KeyValueMappingContext
getKnownEntityNames() - Method in AstUtils
Returns:
The names of the transformed entities for this context
getKnownEntityNames() - Method in GormTransformer
getKnownMimeTypes() - Method in DefaultMimeUtility
{@inheritDoc}
getKnownMimeTypes() - Method in MimeUtility
Gets the known configured MimeType instances
getLabelKeys() - Method in BeanPropertyAccessor
Returns:
the i18n keys used to resolve a label for the property at the end of the path in order of preference.
getLabelKeys() - Method in BeanPropertyAccessorImpl
getLabelKeys() - Method in DelegatingBeanPropertyAccessorImpl
getLabelKeys() - Method in DomainProperty
Returns:
i18n message keys to resolve the label of the property
getLabelKeys() - Method in DomainPropertyImpl
getLabelKeys() - Method in PropertyPathAccessor
getLabelText(org.grails.scaffolding.model.property.DomainProperty) - Method in ContextMarkupRendererImpl
getLastAccessedTime() - Method in GrailsHttpSession
getLastMessage() - Method in GrailsConsole
Returns:
The last message logged
getLastModified() - Method in GroovyPageMetaInfo
getLastModified() - Method in GroovyPageParser
getLastModified(jakarta.servlet.http.HttpServletRequest, java.lang.Object) - Method in UrlMappingsInfoHandlerAdapter
getLastOffset(java.lang.Integer, java.lang.Integer) - Method in DefaultJsonViewHelper
getLastTaskInfo() - Method in StopWatch
Return the last task as a TaskInfo object.
getLastTaskName() - Method in StopWatch
Return the name of the last task.
getLastTaskTimeMillis() - Method in StopWatch
Return the time taken by the last task.
getLastUpdatedPropertyNames(java.lang.String) - Method in AutoTimestampEventListener
getLayout() - Method in ArchiveCommand.ArchiveOptionHandler
getLaziness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
getLazy() - Method in Property
getLength() - Method in PropertyConfig
Shortcut to get the length of this property's column.
getLevel() - Method in AbstractHibernateDatastore.FlushMode
getLevel() - Method in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
getLibraryScope(java.io.File) - Method in ArchiveCommand.ArchiveOptionHandler
getLineNumber() - Method in GrailsTagException
getLineNumber() - Method in GrailsWrappedRuntimeException
Returns:
Returns the lineNumber.
getLineNumber() - Method in GroovyPagesException
getLineNumber() - Method in SourceCodeAware
getLineNumber() - Method in ViewCompilationException
getLineNumberInfo(java.lang.Throwable, int) - Method in DefaultErrorsPrinter
getLineNumberInfo(java.lang.Throwable, int) - Method in ErrorsViewStackTracePrinter
getLineNumberMatrix() - Method in GroovyPageParser
getLineNumbers() - Method in GroovyPageMetaInfo
getLineNumbers() - Method in GSPWriter
getLinkGenerator() - Method in DefaultGrailsViewHelper
getLinkGenerator() - Method in GrailsView
The link generator
getLinksForObject(java.lang.Object) - Method in AbstractLinkingRenderer
getLinkTitle(org.grails.datastore.mapping.model.PersistentEntity, java.util.Locale) - Method in AbstractLinkingRenderer
getList(java.lang.String) - Method in AbstractTypeConvertingMap
Helper method for obtaining a list of values from parameter
getList() - Method in InListConstraint
Returns:
Returns the list.
getListenerMap() - Method in HibernateEventListeners
getListOfClasses(org.codehaus.groovy.ast.AnnotationNode) - Method in MixinTransformation
getListOutputProperties(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainModelService
The list of DomainProperty instances that are to be visible in a list context
getListOutputProperties(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainModelServiceImpl
getLoadAfterNames() - Method in AbstractGrailsPlugin
getLoadAfterNames() - Method in DefaultGrailsPlugin
getLoadAfterNames() - Method in GrailsPlugin
Retrieves the names of plugins that this plugin should be loaded after.
getLoadBeforeNames() - Method in AbstractGrailsPlugin
getLoadBeforeNames() - Method in DefaultGrailsPlugin
getLoadBeforeNames() - Method in GrailsPlugin
Retrieves the names of plugins that this plugin should be loaded before.
getLoader() - Method in GroovyCompiler
getLocalClassInjectors() - Method in GrailsAwareInjectionOperation
getLocale() - Method in GrailsWebDataBinder
getLocale() - Method in LocaleAwareNumberConverter
getLocale() - Method in RenderContext
Returns:
The locale
getLocale() - Method in ServletRenderContext
getLocalOverride() - Method in GrailsUnitTest
getLocalRepository() - Method in MavenSettings
getLocalStorage() - Method in BrowserDelegate
Delegates to geb.Browser#getLocalStorage().
getLocation() - Method in Feature
Returns:
The location of the feature
getLog() - Method in BeanBuilder
getLog() - Method in DefaultGrailsPlugin
getLogger(java.lang.Class) - Method in SoftServiceLoader
Special case getLogger method that should be used by classes that are used in the annotation processor.
getLogicalControllerName(groovy.lang.GroovyObject) - Method in DefaultGroovyPagesUriService
getLogicalControllerName(groovy.lang.GroovyObject) - Method in GroovyPagesUriSupport
getLogicalMappings() - Method in RegexUrlMapping
getLogicalPropertyName() - Method in AbstractGrailsClass
getLogicalPropertyName() - Method in GrailsClass
Returns the logical name of the class as a property name.
getLogicalUrls() - Method in DefaultUrlMappingData
getLogicalUrls() - Method in ResponseCodeMappingData
getLogicalUrls() - Method in UrlMappingData
getLogLevel() - Method in SpringApplicationRunnerConfiguration
Returns the logging level to use.
getLong(java.lang.String, java.lang.Long) - Method in AbstractTypeConvertingMap
getLong(int) - Method in JSONArray
Get the long value associated with an index.
getLong(java.lang.String) - Method in JSONObject
Get the long value associated with a key.
getLowerCaseName() - Method in Model
A lower case version of the class name separated by hyphens.
getLowerVersion(java.lang.String) - Method in GrailsVersionUtils
Returns the lower version of a Grails version number expression in a plugin
getMainContext() - Method in AbstractGrailsApplication
getMainContext() - Method in GrailsApplication
Returns the Spring context for this application.
getManagedDependencies() - Method in DependencyResolutionContext
getManagedVersion(java.lang.String, java.lang.String) - Method in DependencyResolutionContext
getManager() - Method in AbstractGrailsPlugin
getManager() - Method in GrailsPlugin
Retrieves the plugin manager if known, otherwise returns null
getManager() - Method in Plugin
The GrailsPluginManager instance
getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, org.grails.datastore.mapping.model.types.ManyToMany) - Method in AbstractMongoObectEntityPersister
getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, org.grails.datastore.mapping.model.types.ManyToMany) - Method in NativeEntryEntityPersister
getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, java.util.Map, org.grails.datastore.mapping.model.types.ManyToMany) - Method in SimpleMapEntityPersister
getMapElementName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getMappedForm() - Method in AbstractClassMapping
getMappedForm() - Method in AbstractPersistentEntity
getMappedForm() - Method in ClassMapping
Returns the mapped form of the class such as a Table, a Key Space, Document etc.
getMappedForm() - Method in DocumentPersistentEntity.DocumentCollectionMapping
getMappedForm() - Method in HibernatePersistentEntity
getMappedForm() - Method in JpaMappingConfigurationStrategy
getMappedForm() - Method in KeyValuePersistentEntity.KeyValueClassMapping
getMappedForm() - Method in MappingFactory
getMappedForm() - Method in MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
getMappedForm() - Method in PropertyMapping
Returns the mapped form of the property such as a Column, a Key/Value pair, attribute etc.
getMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractGrailsDomainBinder
Obtains a mapping object for the given domain class nam
getMapping() - Method in AbstractPersistentEntity
getMapping() - Method in DocumentPersistentEntity
getMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
Obtains a mapping object for the given domain class nam
getMapping() - Method in HibernatePersistentEntity
getMapping() - Method in KeyValuePersistentEntity
getMapping() - Method in MappingFactory
getMapping() - Method in PersistentEntity
Defines the mapping between this persistent entity and an external form
getMapping() - Method in PersistentProperty
Specifies the mapping between this property and an external form such as a column, key/value pair etc.
getMappingContext() - Method in AbstractDatastore
getMappingContext() - Method in AbstractHibernateSession
getMappingContext() - Method in AbstractMongoSession
getMappingContext() - Method in AbstractPersistentEntity
getMappingContext() - Method in AbstractSession
getMappingContext() - Method in Datastore
Obtains the MappingContext object
getMappingContext() - Method in DefaultGrailsApplication
getMappingContext() - Method in EntityPersister
Returns:
The MappingContext instance
getMappingContext() - Method in GrailsApplication
Returns:
The GORM MappingContext.
getMappingContext() - Method in GrailsView
The GORM mapping context
getMappingContext() - Method in HibernateConnectionSourceFactory
getMappingContext() - Method in HibernateDatastore
getMappingContext() - Method in JsonViewUnitTest
getMappingContext() - Method in MongoDatastore
Returns:
The mapping context
getMappingContext() - Method in MongoSpec
Returns:
Obtains the mapping context
getMappingContext() - Method in PersistentEntity
Obtains the MappingContext where this PersistentEntity is defined
getMappingContext() - Method in Session
Obtains the MappingContext instance
getMappingDirectoryLocations() - Method in HibernateMappingContextSessionFactoryBean
getMappingFactory() - Method in AbstractMappingContext
getMappingFactory() - Method in DocumentMappingContext
getMappingFactory() - Method in HibernateMappingContext
getMappingFactory() - Method in KeyValueMappingContext
getMappingFactory() - Method in MappingContext
Obtains the MappingFactory instance
getMappingJarLocations() - Method in HibernateMappingContextSessionFactoryBean
getMappingLocations() - Method in HibernateMappingContextSessionFactoryBean
getMappingName() - Method in AbstractUrlMapping
getMappingName() - Method in UrlMapping
The name of the mapping in case of named URL mapping
getMappingResources() - Method in HibernateMappingContextSessionFactoryBean
getMappingsClosure() - Method in DefaultGrailsUrlMappingsClass
getMappingsClosure() - Method in GrailsUrlMappingsClass
Returns the mappings closure which is called to evaluate the url mappings.
getMappingStrategy() - Method in AbstractPersistentEntity
getMappingSyntaxStrategy() - Method in DocumentMappingContext
getMappingSyntaxStrategy() - Method in HibernateMappingContext
getMappingSyntaxStrategy() - Method in KeyValueMappingContext
getMappingSyntaxStrategy() - Method in MappingContext
Returns the syntax reader used to interpret the entity mapping syntax
getMapWritable(java.util.Map, java.util.Map, groovy.lang.Closure, JsonWritable>) - Method in DefaultGrailsJsonViewHelper
getMark() - Method in JsonReader
getMarkerAnnotation() - Method in AbstractGrailsArtefactTransformer
A marker annotation to be applied to added methods, defaults to null
getMarshaller(java.lang.Object) - Method in ChainedConverterConfiguration
getMarshaller(java.lang.Object) - Method in ConverterConfiguration
Lookup the ObjectMarshaller with the highest priority that support to marshall the given object
getMarshaller(java.lang.Object) - Method in DefaultConverterConfiguration
getMarshaller(java.lang.Object) - Method in ImmutableConverterConfiguration
getMarshaller() - Method in ObjectMarshallerRegisterer
getMatchers() - Method in Interceptor
The matchers defined by this interceptor
getMatches() - Method in Constrained
getMatches() - Method in ConstrainedDelegate
getMatches() - Method in DefaultConstrainedProperty
Returns:
Returns the matches.
getMatchingFileExtensions() - Method in CommandResourceResolver
The pattern to match file names with
getMatchingFileExtensions() - Method in ResourceResolvingCommandFactory
getMax() - Method in Constrained
getMax() - Method in ConstrainedDelegate
getMax() - Method in DefaultConstrainedProperty
Returns:
Returns the max.
getMaximumNumberOfParameters() - Method in AbstractClosureProxy
getMaximumNumberOfParameters() - Method in MethodInvokingClosure
getMaximumNumberOfParameters() - Method in TagBodyClosure
getMaximumNumberOfParameters() - Method in TagOutput.ConstantClosure
getMaxInactiveInterval() - Method in GrailsHttpSession
getMaxListOutputSize() - Method in DomainMarkupRendererImpl
Determines how many properties will be included in the list output
getMaxSize() - Method in Constrained
getMaxSize() - Method in ConstrainedDelegate
getMaxSize() - Method in DefaultConstrainedProperty
Returns:
Returns the maxSize.
getMaxSize(List<?>) - Method in GrailsDomainBinder
Returns:
the maximum length of the strings in the specified list
getMaxSize() - Method in MaxSizeConstraint
Returns:
Returns the maxSize.
getMaxValue() - Method in MaxConstraint
Returns:
Returns the maxValue.
getMergedBinaryPluginProperties(java.util.Locale) - Method in PluginAwareResourceBundleMessageSource
getMergedPluginProperties(java.util.Locale) - Method in PluginAwareResourceBundleMessageSource
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
getMergedProperties(java.util.Locale) - Method in ReloadableResourceBundleMessageSource
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
getMessage() - Method in GrailsTagException
getMessage() - Method in GrailsWrappedRuntimeException
getMessage() - Method in ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in ValidationException
getMessageCodes(java.lang.String, java.lang.Class) - Method in DataBindingUtils
getMessageFormat(java.lang.String, java.util.Locale) - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
getMessageInterpolator() - Method in GormValidatorFactoryAdapter
getMessageInterpolator() - Method in JakartaValidatorRegistry
getMessageSource() - Method in BeanFactoryValidatorRegistry
getMessageSource() - Method in DefaultGrailsApplicationAttributes
getMessageSource() - Method in GrailsApplicationAttributes
Returns:
The MessageSource instance
getMessageSource() - Method in GrailsUnitTest
Returns:
the MessageSource bean from the application context
getMessageSource() - Method in GrailsView
The message source object
getMessageSource() - Method in ValidatorRegistry
Returns:
The message source used by this registry
getMetaAnnotationTypes(java.lang.String) - Method in AnnotationMetadataReadingVisitor
getMetaClass() - Method in AbstractGrailsClass
Returns:
the metaClass
getMetaClass() - Method in GrailsApplicationContext
getMetaClass() - Method in GrailsClass
Returns:
The MetaClass for this Grails class
getMetaClass(java.lang.Object) - Method in GrailsMetaClassUtils
getMetaClass() - Method in GrailsPrintWriter
getMetaConstraints() - Method in DefaultConstrainedProperty
Returns:
Returns the metaConstraints.
getMetaConstraintValue(java.lang.String) - Method in DefaultConstrainedProperty
Obtains the value of the named meta constraint.
getMetadata() - Method in AbstractGrailsApplication
getMetadata() - Method in GormDatabase
Return the hibernate Metadata used by this database.
getMetadata() - Method in GrailsApplication
getMetadata() - Method in HibernateDatastore
getMetadataBuildingContext() - Method in GrailsDomainBinder
getMetaInfo() - Method in GroovyPageTemplate
getMetaProperties() - Method in AbstractGrailsClass
getMetaProperties() - Method in ClassPropertyFetcher
Returns:
The meta properties of this class
getMethod() - Method in HiddenHttpMethodFilter.HttpMethodRequestWrapper
getMethod() - Method in JspFormRemoteTag
getMethod() - Method in JspFormTag
getMethod() - Method in JspRemoteFunctionTag
getMethod() - Method in JspRemoteLinkTag
getMethod() - Method in JspSubmitToRemoteTag
getMethod() - Method in Request
Returns:
The request method
getMethodName() - Method in ControllerExceptionHandlerMetaData
getMethodName() - Method in DynamicFinderInvocation
getMethodName() - Method in MethodMetadataReadingVisitor
getMethods() - Method in AbstractGormApi
getMilestoneVersion() - Method in Snapshot
getMimeConfig(grails.config.Config) - Method in MimeTypesConfiguration
getMimeType(grails.core.GrailsApplication, java.lang.Object) - Method in DataBindingUtils
getMimeType(jakarta.servlet.http.HttpServletResponse) - Method in HttpServletResponseExtension
Obtains the MimeType for the response using either the file extension or the ACCEPT header
getMimeTypeForExtension(java.lang.String) - Method in DefaultMimeUtility
{@inheritDoc}
getMimeTypeForExtension(java.lang.String) - Method in MimeUtility
Obtains a MimeType for the given extension
getMimeTypeForURI(java.lang.String) - Method in DefaultMimeUtility
getMimeTypeForURI(java.lang.String) - Method in MimeUtility
Obtains a MimeType for the given extension
getMimeTypeResolver(grails.core.GrailsApplication) - Method in DataBindingUtils
getMimeTypes() - Method in ClassAndMimeTypeRegistry.1
getMimeTypes() - Method in DefaultDataBindingSourceCreator
getMimeTypes() - Method in DefaultHtmlRenderer
getMimeTypes() - Method in HalJsonDataBindingSourceCreator
getMimeTypes() - Method in HalJsonRenderer.1
getMimeTypes() - Method in HalXmlDataBindingSourceCreator
getMimeTypes(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
Obtains a list of configured MimeType instances for the request
getMimeTypes(jakarta.servlet.http.HttpServletResponse) - Method in HttpServletResponseExtension
Gets the configured mime types for the response
getMimeTypes() - Method in JsonApiDataBindingSourceCreator
getMimeTypes() - Method in JsonDataBindingSourceCreator
getMimeTypes() - Method in MimeTypeProvider
Returns:
The MimeType instances provided by this object
getMimeTypes() - Method in XmlDataBindingSourceCreator
getMimeTypesFormatAware(jakarta.servlet.http.HttpServletResponse) - Method in HttpServletResponseExtension
Gets the configured mime types for the response
getMimeUtility() - Method in GrailsView
The mime utility
getMin() - Method in Constrained
getMin() - Method in ConstrainedDelegate
getMin() - Method in DefaultConstrainedProperty
Returns:
Returns the min.
getMinSize() - Method in Constrained
getMinSize() - Method in ConstrainedDelegate
getMinSize() - Method in DefaultConstrainedProperty
Returns:
Returns the minSize.
getMinSize() - Method in MinSizeConstraint
Returns:
Returns the minSize.
getMinValue() - Method in MinConstraint
Returns:
Returns the minValue.
getMirrorSelector() - Method in MavenSettings
getModel() - Method in ControllerUnitTest
Returns:
The model of the current controller
getModel() - Method in Interceptor
Returns:
The current model
getModel() - Method in JspEachErrorTag
getModel() - Method in JspHasErrorsTag
getModel() - Method in JspRenderErrorsTag
getModel() - Method in JspRenderTag
getModelAndView() - Method in Controller
Obtains the ModelAndView for the currently executing controller
getModelAndView() - Method in Interceptor
Obtains the ModelAndView for the currently executing controller
getModelAndView() - Method in ServletRenderContext
getModelFields() - Method in GroovyPageMetaInfo
getModelName() - Method in Model
A property name version of the class name.
getModels() - Method in ModelRecordingCache
getModelTypes() - Method in AbstractWritableScript
getModifiers() - Method in GormEnhancer.1
getMongoClient() - Method in MongoDatastore
Returns:
The MongoClient instance
getMongoClient() - Method in MongoSpec
Returns:
Obtain the mongo client
getMongoCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
getMongoDatastoreClass() - Method in StartMongoGrailsUnitExtension
getMongoPackages() - Method in AutoStartedMongoSpec
The packages to initialize the MongoDatastore (if defined)
getMongoQuery() - Method in MongoQuery
Gets the Mongo query for this query instance
getMongoSession() - Method in AbstractMongoObectEntityPersister
getMultiFileMap() - Method in GrailsMockHttpServletRequest
{
inheritDoc:
}
getMultipartContentType(java.lang.String) - Method in GrailsMockHttpServletRequest
getMultipartHeaders(java.lang.String) - Method in GrailsMockHttpServletRequest
getMultiTenancyMode() - Method in AbstractHibernateDatastore
getMultiTenancyMode() - Method in AbstractMappingContext
getMultiTenancyMode() - Method in MappingContext
Returns:
The multi tenancy mode
getMultiTenancyMode() - Method in MongoDatastore
getMultiTenancyMode() - Method in MultiTenantCapableDatastore
Returns:
The multi tenancy mode
getMultiTenancyMode() - Method in SimpleMapDatastore
getName() - Method in AbstractCommand
getName() - Method in AbstractGrailsClass
getName() - Method in AbstractGrailsPlugin
getName() - Method in AbstractJarProfileRepository.JarProfile
getName() - Method in AbstractPersistentEntity
getName() - Method in AbstractPersistentProperty
getName() - Method in AbstractProfile
getName() - Method in ApplicationCommand
getName() - Method in BaseApiProvider
getName() - Method in BeanConfiguration
Returns:
The name of the bean
getName() - Method in BlankConstraint
getName() - Method in Command
Returns the name of the command.
getName() - Method in CommandRunner
Return the name of the runner or an empty string.
getName() - Method in ConnectionSource
Returns:
The name of the connection source
getName() - Method in Constraint
Returns:
The name of the constraint
getName() - Method in ConstraintFactory
Returns:
The name of the constraint
getName() - Method in CreateAppCommand
getName() - Method in CreatePluginCommand
getName() - Method in CreateProfileCommand
getName() - Method in CreditCardConstraint
getName() - Method in DefaultBeanConfiguration
getName() - Method in DefaultConnectionSource
getName() - Method in DefaultGrailsDomainClass
getName() - Method in DefaultGrailsPlugin
getName() - Method in EmailConstraint
getName() - Method in ExecuteStep
getName() - Method in Feature
Returns:
The name of the feature
getName() - Method in GradleStep
getName() - Method in GradleTaskCommandAdapter
getName() - Method in 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 GrailsConcurrentLinkedMapCache
getName() - Method in GrailsPluginInfo
Returns:
The name of the plug-in
getName() - Method in GrailsTag
Returns:
The name of the tag
getName() - Method in GroovyCollectTag
getName() - Method in GroovyDefTag
getName() - Method in GroovyEachTag
getName() - Method in GroovyElseIfTag
getName() - Method in GroovyElseTag
getName() - Method in GroovyFindAllTag
getName() - Method in GroovyGrepTag
getName() - Method in GroovyIfTag
getName() - Method in GroovyUnlessTag
getName() - Method in GroovyWhileTag
getName() - Method in HelpCommand
getName() - Method in InListConstraint
getName() - Method in JspCheckboxTag
getName() - Method in JspCurrencySelectTag
getName() - Method in JspDatePickerTag
getName() - Method in JspLocaleSelectTag
getName() - Method in JspSelectTag
getName() - Method in JspSubmitToRemoteTag
getName() - Method in JspTimeZoneSelectTag
getName() - Method in MatchesConstraint
getName() - Method in MaxConstraint
getName() - Method in MaxSizeConstraint
getName() - Method in MinConstraint
getName() - Method in MinSizeConstraint
getName() - Method in MkdirStep
getName() - Method in MockPart
getName(MongoCollection<Document>) - Method in MongoExtensions
getName() - Method in Named
Returns:
The name of the object
getName() - Method in NotEqualConstraint
getName() - Method in NullableConstraint
getName() - Method in OpenCommand
getName() - Method in PersistentEntity
The entity name including any package prefix
getName() - Method in PersistentProperty
The name of the property
getName() - Method in PluginAstReader.BasicGrailsPluginInfo
getName() - Method in Profile
Returns:
The name of the profile
getName() - Method in Property
Returns:
The name of the property this property mapping relates to
getName() - Method in Query.In
getName() - Method in Query.NotIn
getName() - Method in RangeConstraint
getName() - Method in RenderStep
getName() - Method in RepositoryConfiguration
Return the name of the repository.
getName() - Method in ResourceMatcher.MatchedResource
getName() - Method in ResourceProfile
getName() - Method in RunCommand
getName() - Method in ScaleConstraint
getName() - Method in ScriptDatabaseMigrationCommand
getName() - Method in ServiceDefinition
Returns:
The full class name of the service
getName() - Method in SizeConstraint
getName() - Method in Step
Returns:
The name of the step
getName() - Method in UniqueConstraint
getName() - Method in UrlConstraint
getName() - Method in ValidatorConstraint
getNamedConfig(java.lang.String) - Method in JSON
getNamedConfig(java.lang.String) - Method in XML
getNamedConverterConfiguration(java.lang.String, Class<C>) - Method in ConvertersConfigurationHolder
getNamedPlugin(java.lang.String) - Method in BasePluginFilter
getNamedQuery(java.lang.String, java.lang.Object) - Method in GormEntity
Looks up a named query
getNameForController(java.lang.Object) - Method in GrailsConventionGroovyPageLocator
getNameForPropertyAndPath(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getNamesAndDirections() - Method in SortConfig
getNamespace() - Method in AbstractUrlMapping
getNamespace() - Method in DefaultGrailsControllerClass
getNamespace() - Method in DefaultGrailsTagLibClass
getNamespace() - Method in DefaultUrlMappingInfo
getNamespace() - Method in GrailsControllerClass
Returns:
the namespace of this controller, null if none was specified
getNamespace() - Method in GrailsTagLibClass
Returns:
the namespace that this taglib occupies.
getNamespace() - Method in GrailsWebApplicationContext
getNamespace() - Method in UrlMapping
Returns:
the name of the controller namespace
getNamespace() - Method in UrlMappingInfo
Returns:
the namespace of the corresponding controller, null if none was specified
getNamingStrategy(java.lang.String) - Method in GrailsDomainBinder
getNamingStrategy() - Method in HibernateMappingContextSessionFactoryBean
getNativeCache() - Method in GrailsConcurrentLinkedMapCache
getNativeEntry() - Method in PendingOperation
Returns:
The native entry to persist
getNativeEntry() - Method in PendingOperationAdapter
getNativeEvent() - Method in AbstractPersistenceEvent
getNativeInterface() - Method in AbstractHibernateSession
getNativeInterface() - Method in AbstractMongoSession
getNativeInterface() - Method in MongoCodecSession
getNativeInterface() - Method in Session
Returns:
The native interface to the datastore
getNativeInterface() - Method in SimpleMapSession
getNativeKey() - Method in PendingOperation
Returns:
The native key to insert
getNativeKey() - Method in PendingOperationAdapter
getNativePropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractKeyValueEntityPersister
getNativePropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
getNativeTransaction() - Method in SessionOnlyTransaction
getNativeTransaction() - Method in Transaction
Returns:
the native transaction object.
getNativeWrapper() - Method in GrailsValueWrapper
getNaturalName() - Method in AbstractGrailsClass
getNaturalName() - Method in GrailsClass
Returns the name of the property in natural terms (eg.
getNavigableProperty(java.lang.String) - Method in NavigableMapPropertySource
getNextOffset(java.lang.Integer, java.lang.Integer, java.lang.Integer) - Method in DefaultJsonViewHelper
getNextToken() - Method in JSONParser
Get the next Token.
getNextToken() - Method in JsonParserTokenManager
Get the next Token.
getNoGuessDependenciesOption() - Method in CompilerOptionHandler
getNoGuessImportsOption() - Method in CompilerOptionHandler
getNoSuffixViewURI(groovy.lang.GroovyObject, java.lang.String) - Method in DefaultGrailsApplicationAttributes
getNoSuffixViewURI(java.lang.String, java.lang.String) - Method in DefaultGroovyPagesUriService
getNoSuffixViewURI(groovy.lang.GroovyObject, java.lang.String) - Method in GrailsApplicationAttributes
getNoSuffixViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriService
getNoSuffixViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriSupport
Obtains a view URI of the given controller name and view name without the suffix
getNotEqual() - Method in Constrained
getNotEqual() - Method in ConstrainedDelegate
getNotEqual() - Method in DefaultConstrainedProperty
Returns:
Returns the notEqual.
getNotEqualTo() - Method in NotEqualConstraint
Returns:
Returns the notEqualTo.
getNow() - Method in FlashScope
Returns the current state of flash scope, to be used if you don't want to include variables in the next request
getNow() - Method in GrailsFlashScope
getNumberFormatter() - Method in LocaleAwareBigDecimalConverter
getNumberFormatter() - Method in LocaleAwareNumberConverter
getObject() - Method in BindingError
Returns:
the object that data binding was being imposed upon
getObject() - Method in DataSourceConnectionSourcesFactoryBean
getObject() - Method in DataSourceFactoryBean
getObject() - Method in DefaultConstraintEvaluatorFactoryBean
getObject() - Method in DefaultMappingContextFactoryBean
getObject() - Method in EventBusFactoryBean
getObject() - Method in GormDispatcherRegistrar
getObject() - Method in HibernateDatastoreFactoryBean
getObject() - Method in HibernateDialectDetectorFactoryBean
getObject() - Method in HibernateMappingContextSessionFactoryBean
getObject() - Method in HotSwappableTargetSourceFactoryBean
getObject() - Method in InstanceFactoryBean
getObject() - Method in PendingDeleteAdapter
getObject() - Method in PendingInsertAdapter
getObject() - Method in PendingOperation
Returns:
The target object of the pending operation
getObject() - Method in PendingOperationAdapter
getObject() - Method in PendingUpdateAdapter
getObject() - Method in PromiseFactoryBean
getObject() - Method in Selector
Get the object being used for comparisons and equals checks.
getObject() - Method in ServiceRegistryFactoryBean
getObject() - Method in SimpleBindingError
getObject() - Method in UrlMappingsHolderFactoryBean
getObject() - Method in ValidatorRegistryFactoryBean
getObjectId(java.lang.Object) - Method in AbstractVndErrorRenderer
getObjectId(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in AtomRenderer
getObjectIdentifier(java.lang.Object) - Method in AbstractSession
getObjectIdentifier(java.lang.Object) - Method in EntityPersister
Obtains an objects identifer
getObjectIdentifier(java.lang.Object) - Method in HibernateSession
getObjectIdentifier(java.lang.Object) - Method in Persister
Get the identifier for the given object, if it has one.
getObjectIdentifier(java.lang.Object) - Method in Session
Obtains the identifier for the instance
getObjectProperties(java.lang.Object) - Method in DefaultJsonGenerator
getObjectToBind() - Method in RestfulController
The object that can be bound to a domain instance.
getObjectType() - Method in DataSourceConnectionSourcesFactoryBean
getObjectType() - Method in DataSourceFactoryBean
getObjectType() - Method in DatastoreServiceMethodInvokingFactoryBean
getObjectType() - Method in DefaultConstraintEvaluatorFactoryBean
getObjectType() - Method in DefaultMappingContextFactoryBean
getObjectType() - Method in EventBusFactoryBean
getObjectType() - Method in GormDispatcherRegistrar
getObjectType() - Method in GrailsLiquibaseFactory
getObjectType() - Method in HibernateDatastoreFactoryBean
getObjectType() - Method in HibernateDialectDetectorFactoryBean
getObjectType() - Method in HibernateMappingContextSessionFactoryBean
getObjectType() - Method in HotSwappableTargetSourceFactoryBean
getObjectType() - Method in InstanceFactoryBean
getObjectType() - Method in PromiseFactoryBean
getObjectType() - Method in ServiceRegistryFactoryBean
getObjectType() - Method in TypeSpecifyableTransactionProxyFactoryBean
getObjectType() - Method in UrlMappingFactoryBean
getObjectType() - Method in UrlMappingsHolderFactoryBean
getObjectType() - Method in ValidatorRegistryFactoryBean
getObservedPluginNames() - Method in DefaultGrailsPlugin
getObservedPluginNames() - Method in GrailsPlugin
Retrieve the plugin names that this plugin is observing for changes
getOffline() - Method in MavenSettings
getOnComplete() - Method in JspFormRemoteTag
getOnComplete() - Method in JspRemoteFunctionTag
getOnComplete() - Method in JspRemoteLinkTag
getOnComplete() - Method in JspSubmitToRemoteTag
getOnFailure() - Method in JspFormRemoteTag
getOnFailure() - Method in JspRemoteFunctionTag
getOnFailure() - Method in JspRemoteLinkTag
getOnFailure() - Method in JspSubmitToRemoteTag
getOnInteractive() - Method in JspFormRemoteTag
getOnInteractive() - Method in JspRemoteFunctionTag
getOnInteractive() - Method in JspRemoteLinkTag
getOnInteractive() - Method in JspSubmitToRemoteTag
getOnLoaded() - Method in JspFormRemoteTag
getOnLoaded() - Method in JspRemoteFunctionTag
getOnLoaded() - Method in JspRemoteLinkTag
getOnLoaded() - Method in JspSubmitToRemoteTag
getOnLoading() - Method in JspFormRemoteTag
getOnLoading() - Method in JspRemoteFunctionTag
getOnLoading() - Method in JspRemoteLinkTag
getOnLoading() - Method in JspSubmitToRemoteTag
getOnSuccess() - Method in JspFormRemoteTag
getOnSuccess() - Method in JspRemoteFunctionTag
getOnSuccess() - Method in JspRemoteLinkTag
getOnSuccess() - Method in JspSubmitToRemoteTag
getOperator() - Method in DynamicFinderInvocation
getOptionalFields() - Method in AbstractStructuredDateBindingEditor
getOptionalFields() - Method in StructuredDateEditor
getOptionalFields() - Method in StructuredPropertyEditor
Returns:
The optional fields
getOptionalServletContext() - Method in GrailsUnitTest
Returns:
the servlet context
getOptionKey(java.util.Currency) - Method in CurrencyInputRenderer
getOptionKey() - Method in JspSelectTag
getOptionKey(java.util.Locale) - Method in LocaleInputRenderer
getOptionKey(T) - Method in MapToSelectInputRenderer
Defines how a given should be uniquely identified in a select element
getOptionKey(java.util.TimeZone) - Method in TimeZoneInputRenderer
getOptions() - Method in CommandException
Returns a set of options that are understood by the org.springframework.boot.cli.command.CommandRunner.
getOptions() - Method in CurrencyInputRenderer
getOptions() - Method in LocaleInputRenderer
getOptions() - Method in MapToSelectInputRenderer
Builds the options to be displayed
getOptions() - Method in MongoCollection.Index
getOptions() - Method in OptionSetGroovyCompilerConfiguration
getOptions() - Method in TimeZoneInputRenderer
getOptionsHelp() - Method in AbstractCommand
getOptionsHelp() - Method in Command
Returns help for each supported option.
getOptionsHelp() - Method in OptionParsingCommand
getOptionValue(java.util.Currency) - Method in CurrencyInputRenderer
getOptionValue() - Method in JspSelectTag
getOptionValue(java.util.Locale) - Method in LocaleInputRenderer
getOptionValue(T) - Method in MapToSelectInputRenderer
Defines how a given should be displayed in a select element
getOptionValue(java.util.TimeZone) - Method in TimeZoneInputRenderer
getOrCreateAlias(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
getOrCreateAssociatedEntity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.Class) - Method in GormMappingConfigurationStrategy
Tries to obtain or create an associated entity.
getOrCreateEmbeddedEntity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.Class) - Method in GormMappingConfigurationStrategy
Tries to obtain or create an embedded entity.
getOrCreateListProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GormEntityTransformation
getOrCreatePropertyQuery(org.bson.Document, java.lang.String) - Method in BsonQuery
getOrder() - Method in AbstractGormASTTransformation
getOrder() - Method in AbstractGrailsApplication
getOrder() - Method in AbstractPersistenceEventListener
getOrder() - Method in AbstractProjectionImplementer
getOrder() - Method in AbstractServiceImplementer
getOrder() - Method in AbstractStringQueryImplementer
getOrder() - Method in AbstractWhereImplementer
getOrder() - Method in ArtefactHandlerAdapter
getOrder() - Method in ChainedTransactionManagerPostProcessor
getOrder() - Method in Constrained
getOrder() - Method in ConstrainedDelegate
getOrder() - Method in DefaultGrailsCodecClass
getOrder() - Method in DefaultOutputContextLookup
getOrder() - Method in DeleteWhereImplementer
getOrder() - Method in DomainClassArtefactHandler
getOrder() - Method in FindAllByImplementer
getOrder() - Method in GrailsBomAstTransformation
getOrder() - Method in GrailsCorsFilter
getOrder() - Method in GrailsFilters
getOrder() - Method in HibernateDatastoreConnectionSourcesRegistrar
getOrder() - Method in Interceptor
The order the interceptor should execute in
getOrder() - Method in MultiTenantEventListener
getOrder() - Method in Ordered
The order of this object
getOrder(java.lang.Object) - Method in OrderedComparator
Determine the order value for the given object.
getOrder() - Method in QueryEventsSpec.SpecQueryEventListener
getOrder() - Method in SessionCreationEventSpec.Listener
getOrder() - Method in TransactionManagerPostProcessor
getOrder() - Method in WebOutputContextLookup
getOrderBy() - Method in Query
Gets the Order entries for this query
getOrderedObjectMarshallers() - Method in ChainedConverterConfiguration
getOrderedObjectMarshallers() - Method in ConverterConfiguration
Retrieve the ordered list of ObjectMarshallers
getOrderedObjectMarshallers() - Method in DefaultConverterConfiguration
getOrderedObjectMarshallers() - Method in ImmutableConverterConfiguration
getOrders() - Method in AbstractDetachedCriteria
getOriginalParams() - Method in GrailsWebRequest
Returns:
The Grails params object
getOriginalSize() - Method in AbstractPersistentCollection
getOriginalSize() - Method in DirtyCheckableCollection
Returns:
The previous size of the collection prior to any changes
getOriginalValue(java.lang.String) - Method in DirtyCheckable
Returns the original value of the property prior to when trackChanges() was called
getOrInitializePropertyConfig(java.lang.String) - Method in Entity
getOrInitializePropertyConfig(java.lang.String) - Method in Mapping
getOrIntializeReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in FieldEntityAccess
getOtherProperties() - Method in GrailsDataSource
Other properties for this data source.
getOtherProperty() - Method in Query.PropertyComparisonCriterion
getOut() - Method in AbstractWritableScript
Returns:
The current writer
getOut(jakarta.servlet.http.HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
getOut(jakarta.servlet.http.HttpServletRequest) - Method in GrailsApplicationAttributes
Holds the current response write for the request
getOut() - Method in GrailsConsole
getOut() - Method in GrailsLazyProxyPrintWriter
getOut() - Method in GrailsPrintWriter
getOut() - Method in GrailsPrintWriterAdapter
getOut() - Method in GrailsRequestContext
The response writer.
getOut() - Method in GrailsWebRequest
Returns:
the out
getOut() - Method in GroovyPage
getOut() - Method in GroovyPagesPageContext
getOut() - Method in OutputEncodingStack.OutputProxyWriter
getOut() - Method in TagLibrary
Obtains the currently output writer
getOut() - Method in WebRequestDelegatingRequestContext
getOut() - Method in WriterProvider
Returns:
The current writer
getOutCodecDirectiveValue() - Method in GroovyPageParser
getOutEncoder() - Method in GroovyPageMetaInfo
getOutEncoder() - Method in OutputEncodingStack
getOutEncoder() - Method in OutputEncodingStackAttributes
getOutputContext() - Method in GroovyPage
getOutputContext() - Method in OutputEncodingStack
getOutputContext() - Method in OutputEncodingStackAttributes
getOutputContextLookup() - Method in OutputContextLookupHelper
getOutputProperties(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainModelService
The list of DomainProperty instances that are to be visible
getOutputProperties(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainModelServiceImpl
getOutputStack() - Method in GroovyPage
getOutputStack() - Method in OutputEncodingStack.OutputProxyWriter
getOutputStream() - Method in IncludeResponseWrapper
getOutputStream() - Method in OutputAwareHttpServletResponse
getOutputStream() - Method in StreamByteBuffer
getOutWriter() - Method in OutputEncodingStack
getOwner() - Method in AbstractPersistentProperty
getOwner() - Method in Constrained
getOwner() - Method in ConstrainedDelegate
getOwner() - Method in ConstrainedProperty
Returns:
The owner
getOwner() - Method in DefaultConstrainedProperty
getOwner() - Method in PersistentProperty
Obtains the owner of this persistent property
getOwner() - Method in TemplateVariableBinding
getOwningEntities(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
getOwningEntities(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
Returns a set of entities that "own" the given entity.
getPackageImports() - Method in ViewConfiguration
Returns:
The packages to automatically import
getPackageName() - Method in AbstractGrailsClass
getPackageName() - Method in GrailsClass
Returns the package name of the class.
getPackageName() - Method in GroovyPageParser
getPackageName() - Method in Model
Returns:
The package name
getPackageName() - Method in ViewConfiguration
Returns:
The package name
getPackagePath() - Method in Model
Returns:
The package name
getPackagesToScan() - Method in HibernateMappingContextSessionFactoryBean
getPackageToScan(grails.config.Config) - Method in HibernateSpec
Obtains the default package to scan
getPackageToScan(grails.config.Config) - Method in MongoSpec
Obtains the default package to scan
getPadding(java.lang.String, int) - Method in AnsiConsoleUrlMappingsRenderer
getPage() - Method in BrowserDelegate
Delegates to geb.Browser#getPage().
getPage() - Method in GroovyPagesPageContext
getPage() - Method in HttpView
Returns:
The same as getResponse()
getPage() - Method in PageDelegate
getPageClass() - Method in GroovyPageMetaInfo
getPageContext(Servlet, jakarta.servlet.ServletRequest, ServletResponse, java.lang.String, boolean, int, boolean) - Method in GroovyPagesJspFactory
getPageFragment() - Method in PageDelegate
getPageName() - Method in GroovyPageParser
getPagePlugin() - Method in GroovyPageBinding
getPagePlugin() - Method in GroovyPageMetaInfo
getPageScope() - Method in TagLibrary
Obtains the page scope instance
getPageSource() - Method in DriverDelegate
Get the source of the last loaded page.
getPagesTemplateEngine() - Method in DefaultGrailsApplicationAttributes
getPagesTemplateEngine() - Method in GrailsApplicationAttributes
Returns:
Retrieves the shared GSP template engine
getPageUrl(java.lang.String) - Method in PageDelegate
getPaginationLinks(java.lang.Object, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String) - Method in DefaultJsonViewHelper
getParameter() - Method in AbstractConstraint
getParameter() - Method in BlankConstraint
getParameter() - Method in Constraint
Returns:
The parameter to the constraint
getParameterizedDetachedCriteriaClassNode(org.codehaus.groovy.ast.ClassNode) - Method in DetachedCriteriaTransformer
getParameterMap() - Method in GrailsWebRequest
Overriden to return the GrailsParameterMap instance,
getParameterNameProvider() - Method in GormValidatorFactoryAdapter
getParameterNameProvider() - Method in JakartaValidatorRegistry
getParameterNames(java.lang.reflect.Method) - Method in ConfigurableParameterNameProvider
getParameters() - Method in DefaultUrlMappingInfo
getParameters() - Method in ForwardUrlMappingInfo
getParameters() - Method in JpaQueryInfo
getParameters() - Method in Step
Returns:
The parameters to the step
getParameters() - Method in UrlMappingInfo
The parameters that were extracted from the URI that was matched
getParameterTypes() - Method in AbstractClosureProxy
getParameterTypes() - Method in BaseApiProvider
getParameterTypes() - Method in MethodInvokingClosure
getParameterTypes() - Method in TagBodyClosure
getParameterTypes() - Method in TagOutput.ConstantClosure
getParams() - Method in AbstractUrlMappingInfo
getParams() - Method in ForwardUrlMappingInfo
getParams() - Method in GrailsRequestContext
The params object.
getParams() - Method in GrailsWebRequest
Returns:
The Grails params object
getParams() - Method in GrailsWebUnitTest
The Grails 'params' object which is an instance of GrailsParameterMap
getParams() - Method in JspFormRemoteTag
getParams() - Method in JspFormTag
getParams() - Method in JspRemoteFunctionTag
getParams() - Method in JspRemoteLinkTag
getParams() - Method in JspSubmitToRemoteTag
getParams() - Method in WebAttributes
Obtains the Grails parameter map
getParams() - Method in WebRequestDelegatingRequestContext
getParent() - Method in TemplateVariableBinding
getParentContext() - Method in AbstractGrailsApplication
getParentContext() - Method in GrailsApplication
Returns the Spring application context that contains this application instance.
getParentContext() - Method in JsonReader.Context
getParentContext() - Method in JsonWriter.Context
getParentCtx() - Method in BeanBuilder
Retrieves the parent ApplicationContext
getParentCtx() - Method in DefaultGrailsPlugin
getParentEntity() - Method in AbstractPersistentEntity
getParentEntity() - Method in KeyValuePersistentEntity
getParentEntity() - Method in PersistentEntity
Returns the parent entity of this entity
getParentPath() - Method in WritableScriptTemplate
The path to the parent directory that containers the template
getParentServiceRegistry() - Method in HibernateDialectDetectorFactoryBean
getParentSkeletonDir(java.io.File) - Method in AbstractProfile
getParentSkeletonDir(java.io.File) - Method in Profile
Returns:
The directory the parent profile(s) skeleton should be copied into
getParsedXml() - Method in BinaryGrailsPluginDescriptor
Returns:
The parsed descriptor
getPart(java.lang.String) - Method in GrailsMockHttpServletRequest
getPart() - Method in StreamCharBuffer.EncodedPart
getParts() - Method in GrailsMockHttpServletRequest
getPassword() - Method in GrailsDataSource
The password for the data source.
getPasswordAuthentication() - Method in SystemPropertiesAuthenticator
getPathFromRoot() - Method in BeanPropertyAccessor
Returns:
the full path from the root bean to the requested property.
getPathFromRoot() - Method in DelegatingBeanPropertyAccessorImpl
getPathFromRoot() - Method in DomainProperty
Returns:
The path of the property from the root domain class
getPathMatcher() - Method in PathMatchingResourcePatternResolver
Return the PathMatcher that this resource pattern resolver uses.
getPathWithinApplication(jakarta.servlet.http.HttpServletRequest) - Method in GrailsUrlPathHelper
getPattern() - Method in Query.Like
getPattern() - Method in Query.RLike
getPatternComparator(java.lang.String) - Method in AntPathMatcher
Given a full path, returns a java.util.Comparator suitable for sorting patterns in order of explicitness.
getPendingDeletes() - Method in AbstractSession
getPendingDeletes() - Method in SessionImplementor
Returns:
The pending deletes
getPendingInserts() - Method in AbstractSession
getPendingInserts() - Method in SessionImplementor
Returns:
The pending insert operations
getPendingUpdates() - Method in AbstractSession
getPendingUpdates() - Method in SessionImplementor
Returns:
The pending updates
getPersistenceInterceptorClass() - Method in AbstractDatastoreInitializer
Returns:
The class used to define the persistence interceptor
getPersistenceInterceptorClass() - Method in HibernateDatastoreSpringInitializer
getPersistenceInterceptorClass() - Method in MongoDbDataStoreSpringInitializer
getPersistenceInterceptors(org.grails.web.servlet.mvc.GrailsWebRequest) - Method in GrailsAsyncContext
getPersistentClass() - Method in AbstractDetachedCriteria
getPersistentClass() - Method in GormOperations
Returns:
The class these operations apply to
getPersistentClasses() - Method in HibernateConnectionSourceFactory
getPersistentEntities() - Method in AbstractMappingContext
getPersistentEntities() - Method in MappingContext
Obtains a list of PersistentEntity instances
getPersistentEntity() - Method in AbstractDetachedCriteria
getPersistentEntity(java.lang.String) - Method in AbstractMappingContext
getPersistentEntity() - Method in BeanEntityAccess
getPersistentEntity() - Method in EntityAccess
Returns:
The PersistentEntity instance
getPersistentEntity() - Method in EntityPersister
Returns:
The PersistentEntity instance
getPersistentEntity() - Method in FieldEntityAccess
getPersistentEntity(java.lang.String) - Method in HibernateMappingContext
getPersistentEntity(java.lang.String) - Method in MappingContext
Obtains a PersistentEntity by name
getPersistentEntity() - Method in OptimisticLockingException
getPersistentEntity() - Method in QueryableCriteria
Returns:
The target entity
getPersistentEntityCodec(java.lang.Class) - Method in MongoDatastore
Obtains a PersistentEntityCodec for the given entity
getPersistentInstance(Class<?>, java.lang.Object) - Method in GrailsWebDataBinder
getPersistentProperties() - Method in AbstractPersistentEntity
getPersistentProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
getPersistentProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping, boolean) - Method in JpaMappingConfigurationStrategy
getPersistentProperties(java.lang.Class, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
Obtains a List of PersistentProperty instances for the given Mapped class
getPersistentProperties() - Method in PersistentEntity
A list of properties to be persisted
getPersistentProperty() - Method in DomainProperty
Returns:
The PersistentProperty that represents this property
getPersistentPropertyNames() - Method in AbstractPersistentEntity
getPersistentPropertyNames() - Method in PersistentEntity
A list of property names that a persistent
getPersistentValue(java.lang.String) - Method in GormEntity
Gets the original persisted value of a field.
getPersistentValue(D, java.lang.String) - Method in GormInstanceApi
Gets the original persisted value of a field.
getPersistentValue(D, java.lang.String) - Method in HibernateGormInstanceApi
Gets the original persisted value of a field.
getPersister(java.lang.Object) - Method in AbstractHibernateSession
getPersister(java.lang.Object) - Method in AbstractSession
getPersister(java.lang.Object) - Method in Session
The persister for the given object
getPersitentEntity() - Method in EntityReflector
The entity
getPhase() - Method in EmbeddedDatabaseShutdownHook
getPlugin() - Method in DefaultGrailsPlugin
getPluginClass() - Method in AbstractGrailsPlugin
getPluginClass() - Method in GrailsPlugin
Returns the underlying class that represents this plugin
getPluginClasses() - Method in CorePluginFinder
getPluginContextPath(jakarta.servlet.http.HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
getPluginContextPath(jakarta.servlet.http.HttpServletRequest) - Method in GrailsApplicationAttributes
Retrieves the plugin context path for the current request.
getPluginContextPath() - Method in GroovyPage
getPluginContextPath() - Method in GroovyPageBinding
getPluginContextPath() - Method in WebAttributes
Obtains the pluginContextPath
getPluginDir() - Method in DefaultGrailsPlugin
getPluginDir() - Method in GrailsPluginInfo
Returns:
The directory where the plugin exists or null if it cannot be read
getPluginDir() - Method in PluginAstReader.BasicGrailsPluginInfo
getPluginExcludes() - Method in DefaultGrailsPlugin
getPluginExcludes() - Method in GrailsPlugin
A list of resources that the plugin should exclude from the packaged distribution
getPluginFilter(grails.config.Config) - Method in PluginFilterRetriever
getPluginForClass(Class<?>) - Method in AbstractGrailsPluginManager
getPluginForClass(Class<?>) - Method in GrailsPluginManager
Obtains the GrailsPlugin for the given class
getPluginForInstance(java.lang.Object) - Method in AbstractGrailsPluginManager
getPluginForInstance(java.lang.Object) - Method in GrailsPluginManager
Looks up the plugin that defined the given instance.
getPluginIndex() - Method in AbstractUrlMapping
getPluginIndex() - Method in UrlMapping
Returns:
The plugin index or null
getPluginList(java.util.List, java.util.List) - Method in BasePluginFilter
Defines an operation getting the final list to return from the original and derived lists
getPluginList(java.util.List, java.util.List) - Method in ExcludingPluginFilter
getPluginList(java.util.List, java.util.List) - Method in IncludingPluginFilter
getPluginManager(boolean) - Method in Holders
getPluginName() - Method in AbstractGrailsClass
getPluginName() - Method in AbstractUrlMapping
getPluginName() - Method in ArtefactHandler
Obtains the plugin name that deals with this artefact.
getPluginName() - Method in ArtefactHandlerAdapter
getPluginName() - Method in ControllerArtefactHandler
getPluginName() - Method in DefaultUrlMappingInfo
getPluginName() - Method in DomainClassArtefactHandler
getPluginName() - Method in GrailsClass
Returns:
The plugin where the artefact originates from
getPluginName(java.lang.Class) - Method in GrailsVersionUtils
Get the name of the a plugin for a particular class.
getPluginName() - Method in InterceptorArtefactHandler
getPluginName() - Method in ServiceArtefactHandler
getPluginName() - Method in TagLibArtefactHandler
getPluginName() - Method in UrlMapping
The name of the plugin this URL mapping relates to, if any
getPluginName() - Method in UrlMappingInfo
The name of the plugin that this UrlMappingInfo maps to
getPluginObservers(grails.plugins.GrailsPlugin) - Method in DefaultGrailsPluginManager
getPluginObservers(grails.plugins.GrailsPlugin) - Method in GrailsPluginManager
Retrieves a collection of plugins that are observing the specified plugin
getPluginObservers(grails.plugins.GrailsPlugin) - Method in MockGrailsPluginManager
getPluginPath() - Method in AbstractGrailsPlugin
getPluginPath(java.lang.String, boolean) - Method in AbstractGrailsPluginManager
getPluginPath() - Method in GrailsPlugin
Returns the path of the plug-in
getPluginPath(java.lang.String, boolean) - Method in GrailsPluginManager
Returns the pluginContextPath for the given plugin and will force name to camel case instead of '-' lower case
getPluginPath() - Method in GroovyPageMetaInfo
getPluginPathCamelCase() - Method in AbstractGrailsPlugin
getPluginPathCamelCase() - Method in GrailsPlugin
Returns the path of the plug-in using camel case
getPluginPathForClass(Class<?>) - Method in AbstractGrailsPluginManager
getPluginPathForClass(Class<? extends Object>) - Method in GrailsPluginManager
Returns the plugin path for the given class
getPluginPathForInstance(java.lang.Object) - Method in AbstractGrailsPluginManager
getPluginPathForInstance(java.lang.Object) - Method in GrailsPluginManager
Returns the pluginContextPath for the given instance
getPluginResources() - Method in AbstractGrailsPluginManager
getPluginVersion(java.lang.Class) - Method in GrailsVersionUtils
Get the version of the a plugin for a particular class.
getPluginViewPathInfo(java.lang.String) - Method in DefaultGroovyPageLocator
getPluginViewsPathForClass(Class<?>) - Method in AbstractGrailsPluginManager
getPluginViewsPathForClass(Class<? extends Object>) - Method in GrailsPluginManager
Returns the plugin views directory path for the given class
getPluginViewsPathForInstance(java.lang.Object) - Method in AbstractGrailsPluginManager
getPluginViewsPathForInstance(java.lang.Object) - Method in GrailsPluginManager
Returns the plugin views directory for the given instance
getPointAtIndex(java.util.List, int) - Method in Point
Gets a point from the given list of coordinate lists
getPrecision() - Method in JspDatePickerTag
getPrecision() - Method in PropertyConfig
Shortcut to get the precision of this property's column.
getPreOperations() - Method in PendingOperation
Operations to be executed directly prior to this operation
getPreOperations() - Method in PendingOperationAdapter
getPreviousEncodingState() - Method in EncodingState
getPreviousEncodingState() - Method in EncodingStateImpl
getPrevOffset(java.lang.Integer, java.lang.Integer) - Method in DefaultJsonViewHelper
getPriority(java.lang.String) - Method in EmbeddedJarPathHandler
getPriority() - Method in GroovyChangeLogSerializer
getPriority() - Method in ObjectMarshallerRegisterer
getProfile(java.lang.String, java.lang.Boolean) - Method in AbstractJarProfileRepository
getProfile() - Method in Feature
Returns:
The profile this feature belongs to
getProfile(java.lang.String) - Method in MavenProfileRepository
getProfile() - Method in ProfileCommand
Returns:
The profile of the command
getProfile(java.lang.String, java.lang.Boolean) - Method in ProfileRepository
Obtains a named Profile
getProfile(java.lang.String) - Method in StaticJarProfileRepository
getProfileAndDependencies(org.grails.cli.profile.Profile) - Method in AbstractJarProfileRepository
getProfileAndDependencies(org.grails.cli.profile.Profile) - Method in ProfileRepository
Returns the given profile with all dependencies in topological order where given profile is last in the order.
getProfileArtifact(java.lang.String) - Method in AbstractJarProfileRepository
getProfileArtifact(java.lang.String) - Method in ProfileRepository
Returns:
The Artifact that resolves to the profile
getProfileDir() - Method in AbstractProfile
getProfileDir() - Method in Profile
Returns:
The directory where the profile is located locally
getProfileDirectory(java.lang.String) - Method in AbstractJarProfileRepository
getProfileDirectory(java.lang.String) - Method in ProfileRepository
The directory where the profile is located
getProfileRepository() - Method in AbstractProfile
getProjectDirectory() - Method in BinaryGrailsPlugin
getProjectedKeys() - Method in MongoQuery.AggregatePipeline
getProjectionList() - Method in Query.ProjectionList
getProjectionName() - Method in AbstractProjectionImplementer
getProjections() - Method in AbstractDetachedCriteria
getProjections() - Method in QueryableCriteria
getProjectPackageNames(java.io.File) - Method in ResourceUtils
getPromiseDecorators(java.lang.Object, Collection<PromiseDecorator>) - Method in DelegateAsyncUtils
Obtains all PromiseDecorator instances for the target and additional decorators supplied
getPromiseFactory() - Method in Promises
getPromiseFactory() - Method in WebPromises
getProperties(java.util.Locale) - Method in BinaryGrailsPlugin
Obtains all properties for this binary plugin for the given locale.
getProperties() - Method in DefaultGrailsPlugin
getProperties() - Method in DefaultMappingConfigurationBuilder
getProperties(org.grails.datastore.mapping.model.PersistentEntity, List<String>) - Method in DomainModelServiceImpl
getProperties() - Method in GrailsPlaceholderConfigurer
getProperties() - Method in GrailsPluginInfo
Gets the properties of the plugin as a map
getProperties() - Method in HibernateMappingBuilder
getProperties() - Method in MappingConfigurationBuilder
Returns:
The build property definitions
getProperties() - Method in PluginAstReader.BasicGrailsPluginInfo
getProperties(java.lang.String, org.springframework.core.io.Resource) - Method in ReloadableResourceBundleMessageSource
Get a PropertiesHolder for the given filename, either from the cache or freshly loaded.
getProperties() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
getProperties() - Method in WebDataBinding
Returns a map of the objects properties that can be used to during binding to bind a subset of properties
getPropertiesAssignableFromType(java.lang.Class) - Method in ClassPropertyFetcher
getPropertiesAssignableToType(java.lang.Class) - Method in ClassPropertyFetcher
getPropertiesAssignableToType(Class<?>, Class<?>) - Method in GrailsClassUtils
Retrieves all the properties of the given class which are assignable to the given type
getPropertiesOfType(java.lang.Class) - Method in ClassPropertyFetcher
getPropertiesOfType(Class<?>, Class<?>) - Method in GrailsClassUtils
Retrieves all the properties of the given class for the given type
getPropertiesOfType(Class<?>, Class<?>) - Method in ReflectionUtils
Retrieves all the properties of the given class for the given type
getPropertiesToEnsureConstraintsFor(org.codehaus.groovy.ast.ClassNode) - Method in DefaultASTValidateableHelper
Retrieves a Map describing all of the properties which need to be constrained for the class represented by classNode.
getProperty(java.lang.String) - Method in AbstractClosureProxy
getProperty(java.lang.String) - Method in BeanBuilder
Overrides property retrieval in the scope of the BeanBuilder to either:
getProperty(java.lang.String) - Method in BeanEntityAccess
getProperty(java.lang.String, Class<T>, T) - Method in CodeGenConfig
getProperty(java.lang.String) - Method in CompileStaticGroovyPage
getProperty(java.lang.String) - Method in CompositeConfig
getProperty(java.lang.String, Class<T>, T, List<T>) - Method in Config
Return the property value associated with the given key, or defaultValue if the key cannot be resolved.
getProperty(java.lang.String, Class<T>, T) - Method in ConfigMap
Return the property value associated with the given key, or null if the key cannot be resolved.
getProperty(java.lang.String, java.lang.String) - Method in ConfigProperties
getProperty(java.lang.String) - Method in ConstrainedPropertyBuilder
getProperty(java.lang.String) - Method in DefaultBeanConfiguration
getProperty(java.lang.String) - Method in DefaultGrailsApplication
Override property access and hit on xxxxClasses to return class arrays of artefacts.
getProperty(java.lang.String) - Method in EmptyParameters
getProperty(java.lang.String) - Method in EntityAccess
Obtains a property value
getProperty(java.lang.Object, java.lang.String) - Method in EntityReflector
Get a property for the specified index
getProperty(java.lang.String) - Method in EnvironmentAwarePropertySource
getProperty(java.lang.String) - Method in ExtendedProxy
getProperty(java.lang.String) - Method in FieldEntityAccess
getProperty(java.lang.String) - Method in GrailsApplicationContext
getProperty(Class<?>, java.lang.String) - Method in GrailsClassUtils
Retrieves a property of the given class of the specified name and type
getProperty(PersistentClass, java.lang.String) - Method in GrailsDomainBinder
getProperty(java.lang.String) - Method in GrailsMockHttpServletRequest
Property access for request attributes.
getProperty(java.lang.String) - Method in GrailsMockHttpSession
getProperty(java.lang.String) - Method in GrailsPrintWriter
getProperty(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
getProperty(java.lang.String) - Method in GroovyPage
getProperty(jakarta.servlet.http.HttpServletRequest, java.lang.String) - Method in HttpServletRequestExtension
getProperty(jakarta.servlet.http.HttpSession, java.lang.String) - Method in HttpSessionExtension
getProperty(java.lang.String) - Method in InstanceProxy
getProperty(java.lang.String) - Method in JSONBuilder
getProperty(java.lang.String) - Method in ModificationTrackingEntityAccess
getProperty(java.lang.String) - Method in NavigableMap
getProperty(java.lang.String) - Method in NavigableMap.NullSafeNavigator
getProperty(java.lang.String, Class<T>, T) - Method in NavigableMapConfig
getProperty(java.lang.String) - Method in NavigableMapPropertySource
getProperty(java.lang.String) - Method in Parameters
getProperty(java.lang.String) - Method in PluginAstReader.BasicGrailsPluginInfo
getProperty(java.lang.String, Class<T>, T, List<T>) - Method in PrefixedConfig
getProperty(java.lang.String) - Method in PrefixedMapPropertySource
getProperty(java.lang.Object, java.lang.String) - Method in ProxyInstanceMetaClass
getProperty() - Method in Query.Between
getProperty() - Method in Query.Order
Returns:
The property name to order by
getProperty() - Method in Query.PropertyNameCriterion
getProperty(java.lang.String) - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
getProperty(java.lang.String) - Method in TemplateVariableBinding
getPropertyAccessStrategy() - Method in TraitPropertyAccessStrategy
getPropertyAfterResolving(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
getPropertyBeforeResolving(java.lang.Object, java.lang.String) - Method in EntityProxyMethodHandler
getPropertyBeforeResolving(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
getPropertyByName(java.lang.String) - Method in AbstractPersistentEntity
getPropertyByName(java.lang.String) - Method in KeyValuePersistentEntity
getPropertyByName(java.lang.String) - Method in PersistentEntity
Obtains a PersistentProperty instance by name
getPropertyConfig(java.lang.String) - Method in Entity
Get a property config
getPropertyConfig(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
getPropertyConfig(java.lang.String) - Method in Mapping
Obtains a PropertyConfig object for the given name
getPropertyConfigs() - Method in Entity
Returns:
The property configurations
getPropertyConfigs() - Method in Mapping
getPropertyCriterion() - Method in FunctionCallingCriterion
getPropertyDecoder(Class<T>) - Method in BsonPersistentEntityCodec
Obtains the property encoder for the given property type
getPropertyDescriptor(java.lang.String) - Method in ClassPropertyFetcher
getPropertyDescriptorForValue(java.lang.Object, java.lang.Object) - Method in GrailsClassUtils
Retrieves a PropertyDescriptor for the specified instance and property value
getPropertyDescriptors() - Method in AbstractGrailsClass
deprecated:
Use getMetaProperties() instead
getPropertyDescriptors() - Method in ClassPropertyFetcher
deprecated:
Use getMetaProperties instead
getPropertyEditorRegistry() - Method in GrailsWebRequest
Obtains the PropertyEditorRegistry instance.
getPropertyEditors() - Method in CompositeEditor
getPropertyEncoder(Class<T>) - Method in BsonPersistentEntityCodec
Obtains the property encoder for the given property type
getPropertyForGetter(java.lang.String, java.lang.String) - Method in GrailsClassUtils
Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.
getPropertyForSetter(java.lang.String) - Method in GrailsClassUtils
Returns a property name equivalent for the given setter name or null if it is not a valid setter.
getPropertyFromHierarchy(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Obtains a property from the class hierarchy
getPropertyIfExists(java.lang.Object, java.lang.String, Class<T>) - Method in GrailsMetaClassUtils
Obtains a property of an instance if it exists
getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractMongoObectEntityPersister
getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
Obtains an indexer for a particular property
getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in SimpleMapEntityPersister
getPropertyInitializer(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
getPropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractMongoObectEntityPersister
getPropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
getPropertyMappedFormType() - Method in AbstractGormMappingFactory
getPropertyMappedFormType() - Method in GormDocumentMappingFactory
getPropertyMappedFormType() - Method in GormKeyValueMappingFactory
getPropertyName() - Method in AbstractConstraint
getPropertyName() - Method in AbstractGrailsClass
getPropertyName(org.grails.datastore.mapping.query.Query.Criterion, java.lang.String) - Method in AbstractHibernateCriterionAdapter
getPropertyName() - Method in BeanPropertyAccessor
Returns:
the name of the property at the end of the path, e.g. for `address.home.street`, `street` is returned.
getPropertyName(org.grails.scaffolding.model.property.DomainProperty) - Method in BidirectionalToManyInputRenderer
getPropertyName() - Method in BindingError
Returns:
the name of the property that the data binding error occurred on
getPropertyName(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in BsonQuery
getPropertyName() - Method in ConstrainedDelegate
getPropertyName() - Method in ConstrainedProperty
Returns:
The name of the property constrained
getPropertyName() - Method in Constraint
Returns:
The property name of the constraint
getPropertyName() - Method in DefaultGrailsDomainClass
getPropertyName() - Method in GrailsClass
Returns the name of the class as a property name.
getPropertyName() - Method in GrailsDomainClass
getPropertyName(java.lang.String, java.lang.String, java.lang.String) - Method in GrailsWebDataBindingListener
getPropertyName() - Method in MethodExpression
getPropertyName() - Method in Model
A property name version of the class name.
getPropertyName() - Method in Query.PropertyProjection
getPropertyName() - Method in SimpleBindingError
getPropertyNameForGetterOrSetter(java.lang.String) - Method in NameUtils
Returns the property name for a getter or setter
getPropertyNameForNode(groovy.util.Node) - Method in GPathResultMap
getPropertyNameForNode(groovy.util.Node) - Method in HalGPathResultMap
getPropertyNameForNodeChild(groovy.xml.slurpersupport.NodeChild) - Method in GPathResultMap
getPropertyNameForNodeChild(groovy.xml.slurpersupport.NodeChild) - Method in HalGPathResultMap
getPropertyNames(org.codehaus.groovy.ast.ClassNode) - Method in AstPropertyResolveUtils
Resolves the property names for the given class node
getPropertyNames() - Method in DataBindingSource
Returns:
the names of properties represented
getPropertyNames() - Method in EntityReflector
Returns:
The property names
getPropertyNames() - Method in EnvironmentAwarePropertySource
getPropertyNames() - Method in MatchSpec
getPropertyNames() - Method in NavigableMapPropertySource
getPropertyNames() - Method in SimpleMapDataBindingSource
getPropertyOrFieldValue(java.lang.Object, java.lang.String) - Method in ClassUtils
This method will try to retrieve the value of the named property from the object using a corresponding getter method.
getPropertyOrStaticPropertyOrFieldValue(java.lang.String, Class<T>) - Method in AbstractGrailsClass
getPropertyOrStaticPropertyOrFieldValue(org.springframework.beans.BeanWrapper, java.lang.Object, java.lang.String) - Method in GrailsClassUtils
getPropertyReader(java.lang.String) - Method in EntityReflector
Parameters:
name - Obtains the property reader for the given property
getPropertySource() - Method in AbstractGrailsPlugin
getPropertySource() - Method in GrailsPlugin
getPropertySources() - Method in PropertySourcesConfig
getPropertyType(java.lang.String) - Method in AbstractGrailsClass
getPropertyType(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstPropertyResolveUtils
Resolves the type of of the given property
getPropertyType(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Returns the property type if it exists
getPropertyType(java.lang.String) - Method in BeanEntityAccess
getPropertyType() - Method in BeanPropertyAccessor
Returns:
the type of the property at the end of the path, e.g. for `address.home.street` then the type of `street` is returned.
getPropertyType(Class<?>, java.lang.String) - Method in ClassPropertyFetcher
getPropertyType() - Method in Constrained
Returns:
Returns the propertyType.
getPropertyType() - Method in ConstrainedDelegate
getPropertyType() - Method in ConstrainedProperty
Returns:
Returns the propertyType.
getPropertyType(java.lang.String) - Method in EntityAccess
Obtains a property type
getPropertyType(java.lang.String) - Method in FieldEntityAccess
getPropertyType(Class<?>, java.lang.String) - Method in GrailsClassUtils
Returns the type of the given property contained within the specified class
getPropertyTypeSuperclasses() - Method in BeanPropertyAccessor
Returns:
all superclasses and interfaces of `propertyType` excluding `Object`, `Serializable`, `Comparable` and `Cloneable`.
getPropertyTypeSuperclasses() - Method in BeanPropertyAccessorImpl
getPropertyTypeSuperclasses() - Method in DelegatingBeanPropertyAccessorImpl
getPropertyTypeSuperclasses() - Method in PropertyPathAccessor
getPropertyValue(java.lang.String) - Method in AbstractGrailsClass
getPropertyValue(java.util.Map) - Method in AbstractStructuredBindingEditor
getPropertyValue(java.lang.Object, java.lang.String, grails.databinding.DataBindingSource) - Method in AbstractStructuredDateBindingEditor
getPropertyValue(java.lang.String) - Method in BeanConfiguration
Returns the value of the given property or throws a MissingPropertyException.
getPropertyValue(java.lang.String) - Method in BeanEntityAccess
getPropertyValue(java.lang.Object, java.lang.String, grails.databinding.DataBindingSource) - Method in BindingHelper
The value returned from this method will be bound to the property specified by propertyName.
getPropertyValue(java.lang.String, Class<T>) - Method in ClassPropertyFetcher
getPropertyValue(java.lang.String) - Method in DataBindingSource
Parameters:
propertyName - the name of a property
getPropertyValue(java.lang.String) - Method in DefaultBeanConfiguration
getPropertyValue(java.lang.String) - Method in EntityAccess
Obtains a property value
getPropertyValue(java.lang.String) - Method in FieldEntityAccess
getPropertyValue(java.lang.String, Class<T>) - Method in GrailsClass
Obtains a property value for the given name and type
getPropertyValue(java.lang.String) - Method in SimpleMapDataBindingSource
getPropertyValue(java.lang.Object, java.lang.String, grails.databinding.DataBindingSource) - Method in StructuredBindingEditor
The value returned from this method will be bound to the property specified by propertyName.
getPropertyValueObject(java.lang.String) - Method in AbstractGrailsClass
getPropertyValueOfNewInstance(Class<?>, java.lang.String) - Method in GrailsClassUtils
Returns the value of the specified property and type from an instance of the specified Grails class
getPropertyValuesMap(java.lang.String, grails.databinding.DataBindingSource) - Method in AbstractStructuredBindingEditor
A convenience method for extracting structured values from a DataBindingSource.
getPropertyWriter(java.lang.String) - Method in EntityReflector
Parameters:
name - Obtains the property writer for the given property
getProvidedArtefacts() - Method in BinaryGrailsPlugin
getProvidedArtefacts() - Method in DefaultGrailsPlugin
getProvidedArtefacts() - Method in GrailsPlugin
Retrieves an array of provided Artefacts that are pre-compiled additions to the GrailsApplication object but are overridable by the end-user
getProvidedlassNames() - Method in BinaryGrailsPluginDescriptor
Returns:
The class names provided by the plugin
getProxiedClass(java.lang.Object) - Method in EntityProxyHandler
Returns the proxied class without initializing the proxy
getProxiedClass(java.lang.Object) - Method in EntityProxyHandlerAdapter
getProxiedClass(java.lang.Object) - Method in GroovyProxyFactory
getProxiedClass(java.lang.Object) - Method in HibernateProxyHandler
{@inheritDoc}
getProxiedClass(java.lang.Object) - Method in JavassistProxyFactory
getProxiedClass(java.lang.Object) - Method in ProxyHandler
Get the class being proxied
getProxiedClass(java.lang.Object) - Method in ProxyHandlerAdapter
getProxiedClass(java.lang.Object) - Method in SimpleHibernateProxyHandler
getProxy(org.eclipse.aether.repository.RemoteRepository) - Method in CompositeProxySelector
getProxyClass(java.lang.Class) - Method in JavassistProxyFactory
getProxyFactory() - Method in AbstractMappingContext
getProxyFactory() - Method in EntityPersister
getProxyFactory() - Method in MappingContext
Factory used for creating proxies
getProxyHandler() - Method in AbstractMappingContext
getProxyHandler() - Method in ChainedConverterConfiguration
getProxyHandler() - Method in ConverterConfiguration
Lookup the ProxyHandler used to deal with proxies instances.
getProxyHandler() - Method in DefaultConverterConfiguration
getProxyHandler() - Method in GrailsView
Handlers for proxies
getProxyHandler() - Method in ImmutableConverterConfiguration
getProxyHandler() - Method in MappingContext
For handling proxies
getProxyHandler() - Method in RestResponder
getProxyIdentifier(java.lang.Object) - Method in EntityProxyHandler
This method returns the identifier of the proxy or null if the object is not a proxy
getProxyIdentifier(java.lang.Object) - Method in ProxyHandlerAdapter
getProxyIdentifier(java.lang.Object) - Method in SimpleHibernateProxyHandler
getProxyInstance(org.grails.datastore.mapping.core.Session, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
getProxyInstanceMetaClass(java.lang.Object) - Method in GroovyProxyFactory
getProxyInterfaces() - Method in JavassistProxyFactory
getProxyKey(java.lang.Object) - Method in AssociationQueryProxyHandler
getProxyKey() - Method in EntityProxy
Returns:
The identifier
getProxyKey(java.lang.Object) - Method in EntityProxyMethodHandler
getProxyKey(java.lang.Object) - Method in SessionEntityProxyMethodHandler
getProxySelector() - Method in MavenSettings
getProxyTarget(java.lang.Object) - Method in EntityProxyMethodHandler
getProxyTarget() - Method in ProxyInstanceMetaClass
Load the target from the DB.
getQuality() - Method in MimeType
Returns:
The quality of the Mime type
getQualityAsNumber() - Method in MimeType
Returns:
The quality in BigDecimal form
getQuery() - Method in AbstractCriteriaBuilder
getQuery() - Method in AbstractQueryEvent
Get the query from the event.
getQuery() - Method in JpaQueryInfo
getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountWhereImplementer
getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllWhereImplementer
getQueryMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractProjectionImplementer
getQueryMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllPropertyProjectionImplementer
getRange() - Method in Constrained
getRange() - Method in ConstrainedDelegate
getRange() - Method in DefaultConstrainedProperty
Returns:
Returns the range.
getRange() - Method in RangeConstraint
Returns:
Returns the range.
getRange() - Method in SizeConstraint
Returns:
Returns the range.
getReader() - Method in AbstractPersistentProperty
getReader() - Method in FastStringPrintWriter
getReader() - Method in FastStringWriter
getReader() - Method in GrailsConsole
getReader() - Method in PersistentProperty
Returns:
The reader for this property
getReader(boolean) - Method in StreamCharBuffer
Like getReader(), but when removeAfterReading is true, the read data will be removed from the buffer.
getReadLenLimit(int) - Method in StreamCharBuffer.StreamCharBufferReader
getReadMode() - Method in StreamByteBuffer
getRecordingDirectory() - Method in GrailsGebSettings
getRedirectedUrl() - Method in AbstractGrailsMockHttpServletResponse
getRedirectInfo() - Method in AbstractUrlMapping
getRedirectInfo() - Method in AbstractUrlMappingInfo
The redirect information should be a String or a Map.
getRedirectInfo() - Method in DefaultUrlMappingInfo
getRedirectInfo() - Method in UrlMapping
The redirect information should be a String or a Map.
getRedirectInfo() - Method in UrlMappingInfo
The redirect information should be a String or a Map.
getRedirectUrl() - Method in AbstractGrailsMockHttpServletResponse
getRedirectURL() - Method in IncludedContent
Returns the URL of a redirect if a redirect was issue in the Include otherwise it returns null if there was no redirect.
getRedirectURL() - Method in IncludeResponseWrapper
getReference() - Method in ClassPropertyFetcher
deprecated:
will be removed in a future version of GORM
getReferencedPropertyName() - Method in Association
Returns:
Returns the name of the inverse property or null if this association is unidirectional
getReferencedTypeForCollection(java.lang.String, java.lang.Object) - Method in GrailsWebDataBinder
getReferencedTypeForCollection(java.lang.String, java.lang.Object) - Method in SimpleDataBinder
getReferencedTypeForCollectionInClass(java.lang.String, java.lang.Class) - Method in SimpleDataBinder
getReferenceInstance() - Method in AbstractGrailsClass
getReferenceInstance() - Method in DefaultGrailsBootstrapClass
getReferenceInstance() - Method in GrailsClass
Returns:
Sample (reference) instance for this Grails class
getReflector() - Method in AbstractPersistentEntity
getReflector(java.lang.String) - Method in FieldEntityAccess
getReflector() - Method in PersistentEntity
Returns:
The reflector this entity
getRegex() - Method in MatchesConstraint
Returns:
Returns the regex.
getRegisteredObjects(java.lang.Class) - Method in ClassAndMimeTypeRegistry
getRegistry() - Method in GrailsMetaClassUtils
Retrieves the MetaClassRegistry instance.
getRejectedValue() - Method in BindingError
Returns:
The value which could not be bound to the property
getRejectedValue() - Method in SimpleBindingError
getRejectValueExpression(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in ControllerActionTransformer
getRelationships(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultJsonApiViewHelper
getReleaseCandidateVersion() - Method in Snapshot
getReloadableScriptSource() - Method in GroovyPageCompiledScriptSource
getRemaining() - Method in JspWriterDelegate
getRemainingParameterTypes(org.codehaus.groovy.ast.Parameter) - Method in GrailsASTUtils
Gets the remaining parameters excluding the first parameter in the given list
getRenamedMethodPrefix() - Method in AbstractCacheTransformation
getRenamedMethodPrefix() - Method in AbstractMethodDecoratingTransformation
getRenamedMethodPrefix() - Method in PublisherTransform
getRenamedMethodPrefix() - Method in TenantTransform
getRenamedMethodPrefix() - Method in TransactionalTransform
getRendererRegistry() - Method in RestResponder
getRenderNulls(java.util.Map) - Method in DefaultJsonViewHelper
getReplyTo() - Method in Event
Get the key to send replies to.
getReportGroupDir() - Method in BrowserDelegate
Delegates to geb.Browser#getReportGroupDir().
getReportingDirectory() - Method in GrailsGebSettings
getRepositories() - Method in AbstractProfile
getRepositories() - Method in Profile
Returns:
The maven repository definitions for this profile
getRepositoryConfiguration() - Method in GroovyCompilerConfiguration
Returns the configuration for the repositories that will be used by the compiler to resolve dependencies.
getRepositoryConfiguration() - Method in OptionSetGroovyCompilerConfiguration
getRequest() - Method in GrailsParameterMap
Returns:
Returns the request.
getRequest() - Method in GrailsRequestContext
The request object.
getRequest() - Method in GrailsWebUnitTest
getRequest() - Method in GroovyPagesPageContext
getRequest() - Method in ServletAttributes
getRequest() - Method in WebRequestDelegatingRequestContext
getRequestLogMessage(java.lang.String, jakarta.servlet.http.HttpServletRequest, java.lang.String) - Method in GrailsExceptionResolver
getRequestURI() - Method in GrailsRequestContext
Returns:
The Request URI
getRequestURI() - Method in WebRequestDelegatingRequestContext
getRequestURIForGrailsDispatchURI(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
The Grails dispatch servlet maps URIs like /app/grails/example/index.dispatch.
getRequiredFeatures() - Method in AbstractProfile
getRequiredFeatures() - Method in Profile
Returns:
The required features for this profile
getRequiredFields() - Method in AbstractStructuredDateBindingEditor
getRequiredFields() - Method in StructuredDateEditor
getRequiredFields() - Method in StructuredPropertyEditor
Returns:
The required fields
getRequiredProperty(java.lang.String, Class<T>) - Method in CodeGenConfig
getRequiredProperty(java.lang.String, Class<T>) - Method in CompositeConfig
getRequiredProperty(java.lang.String, Class<T>) - Method in ConfigMap
Return the property value associated with the given key, converted to the given targetType (never null).
getRequiredProperty(java.lang.String, Class<T>) - Method in NavigableMapConfig
getRequiredProperty(java.lang.String, Class<T>) - Method in PrefixedConfig
getResolver() - Method in DefaultGrailsPlugin
Returns:
the resolver
getResolveStrategy() - Method in AbstractClosureProxy
getResource() - Method in AnnotationMetadataReader
getResource(java.lang.String) - Method in BinaryGrailsPlugin
Resolves a static resource contained within this binary plugin
getResource() - Method in BinaryGrailsPluginDescriptor
The resource the descriptor was parsed from
getResource(java.lang.String) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
getResource(java.lang.String) - Method in CommandLineResourceLoader
getResource(java.lang.String) - Method in GroovyPageResourceLoader
getResource(java.lang.String) - Method in GroovyPageUnitTestResourceLoader
getResource(java.lang.String) - Method in MockResourceLoader
getResource(java.lang.String) - Method in MockStringResourceLoader
getResource(java.lang.String) - Method in PathMatchingResourcePatternResolver
getResource(java.lang.String) - Method in SimpleMapResourceLoader
getResource(java.lang.String) - Method in StaticResourceLoader
getResourceAccessor(java.lang.String) - Method in EmbeddedJarPathHandler
getResourceAsStream(java.lang.String) - Method in ExtendedGroovyClassLoader
getResourceByPath(java.lang.String) - Method in FileSystemResourceLoader
Resolve resource paths as file system paths.
getResourceByPath(java.lang.String) - Method in GrailsWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(java.lang.String) - Method in PluginPathAwareFileSystemResourceLoader
getResourceForClass(java.lang.Class) - Method in DefaultGrailsApplication
Retrieves the Spring Resource that was used to load the given Class.
getResourceForClass(java.lang.Class) - Method in GrailsApplication
Retrieves a Resource instance for the given Grails class or null it doesn't exist.
getResourceForUri(java.lang.String) - Method in GroovyPagesTemplateEngine
Attempts to retrieve a reference to a GSP as a Spring Resource instance for the given URI.
getResourceId(java.lang.Object) - Method in DefaultLinkGenerator
getResourceLoader() - Method in PathMatchingResourcePatternResolver
Return the ResourceLoader that this pattern resolver works with.
getResourcePath() - Method in RenderContext
Returns:
The path the the resource
getResourcePath() - Method in ServletRenderContext
getResourcePatternResolver() - Method in GrailsWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResources(java.lang.String) - Method in PathMatchingResourcePatternResolver
getResources() - Method in SimpleMapResourceLoader
getResources(java.lang.String) - Method in SpringInvoker.Slf4jBindingAwareClassLoader
getResourcesDir() - Method in FileSystemInteraction
Returns:
The directory where resources are processed to
getResourcesDir() - Method in FileSystemInteractionImpl
Returns:
The directory where resources are processed to
getResourceTitle(java.lang.String, java.util.Locale) - Method in AbstractLinkingRenderer
getResponse() - Method in GrailsRequestContext
The response object.
getResponse() - Method in GrailsWebUnitTest
getResponse() - Method in GroovyPagesPageContext
getResponse() - Method in ServletAttributes
Obtains the HttpServletResponse instance
getResponse() - Method in WebRequestDelegatingRequestContext
getResponseCode() - Method in ResponseCodeMappingData
getResults() - Method in PostQueryEvent
Returns:
The results of the query.
getReturnTypeName() - Method in MethodMetadataReadingVisitor
getReverseMapping(java.lang.String, java.lang.String, java.util.Map) - Method in AbstractGrailsControllerUrlMappings
getReverseMapping(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in DefaultUrlMappingsHolder
See Also:
UrlMappingsHolder#getReverseMapping(String, String, java.util.Map)
getReverseMapping(java.lang.String, java.lang.String, java.util.Map) - Method in UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters
getReverseMappingNoDefault(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in AbstractGrailsControllerUrlMappings
getReverseMappingNoDefault(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in DefaultUrlMappingsHolder
getReverseMappingNoDefault(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters or null if non could be found.
getRootBean() - Method in BeanPropertyAccessor
Returns:
the object at the root of a path expression, e.g. for a `person` bean and `address.street` then `person` is returned.
getRootBean() - Method in DelegatingBeanPropertyAccessorImpl
getRootBean() - Method in PropertyPathAccessor
getRootBeanType() - Method in BeanPropertyAccessor
Returns:
the type of the object at the root of a path expression, e.g. for a `person` bean and `address.street` then the type of `person` is returned.
getRootBeanType() - Method in DelegatingBeanPropertyAccessorImpl
getRootBeanType() - Method in DomainProperty
Returns:
The class the root property belongs to
getRootBeanType() - Method in DomainPropertyImpl
getRootBeanType() - Method in PropertyPathAccessor
getRootCause(java.lang.Throwable) - Method in DefaultErrorsPrinter
Obtains the root cause of the given exception
getRootCause(java.lang.Throwable) - Method in ExceptionUtils
Obtains the root cause of the given exception
getRootCause(java.lang.Throwable) - Method in GrailsExceptionResolver
Obtains the root cause of the given exception
getRootEntity() - Method in AbstractPersistentEntity
getRootEntity() - Method in PersistentEntity
Obtains the root entity of an inheritance hierarchy
getRootMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
getRootPath() - Method in EmbeddedJarResourceAccessor
getRootProperty() - Method in DomainProperty
Returns:
The root property
getScale() - Method in Constrained
getScale() - Method in ConstrainedDelegate
getScale() - Method in DefaultConstrainedProperty
Returns:
The scale, if defined for this property; null, otherwise
getScale() - Method in PropertyConfig
Shortcut to get the scale of this property's column.
getScale() - Method in ScaleConstraint
Returns:
the scale
getScope() - Method in DefaultGrailsControllerClass
getScope() - Method in GradleDependency
getScope() - Method in GrailsControllerClass
Returns:
The scope of the controller, defaults to singleton
getScope() - Method in GroovyCompilerConfiguration
Returns the scope in which the compiler operates.
getScope() - Method in OptionSetGroovyCompilerConfiguration
getScriptAsString() - Method in GroovyPageCompiledScriptSource
getSelectedVersion() - Method in GrailsUpdater
Returns:
the `grails-cli` version that was selected by this updater
getServerBaseURL() - Method in DefaultGrailsViewHelper
getServerBaseURL() - Method in DefaultLinkGenerator
getServerBaseURL() - Method in LinkGenerator
The base URL of the server used for creating absolute links.
getServerBaseURL() - Method in TestLinkGenerator
getService(Class<T>) - Method in AbstractDatastore
getService(Class<T>) - Method in DefaultServiceRegistry
getService(Class<R>) - Method in HibernateDialectDetectorFactoryBean
getService() - Method in RestfulServiceController
getService(Class<T>) - Method in ServiceRegistry
Obtain a service for the given interface
getService() - Method in ServiceUnitTest
getServiceRegistry() - Method in HibernateMappingContextConfiguration
getServices() - Method in AbstractDatastore
getServices() - Method in DefaultServiceRegistry
getServices() - Method in ServiceRegistry
Returns:
An iterable of the available services
getServletConfig() - Method in GrailsWebApplicationContext
getServletConfig() - Method in GroovyPagesPageContext
getServletContext() - Method in DefaultGrailsApplicationAttributes
getServletContext() - Method in GrailsApplicationAttributes
Retrieves the servlet context instance
getServletContext() - Method in GrailsHttpSession
getServletContext() - Method in GrailsRequestContext
The servletContext object.
getServletContext() - Method in GrailsWebApplicationContext
getServletContext() - Method in GrailsWebRequest
Returns:
The ServletContext instance
getServletContext() - Method in GrailsWebUnitTest
getServletContext() - Method in GroovyPagesPageContext
getServletContext() - Method in Holders
getServletContext() - Method in ServletAttributes
Obtains the ServletContext instance
getServletContext() - Method in ServletContextHolder
getServletContext() - Method in WebRequestDelegatingRequestContext
getSession() - Method in AbstractDatastorePersistenceContextInterceptor
getSession(org.grails.datastore.mapping.core.Datastore, boolean) - Method in DatastoreUtils
Get a Datastore Session for the given Datastore.
getSession() - Method in EntityPersister
getSession() - Method in GrailsHibernateTemplate
getSession() - Method in GrailsRequestContext
The session object.
getSession() - Method in GrailsWebRequest
Returns:
The Grails session object
getSession() - Method in GrailsWebUnitTest
The org.springframework.mock.web.MockHttpSession instance
getSession() - Method in GroovyPagesPageContext
getSession() - Method in MongoCodecEntityPersister
getSession() - Method in Query
Returns:
The session that created the query
getSession() - Method in ServletAttributes
getSession() - Method in SessionCreationEvent
Returns:
The session that has just been created.
getSession() - Method in SessionHolder
getSession() - Method in WebRequestDelegatingRequestContext
getSessionFactory() - Method in AbstractHibernateDatastore
Returns:
The Hibernate SessionFactory being used by this datastore instance
getSessionFactory() - Method in AbstractHibernateGormInstanceApi
getSessionFactory() - Method in GrailsHibernateTemplate
getSessionFactory() - Method in HibernatePersistenceContextInterceptor
Returns:
the sessionFactory
getSessionFactory() - Method in HibernateSpec
Returns:
the current session factory
getSessionFactory() - Method in IHibernateTemplate
getSessionFactory() - Method in SessionFactoryHolder
getSessionFactoryBeanName() - Method in HibernateMappingContextSessionFactoryBean
getSessionHolder() - Method in TransactionObject
getSessionProperty(java.lang.String) - Method in AbstractAttributeStoringSession
Get the value of a property of the session.
getSessionProperty(java.lang.String) - Method in Session
Get the value of a property of the session.
getSessionStorage() - Method in BrowserDelegate
Delegates to geb.Browser#getSessionStorage().
getSetter() - Method in TraitPropertyAccessStrategy
getSetterName(java.lang.String) - Method in GrailsClassUtils
Retrieves the name of a setter for the specified property name
getSetterName(java.lang.String) - Method in MappingUtils
Retrieves the name of a setter for the specified property name
getSetterName(java.lang.String) - Method in NameUtils
Retrieves the name of a setter for the specified property name
getSetting(java.lang.String, Class<T>, T) - Method in GrailsCli
Obtains a value from .grails/settings.yml
getSettings() - Method in ConnectionSource
Returns:
The settings for the ConnectionSource
getSettings() - Method in DefaultConnectionSource
getSetTransactionManagerMethodBody(org.codehaus.groovy.ast.ClassNode) - Method in DefaultDelegateAsyncTransactionalMethodTransformer
getSharedConstraint(java.lang.String) - Method in ConstrainedPropertyBuilder
getShort(java.lang.String, java.lang.Integer) - Method in AbstractTypeConvertingMap
getShortName() - Method in AbstractGrailsClass
getShortName() - Method in GrailsClass
Returns the short name of the class without package prefix.
getSimpleName() - Method in Model
Returns:
The class name without package
getSimpleNativePropertyValue(java.lang.Object, org.grails.datastore.mapping.model.MappingContext) - Method in MongoEntityPersister
Convert a value into a type suitable for use in Mongo.
getSingleColumnConfig(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
getSize() - Method in Constrained
getSize() - Method in ConstrainedDelegate
getSize() - Method in DefaultConstrainedProperty
Returns:
Returns the size.
getSize() - Method in GrailsConcurrentLinkedMapCache
getSize() - Method in MockPart
getSkeletonExcludes() - Method in AbstractProfile
getSkeletonExcludes() - Method in Profile
Returns:
A list of paths to exclude from the skeleton.
getSnapshot(liquibase.structure.DatabaseObject) - Method in GormDatabase.1
getSnapshotsEnabled() - Method in RepositoryConfiguration
Return if the repository should enable access to snapshots.
getSort() - Method in Entity
getSort() - Method in MongoCollection
getSource() - Method in ConnectionSource
Returns:
The underlying native connection source, for example a SQL javax.sql.DataSource
getSource() - Method in DefaultConnectionSource
getSource() - Method in SpringEventBusEvent
getSourceFile() - Method in WritableScript
Obtains the source file
getSources() - Method in SourceOptions
getSourcesArray() - Method in SourceOptions
getSourceUnit() - Method in AbstractCacheTransformation.1
getSourceUnit() - Method in AnnotatedNodeASTTransformation
getSourceUnit() - Method in AstUtils.1
getSourceUnit() - Method in BuilderTypeCheckingExtension.BuilderMethodReplacer
getSourceUnit() - Method in DetachedCriteriaTransformer
getSourceUnit() - Method in HibernateEntityTransformation.1
getSourceUnit() - Method in ResponseCodeUrlMappingVisitor
getSourceUrl(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
getSpecificationVersion() - Method in GroovyPagesJspFactory
getSpringApplication() - Method in GrailsApplicationContextLoader
getSpringBootVersion() - Method in CompositeDependencyManagement
getSpringBootVersion() - Method in DependencyManagement
Returns the managed version of Spring Boot.
getSpringBootVersion() - Method in GrailsDependencyVersions
getSpringBootVersion() - Method in MavenModelDependencyManagement
getSpringConfig() - Method in BeanBuilder
Retrieves the RuntimeSpringConfiguration instance used the the BeanBuilder
getSql() - Method in GroovyChange
Called from the change or rollback closure.
getSql() - Method in GroovyPrecondition
Called from the change or rollback closure.
getSqlType() - Method in PropertyConfig
Shortcut to get the SQL type of the corresponding column.
getStackReference(int) - Method in PathCapturingJSONWriterWrapper
getStackTraceLines() - Method in GrailsWrappedRuntimeException
Returns:
Returns the stackTrace lines
getStackTraceText() - Method in GrailsWrappedRuntimeException
Returns:
Returns the stackTrace.
getStandardAttributes(org.grails.scaffolding.model.property.DomainProperty) - Method in PropertyMarkupRenderer
Builds the standard html attributes that will be passed to grails.plugin.scaffolding.registry.DomainInputRenderer#renderInput
getStaticApi(Class<D>, java.lang.String) - Method in GormEnhancer
getStaticApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
getStaticApi(Class<D>, java.lang.String) - Method in MongoDatastore
getStaticApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
getStaticApplicationContext() - Method in Controller
getStaticCodecDirectiveValue() - Method in GroovyPageParser
getStaticEncoder() - Method in GroovyPageMetaInfo
getStaticEncoder() - Method in OutputEncodingStack
getStaticEncoder() - Method in OutputEncodingStackAttributes
getStaticFieldValue(Class<?>, java.lang.String) - Method in GrailsClassUtils
getStaticImplementation() - Method in AbstractGrailsArtefactTransformer
The class that provides static methods
getStaticImplementation() - Method in ControllerDomainTransformer
getStaticImplementation() - Method in ConvertersDomainTransformer
getStaticImports() - Method in ViewConfiguration
Returns:
The static imports to automatically import
getStaticPropertyValue(java.lang.String, Class<T>) - Method in AbstractGrailsClass
Get the value of the named static property.
getStaticPropertyValue(java.lang.Class, java.lang.String, Class<T>) - Method in ClassPropertyFetcher
getStaticPropertyValue(Class<?>, java.lang.String) - Method in GrailsClassUtils
getStaticPropertyValuesFromInheritanceHierarchy(java.lang.Class, java.lang.String, Class<T>) - Method in ClassPropertyFetcher
Get the list of property values for this static property from the whole inheritance hierarchy, starting from the most derived version of the property ending with the base class.
getStaticWriter() - Method in OutputEncodingStack
getStatus(org.hibernate.Session, java.lang.Object) - Method in GrailsEntityDirtinessStrategy
getStatus() - Method in GrailsWebUnitTest
Returns:
The status code of the response
getStatus() - Method in HibernateJtaTransactionManagerAdapter
getStatus() - Method in IncludeResponseWrapper
getStep(java.lang.String, org.grails.cli.profile.Command, java.util.Map) - Method in StepRegistry
Looks up a Step
getSteps() - Method in DefaultMultiStepCommand
getSteps() - Method in MultiStepCommand
Returns:
The steps that make up the command
getStream() - Method in XML
getStreamingEncoder() - Method in EncodesToWriterAdapter
getString(int) - Method in JSONArray
Get the string associated with an index.
getString(java.lang.String) - Method in JSONObject
Get the string associated with a key.
getStringListFromMap(java.lang.String, java.util.Map, List<String>) - Method in ViewUtils
Obtains a list of strings from the map for the given key
getStrings() - Method in StringsCompleter
getSubBufferChunkMinSize() - Method in StreamCharBuffer
getSubmittedFileName() - Method in MockPart
getSubquery() - Method in Query.Exists
getSubquery() - Method in Query.In
getSubquery() - Method in Query.NotExists
getSubquery() - Method in Query.NotIn
getSubscribedEvents() - Method in GormAnnotatedSubscriber
getSubscribedMethods() - Method in AnnotatedSubscriber
getSubscriber() - Method in ClosureEventTrigger
getSubscriber() - Method in EventTrigger
Returns:
The event listener
getSubStringChunkMinSize() - Method in StreamCharBuffer
GetSuffix(int) - Method in SimpleCharStream
Get the suffix.
getSuperclassesAndInterfaces(java.lang.Class) - Method in BeanPropertyAccessorImpl
getSuppliedNames() - Method in BasePluginFilter
getSystemOffset() - Method in TemporalConverter
getTableName(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in GrailsDomainBinder
Evaluates the table name for the given property
getTableName() - Method in Mapping
The table name
getTabSize(int) - Method in SimpleCharStream
getTag(java.lang.String) - Method in JspTagLib
Obtains a reference to a JspTag instance contained within the library
getTag(java.lang.String) - Method in JspTagLibImpl
getTagLib() - Method in TagLibUnitTest
getTaglibCodecDirectiveValue() - Method in GroovyPageParser
getTaglibEncoder() - Method in GroovyPageMetaInfo
getTaglibEncoder() - Method in OutputEncodingStack
getTaglibEncoder() - Method in OutputEncodingStackAttributes
getTaglibNamespace() - Method in TagLibrary
getTaglibNamespace() - Method in TagLibraryInvoker
getTagLibraryLookup() - Method in GroovyPageMetaInfo
getTagLibraryLookup() - Method in TagLibraryInvoker
getTaglibWriter() - Method in OutputEncodingStack
getTagName() - Method in JspInvokeGrailsTagLibTag
getTagNames() - Method in DefaultGrailsTagLibClass
getTagNames() - Method in GrailsTagLibClass
Returns:
The tag names in this library
getTagNamesThatReturnObject() - Method in DefaultGrailsTagLibClass
getTagNamesThatReturnObject() - Method in GrailsTagLibClass
getTarget() - Method in EntityProxy
Obtains the target performing initialization if necessary
getTarget() - Method in GrailsPrintWriterAdapter
getTargetBeanDefinition(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.lang.String, org.springframework.beans.factory.config.BeanDefinition, java.lang.Class) - Method in MapBasedSmartPropertyOverrideConfigurer
getTargetBeanDefinitionForFactoryBean(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.lang.String, org.springframework.beans.factory.config.BeanDefinition, Class<? extends FactoryBean>) - Method in MapBasedSmartPropertyOverrideConfigurer
getTargetClass() - Method in AbstractCriteriaBuilder
getTargetClass() - Method in AbstractHibernateCriteriaBuilder
getTargetClass() - Method in BuildableCriteria
Returns:
The class the criteria applies to
getTargetClassForContainer(java.lang.Class, java.lang.Object) - Method in DefaultRendererRegistry
getTargetFileLocation() - Method in GrailsMockMultipartFile
Returns:
The location where the MultipartFile was transfered to
getTargetKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in MappingUtils
getTargetOut() - Method in GrailsConsoleErrorPrintStream
getTargetOut() - Method in GrailsConsolePrintStream
getTargetTransactionManager() - Method in PlatformTransactionManagerProxy
getTargetType() - Method in AbstractMappingAwareCustomTypeMarshaller
getTargetType() - Method in AbstractRequestBodyDataBindingSourceCreator
getTargetType() - Method in AbstractVndErrorRenderer
getTargetType() - Method in ByteArrayMultipartFileValueConverter
getTargetType() - Method in ClosureValueConverter
getTargetType() - Method in CodecCustomTypeMarshaller
getTargetType() - Method in CurrencyValueConverter
getTargetType() - Method in CustomTypeMarshaller
Returns:
The target Java type
getTargetType() - Method in DataBindingSourceCreator
Returns:
The target type of this creator
getTargetType() - Method in DateConversionHelper
getTargetType() - Method in DefaultDataBindingSourceCreator
getTargetType() - Method in DefaultHtmlRenderer
getTargetType() - Method in FormattedDateValueConverter
getTargetType() - Method in FormattedLocalDateTimeValueConverter
getTargetType() - Method in FormattedValueConverter
Returns:
the output type of this converter
getTargetType() - Method in HalJsonRenderer.1
getTargetType() - Method in Jsr310ConvertersConfiguration.1
getTargetType() - Method in Jsr310ConvertersConfiguration.10
getTargetType() - Method in Jsr310ConvertersConfiguration.11
getTargetType() - Method in Jsr310ConvertersConfiguration.12
getTargetType() - Method in Jsr310ConvertersConfiguration.13
getTargetType() - Method in Jsr310ConvertersConfiguration.14
getTargetType() - Method in Jsr310ConvertersConfiguration.15
getTargetType() - Method in Jsr310ConvertersConfiguration.16
getTargetType() - Method in Jsr310ConvertersConfiguration.17
getTargetType() - Method in Jsr310ConvertersConfiguration.18
getTargetType() - Method in Jsr310ConvertersConfiguration.19
getTargetType() - Method in Jsr310ConvertersConfiguration.2
getTargetType() - Method in Jsr310ConvertersConfiguration.20
getTargetType() - Method in Jsr310ConvertersConfiguration.21
getTargetType() - Method in Jsr310ConvertersConfiguration.3
getTargetType() - Method in Jsr310ConvertersConfiguration.4
getTargetType() - Method in Jsr310ConvertersConfiguration.5
getTargetType() - Method in Jsr310ConvertersConfiguration.6
getTargetType() - Method in Jsr310ConvertersConfiguration.7
getTargetType() - Method in Jsr310ConvertersConfiguration.8
getTargetType() - Method in Jsr310ConvertersConfiguration.9
getTargetType() - Method in Jsr310ConvertersConfiguration.Jsr310DateValueConverter
getTargetType() - Method in LocalDateTimeConverter
getTargetType() - Method in Renderer
Returns:
The target type
getTargetType() - Method in TimeZoneConverter
getTargetType() - Method in TypedStructuredBindingEditor
Returns:
the type that this editor is used for binding to
getTargetType() - Method in UUIDConverter
getTargetType() - Method in ValueConverter
getTargetType() - Method in ValueInitializer
getTaskCount() - Method in StopWatch
Return the number of tasks timed.
getTaskInfo() - Method in StopWatch
Return an array of the data for tasks performed.
getTaskName() - Method in StopWatch.TaskInfo
Return the name of this task.
getTemplate() - Method in AbstractGrailsView
getTemplate(java.lang.String) - Method in AbstractProfile
getTemplate() - Method in GroovyPageView
getTemplate() - Method in JspRenderTag
getTemplate(java.lang.String) - Method in Profile
Obtain a template by path
getTemplateEngine() - Method in GrailsView
The template engine
getTemplateEngine() - Method in JsonViewUnitTest
getTemplateFor(java.lang.String) - Method in FormFieldsTemplateService
getTemplatePath() - Method in ViewConfiguration
Returns:
Path to the templates
getTemplateUri(java.lang.String) - Method in Controller
Obtains a URI of a template by name
getTemplateUri(java.lang.CharSequence, jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
getTemplateURI(groovy.lang.GroovyObject, java.lang.String) - Method in DefaultGroovyPagesUriService
getTemplateUri(java.lang.CharSequence, jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
Parameters:
templateName
getTemplateURI(groovy.lang.GroovyObject, java.lang.String, boolean) - Method in GroovyPagesUriService
getTemplateURI(java.lang.String, java.lang.String, boolean) - Method in GroovyPagesUriSupport
Obtains the URI to a template using the controller name and template name
getTenantId() - Method in AbstractPersistentEntity
getTenantId() - Method in PersistentEntity
Returns:
The tenant id
getTenantResolver() - Method in AbstractHibernateDatastore
getTenantResolver() - Method in MongoDatastore
getTenantResolver() - Method in MultiTenancySettings
Returns:
The tenant resolver
getTenantResolver() - Method in MultiTenantCapableDatastore
Returns:
Obtain the tenant resolver
getTenantResolver() - Method in SimpleMapDatastore
getter - Property in DirtyCheckingTransformer.GetterAndSetter
getter() - Method in EntityReflector.PropertyReader
Returns:
The getter
getTerminal() - Method in GrailsConsole
getTestDbUrl() - Method in HibernateDatastoreSpringInitializer
getText() - Method in AbstractGrailsMockHttpServletResponse
The response body as text
getText() - Method in JsonOutput.JsonUnescaped
getTheme(java.lang.String) - Method in GrailsApplicationContext
getThisMetaClass() - Method in GroovyObjectMethodHandler
getThreadLocalConverterConfiguration(Class<C>) - Method in ConvertersConfigurationHolder
getThrowable() - Method in Interceptor
Obtains the exception thrown by an action execution
getTimeFormat(java.lang.String, java.lang.Object, java.util.Locale) - Method in DefaultGrailsTagDateHelper
getTimeFormat(java.lang.String, java.lang.Object, java.util.Locale) - Method in GrailsTagDateHelper
Retrieve a time format object without time to be passed to the format method
getTimeMillis() - Method in StopWatch.TaskInfo
Return the time in milliseconds this task took.
getTimeSeconds() - Method in StopWatch.TaskInfo
Return the time in seconds this task took.
getTimestampProvider() - Method in AutoTimestampEventListener
getTimestampProvider() - Method in HibernateEventListener
deprecated:
Replaced by AutoTimestampEventListener
getTimestampProviders() - Method in AggregateTimestampProvider
getTimeZone(java.lang.Object) - Method in DefaultGrailsTagDateHelper
getTimeZone(java.lang.Object) - Method in GrailsTagDateHelper
Retrieve a time zone object from a parameter
getTitle() - Method in PageDelegate
getTldFromServletContext(java.lang.String) - Method in TagLibraryResolverImpl
getTo() - Method in Query.Between
getToJSONMethod(java.lang.Object) - Method in InstanceMethodBasedMarshaller
getToken(int) - Method in JSONParser
Get the specific Token.
getTokens() - Method in DefaultUrlMappingData
getTokens() - Method in ResponseCodeMappingData
getTokens(java.lang.String) - Method in SynchronizerTokensHolder
getTokens() - Method in UrlMappingData
getTopWriter() - Method in OutputEncodingStackAttributes
getTotalCount() - Method in PagedResultList
getTotalTimeMillis() - Method in StopWatch
Return the total time in milliseconds for all tasks.
getTotalTimeSeconds() - Method in StopWatch
Return the total time in seconds for all tasks.
getToXMLMethod(java.lang.Object) - Method in InstanceMethodBasedMarshaller
getTPCacheAdapter(org.grails.datastore.mapping.model.PersistentEntity) - Method in TPCacheAdapterRepository
Returns TPCacheAdapter for the specified PersistentEntity.
getTPCacheAdapter(org.grails.datastore.mapping.model.PersistentEntity) - Method in TPCacheAdapterRepositoryImpl
getTrait() - Method in ControllerTagLibraryTraitInjector
getTrait() - Method in ControllerTraitInjector
getTrait() - Method in DomainClassTraitInjector
getTrait() - Method in EntityTraitInjector
getTrait() - Method in InterceptorTraitInjector
getTrait() - Method in RestResponderTraitInjector
getTrait() - Method in TagLibraryTraitInjector
getTrait() - Method in TraitInjector
getTrait() - Method in WebDataBindingTraitInjector
getTraitClass() - Method in AbstractTraitApplyingGormASTTransformation
getTraitClass() - Method in ServiceTransformation
getTraitClass() - Method in SubscriberTransform
getTransaction() - Method in AbstractHibernateSession
getTransaction() - Method in AbstractSession
getTransaction(org.springframework.transaction.TransactionDefinition) - Method in ChainedTransactionManager
getTransaction() - Method in HibernateJtaTransactionManagerAdapter
getTransaction(org.springframework.transaction.TransactionDefinition) - Method in PlatformTransactionManagerProxy
getTransaction() - Method in Session
Obtains the current transaction instance
getTransaction() - Method in SessionHolder
getTransaction() - Method in TransactionObject
getTransaction(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
getTransactionAttribute(java.lang.reflect.Method, java.lang.Class) - Method in GroovyAwareNamedTransactionAttributeSource
getTransactionManager() - Method in DatabaseMigrationTransactionManager
Returns:
The transactionManager bean for the current dataSource
getTransactionManager() - Method in DataTest
getTransactionManager() - Method in HibernateDatastore
Returns:
The org.springframework.transaction.PlatformTransactionManager instance
getTransactionManager() - Method in HibernateMappingContextSessionFactoryBean
getTransactionManager() - Method in MongoDatastore
Returns:
The transaction manager
getTransactionManager() - Method in SimpleMapDatastore
getTransactionManager() - Method in TransactionCapableDatastore
Returns:
The transaction manager for this datastore
getTransactionManagerBeanNames(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
getTransactionManagers() - Method in ChainedTransactionManager
getTransactionTemplateMethodName() - Method in RollbackTransform
getTransactionTemplateMethodName() - Method in TransactionalTransform
getTransformedClassNames() - Method in AbstractGrailsArtefactTransformer
getTraversableResolver() - Method in GormValidatorFactoryAdapter
getTraversableResolver() - Method in JakartaValidatorRegistry
getType() - Method in AbstractPersistentProperty
getType() - Method in ArtefactHandler
Implementations must return a name such as "Domain" to indicate the type of artefact they represent.
getType() - Method in ArtefactHandlerAdapter
getType() - Method in ConstraintFactory
Returns:
The type of the constraint
getType() - Method in EntityPersister
getType() - Method in PersistentProperty
The type of the property
getType() - Method in Persister
The type this persister persists
getType() - Method in ServiceDefinition
Returns:
The type of the service
getTypedValues(org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery) - Method in RlikeExpression
getTypeFilters() - Method in AbstractGrailsPluginManager
getTypeFilters() - Method in DefaultGrailsPlugin
getTypeFilters() - Method in GrailsPlugin
Plugin can provide a list of Spring TypeFilters so that annotated components can be scanned into the ApplicationContext
getTypeFilters() - Method in GrailsPluginManager
Get all of the TypeFilter definitions defined by the plugins
getTypeName(org.grails.datastore.mapping.model.PersistentProperty, org.grails.orm.hibernate.cfg.PropertyConfig, org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
getTypeName(java.lang.Class) - Method in Mapping
Return a type name of the known custom user types
getTypeResolver(org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
getTypeResolver(org.hibernate.SessionFactory) - Method in HibernateQuery
getTypeUnderTest() - Method in ParameterizedGrailsUnitTest
getUniquenessGroup() - Method in Property
getUnrefreshedApplicationContext() - Method in DefaultRuntimeSpringConfiguration
getUnrefreshedApplicationContext() - Method in RuntimeSpringConfiguration
getUpdate() - Method in JspFormRemoteTag
getUpdate() - Method in JspRemoteFunctionTag
getUpdate() - Method in JspRemoteLinkTag
getUpdate() - Method in JspSubmitToRemoteTag
getUpdateable() - Method in PropertyConfig
Whether or not this column is updatable by hibernate
getUpdateableness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
getUpperVersion(java.lang.String) - Method in GrailsVersionUtils
Returns the upper version of a Grails version number expression in a plugin
getURI() - Method in ByteArrayResource
getURI() - Method in DefaultUrlMappingInfo
getURI() - Method in GrailsResource
getURI() - Method in GroovyPageCompiledScriptSource
getURI() - Method in GroovyPageResourceScriptSource
getURI() - Method in GroovyPageScriptSource
Returns:
The URI of the Groovy page
getURI() - Method in JspTagLib
Returns:
The URI of the tag library
getURI() - Method in JspTagLibImpl
getUri() - Method in RepositoryConfiguration
Return the URI of the repository.
getUri() - Method in Request
Returns:
The request URI
getURI() - Method in SpringResource
getURI() - Method in UrlMappingInfo
The URI to map to.
getUriFromRequest(jakarta.servlet.http.HttpServletRequest) - Method in GrailsWebUtil
Retrieves the URI from the request from either the include attribute or the request.getRequestURI() method.
getUriWithinGrailsViews(java.lang.String) - Method in GroovyPagesTemplateEngine
Returns the path to the view of the relative URI within the Grails views directory
getUrl() - Method in AbstractMongoConnectionSourceSettings
Returns:
Obtain the final URL whether from the connection string or the host/port setting
getURL() - Method in ByteArrayResource
getURL() - Method in GrailsByteArrayResource
Overrides the default behaviour to generate a fake "file:" URL so that the resource can be used from a ServletContextResource.
getUrl() - Method in GrailsDataSource
The URL for the data source.
getURL() - Method in GrailsResource
getUrl() - Method in JspFormRemoteTag
getUrl() - Method in JspFormTag
getUrl() - Method in JspLinkTag
getUrl() - Method in JspRemoteFunctionTag
getUrl() - Method in JspRemoteLinkTag
getUrl() - Method in JspSubmitToRemoteTag
getURL() - Method in SpringResource
getUrlData() - Method in DefaultUrlMappingInfo
getUrlData() - Method in ForwardUrlMappingInfo
getUrlData() - Method in RegexUrlMapping
getUrlData() - Method in ResponseCodeUrlMapping
getUrlData() - Method in UrlMapping
Retrieves the UrlMappingData instance that describes this UrlMapping
getUrlData() - Method in UrlMappingInfo
Retrieves the UrlMappingData (information about a parsed URL) if any
getUrlMappings() - Method in DefaultUrlMappingsHolder
getUrlMappings() - Method in GrailsControllerUrlMappings
getUrlMappings() - Method in UrlMappingsHolder
Retrieves the held UrlMapping instances as an array
getUrlMappingsHolder() - Method in UrlMappingsUnitTest
Returns:
The UrlMappingsHolder bean
getUrlPattern() - Method in DefaultUrlMappingData
getUrlPattern() - Method in ResponseCodeMappingData
getUrlPattern() - Method in UrlMappingData
Retrieves the URL pattern for this UrlMappingData instance
getURLs() - Method in ExtendedGroovyClassLoader
getUrls(java.lang.String, java.lang.ClassLoader) - Method in ResourceUtils
Return URLs from a given source path.
getUsageHelp() - Method in AbstractCommand
getUsageHelp() - Method in Command
Returns usage help for the command.
getUsageHelp() - Method in InstallCommand
getUsageHelp() - Method in UninstallCommand
getUsername() - Method in GrailsDataSource
The username for the data source.
getUserPlugins() - Method in DefaultGrailsPluginManager
getUserPlugins() - Method in GrailsPluginManager
Gets plugin installed by the user and not provided by the framework
getUserPlugins() - Method in MockGrailsPluginManager
getUserType(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
getValidatedFields() - Method in ValidationEvent
getValidatedSession() - Method in SessionHolder
getValidationApi(Class<D>, java.lang.String) - Method in GormEnhancer
getValidationApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
getValidationApi(Class<D>, java.lang.String) - Method in MongoDatastore
getValidationApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
getValidationQuery() - Method in DatabaseDriver
Return the validation query.
getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in BeanFactoryValidatorRegistry
getValidator() - Method in DefaultGrailsDomainClass
getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultValidatorRegistry
getValidator() - Method in GormValidationApi
getValidator() - Method in GormValidatorFactoryAdapter
getValidator() - Method in GormValidatorFactoryAdapter.GormValidatorContext
getValidator() - Method in GrailsDomainClass
Retreives the validator for this domain class
getValidator() - Method in JakartaValidatorRegistry
getValidator() - Method in ValidatorProvider
Returns:
The validator
getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in ValidatorRegistry
Looks up a validator for the given entity
getValidatorFactory() - Method in ValidatedService
Returns:
The validator factory for this service
getValidatorRegistry() - Method in AbstractMappingContext
getValidatorRegistry() - Method in MappingContext
Returns:
Gets the validation registry used by this MappingContext
getValidBasenames(java.lang.String) - Method in ReloadableResourceBundleMessageSource
getValidFileExtensions() - Method in GroovyChangeLogSerializer
getValidProperty(java.lang.Object) - Method in SimpleMapQuery
getValue() - Method in AbstractTemplateVariableBinding.BindingMapEntry
getValue() - Method in BeanPropertyAccessor
Returns:
the value of the property at the end of the path, e.g. for `address.home.street` then the value of `street` is returned.
getValue() - Method in CacheEntry
getValue() - Method in DelegatingBeanPropertyAccessorImpl
getValue() - Method in FastStringPrintWriter
getValue() - Method in FastStringWriter
getValue() - Method in JspActionSubmitTag
getValue() - Method in JspCheckboxTag
getValue() - Method in JspCurrencySelectTag
getValue() - Method in JspDatePickerTag
getValue() - Method in JspLocaleSelectTag
getValue() - Method in JspSubmitToRemoteTag
getValue() - Method in JspTimeZoneSelectTag
getValue(org.bson.Document, java.lang.String) - Method in MongoEntityPersister
getValue() - Method in PrefixedConfig
getValue() - Method in PropertyPathAccessor
getValue() - Method in Query.PropertyCriterion
getValue() - Method in Query.SubqueryCriterion
getValue() - Method in Token
An optional attribute value of the Token.
getValueConverter(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
getValueConverterForClass(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
getValueConverterForField(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
getValueInitializerForField(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
getValueOfBindInitializer(java.lang.annotation.Annotation) - Method in SimpleDataBinder
Parameters:
annotation - An instance of grails.databinding.BindInitializer
getValueOfBindUsing(java.lang.annotation.Annotation) - Method in SimpleDataBinder
Parameters:
annotation - An instance of grails.databinding.BindingUsing or org.grails.databinding.BindingUsing
getValues() - Method in MongoQuery.WithinBox
getValues() - Method in MongoQuery.WithinCircle
getValues() - Method in MongoQuery.WithinPolygon
getValues() - Method in Query.In
getValueWhileUpdating(java.lang.Object) - Method in CacheEntry
getVariable(java.lang.String) - Method in GroovyPageBinding
getVariable(java.lang.String) - Method in TemplateVariableBinding
getVariable(java.lang.String) - Method in WebRequestTemplateVariableBinding
getVariableNames() - Method in AbstractTemplateVariableBinding
getVariableNames() - Method in TemplateVariableBinding
getVariableNames() - Method in WebRequestTemplateVariableBinding
getVariables() - Method in AbstractTemplateVariableBinding
getVariablesMap() - Method in AbstractTemplateVariableBinding
getVersion() - Method in AbstractGrailsPlugin
getVersion() - Method in AbstractPersistentEntity
getVersion() - Method in AbstractProfile
getVersion() - Method in AbstractUrlMapping
getVersion(java.lang.String) - Method in ArtifactCoordinatesResolver
Gets the version of the artifact identified by the given module.
getVersion() - Method in DefaultUrlMappingInfo
getVersion() - Method in Dependency
Return the dependency version.
getVersion(java.lang.String, java.lang.String) - Method in DependencyCustomizer
getVersion(java.lang.String) - Method in DependencyManagementArtifactCoordinatesResolver
getVersion() - Method in FindLastReleaseHandler
getVersion() - Method in FindLastSnapshotHandler
getVersion() - Method in GrailsPluginInfo
Returns:
The version of the plug-in
getVersion() - Method in MimeType
Returns:
The version of the Mime type
getVersion() - Method in PersistentEntity
Returns the version property.
getVersion() - Method in PluginAstReader.BasicGrailsPluginInfo
getVersion() - Method in Profile
Returns:
The version of the profile
getVersion() - Method in UrlMapping
Returns:
The version of the URL mapping.
getVersion() - Method in UrlMappingInfo
Returns:
The version of the API (for REST)
getVersionProperties() - Method in GrailsDependencyVersions
getView() - Method in ControllerUnitTest
Returns:
The view of the current controller
getView() - Method in ForwardUrlMappingInfo
getView() - Method in Interceptor
Returns:
The current view
getViewModuleName() - Method in JsonViewConfiguration
getViewModuleName() - Method in MarkupViewConfiguration
getViewModuleName() - Method in ViewConfiguration
Returns:
The name of the views module (example json or markup)
getViewName() - Method in AbstractUrlMapping
getViewName() - Method in DefaultUrlMappingInfo
getViewName() - Method in RenderContext
Returns:
The view name to use
getViewName() - Method in ServletRenderContext
getViewName() - Method in UrlMapping
Returns the name of the view to map to
getViewName() - Method in UrlMappingInfo
The name of the view that the URL mappping maps to
getViews() - Method in GrailsWebUnitTest
getViewUri(java.lang.String) - Method in Controller
Obtains a URI of a view by name
getViewUri(java.lang.String, jakarta.servlet.http.HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
getViewUri(java.lang.String, jakarta.servlet.http.HttpServletRequest) - Method in GrailsApplicationAttributes
Retrieves the uri of a named view
getViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriService
Obtains a view name for the given controller name and template name
getViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriSupport
Obtains a view URI of the given controller name and view name
getWatchedResourcePatterns() - Method in AbstractGrailsPlugin
getWatchedResourcePatterns() - Method in DefaultGrailsPlugin
getWatchedResourcePatterns() - Method in GrailsPlugin
Resources that this plugin watches
getWatchedResources() - Method in DefaultGrailsPlugin
Returns:
the watchedResources
getWatchPatterns(List<String>) - Method in WatchPatternParser
getWebRequest() - Method in DefaultRequestStateLookupStrategy
getWebRequest() - Method in GrailsRequestStateLookupStrategy
Returns:
the current request
getWebRequest() - Method in WebAttributes
Obtains the currently executing web request
getWebRequest() - Method in WebRequestDelegatingRequestContext
Retrieves the webRequest object.
getWebXmlFromServletContext() - Method in TagLibraryResolverImpl
getWidget() - Method in Constrained
getWidget() - Method in ConstrainedDelegate
getWidget(org.grails.scaffolding.model.property.Constrained, java.lang.Class) - Method in FormFieldsTemplateService
getWidgetPrefix() - Method in FormFieldsTemplateService
getWrappedResponse() - Method in GrailsWebRequest
getWrappedResponse() - Method in WrappedResponseHolder
Return the HttpServletResponse currently bound to the thread.
getWriteConcern() - Method in AbstractMongoSession
Obtains the WriteConcern to use for the session
getWriteDirectlyToConnectedMinSize() - Method in StreamCharBuffer
getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity, List<WriteModel<?>>>) - Method in MongoCodecSession
getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity,List<WriteModel<Document>>>) - Method in MongoSession
getWriter() - Method in AbstractPersistentProperty
getWriter() - Method in Converter
getWriter() - Method in GSPResponseWriter
getWriter() - Method in IncludeResponseWrapper
getWriter() - Method in JSON
getWriter() - Method in OutputAwareHttpServletResponse
getWriter() - Method in PersistentProperty
Returns:
The writer for this property
getWriter() - Method in RenderContext
Returns:
The writer to render to
getWriter() - Method in ServletRenderContext
getWriter() - Method in StreamCharBuffer
Writer interface for adding/writing data to the buffer.
getWriter() - Method in StreamCharBuffer.LazyInitializingWriter
getWriter() - Method in StreamingJsonBuilder.StreamingJsonDelegate
Returns:
Obtains the current writer
getWriter() - Method in XML
getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in CodecPrintWriter
getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in EncodedAppenderWriter
getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in EncodedAppenderWriterFactory
Gets the EncodedAppenderWriter instance that is connected to this instance implementation with a certain encoder fixed.
getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in GrailsPrintWriter
getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry, boolean) - Method in StreamCharBuffer
getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in StreamCharBuffer.StreamCharBufferWriter
getWrittenValues() - Method in WriteFilteringMap
getXaDataSourceClassName() - Method in DatabaseDriver
Return the XA driver source class name.
getXml() - Method in AbstractGrailsMockHttpServletResponse
Get the response XML
getXML(jakarta.servlet.http.HttpServletRequest) - Method in ConvertersExtension
getXML() - Method in GrailsMockHttpServletRequest
Parses the request content as XML using XmlSlurper and returns the GPath result object.
GLOBAL_GRAILS_TRANSFORM_ORDER - Field in GroovyTransformOrder
Grails allows applying transforms by artefact type, this transformation is what implements that
GLOBAL_IMPORT_ORDER - Field in GroovyTransformOrder
Adds global imports
GLOBAL_JPA_ORDER - Field in GroovyTransformOrder
Transforms a JPA entity into a GORM entity
GlobalClassInjector - Interface in grails.compiler.ast
A marker interface that indicates that this injector applies to all classes in a project
GlobalClassInjectorAdapter - Class in grails.compiler.ast
Helper super class to ease the creation of AllArtefactClassInjector implementations
GlobalClassInjectorAdapter() - Constructor in GlobalClassInjectorAdapter
GlobalDetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Global version of the detached query transformer
GlobalGrailsClassInjectorTransformation - Class in org.grails.compiler.injection
A global transformation that applies Grails' transformations to classes within a Grails project
GlobalGrailsClassInjectorTransformation() - Constructor in GlobalGrailsClassInjectorTransformation
GlobalImportTransformation - Class in org.grails.compiler.injection
Authors:
Graeme Rocher
GlobalImportTransformation() - Constructor in GlobalImportTransformation
GlobalJpaEntityTransform - Class in org.grails.compiler.gorm
Makes all entities annotated with
Entity:
JPA into GORM entities
GlobalJpaEntityTransform() - Constructor in GlobalJpaEntityTransform
go(java.util.Map, java.lang.String, geb.url.UrlFragment) - Method in BrowserDelegate
Delegates to geb.Browser#go(Map, String, UrlFragment).
goesInPatch - Property in Plant
GORM_ASYNC_ORDER - Field in GroovyTransformOrder
Changes methods in a file to return a promise instead of a value
GORM_AUTOWIRE_INSTANCES - Field in Settings
Whether to autowire instances
GORM_DEFAULT_CONSTRAINTS - Field in Settings
The default configured constraints for the application
GORM_ENTITY_ORDER - Field in GroovyTransformOrder
Transforms a given class to a GORM Entity
GORM_REACTOR_EVENTS - Field in Settings
Whether to translate GORM events into reactor events
GORM_TRANSFORMS_ORDER - Field in GroovyTransformOrder
Several of the gorm related transforms iterate not at the priority level but on the node level, this class performs those iterations
GormAllOperations - Interface in grails.gorm.api
All GORM operations
GormAnnotatedListener - Trait in org.grails.events.gorm
Marks a class as a synchronous listener of GORM events
GormAnnotatedSubscriber - Trait in org.grails.events.gorm
The events subscribed to
GormASTTransformationClass - Annotation Type in org.grails.datastore.gorm.transform
U
GormAsyncStaticApi - Class in org.grails.datastore.gorm.async
Transforms the GormStaticApi into an asynchronous API
GormAsyncStaticApi(GormStaticApi<D>) - Constructor in GormAsyncStaticApi
GormCompilerAutoConfiguration - Class in org.grails.datastore.gorm.boot.compiler
A compiler configuration that automatically adds the necessary imports
GormCompilerAutoConfiguration() - Constructor in GormCompilerAutoConfiguration
GormDatabase - Class in org.grails.plugins.databasemigration.liquibase
GormDatabase.1 - Class in org.grails.plugins.databasemigration.liquibase
GormDatabase.1() - Constructor in GormDatabase.1
GormDatabase(Dialect, org.grails.datastore.mapping.services.ServiceRegistry, org.grails.orm.hibernate.HibernateDatastore) - Constructor in GormDatabase
GormDispatcherRegistrar - Class in org.grails.events.gorm
Handles registering of GORM event listeners for GormAnnotatedSubscriber instances
GormDispatcherRegistrar(grails.events.bus.EventBus) - Constructor in GormDispatcherRegistrar
GormDocumentMappingFactory - Class in org.grails.datastore.mapping.document.config
gormDynamicFinders - Field in GormStaticApi
GormEnhancer - Class in org.grails.datastore.gorm
Enhances a class with GORM behavior
GormEnhancer.1 - Class in org.grails.datastore.gorm
GormEnhancer.1() - Constructor in GormEnhancer.1
GormEnhancer(org.grails.datastore.mapping.core.Datastore, org.springframework.transaction.PlatformTransactionManager, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in GormEnhancer
Construct a new GormEnhancer for the given arguments
gormEnhancer - Field in HibernateDatastore
gormEnhancer - Field in MongoDatastore
gormEnhancer - Field in SimpleMapDatastore
GormEnhancerSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
GormEnhancerSpec() - Constructor in GormEnhancerSpec
GormEntity - Trait in org.grails.datastore.gorm
A trait that turns any class into a GORM entity
GormEntityApi - Trait in org.grails.datastore.gorm
API for instance methods defined by a GORM entity
GormEntityDirtyCheckable - Trait in org.grails.datastore.gorm
Special trait meant only for GORM entities to override default behaviour of DirtyCheckable.
GormEntityTraitProvider - Interface in org.grails.compiler.gorm
Provides the implementation to use for the GormEntity trait
GormEntityTransformation - Class in org.grails.compiler.gorm
An AST transformation that adds the following features:

GormEntityTransformation() - Constructor in GormEntityTransformation
GormEventDispatcher - Class in org.grails.events.gorm
Dispatches GORM events to the EventBus
GormEventDispatcher(grails.events.bus.EventBus, org.grails.datastore.mapping.core.Datastore, Set<Class<? extends AbstractPersistenceEvent>>, List<GormAnnotatedListener>) - Constructor in GormEventDispatcher
GormInstanceApi - Class in org.grails.datastore.gorm
Instance methods of the GORM API.
GormInstanceApi(Class<D>, org.grails.datastore.mapping.core.Datastore) - Constructor in GormInstanceApi
GormInstanceOperations - Interface in grails.gorm.api
Instance methods of the GORM API.
GormKeyValueMappingFactory - Class in org.grails.datastore.mapping.keyvalue.mapping.config
Authors:
Graeme Rocher
GormKeyValueMappingFactory(java.lang.String) - Constructor in GormKeyValueMappingFactory
GormMappingConfigurationStrategy - Class in org.grails.datastore.mapping.model.config
GormMappingConfigurationStrategy(org.grails.datastore.mapping.model.MappingFactory) - Constructor in GormMappingConfigurationStrategy
GormOperations - Interface in org.grails.datastore.gorm.query
Interface defining all typical GORM operations on class
gormOperations - Property in AsyncQuery
GormProperties - Interface in org.grails.datastore.mapping.model.config
Reserved static property names used by GORM to evaluate GORM-style syntax.
GormQueryOperations - Interface in org.grails.datastore.gorm.query
Interface defining all typical query GORM operations on class
GormService - Class in grails.plugin.scaffolding
GormService(Class<T>, boolean) - Constructor in GormService
GormStaticApi - Class in org.grails.datastore.gorm
Static methods of the GORM API.
GormStaticApi(Class<D>, org.grails.datastore.mapping.core.Datastore, List<FinderMethod>, org.springframework.transaction.PlatformTransactionManager) - Constructor in GormStaticApi
GormStaticOperations - Interface in grails.gorm.api
Interface for the default static methods in GORM
GormTestingSupportExtension - Class in org.grails.testing.gorm.spock
GormTestingSupportExtension() - Constructor in GormTestingSupportExtension
GormTransformer - Class in org.grails.compiler.gorm
Transforms GORM entities making the GORM API available to Java.
GormValidateable - Trait in org.grails.datastore.gorm
A trait that adds GORM validation behavior to any class
GormValidateableSpec - Class in org.apache.grails.data.testing.tck.tests
GormValidateableSpec() - Constructor in GormValidateableSpec
GormValidationApi - Class in org.grails.datastore.gorm
Methods used for validating GORM instances.
GormValidationApi(Class<D>, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher) - Constructor in GormValidationApi
GormValidatorAdapter - Class in org.grails.datastore.gorm.validation.jakarta
A validator adapter that applies translates the constraint errors into the Errors object of a GORM entity
GormValidatorAdapter(org.springframework.validation.Validator) - Constructor in GormValidatorAdapter
GormValidatorContext(jakarta.validation.ValidatorContext) - Constructor in GormValidatorFactoryAdapter.GormValidatorContext
GormValidatorFactoryAdapter - Class in org.grails.datastore.gorm.validation.jakarta
A ValidatorFactory that creates adapted validators
GormValidatorFactoryAdapter.GormValidatorContext - Class in org.grails.datastore.gorm.validation.jakarta
GormValidatorFactoryAdapter(jakarta.validation.ValidatorFactory) - Constructor in GormValidatorFactoryAdapter
GPARS_PRESENT - Property in GparsPromiseFactory
GparsPromise - Class in org.grails.async.factory.gpars
Implementation of Promise interface for Gpars
GparsPromise(grails.async.PromiseFactory, groovy.lang.Closure) - Constructor in GparsPromise
GparsPromiseFactory - Class in org.grails.async.factory.gpars
GPars implementation of the PromiseFactory interface
GparsPromiseFactory() - Constructor in GparsPromiseFactory
gpath - Field in GPathResultMap
GPathResultCollectionDataBindingSource - Class in org.grails.databinding.xml
GPathResultCollectionDataBindingSource(groovy.xml.slurpersupport.GPathResult) - Constructor in GPathResultCollectionDataBindingSource
GPathResultMap - Class in org.grails.databinding.xml
Authors:
Jeff Brown
GPathResultMap(groovy.xml.slurpersupport.GPathResult) - Constructor in GPathResultMap
grab(java.lang.String) - Method in MavenResolverGrapeEngine
GrabCommand - Class in org.grails.cli.command.grab
Command to grab the dependencies of one or more Groovy scripts.
GrabCommand() - Constructor in GrabCommand
GRADLE_ARGUMENT_ADAPTER - Field in GradleStep
GRADLE - Field in GradleCommand
gradle - Property in GroovyScriptCommand
Allows invoking of Gradle commands
GRADLE_PROPERTIES - Field in CreateAppCommand
GradleAsyncInvoker - Class in org.grails.cli.gradle
Authors:
Graeme Rocher
GradleAsyncInvoker(org.grails.cli.gradle.GradleInvoker) - Constructor in GradleAsyncInvoker
GradleCommand - Class in org.grails.cli.gradle.commands
A command for invoking Gradle commands
GradleCommand() - Constructor in GradleCommand
GradleDependency - Class in org.grails.cli.profile.commands.io
GradleDependency(java.lang.String, org.grails.cli.compiler.dependencies.Dependency) - Constructor in GradleDependency
GradleInvoker - Class in org.grails.cli.gradle
Allow dynamic invocation of Gradle tasks
GradleInvoker(org.grails.cli.profile.ExecutionContext) - Constructor in GradleInvoker
GradleStep - Class in org.grails.cli.profile.steps
A Step that invokes Gradle
GradleStep(org.grails.cli.profile.ProfileCommand, Map<String, Object>) - Constructor in GradleStep
GradleTaskCommandAdapter - Class in org.grails.cli.gradle.commands
Adapts a Named command into a Gradle task execution
GradleTaskCommandAdapter(org.grails.cli.profile.Profile, grails.util.Named) - Constructor in GradleTaskCommandAdapter
GradleUtil - Class in org.grails.cli.gradle
Utility methods for interacting with Gradle
GradleUtil() - Constructor in GradleUtil
GRAILS_APP_DIR - Field in AstUtils
The name of the Grails application directory
GRAILS_APP_DIR - Field in GrailsASTUtils
GRAILS_APPLICATION_CONTEXT_LOADER - Field in IntegrationTestAstTransformation
GRAILS_CACHE_KEY_GENERATOR_PROPERTY_NAME - Field in AbstractCacheTransformation
GRAILS_CACHE_MANAGER_PROPERTY_NAME - Field in AbstractCacheTransformation
GRAILS_CONFIGURATION_CLASS_NODE - Field in BootInitializerClassInjector
GRAILS_DISPATCH_EXTENSION - Field in GrailsUrlPathHelper
GRAILS_DISPATCH_EXTENSION - Field in WebUtils
GRAILS_REDIRECT_ISSUED - Field in ResponseRedirector
GRAILS_REPO - Field in MavenProfileRepository
GRAILS_SERVLET_PATH - Field in GrailsUrlPathHelper
GRAILS_SERVLET_PATH - Field in WebUtils
GRAILS_URL_MAPPINGS - Field in RuntimeSpringConfigUtilities
GRAILS_VIEWS_ENABLE_JSESSIONID - Field in Settings
Whether to include the jsessionid in the rendered links
GRAILS_WEB_REQUEST_FILTER - Enum Constant in GrailsFilters
GrailsApp - Class in grails.boot
Extends the SpringApplication with reloading behavior and other Grails features
GrailsApp.1 - Class in grails.boot
GrailsApp.1() - Constructor in GrailsApp.1
GrailsApp.2 - Class in grails.boot
GrailsApp.2() - Constructor in GrailsApp.2
GrailsApp(org.springframework.core.io.ResourceLoader, Class<?>) - Constructor in GrailsApp
Create a new GrailsApp instance.
GrailsAppBuilder - Class in grails.boot
Fluent API for constructing GrailsApp instances.
GrailsAppBuilder() - Constructor in GrailsAppBuilder
GrailsApplication - Interface in grails.core
grailsApplication - Field in AbstractGrailsClass
grailsApplication - Field in AbstractGrailsPlugin
grailsApplication - Field in AbstractUrlMapping
grailsApplication - Property in ApplicationTagLib
grailsApplication - Property in BeanPropertyAccessorFactory
grailsApplication - Property in BeanPropertyAccessorImpl
grailsApplication - Property in BootStrapClassRunner
grailsApplication - Field in DefaultCodecLookup
grailsApplication - Property in DefaultConstraintEvaluatorFactoryBean
grailsApplication - Property in DefaultMappingContextFactoryBean
grailsApplication - Property in FormFieldsTemplateService
grailsApplication - Property in GrailsApplicationBuilder
grailsApplication - Property in GrailsApplicationPostProcessor
grailsApplication - Field in GrailsExceptionResolver
grailsApplication - Field in GrailsWebDataBinder
grailsApplication - Property in JsonRenderer
grailsApplication - Property in MapBasedSmartPropertyOverrideConfigurer
grailsApplication - Property in Plugin
The GrailsApplication instance
grailsApplication - Property in RestResponderGrailsPlugin
grailsApplication - Field in TagLibraryLookup
grailsApplication - Property in TagLibraryResolverImpl
grailsApplication - Property in TomcatJDBCPoolMBeanExporter
grailsApplication - Property in XmlRenderer
GrailsApplicationAttributes - Interface in org.grails.web.util
Defines the names of and methods to retrieve Grails specific request and servlet attributes.
GrailsApplicationAware - Interface in grails.core.support
GrailsApplicationAwareBeanPostProcessor - Class in org.grails.spring.beans
Implementation of org.springframework.beans.factory.config.BeanPostProcessor that recognizes GrailsApplicationAware and injects and instance of GrailsApplication.
GrailsApplicationAwareBeanPostProcessor(grails.core.GrailsApplication) - Constructor in GrailsApplicationAwareBeanPostProcessor
GrailsApplicationBuilder - Class in org.grails.testing
Created by jameskleeh on 5/31/17.
GrailsApplicationBuilder.TestRuntimeGrailsApplicationPostProcessor - Class in org.grails.testing
GrailsApplicationBuilder() - Constructor in GrailsApplicationBuilder
GrailsApplicationClass - Trait in grails.core
Marker interface for the GrailsApplicationClass
GrailsApplicationCommand - Trait in grails.dev.commands
GrailsApplicationCompilerAutoConfiguration - Class in org.grails.cli.boot
A CompilerAutoConfiguration for Grails Micro Service applications
GrailsApplicationContext - Class in org.grails.spring
An ApplicationContext that extends StaticApplicationContext and implements GroovyObject such that beans can be retrieved with the dot de-reference syntax instead of using getBean('name').
GrailsApplicationContext() - Constructor in GrailsApplicationContext
GrailsApplicationContextCommandRunner - Class in grails.ui.command
Authors:
Graeme Rocher
GrailsApplicationContextCommandRunner(java.lang.String, Class<?>) - Constructor in GrailsApplicationContextCommandRunner
GrailsApplicationContextLoader - Class in grails.boot.test
Extends Spring Boot's SpringBootContextLoader with a version for Grails
GrailsApplicationContextLoader() - Constructor in GrailsApplicationContextLoader
GrailsApplicationDiscoveryStrategy - Interface in org.grails.core.support
Interface used for classes that discover the GrailsApplication and ApplicationContext instances
GrailsApplicationLifeCycle - Interface in grails.core
API which plugins implement to provide behavior in defined application lifecycle hooks.
GrailsApplicationLifeCycleAdapter - Class in grails.core
Adapter for the GrailsApplicationLifeCycle interface
GrailsApplicationLifeCycleAdapter() - Constructor in GrailsApplicationLifeCycleAdapter
GrailsApplicationPostProcessor - Class in grails.boot.config
A BeanDefinitionRegistryPostProcessor that enhances any ApplicationContext with plugin manager capabilities
GrailsApplicationPostProcessor.1 - Class in grails.boot.config
GrailsApplicationPostProcessor.1() - Constructor in GrailsApplicationPostProcessor.1
GrailsApplicationPostProcessor.2 - Class in grails.boot.config
GrailsApplicationPostProcessor.2() - Constructor in GrailsApplicationPostProcessor.2
GrailsApplicationPostProcessor.3 - Class in grails.boot.config
GrailsApplicationPostProcessor.3() - Constructor in GrailsApplicationPostProcessor.3
GrailsApplicationPostProcessor(grails.core.GrailsApplicationLifeCycle, org.springframework.context.ApplicationContext, java.lang.Class) - Constructor in GrailsApplicationPostProcessor
grailsApplicationPostProcessor() - Method in GrailsAutoConfiguration
Returns:
A post processor that uses the GrailsPluginManager to configure the org.springframework.context.ApplicationContext
GrailsApplicationScriptRunner - Class in grails.ui.script
Used to run Grails scripts within the context of a Grails application
GrailsAppServletInitializer - Class in org.grails.boot.context.web
Ensure a GrailsApp in constructed during servlet initialization
GrailsAppServletInitializer() - Constructor in GrailsAppServletInitializer
GrailsArrayUtils - Class in grails.util
Utility methods for working with Arrays
GrailsArrayUtils() - Constructor in GrailsArrayUtils
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.GrailsDelegatingConstructor - Annotation Type in org.grails.compiler.injection
GrailsAsyncContext - Class in org.grails.plugins.web.async
Wraps an AsyncContext providing additional logic to provide the appropriate context to a Grails application.
GrailsAsyncContext(jakarta.servlet.AsyncContext, org.grails.web.servlet.mvc.GrailsWebRequest, grails.async.web.AsyncGrailsWebRequest) - Constructor in GrailsAsyncContext
GrailsAutoConfiguration - Class in grails.boot.config
A base class for configurations that bootstrap a Grails application
GrailsAutoConfiguration() - Constructor in GrailsAutoConfiguration
GrailsAwareClassLoader - Class in org.grails.compiler.injection
A class loader that is aware of Groovy sources and injection operations.
GrailsAwareClassLoader(java.lang.ClassLoader, org.codehaus.groovy.control.CompilerConfiguration) - Constructor in 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(grails.compiler.ast.ClassInjector) - Constructor in GrailsAwareInjectionOperation
GrailsBomAstTransformation - Class in org.grails.cli.compiler
GrailsBootstrapClass - Interface in grails.web.servlet.bootstrap
Loaded and executed on application load.
GrailsByteArrayResource - Class in org.grails.core.io
Hacky version of the ByteArrayResource that implements the getURL() method, required for the resource to work with Spring's ServletContextResource.
GrailsByteArrayResource(byte[], java.lang.String) - Constructor in GrailsByteArrayResource
GrailsCache - Interface in grails.plugin.cache
Authors:
Burt Beckwith
GrailsCacheAdminService - Class in grails.plugin.cache
GrailsCacheAdminService() - Constructor in GrailsCacheAdminService
GrailsCacheKeyGenerator - Interface in grails.plugin.cache
Generates a cache key for the given arguments
GrailsCacheManager - Interface in org.grails.plugin.cache
Authors:
Burt Beckwith
GrailsCacheManagerAware - Trait in org.grails.plugin.cache
A trait for classes that are cache aware
GrailsClass - Interface in grails.core
Represents any class in a Grails application.
grailsClassImpl - Field in ArtefactHandlerAdapter
grailsClassType - Field in ArtefactHandlerAdapter
GrailsClassUtils - Class in grails.util
Utility methods for dealing with Grails class artifacts.
GrailsCli - Class in org.grails.cli
Main class for the Grails command line.
GrailsCli.1 - Class in org.grails.cli
GrailsCli.1() - Constructor in GrailsCli.1
GrailsCli.ExecutionContextImpl - Class in org.grails.cli
GrailsCli() - Constructor in GrailsCli
GrailsCodecClass - Interface in org.grails.commons
Provides access to Codec classes.
GrailsCompilerAutoConfiguration - Class in org.grails.cli.compiler.autoconfigure
GrailsCompileStatic - Annotation Type in grails.compiler
Since:
2.4
GrailsConcurrentLinkedMapCache - Class in grails.plugin.cache
Authors:
Jakob Drangmeister
GrailsConcurrentLinkedMapCache(java.lang.String, long) - Constructor in GrailsConcurrentLinkedMapCache
Create a new GrailsConcurrentLinkedMapCache with the specified name and capacity
GrailsConcurrentLinkedMapCacheManager - Class in grails.plugin.cache
Based on com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.
GrailsConcurrentLinkedMapCacheManager() - Constructor in GrailsConcurrentLinkedMapCacheManager
GrailsConcurrentMapCache - Class in grails.plugin.cache
Extends the default implementation to return GrailsValueWrapper instances instead of SimpleValueWrapper.
GrailsConcurrentMapCache(java.lang.String, ConcurrentMap<Object,Object>, boolean) - Constructor in GrailsConcurrentMapCache
GrailsConcurrentMapCacheManager - Class in grails.plugin.cache
Based on org.springframework.cache.concurrent.ConcurrentMapCacheManager.
GrailsConcurrentMapCacheManager() - Constructor in GrailsConcurrentMapCacheManager
grailsConfigProperties(grails.core.GrailsApplication) - Method in CoreAutoConfiguration
GrailsConfigurationAware - Interface in grails.core.support
Obtains the Grails ConfigObject via Spring.
GrailsConfigurationException - Class in org.grails.core.exceptions
Authors:
Graeme Rocher
GrailsConfigurationException(java.lang.Throwable) - Constructor in GrailsConfigurationException
GrailsConfigUtils - Class in org.grails.web.servlet.context
A common class where shared configurational methods can reside.
GrailsConsole - Class in grails.build.logging
Utility class for delivering console output in a nicely formatted way.
GrailsConsole() - Constructor in GrailsConsole
GrailsConsoleAntBuilder - Class in org.grails.build.logging
Silences ant builder output.
GrailsConsoleAntBuilder() - Constructor in GrailsConsoleAntBuilder
GrailsConsoleBuildListener - Class in org.grails.build.logging
Mainly silences a lot of redundant Ant output.
GrailsConsoleBuildListener(grails.build.logging.GrailsConsole) - Constructor in GrailsConsoleBuildListener
GrailsConsoleErrorPrintStream - Class in org.grails.build.logging
Used to replace default System.err with one that routes calls through GrailsConsole.
GrailsConsoleErrorPrintStream(java.io.PrintStream) - Constructor in GrailsConsoleErrorPrintStream
GrailsConsolePrintStream - Class in org.grails.build.logging
Used to replace default System.out with one that routes calls through GrailsConsole.
GrailsConsolePrintStream(java.io.PrintStream) - Constructor in GrailsConsolePrintStream
GrailsContainerGebExtension - Class in grails.plugin.geb
A Spock Extension that manages the Testcontainers lifecycle for a ContainerGebSpec
GrailsContainerGebExtension() - Constructor in GrailsContainerGebExtension
GrailsContextEvent - Class in org.grails.spring
Signals various events related to the Grails context loading.
GrailsContextEvent(org.springframework.web.context.WebApplicationContext, int) - Constructor in GrailsContextEvent
GrailsContextNamespaceHandler - Class in org.grails.spring.context.annotation
Provides custom implementation of component-scan that ignores Groovy closures.
GrailsControllerClass - Interface in grails.core
Represents a controller class in Grails.
GrailsControllerUrlMappingInfo - Class in org.grails.web.mapping.mvc
A UrlMappingInfo that holds a reference to the controller to be executed
GrailsControllerUrlMappingInfo(grails.core.GrailsControllerClass, grails.web.mapping.UrlMappingInfo) - Constructor in GrailsControllerUrlMappingInfo
GrailsControllerUrlMappings - Class in org.grails.web.mapping.mvc
A UrlMappings implementation that matches URLs directly onto controller instances
GrailsControllerUrlMappings(grails.core.GrailsApplication, grails.web.mapping.UrlMappings) - Constructor in GrailsControllerUrlMappings
GrailsConventionGroovyPageLocator - Class in org.grails.web.gsp.io
Extended GroovyPageLocator that deals with the details of Grails' conventions for controllers names, view names and template names
GrailsCorsConfiguration - Class in grails.web.mapping.cors
A bean that stores config and converts it to the format expected by Spring
GrailsCorsConfiguration() - Constructor in GrailsCorsConfiguration
GrailsCorsFilter - Class in grails.web.mapping.cors
A class to be registered as a filter for Cors based on Grails configuration
GrailsCorsFilter(grails.web.mapping.cors.GrailsCorsConfiguration) - Constructor in GrailsCorsFilter
grailsCorsFilter(grails.web.mapping.cors.GrailsCorsConfiguration) - Method in UrlMappingsAutoConfiguration
grailsCorsMapping - Property in GrailsCorsConfiguration
GrailsDataSource - Interface in grails.core
Represents a data source in Grails.
GrailsDataTckManager - Class in org.apache.grails.data.testing.tck.base
GrailsDataTckManager() - Constructor in GrailsDataTckManager
GrailsDataTckSpec - Class in org.apache.grails.data.testing.tck.base
GrailsDataTckSpec() - Constructor in GrailsDataTckSpec
GrailsDefaultCorsConfiguration - Class in grails.web.mapping.cors
A class that stores default CORS settings
GrailsDefaultCorsConfiguration() - Constructor in GrailsDefaultCorsConfiguration
GrailsDependencyVersions - Class in org.grails.cli.boot
Introduces dependency management based on a published BOM file
GrailsDependencyVersions(groovy.grape.GrapeEngine, Map<String, String>) - Constructor in GrailsDependencyVersions
GrailsDispatcherServlet - Class in org.grails.web.servlet.mvc
Simple extension to the Spring DispatcherServlet implementation that makes sure a GrailsWebRequest is bound
GrailsDispatcherServlet(org.springframework.web.context.WebApplicationContext) - Constructor in GrailsDispatcherServlet
GrailsDomainBinder - Class in org.grails.orm.hibernate.cfg
Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
GrailsDomainBinder(java.lang.String, java.lang.String, org.grails.orm.hibernate.cfg.HibernateMappingContext) - Constructor in GrailsDomainBinder
GrailsDomainClass - Interface in grails.core
Represents a persistable Grails domain class.
GrailsDomainClassInjector - Interface in grails.compiler.ast
Mainly just a marker interface for implementations that perform injection on domain classes.
grailsDomainClassMappingContext - Property in BeanPropertyAccessorFactory
grailsDomainClassMappingContext - Property in DefaultConstraintEvaluatorFactoryBean
grailsDomainClassMappingContext - Property in DomainPropertyFactoryImpl
GrailsDomainException - Class in org.grails.core.exceptions
Thrown when creation of the Grails domain from the Grails domain classes fails.
GrailsDomainException(java.lang.Throwable) - Constructor in GrailsDomainException
GrailsEclipseConsole - Class in grails.build.logging
This class is meant to keep changes made in support of Eclipse separate from the standard GrailsConsole implementation.
GrailsEclipseConsole() - Constructor in GrailsEclipseConsole
Create a GrailsConsole that has some customizations to work better with STS.
GrailsEntityDirtinessStrategy - Class in org.grails.orm.hibernate.dirty
A class to customize Hibernate dirtiness based on Grails DirtyCheckable interface
GrailsEntityDirtinessStrategy.1 - Class in org.grails.orm.hibernate.dirty
GrailsEntityDirtinessStrategy.1() - Constructor in GrailsEntityDirtinessStrategy.1
GrailsEntityDirtinessStrategy() - Constructor in GrailsEntityDirtinessStrategy
GrailsEnvironment - Class in grails.web.servlet.context.support
Bridges Grails' existing environment API with the new Spring 3.1 environment profiles API.
GrailsEnvironment(grails.core.GrailsApplication) - Constructor in GrailsEnvironment
GrailsException - Class in org.grails.core.exceptions
Base class for all Grails exceptions that are not recoverable.
GrailsException(java.lang.Throwable) - Constructor in GrailsException
GrailsExceptionResolver - Class in org.grails.web.errors
Wraps any runtime exceptions with a GrailsWrappedException instance.
GrailsFactoriesLoader - Class in org.grails.core.io.support
General purpose factory loading mechanism for internal use within the framework.
GrailsFactoriesLoader() - Constructor in GrailsFactoriesLoader
GrailsFilters - Enum in org.grails.web.config.http
Stores the default order numbers of all Grails filters for use in configuration.
GrailsFlashScope - Class in org.grails.web.servlet
Grails implementation of Flash scope (
See Also:
FlashScope
GrailsFlashScope(boolean) - Constructor in GrailsFlashScope
GrailsGebSettings - Class in grails.plugin.geb
Handles parsing various recording configuration used by GrailsContainerGebExtension
GrailsGebSettings(java.time.LocalDateTime) - Constructor in GrailsGebSettings
grailsGebSettings - Property in WebDriverContainerHolder
GrailsHibernateConfigurationException - Class in org.grails.orm.hibernate.exceptions
Thrown when configuration Hibernate for GORM features.
GrailsHibernateConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in GrailsHibernateConfigurationException
GrailsHibernateException - Class in org.grails.orm.hibernate.exceptions
Base exception class for errors related to Hibernate configuration in Grails.
GrailsHibernateException(java.lang.String, java.lang.Throwable) - Constructor in GrailsHibernateException
GrailsHibernateQueryUtils - Class in org.grails.orm.hibernate.query
Utility methods for configuring Hibernate queries
GrailsHibernateTemplate - Class in org.grails.orm.hibernate
GrailsHibernateTemplate.CloseSuppressingInvocationHandler - Class in org.grails.orm.hibernate
Invocation handler that suppresses close calls on Hibernate Sessions.
GrailsHibernateTemplate.HibernateCallback - Interface in org.grails.orm.hibernate
GrailsHibernateTemplate(org.hibernate.SessionFactory, org.grails.orm.hibernate.HibernateDatastore, int) - Constructor in GrailsHibernateTemplate
GrailsHibernateTransactionManager - Class in org.grails.orm.hibernate
Extends the standard class to always set the flush mode to manual when in a read-only transaction.
GrailsHibernateTransactionManager(org.hibernate.SessionFactory, javax.sql.DataSource, org.grails.orm.hibernate.AbstractHibernateDatastore.FlushMode) - Constructor in GrailsHibernateTransactionManager
GrailsHibernateUtil - Class in org.grails.orm.hibernate.cfg
Utility methods for configuring Hibernate inside Grails.
GrailsHttpSession - Class in grails.web.servlet.mvc
An adapter class that takes a regular HttpSession and allows you to access it like a Groovy map.
GrailsHttpSession(jakarta.servlet.http.HttpServletRequest) - Constructor in GrailsHttpSession
GrailsIdentifierGeneratorFactory - Class in org.grails.orm.hibernate.cfg
Hibernate IdentifierGeneratorFactory that prefers sequence-identity generator over sequence generator
GrailsInterceptorHandlerInterceptorAdapter - Class in org.grails.plugins.web.interceptors
Adapts Grails groovy.lang.Interceptor instances to the Spring HandlerInterceptor interface
GrailsInterceptorHandlerInterceptorAdapter() - Constructor in GrailsInterceptorHandlerInterceptorAdapter
GrailsJsonViewHelper - Interface in grails.plugin.json.view.api
Additional methods specific to JSON views
GrailsJunit4ClassRunner - Class in org.grails.testing.context.junit4
Authors:
Graeme Rocher
GrailsJunit4ClassRunner() - Constructor in GrailsJunit4ClassRunner
GrailsLayoutHandlerMapping - Class in org.grails.plugins.sitemesh3
GrailsLayoutHandlerMapping() - Constructor in GrailsLayoutHandlerMapping
GrailsLazyProxyPrintWriter - Class in org.grails.buffer
GrailsLazyProxyPrintWriter.DestinationFactory - Interface in org.grails.buffer
Factory to lazily instantiate the destination.
GrailsLazyProxyPrintWriter(org.grails.buffer.GrailsLazyProxyPrintWriter.DestinationFactory) - Constructor in GrailsLazyProxyPrintWriter
grailsLinkGenerator - Property in DomainRendererRegisterer
grailsLinkGenerator() - Method in UrlMappingsAutoConfiguration
GrailsLiquibase - Class in org.grails.plugins.databasemigration.liquibase
GrailsLiquibase(org.springframework.context.ApplicationContext) - Constructor in GrailsLiquibase
GrailsLiquibaseFactory - Class in org.grails.plugins.databasemigration.liquibase
GrailsLiquibaseFactory(org.springframework.context.ApplicationContext) - Constructor in GrailsLiquibaseFactory
GrailsMavenResolverGrapeEngineFactory - Class in org.grails.cli.profile.repository
Creates maven resolver engine to resolve profiles.
GrailsMavenResolverGrapeEngineFactory() - Constructor in GrailsMavenResolverGrapeEngineFactory
GrailsMessageSourceUtils - Class in grails.util
A simple class that selects a single org.springframework.context.MessageSource when two or more are present in the ApplicationContext.
GrailsMessageSourceUtils() - Constructor in GrailsMessageSourceUtils
GrailsMetaClassUtils - Class in grails.util
Provides utility methods for working with the Groovy MetaClass API.
GrailsMockHttpServletRequest - Class in org.grails.plugins.testing
A custom mock HTTP servlet request that provides the extra properties and methods normally injected by the "servlets" plugin.
GrailsMockHttpServletRequest(jakarta.servlet.ServletContext) - Constructor in GrailsMockHttpServletRequest
GrailsMockHttpServletResponse - Class in org.grails.plugins.testing
Refer to the groovydoc of GrailsMockHttpServletResponse for further information.
GrailsMockHttpSession - Class in org.grails.plugins.testing
Simple sub-class of Spring's MockHttpSession that adds support for map and property notation, i.e.
GrailsMockHttpSession() - Constructor in GrailsMockHttpSession
GrailsMockMultipartFile - Class in org.grails.plugins.testing
Extends the default Spring MockMultipartFile to provide an implementation of transferTo that doesn't use the file system.
GrailsMockMultipartFile(java.lang.String, java.lang.String, java.lang.String, java.io.InputStream) - Constructor in GrailsMockMultipartFile
GrailsMVCException - Class in org.grails.web.servlet.mvc.exceptions
Thrown when an unrecoverable error occurred in the Grails MVC framework.
GrailsMVCException(java.lang.Throwable) - Constructor in GrailsMVCException
GrailsOpenSessionInViewInterceptor - Class in org.grails.plugin.hibernate.support
Extends the default spring OSIV and doesn't flush the session if it has been set to MANUAL on the session itself.
GrailsParameterMap - Class in grails.web.servlet.mvc
A parameter map class that allows mixing of request parameters and controller parameters.
GrailsParameterMap(jakarta.servlet.http.HttpServletRequest) - Constructor in GrailsParameterMap
Creates a GrailsParameterMap populating from the given request object
GrailsPlaceholderConfigurer - Class in org.grails.spring.context.support
Uses Grails' ConfigObject for place holder values.
GrailsPlaceholderConfigurer() - Constructor in GrailsPlaceholderConfigurer
GrailsPlugin - Annotation Type in grails.plugins.metadata
Annotation that appears on classes of a particular plugin.
grailsPlugin - Property in HibernateDatastoreSpringInitializer
GrailsPluginApplication - Interface in grails.boot
A marker interface for applications that are also plugins
GrailsPluginInfo - Interface in grails.plugins
Base interface that just contains information about a particular plugin.
GrailsPluginManager - Interface in grails.plugins
GrailsPrintWriter - Class in org.grails.buffer
PrintWriter implementation that doesn't have synchronization. null object references are ignored in print methods (nothing gets printed)
GrailsPrintWriter(java.io.Writer) - Constructor in GrailsPrintWriter
GrailsPrintWriterAdapter - Class in org.grails.buffer
Authors:
Lari Hotari
GrailsPrintWriterAdapter(java.io.Writer) - Constructor in GrailsPrintWriterAdapter
GrailsQueryException - Class in org.grails.orm.hibernate.exceptions
Base exception class for errors related to Domain class queries in Grails.
GrailsQueryException(java.lang.String) - Constructor in GrailsQueryException
GrailsReleaseType - Enum in grails.init
The type of releases that a Grails version may represent
GrailsRepositoryConfiguration - Class in org.grails.cli.profile.repository
The configuration of a repository.
GrailsRepositoryConfiguration(java.lang.String, java.net.URI, boolean, java.lang.String, java.lang.String) - Constructor in GrailsRepositoryConfiguration
Creates a new GrailsRepositoryConfiguration instance.
GrailsRequestContext - Interface in org.grails.web.servlet
Defines the methods and objects available during a Grails request context.
GrailsRequestStateLookupStrategy - Interface in org.grails.web.servlet.mvc
Strategy interface for obtaining details about the currently executing request
GrailsResource - Class in org.grails.core.io
Bridges Grails and Spring resource APIs
GrailsResource(org.grails.io.support.Resource) - Constructor in GrailsResource
GrailsRoutablePrintWriter - Class in org.grails.buffer
GrailsRoutablePrintWriter.DestinationFactory - Interface in org.grails.buffer
Factory to lazily instantiate the destination.
GrailsRoutablePrintWriter(org.grails.buffer.GrailsLazyProxyPrintWriter.DestinationFactory) - Constructor in GrailsRoutablePrintWriter
GrailsRuntimeException - Class in org.grails.core.exceptions
Generic global runtime exception.
GrailsRuntimeException(java.lang.Throwable) - Constructor in GrailsRuntimeException
GrailsServiceClass - Interface in grails.core
Authors:
Steven Devijver
GrailsSessionContext - Class in org.grails.orm.hibernate
Based on org.springframework.orm.hibernate4.SpringSessionContext.
GrailsSessionContext(org.hibernate.engine.spi.SessionFactoryImplementor) - Constructor in GrailsSessionContext
Constructor.
GrailsShell - Class in grails.ui.shell
A Shell
GrailsShell(org.springframework.core.io.ResourceLoader, Class<?>) - Constructor in GrailsShell
GrailsStringUtils - Class in grails.util
Extra methods for string manipulation
GrailsStringUtils() - Constructor in GrailsStringUtils
GrailsSwingConsole - Class in grails.ui.console
The Grails console runs Grails embedded within a Swing console instead of within a container like Tomcat
GrailsSwingConsole(org.springframework.core.io.ResourceLoader, Class<?>) - Constructor in GrailsSwingConsole
GrailsTag - Interface in org.grails.gsp.compiler.tags
Allows to tag implementation to be abstracted from the JSP custom tag spec.. hence allowing them to be used in direct method calls etc.
GrailsTagDateHelper - Interface in org.grails.plugins.web
An interface for defining behavior that Grails tags require surrounding dates
grailsTagDateHelper - Property in FormatTagLib
grailsTagDateHelper - Property in FormTagLib
GrailsTagException - Class in org.grails.taglib
Authors:
Graeme Rocher
GrailsTagException(java.lang.String, java.lang.Throwable, java.lang.String, int) - Constructor in GrailsTagException
GrailsTagLibClass - Interface in grails.core.gsp
Represents a Grails tab library class.
GrailsTagRegistry - Class in org.grails.gsp.compiler.tags
A registry for holding all Grails tag implementations.
GrailsTestAutowirer - Class in org.grails.test.support
Convenience class to autowire test classes
GrailsTestAutowirer(org.springframework.context.ApplicationContext) - Constructor in GrailsTestAutowirer
GrailsTestCompilerAutoConfiguration - Class in org.grails.cli.boot
Authors:
Graeme Rocher
GrailsTestCompilerAutoConfiguration() - Constructor in GrailsTestCompilerAutoConfiguration
GrailsTestConfiguration - Annotation Type in org.grails.testing.context.junit4
Authors:
Graeme Rocher
GrailsTestInterceptor - Class in org.grails.test.support
GrailsTestInterceptor(java.lang.Object, org.grails.test.support.GrailsTestMode, org.springframework.context.ApplicationContext, java.lang.String) - Constructor in GrailsTestInterceptor
GrailsTestMode - Class in org.grails.test.support
GrailsTestMode() - Constructor in GrailsTestMode
GrailsTestRequestEnvironmentInterceptor - Class in org.grails.test.support
Establishes a “mock” request environment suitable for running tests in.
GrailsTestRequestEnvironmentInterceptor(org.springframework.context.ApplicationContext) - Constructor in GrailsTestRequestEnvironmentInterceptor
GrailsTestTransactionInterceptor - Class in org.grails.test.support
Establishes a rollback only transaction for running a test in.
GrailsTestTransactionInterceptor(org.springframework.context.ApplicationContext) - Constructor in GrailsTestTransactionInterceptor
GrailsTransactionAttribute - Class in org.grails.transaction
Extended version of RuleBasedTransactionAttribute that ensures all exception types are rolled back and allows inheritance of setRollbackOnly
GrailsTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute) - Constructor in GrailsTransactionAttribute
GrailsTransactionTemplate - Class in grails.gorm.transactions
Template class that simplifies programmatic transaction demarcation and transaction exception handling.
GrailsTransactionTemplate.1 - Class in grails.gorm.transactions
GrailsTransactionTemplate.1() - Constructor in GrailsTransactionTemplate.1
GrailsTransactionTemplate.2 - Class in grails.gorm.transactions
GrailsTransactionTemplate.2() - Constructor in GrailsTransactionTemplate.2
GrailsTransactionTemplate(org.springframework.transaction.PlatformTransactionManager, org.grails.datastore.mapping.transactions.CustomizableRollbackTransactionAttribute) - Constructor in GrailsTransactionTemplate
GrailsTypeChecked - Annotation Type in grails.compiler
Since:
2.4
GrailsUnitTest - Trait in org.grails.testing
GrailsUpdater - Class in grails.init
Handles updating the grails-cli shadowJar under `~/.grails/wrapper`
GrailsUpdater(List<GrailsReleaseType>, grails.init.GrailsVersion, java.lang.String) - Constructor in GrailsUpdater
Parameters:
allowedTypes - the release types that are allowed to be updated to
grailsUrlConverter - Property in DefaultLinkGenerator
GrailsUrlMappingsClass - Interface in grails.core
Loads the UrlMappings.
grailsUrlMappingsHolder - Property in ApplicationTagLib
GrailsUrlPathHelper - Class in org.grails.web.servlet
Extends the default Spring UrlPathHelper and makes methods Grails path aware.
GrailsUtil - Class in grails.util
Grails utility methods for command line and GUI applications.
GrailsValueWrapper - Class in grails.plugin.cache
Extends the standard implementation to also include the native wrapper instance.
GrailsValueWrapper(java.lang.Object, java.lang.Object) - Constructor in GrailsValueWrapper
GrailsVersion - Class in org.grails.datastore.mapping.core.grailsversion
A class to represent a version of Grails for comparison
grailsVersion - Property in CacheGrailsPlugin
grailsVersion - Property in ControllersAsyncGrailsPlugin
grailsVersion - Property in CreateAppCommand.CreateAppCommandObject
grailsVersion - Property in DatabaseMigrationGrailsPlugin
grailsVersion - Property in EventBusGrailsPlugin
grailsVersion - Property in FieldsGrailsPlugin
grailsVersion - Property in GebGrailsPlugin
GrailsVersion(java.lang.String) - Constructor in GrailsVersion
grailsVersion - Property in GroovyPagesGrailsPlugin
grailsVersion - Property in GroovyScriptCommand
The version of Grails being used
grailsVersion - Property in HibernateGrailsPlugin
grailsVersion - Property in JsonViewGrailsPlugin
grailsVersion - Property in MarkupViewGrailsPlugin
grailsVersion - Property in MongodbGrailsPlugin
grailsVersion - Property in ScaffoldingGrailsPlugin
grailsVersion - Property in Sitemesh3GrailsPlugin
GrailsVersionUtils - Class in grails.plugins
GrailsVersionUtils() - Constructor in GrailsVersionUtils
GrailsView - Trait in grails.views.api
A trait for all view types to extend to add methods to generate links, render other templates and so on
GrailsViewHelper - Interface in grails.views.api
Methods available via the 'g' namespace in views
GrailsViewResolver - Interface in org.grails.web.servlet.view
GrailsViewTemplate - Class in grails.views
Authors:
Graeme Rocher
GrailsViewTemplate() - Constructor in GrailsViewTemplate
GrailsWebApplicationContext - Class in grails.web.servlet.context
A WebApplicationContext that extends StaticApplicationContext to allow for programmatic configuration at runtime.
GrailsWebApplicationContext(org.springframework.beans.factory.support.DefaultListableBeanFactory, org.springframework.context.ApplicationContext, grails.core.GrailsApplication) - Constructor in GrailsWebApplicationContext
GrailsWebDataBinder - Class in grails.web.databinding
GrailsWebDataBinder.1 - Class in grails.web.databinding
GrailsWebDataBinder.1() - Constructor in GrailsWebDataBinder.1
grailsWebDataBinder(grails.core.GrailsApplication, grails.databinding.converters.ValueConverter, grails.databinding.converters.FormattedValueConverter, grails.databinding.TypedStructuredBindingEditor, grails.databinding.events.DataBindingListener) - Method in DataBindingConfiguration
GrailsWebDataBinder(grails.core.GrailsApplication) - Constructor in GrailsWebDataBinder
GrailsWebDataBindingListener - Class in org.grails.web.databinding
GrailsWebDataBindingListener(org.springframework.context.MessageSource) - Constructor in GrailsWebDataBindingListener
GrailsWebMockUtil - Class in grails.util
Authors:
Jeff Brown
GrailsWebMockUtil() - Constructor in GrailsWebMockUtil
GrailsWebPluginManager - Class in grails.web.servlet.plugins
Authors:
Graeme Rocher
GrailsWebPluginManager(org.springframework.core.io.Resource, grails.core.GrailsApplication) - Constructor in GrailsWebPluginManager
GrailsWebRequest - Class in org.grails.web.servlet.mvc
Encapsulates a Grails request.
GrailsWebRequest(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletContext, org.springframework.context.ApplicationContext) - Constructor in GrailsWebRequest
GrailsWebRequestFilter - Class in org.grails.web.servlet.mvc
Binds a GrailsWebRequestFilter to the currently executing thread.
grailsWebRequestFilter(org.springframework.context.ApplicationContext) - Method in ControllersAutoConfiguration
GrailsWebUnitTest - Trait in grails.testing.web
GrailsWebUtil - Class in grails.util
Utility methods for clients using the web framework.
GrailsWrappedRuntimeException - Class in org.grails.web.errors
Wraps a Grails RuntimeException and attempts to extract more relevent diagnostic messages from the stack trace.
GrailsWrappedRuntimeException(jakarta.servlet.ServletContext, java.lang.Throwable) - Constructor in GrailsWrappedRuntimeException
Parameters:
servletContext - The ServletContext instance
GrailsWrappedWriter - Interface in org.grails.buffer
GrailsWrapperHome - Class in grails.init
Helper class for managing the `grails-cli` jar files in the Grails Wrapper home directory.
GrailsWrapperHome(List<GrailsReleaseType>, java.lang.String) - Constructor in GrailsWrapperHome
GrailsWrapperRepo - Class in grails.init
Helper class to locate the remote or local repository for the `grails-cli`
grapeEngine - Property in MavenProfileRepository
GrapeEngineInstaller - Class in org.grails.cli.compiler.grape
Utility to install a specific groovy.grape.Grape engine with Groovy.
GrapeRootRepositorySystemSessionAutoConfiguration - Class in org.grails.cli.compiler.grape
Honours the configuration of grape.root by customizing the session's local repository location.
GraphDatastore - Interface in org.grails.datastore.mapping.graph
Marker interface for a Datastore that is a Graph
GREATER_THAN - Field in AbstractHibernateCriteriaBuilder
GREATER_THAN_OR_EQUAL - Field in AbstractHibernateCriteriaBuilder
GREATER_THAN_OR_EQUAL_PROPERTY - Field in AbstractHibernateCriteriaBuilder
GREATER_THAN_PROPERTY - Field in AbstractHibernateCriteriaBuilder
GreaterThan(java.lang.String) - Constructor in MethodExpression.GreaterThan
GreaterThan(java.lang.String, java.lang.Object) - Constructor in Query.GreaterThan
GreaterThanAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanAll
GreaterThanEquals(java.lang.String) - Constructor in MethodExpression.GreaterThanEquals
GreaterThanEquals(java.lang.String, java.lang.Object) - Constructor in Query.GreaterThanEquals
GreaterThanEqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanEqualsAll
GreaterThanEqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.GreaterThanEqualsProperty
GreaterThanEqualsSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanEqualsSome
GreaterThanProperty(java.lang.String, java.lang.String) - Constructor in Query.GreaterThanProperty
GreaterThanSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanSome
GROOVY_OBJECT_CLASS - Field in KeyValueMappingContext
GROOVY_OBJECT_CLASS_NODE - Field in DelegateAsyncTransformation
GROOVY_OBJECT_CLASS_NODE - Field in MixinTransformation
GROOVY_PAGES_TEMPLATE_ENGINE - Field in WebCleanupInterceptor
GROOVY_PAGES_TEMPLATE_RENDERER - Field in WebCleanupInterceptor
GROOVY_PROXY_FACTORY_NAME - Field in AbstractMappingContext
GROOVY_SOURCE_CHAR_ENCODING - Field in GroovyPageParser
GroovyAwareAspectJAwareAdvisorAutoProxyCreator - Class in org.grails.spring.aop.autoproxy
Enables AspectJ weaving from the application context.
GroovyAwareInfrastructureAdvisorAutoProxyCreator - Class in org.grails.spring.aop.autoproxy
Tells Spring always to proxy Groovy classes.
GroovyAwareNamedTransactionAttributeSource - Class in org.grails.transaction
Authors:
Graeme Rocher
GroovyBeanMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
GroovyBeansTransformation - Class in org.grails.cli.compiler
org.codehaus.groovy.transform.ASTTransformation to resolve beans declarations inside application source files.
GroovyChange - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based change.
GroovyChange.1 - Class in org.grails.plugins.databasemigration.liquibase
GroovyChange.1() - Constructor in GroovyChange.1
GroovyChange() - Constructor in GroovyChange
GroovyChangeLogParser - Class in org.grails.plugins.databasemigration.liquibase
GroovyChangeLogParser() - Constructor in GroovyChangeLogParser
GroovyChangeLogSerializer - Class in org.grails.plugins.databasemigration.liquibase
GroovyChangeLogSerializer() - Constructor in GroovyChangeLogSerializer
groovyClassLoader - Property in CodeGenConfig
GroovyCollectTag - Class in org.grails.gsp.compiler.tags
Example:
 <gr:collect in="${thing" expr="it.length() == 3">
GroovyCompiler - Class in org.grails.cli.compiler
Compiler for Groovy sources.
GroovyCompiler(org.grails.cli.compiler.GroovyCompilerConfiguration) - Constructor in GroovyCompiler
Create a new GroovyCompiler instance.
GroovyCompilerConfiguration - Interface in org.grails.cli.compiler
Configuration for the GroovyCompiler.
GroovyCompilerScope - Enum in org.grails.cli.compiler
The scope in which a groovy compiler operates.
GroovyConfigPropertySourceLoader - Class in org.grails.core.cfg
Adds support for defining a 'application.groovy' file in ConfigSlurper format in order to configure Spring Boot within Grails
GroovyConfigPropertySourceLoader() - Constructor in GroovyConfigPropertySourceLoader
GroovyConsoleApplicationContext - Class in grails.ui.console.support
An org.springframework.context.ApplicationContext that loads the GroovyConsole and makes the ApplicationContext and Grails environment available to the console
GroovyConsoleApplicationContext.1 - Class in grails.ui.console.support
GroovyConsoleApplicationContext.1() - Constructor in GroovyConsoleApplicationContext.1
GroovyConsoleApplicationContext() - Constructor in GroovyConsoleApplicationContext
GroovyConsoleWebApplicationContext - Class in grails.ui.console.support
A {@org.springframework.web.context.WebApplicationContext} for use in the embedded Grails console
GroovyConsoleWebApplicationContext.1 - Class in grails.ui.console.support
GroovyConsoleWebApplicationContext.1() - Constructor in GroovyConsoleWebApplicationContext.1
GroovyConsoleWebApplicationContext() - Constructor in GroovyConsoleWebApplicationContext
GroovyDefTag - Class in org.grails.gsp.compiler.tags
Allows defining of variables within the page context.
GroovyDiffToChangeLogCommandStep - Class in org.grails.plugins.databasemigration.liquibase
GroovyDiffToChangeLogCommandStep() - Constructor in GroovyDiffToChangeLogCommandStep
GroovyEachTag - Class in org.grails.gsp.compiler.tags
Authors:
Graeme Rocher
GroovyEclipseCompilationHelper - Class in org.grails.compiler.injection
GroovyEclipseCompilationHelper() - Constructor in GroovyEclipseCompilationHelper
GroovyElseIfTag - Class in org.grails.gsp.compiler.tags
GroovyElseTag - Class in org.grails.gsp.compiler.tags
Authors:
Graeme Rocher
GroovyFindAllTag - Class in org.grails.gsp.compiler.tags
Example:
GroovyGenerateChangeLogCommandStep - Class in org.grails.plugins.databasemigration.liquibase
GroovyGenerateChangeLogCommandStep() - Constructor in GroovyGenerateChangeLogCommandStep
GroovyGrepTag - Class in org.grails.gsp.compiler.tags
Example:
GroovyIfTag - Class in org.grails.gsp.compiler.tags
GroovyObjectMethodHandler - Class in org.grails.datastore.mapping.proxy
Javassist MethodHandler for handling GroovyObject methods
GroovyObjectMethodHandler(Class<?>) - Constructor in GroovyObjectMethodHandler
GroovyPage - Class in org.grails.gsp
GroovyPage() - Constructor in GroovyPage
GroovyPageAttributes - Class in org.grails.taglib
Defines attributes passed to a GSP tag.
GroovyPageAttributes(java.util.Map, boolean) - Constructor in GroovyPageAttributes
GroovyPageBinding - Class in org.grails.gsp
Script Binding that is used in GSP evaluation.
GroovyPageBinding(java.lang.String) - Constructor in GroovyPageBinding
GroovyPageBytecodeOptimizer - Class in org.grails.gsp.compiler.transform
GroovyPageClassLoader - Class in org.grails.gsp
A class loader that is aware of Groovy Pages and injection operations.
GroovyPageClassLoader(java.lang.ClassLoader, org.codehaus.groovy.control.CompilerConfiguration) - Constructor in GroovyPageClassLoader
GroovyPageCompiledScriptSource - Class in org.grails.gsp.io
Represents a pre-compiled GSP.
GroovyPageCompiledScriptSource(java.lang.String, java.lang.String, Class<?>) - Constructor in GroovyPageCompiledScriptSource
GroovyPageCompiler - Class in org.grails.gsp.compiler
Used to compile GSP files into a specified target directory.
GroovyPageCompiler() - Constructor in GroovyPageCompiler
GroovyPageCompilerTask - Class in org.grails.web.pages
An Ant task used for compiling GSP sources.
GroovyPageCompilerTask() - Constructor in GroovyPageCompilerTask
GroovyPageForkedCompiler - Class in org.grails.web.pages
A Forked Compiler for use (typically by Gradle)
GroovyPageForkedCompiler(java.io.File, java.io.File, java.io.File) - Constructor in GroovyPageForkedCompiler
GroovyPageInjectionOperation - Class in org.grails.gsp.compiler.transform
A GroovyPage compiler injection operation that uses a specified array of ClassInjector instances to attempt AST injection.
GroovyPageInjector - Interface in grails.compiler.ast
Extended marker interface that indicates this ClassInjector applies to GSPs.
GroovyPageLocator - Interface in org.grails.gsp.io
Used to locate GSPs whether in development or WAR deployed mode.
groovyPageLocator - Property in AbstractLinkingRenderer
groovyPageLocator - Property in DefaultJsonRenderer
groovyPageLocator - Property in DefaultRendererRegistry
groovyPageLocator - Property in DefaultXmlRenderer
groovyPageLocator - Property in FormFieldsTemplateService
groovyPageLocator - Field in GroovyPageViewResolver
groovyPageLocator - Property in PageRenderer
GroovyPageMetaInfo - Class in org.grails.gsp
Encapsulates the information necessary to describe a GSP.
GroovyPageMetaInfo(Class<?>) - Constructor in GroovyPageMetaInfo
GroovyPageParser - Class in org.grails.gsp.compiler
NOTE: Based on work done by the GSP standalone project (https://gsp.dev.java.net/).
GroovyPageParser(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, grails.config.ConfigMap) - Constructor in GroovyPageParser
GroovyPageResourceLoader - Class in org.grails.gsp
A StaticResourceLoader that loads GSPs from a local grails-app folder instead of from WEB-INF in development mode.
GroovyPageResourceScriptSource - Class in org.grails.gsp.io
GroovyPageResourceScriptSource(java.lang.String, org.springframework.core.io.Resource) - Constructor in GroovyPageResourceScriptSource
Create a new ResourceScriptSource for the given resource.
groovyPages - Property in GrailsWebUnitTest
GroovyPageScriptSource - Interface in org.grails.gsp.io
Authors:
Graeme Rocher
GroovyPagesException - Class in org.grails.gsp
Thrown when processing GSP pages.
GroovyPagesException(java.lang.String) - Constructor in GroovyPagesException
GroovyPagesGrailsPlugin - Class in org.grails.plugins.web
Sets up and configures the GSP and GSP tag library support in Grails.
GroovyPagesGrailsPlugin() - Constructor in GroovyPagesGrailsPlugin
GroovyPagesJspApplicationContext - Class in org.grails.gsp.jsp
Authors:
Graeme Rocher
GroovyPagesJspApplicationContext() - Constructor in GroovyPagesJspApplicationContext
GroovyPagesJspFactory - Class in org.grails.gsp.jsp
Authors:
Graeme Rocher
GroovyPagesJspFactory() - Constructor in GroovyPagesJspFactory
GroovyPagesMetaUtils - Class in org.grails.gsp
GroovyPagesMetaUtils() - Constructor in GroovyPagesMetaUtils
GroovyPageSourceDecorator - Interface in org.grails.gsp
GroovyPagesPageContext - Class in org.grails.gsp.jsp
A JSP PageContext implementation for use with GSP.
GroovyPagesPageContext() - Constructor in GroovyPagesPageContext
GroovyPagesServlet - Class in org.grails.web.pages
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/) Main servlet class.
GroovyPagesServlet() - Constructor in GroovyPagesServlet
GroovyPageStaticResourceLocator - Class in org.grails.gsp.io
GroovyPagesTemplateEngine - Class in org.grails.gsp
Based on (but not extending) the existing TemplateEngine implementations within Groovy.
GroovyPagesTemplateEngine() - Constructor in GroovyPagesTemplateEngine
GroovyPagesTemplateRenderer - Class in org.grails.web.gsp
Service that provides the actual implementation to RenderTagLib's render tag.
groovyPagesTemplateRenderer - Property in RenderTagLib
GroovyPagesUriService - Interface in grails.web.pages
Provides methods to lookup URIs of views and templates.
GroovyPagesUriSupport - Class in org.grails.web.pages
Methods to establish template names, paths and so on.
GroovyPageTagWriter - Class in org.grails.taglib
A temporary writer used by GSP to write to a StringWriter and later retrieve the value.
GroovyPageTagWriter() - Constructor in GroovyPageTagWriter
GroovyPageTemplate - Class in org.grails.gsp
Knows how to make in instance of GroovyPageWritable.
GroovyPageTemplate(org.grails.gsp.GroovyPageMetaInfo, org.grails.taglib.encoder.OutputContextLookup) - Constructor in GroovyPageTemplate
GroovyPageTypeCheckingConfig - Annotation Type in org.grails.gsp.compiler
GroovyPageTypeCheckingExtension - Class in org.grails.gsp.compiler
CompileStatic type checking extension for GSPs
GroovyPageTypeCheckingExtension() - Constructor in GroovyPageTypeCheckingExtension
GroovyPageUnitTestResourceLoader - Class in org.grails.testing.runtime.support
A org.springframework.core.io.ResourceLoader implementation that loads GSP views relative to the project base directory for unit tests.
GroovyPageUnitTestResourceLoader(Map<String,String>) - Constructor in GroovyPageUnitTestResourceLoader
GroovyPageView - Class in org.grails.web.servlet.view
A Spring View that renders Groovy Server Pages to the response.
GroovyPageViewResolver - Class in org.grails.web.servlet.view
Evaluates the existance of a view for different extensions choosing which one to delegate to.
GroovyPageViewResolver(org.grails.gsp.GroovyPagesTemplateEngine, org.grails.web.gsp.io.GrailsConventionGroovyPageLocator) - Constructor in GroovyPageViewResolver
GroovyPageWritable - Class in org.grails.gsp
Writes itself to the specified writer, typically the response writer.
GroovyPageWritable(org.grails.gsp.GroovyPageMetaInfo, org.grails.taglib.encoder.OutputContextLookup, boolean) - Constructor in GroovyPageWritable
GroovyPrecondition - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based precondition.
GroovyPrecondition.1 - Class in org.grails.plugins.databasemigration.liquibase
GroovyPrecondition.1() - Constructor in GroovyPrecondition.1
GroovyPrecondition() - Constructor in GroovyPrecondition
GroovyProxyFactory - Class in org.grails.datastore.gorm.proxy
Implements the proxy interface and creates a Groovy proxy by passing the need for javassist style proxies and all the problems they bring.
GroovyProxyFactory() - Constructor in GroovyProxyFactory
GroovyProxySpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
GroovyProxySpec() - Constructor in GroovyProxySpec
GroovyScriptCommand - Class in org.grails.cli.profile.commands.script
A base class for Groovy scripts that implement commands
GroovyScriptCommand() - Constructor in GroovyScriptCommand
GroovyScriptCommandFactory - Class in org.grails.cli.profile.commands.factory
A CommandFactory that creates Command instances from Groovy scripts
GroovyScriptCommandFactory() - Constructor in GroovyScriptCommandFactory
GroovyshApplicationContext - Class in grails.ui.shell.support
Authors:
Graeme Rocher
GroovyshApplicationContext() - Constructor in GroovyshApplicationContext
GroovyshWebApplicationContext - Class in grails.ui.shell.support
Authors:
Graeme Rocher
GroovyshWebApplicationContext() - Constructor in GroovyshWebApplicationContext
GroovySyntaxTag - Class in org.grails.gsp.compiler.tags
GroovyTemplate - Class in org.grails.cli.groovy
Helpful utilities for working with Groovy groovy.text.Templates.
GroovyTemplatesCompilerAutoConfiguration - Class in org.grails.cli.compiler.autoconfigure
CompilerAutoConfiguration for Groovy Templates (outside MVC).
GroovyTransformOrder - Interface in org.apache.grails.common.compiler
Helper class to store the transformation order for groovy based AST transformations
GroovyUnlessTag - Class in org.grails.gsp.compiler.tags
GroovyWhileTag - Class in org.grails.gsp.compiler.tags
Authors:
Graeme Rocher
GROUP_OPERATOR - Field in BsonQuery
group - Field in UniqueConstraint
groupAndArtifactToDependency - Field in GrailsDependencyVersions
groupByProjectionHandlers - Field in BsonQuery
groupname - Property in CreateAppCommand
groupProperty(java.lang.String) - Method in AbstractCriteriaBuilder
Defines a group by projection for datastores that support it
groupProperty(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
groupProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Adds a projection that allows the criteria's result to be grouped by a property
groupProperty(java.lang.String) - Method in ProjectionList
Defines a group by projection for datastores that support it
groupProperty(java.lang.String) - Method in Projections
Defines a group by projection for datastores that support it
groupProperty(java.lang.String) - Method in Query.ProjectionList
GroupPropertyProjection(java.lang.String) - Constructor in Query.GroupPropertyProjection
GroupWithin - Class in org.apache.grails.data.testing.tck.domains
GroupWithin() - Constructor in GroupWithin
GSP_DISABLE_CACHING_RESOURCES - Field in Settings
Whether to disable caching of resources in GSP
GSP_ENABLE_RELOAD - Field in Settings
Whether to enable GSP reload in production
GSP_LINE_ORDER - Field in GroovyTransformOrder
Adds line numbers to GSPs
GSP_RELOAD_INTERVAL - Field in GroovyPagesGrailsPlugin
GSP_SUFFIX - Field in GroovyPageViewResolver
GSP_VIEW_ENCODING - Field in Settings
The encoding to use for GSP views, defaults to UTF-8
GSP_VIEWS_DIR - Field in GroovyPagesGrailsPlugin
GSP_VIEWS_DIR - Field in Settings
Thew views directory for GSP
GSPResponseWriter - Class in org.grails.web.pages
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/) A buffered writer that won't commit the response until the buffer has reached the high watermark, or until flush() or close() is called.
gspTagLibraryLookup - Field in GroovyPage
GSPWriter - Class in org.grails.gsp.compiler
A PrintWriter used in the generation of GSP pages that allows printing to the target output stream and maintains a record of the current line number during usage.
GSPWriter(java.io.Writer, org.grails.gsp.compiler.GroovyPageParser) - Constructor in GSPWriter
gt(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
gt(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Creates a "greater than" Criterion based on the specified property name and value
gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
gt(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be greater than or equal to the given value
gt(java.lang.String, java.lang.Object) - Method in DetachedCriteria
GT_OPERATOR - Field in BsonQuery
gt(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be greater than the given value
gt(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be greater than the given value
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is greater than all the given returned values
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
gte(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
gte(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
gte(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be greater than or equal to the given value
gte(java.lang.String, java.lang.Object) - Method in DetachedCriteria
GTE_OPERATOR - Field in BsonQuery
gte(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be greater than or equal to the given value
gte(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be greater than or equal to the given value
gtProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be greater than a specified other property
gtProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
gtProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that tests if the first property is greater than the second property
gtProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be greater than a specified other property
gtProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
gtProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be greater than a specified other property
gtSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
gtSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
gtSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
gtSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is greater than some of the given values
gtSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
GUID - Enum Constant in ValueGenerator
uses a database-generated GUID string on MS SQL Server and MySQL.

H

H2 - Enum Constant in DatabaseDriver
H2.
HAL_EMBEDDED_ELEMENT - Field in HalJsonDataBindingSourceCreator
HAL_JSON_CONTENT_TYPE - Property in ControllerUnitTest
HAL_JSON - Field in MimeType
hal - Property in JsonView
The HAL view helper
HAL_XML_CONTENT_TYPE - Property in ControllerUnitTest
HAL_XML - Field in MimeType
HalCodeVisitorSupport - Class in grails.views.compiler
HalCodeVisitorSupport(org.codehaus.groovy.control.CompilationUnit) - Constructor in HalCodeVisitorSupport
HalGPathResultMap - Class in org.grails.web.databinding.bindingsource
Authors:
Jeff Brown
HalGPathResultMap(groovy.xml.slurpersupport.GPathResult) - Constructor in HalGPathResultMap
HalJsonCollectionRenderer - Class in grails.rest.render.hal
A HAL JSON renderer for a collection of objects
HalJsonCollectionRenderer(java.lang.Class, grails.web.mime.MimeType) - Constructor in HalJsonCollectionRenderer
HalJsonDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
Creates DataBindingSource objects from HAL JSON in the request body
halJsonDataBindingSourceCreator() - Method in DataBindingConfiguration
HalJsonDataBindingSourceCreator() - Constructor in HalJsonDataBindingSourceCreator
HalJsonRenderer - Class in grails.rest.render.hal
Renders domain instances in HAL JSON format (see http://tools.ietf.org/html/draft-kelly-json-hal-05)
HalJsonRenderer.1 - Class in grails.rest.render.hal
HalJsonRenderer.1() - Constructor in HalJsonRenderer.1
HalJsonRenderer(Class<T>, grails.web.mime.MimeType) - Constructor in HalJsonRenderer
HalStreamingJsonDelegate(java.lang.String, grails.plugin.json.view.api.internal.DefaultHalViewHelper, grails.plugin.json.builder.StreamingJsonBuilder.StreamingJsonDelegate) - Constructor in DefaultHalViewHelper.HalStreamingJsonDelegate
HalViewHelper - Interface in grails.plugin.json.view.api
Authors:
Graeme Rocher
HalXmlCollectionRenderer - Class in grails.rest.render.hal
A HAL XML renderer for a collection of objects
HalXmlCollectionRenderer(java.lang.Class, grails.web.mime.MimeType) - Constructor in HalXmlCollectionRenderer
HalXmlDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
Authors:
Jeff Brown
halXmlDataBindingSourceCreator() - Method in DataBindingConfiguration
HalXmlDataBindingSourceCreator() - Constructor in HalXmlDataBindingSourceCreator
HalXmlRenderer - Class in grails.rest.render.hal
Renders domain instances in HAL XML format (see http://stateless.co/hal_specification.html)
HalXmlRenderer(Class<T>, grails.web.mime.MimeType) - Constructor in HalXmlRenderer
handle(grails.dev.commands.ExecutionContext) - Method in ApplicationCommand
Handles the command
handle() - Method in ApplicationContextDatabaseMigrationCommand
handle(Junction, java.lang.String, BsonReader) - Method in BsonQuery
handle(Junction, java.lang.String, BsonReader) - Method in BsonQuery.OperatorHandler
handle(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, org.bson.Document, T) - Method in BsonQuery.ProjectionHandler
Handles a projection modifying the aggregation pipeline appropriately
handle(org.grails.datastore.bson.query.EmbeddedQueryEncoder, T, org.bson.Document, org.grails.datastore.mapping.model.PersistentEntity) - Method in BsonQuery.QueryHandler
handle(org.grails.cli.profile.ExecutionContext) - Method in ClosureExecutingCommand
handle(org.grails.cli.profile.ExecutionContext) - Method in Command
run the command
handle(org.grails.cli.profile.ExecutionContext) - Method in CreateAppCommand
handle() - Method in DbmChangelogToGroovy
handle() - Method in DbmCreateChangelog
handle(org.grails.cli.profile.ExecutionContext) - Method in ExecuteStep
handle(org.grails.cli.profile.ExecutionContext) - Method in GradleCommand
handle(org.grails.cli.profile.ExecutionContext) - Method in GradleStep
handle(org.grails.cli.profile.ExecutionContext) - Method in GradleTaskCommandAdapter
handle() - Method in GrailsApplicationCommand
handle(org.grails.cli.profile.ExecutionContext) - Method in GroovyScriptCommand
Implementation of the handle method that runs the script
handle(org.grails.cli.profile.ExecutionContext) - Method in HelpCommand
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Criterion, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.grails.databinding.converters.ConversionService, boolean, boolean) - Method in JpaQueryBuilder
handle(org.grails.cli.profile.ExecutionContext) - Method in ListProfilesCommand
handle(org.grails.cli.profile.ExecutionContext) - Method in MkdirStep
handle(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, org.bson.Document, IdProjection) - Method in MongoQuery
handle(org.grails.cli.profile.ExecutionContext) - Method in MultiStepCommand
handle(org.grails.cli.profile.ExecutionContext) - Method in OpenCommand
handle(org.grails.cli.profile.ExecutionContext) - Method in ProfileInfoCommand
handle(org.grails.cli.profile.ExecutionContext) - Method in RenderStep
handle(org.grails.cli.profile.ExecutionContext) - Method in RunCommand
handle(grails.dev.commands.ExecutionContext) - Method in SchemaExportCommand
handle() - Method in ScriptDatabaseMigrationCommand
handle(org.grails.cli.profile.ExecutionContext) - Method in Step
Handles the command logic
handle(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, java.lang.Object) - Method in UrlMappingsInfoHandlerAdapter
handle(grails.dev.commands.ExecutionContext) - Method in UrlMappingsReportCommand
handleArgumentOrFlag(java.util.Map, java.lang.String) - Method in DefaultMultiStepCommand
handleCacheCondition(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractCacheTransformation
handleCircularRelationship(java.lang.Object) - Method in JSON
handleCircularRelationship(java.lang.Object) - Method in XML
handleCommand(org.grails.cli.profile.ExecutionContext) - Method in AbstractProfile
handleCommand(org.grails.cli.profile.ExecutionContext) - Method in GrailsCli
handleCommand(org.grails.cli.profile.ExecutionContext) - Method in Profile
Obtains a Command
handleComplete(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.AsyncContext) - Method in AsyncActionResultTransformer
HANDLED_PREFIXES - Property in CountByImplementer
HANDLED_PREFIXES - Property in CountImplementer
HANDLED_PREFIXES - Property in DeleteImplementer
HANDLED_PREFIXES - Property in FindAllByImplementer
HANDLED_PREFIXES - Property in FindAllImplementer
HANDLED_PREFIXES - Property in FindOneByImplementer
HANDLED_PREFIXES - Property in FindOneImplementer
HANDLED_PREFIXES - Property in SaveImplementer
HANDLED_PREFIXES - Property in UpdateOneImplementer
handleEmbeddedInstance(org.grails.datastore.mapping.model.types.Association, java.lang.Object, boolean) - Method in NativeEntryEntityPersister
handleEmbeddedToMany(org.grails.datastore.mapping.engine.EntityAccess, T, org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in NativeEntryEntityPersister
handleEmbeddedToOne(org.grails.datastore.mapping.model.types.Association, java.lang.String, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in NativeEntryEntityPersister
handleException(java.lang.Exception, org.grails.gsp.GroovyPagesTemplateEngine) - Method in GroovyPageView
Performs exception handling by attempting to render the Errors view.
handleExcludes(groovy.xml.slurpersupport.GPathResult) - Method in GlobalGrailsClassInjectorTransformation
handleInvocation(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in EntityProxyMethodHandler
handleInvocation(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in GroovyObjectMethodHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in AssociationQueryProxyHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in EntityProxyMethodHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in SessionEntityProxyMethodHandler
handleIOException(java.io.IOException) - Method in GrailsPrintWriterAdapter
handleJunction(groovy.lang.Closure) - Method in AbstractDetachedCriteria
handleJunction(groovy.lang.Closure) - Method in DetachedCriteria
handleNoResults() - Method in MongoQuery.AggregatedResultList
handlePageException(java.lang.Throwable) - Method in GroovyPagesPageContext
handlerData - Field in DefaultArtefactInfo
handleReadOnly() - Method in RestfulController
handles the request for write methods (create, edit, update, save, delete) when controller is in read only mode
handlers - Property in SimpleMapQuery
handles(Class<?>) - Method in DefaultJsonGenerator.ClosureConverter
Returns true if this converter can handle conversions of the given type.
handles(Class<?>) - Method in InstantJsonConverter
handles(Class<?>) - Method in JsonGenerator.Converter
Returns true if this converter can handle conversions of the given type.
handles(Class<?>) - Method in LocalDateJsonConverter
handles(Class<?>) - Method in LocalDateTimeJsonConverter
handles(Class<?>) - Method in LocalTimeJsonConverter
handles(Class<?>) - Method in OffsetDateTimeJsonConverter
handles(Class<?>) - Method in OffsetTimeJsonConverter
handles(Class<?>) - Method in PeriodJsonConverter
handles(Class<?>) - Method in ZonedDateTimeJsonConverter
handleSimpleTag(SimpleTag, java.util.Map, org.grails.gsp.jsp.GroovyPagesPageContext, java.io.Writer, groovy.lang.Closure) - Method in JspTagImpl
handleSubQuery(org.grails.datastore.mapping.model.PersistentEntity, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.grails.databinding.converters.ConversionService, boolean, boolean, org.grails.datastore.mapping.query.Query.SubqueryCriterion, java.lang.String) - Method in JpaQueryBuilder
handleUniqueConstraint(org.grails.datastore.mapping.model.PersistentProperty, Column, java.lang.String, org.grails.orm.hibernate.cfg.Table, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
handleValidationError(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, org.springframework.validation.Errors) - Method in AbstractHibernateGormInstanceApi
Sets the flush mode to manual. which ensures that the database changes are not persisted to the database if a validation error occurs.
handleValue(java.lang.Object, java.io.Writer, java.util.Map, groovy.lang.Closure, JsonWritable>, java.lang.String) - Method in DefaultGrailsJsonViewHelper
has(java.lang.String) - Method in JSONObject
Determine if the JSONObject contains a specific key.
hasAnnotatedMethods(java.lang.String) - Method in AnnotationMetadataReadingVisitor
hasAnnotation(java.lang.String) - Method in AnnotationMetadataReadingVisitor
hasAnnotation(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstAnnotationUtils
Returns true if classNode is marked with annotationClass
hasAnnotation(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstUtils
Returns true if classNode is marked with annotationClass
hasAnnotation(org.codehaus.groovy.ast.MethodNode, Class<? extends Annotation>) - Method in GrailsASTUtils
Returns true if MethodNode is marked with annotationClass
hasAnyAnnotations(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstAnnotationUtils
Parameters:
classNode - a ClassNode to search
hasAnyAnnotations(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstUtils
Parameters:
classNode - a ClassNode to search
hasAnyAnnotations(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in GrailsASTUtils
Parameters:
classNode - a ClassNode to search
hasAppliedConstraint(java.lang.String) - Method in Constrained
hasAppliedConstraint(java.lang.String) - Method in ConstrainedDelegate
hasAppliedConstraint(java.lang.String) - Method in ConstrainedProperty
Parameters:
constraintName - The name of the constraint to check
hasAppliedConstraint(java.lang.String) - Method in DefaultConstrainedProperty
Parameters:
constraintName - The name of the constraint to check
hasArtefactAnnotation(org.codehaus.groovy.ast.ClassNode) - Method in AbstractGrailsArtefactTransformer
hasArtefactHandler(java.lang.String) - Method in DefaultGrailsApplication
hasArtefactHandler(java.lang.String) - Method in GrailsApplication
hasArtefactType(java.lang.String, grails.compiler.ast.GrailsArtefactClassInjector) - Method in ArtefactTypeAstTransformation
hasAtLeastOneAnnotation(org.codehaus.groovy.ast.AnnotatedNode, java.lang.String) - Method in AstUtils
Determine if an org.codehaus.groovy.ast.AnnotatedNode has one or more of the specified annotations.
hasAtLeastOneFieldOrMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Determine if a org.codehaus.groovy.ast.ClassNode has one or more fields of the specified types or method returning one or more of the specified types.
hasAtLeastOneInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
hasBeenEnhancedForFeature(Class<?>, java.lang.String) - Method in 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
hasBoth() - Method in DirtyCheckingTransformer.GetterAndSetter
hasChanged() - Method in AbstractPersistentCollection
hasChanged(java.lang.String) - Method in DirtyCheckable
Parameters:
propertyName - The name of the property
hasChanged() - Method in DirtyCheckableCollection
Returns:
True if the collection has changed
hasChanged() - Method in DirtyCheckingCollection
hasChanged() - Method in DirtyCheckingMap
hasChanged(java.lang.String) - Method in GormEntityDirtyCheckable
hasChangedElements() - Method in DirtyCheckingCollection
hasChangedSize() - Method in AbstractPersistentCollection
hasChangedSize() - Method in DirtyCheckableCollection
Returns:
True if the collection has changed size
hasChangedSize() - Method in DirtyCheckingCollection
hasChangedSize() - Method in DirtyCheckingMap
hasCommand(org.grails.cli.profile.ProjectContext, java.lang.String) - Method in AbstractProfile
hasCommand(org.grails.cli.profile.ProjectContext, java.lang.String) - Method in Profile
Whether a command executes for the given context and name
hasCompositeIdentifier(org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
hasCredentials() - Method in GrailsRepositoryConfiguration
hasCurrentSession() - Method in AbstractDatastore
hasCurrentSession() - Method in Datastore
Checks if there is a current session.
hasCurrentSession() - Method in HibernateDatastore
hasDatastore - Field in GormValidationApi
hasDeclaredMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in MixinTransformation
hasErrors() - Method in Controller
Return true if there are an errors
hasErrors() - Method in GormValidateable
Tests whether an instance has any errors
hasErrors(D) - Method in GormValidationApi
Tests whether an instance has any errors
hasErrors() - Method in Validateable
Returns:
Whether the object has errors
hasErrors - Property in ValidationTagLib
Checks if the request has errors either for a field or global errors.
hasEventSubscribers - Field in GormEventDispatcher
hasExcludedAnnotation(org.codehaus.groovy.ast.MethodNode, Set<String>) - Method in AbstractMethodDecoratingTransformation
hasExcludedAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in TransactionalTransform
hasExpired(long, java.lang.Object) - Method in CacheEntry
hasExpired(long, java.lang.Object) - Method in GroovyPagesTemplateRenderer
hasFreckles - Property in Nose
hasGrailsPlugin(java.lang.String) - Method in AbstractGrailsPluginManager
hasGrailsPlugin(java.lang.String) - Method in GrailsPluginManager
Parameters:
name - The name of the plugin
hasGrailsPlugin(java.lang.String) - Method in MockGrailsPluginManager
hasGrown() - Method in AbstractPersistentCollection
hasGrown() - Method in DirtyCheckableCollection
Returns:
True if the collection has grown
hasGrown() - Method in DirtyCheckingCollection
hasGrown() - Method in DirtyCheckingMap
hashCode() - Method in AbstractClosureProxy
hashCode() - Method in AbstractGrailsPlugin
hashCode() - Method in AbstractPersistentCollection
hashCode() - Method in AbstractPersistentEntity
hashCode() - Method in AbstractTemplateVariableBinding.BindingMapEntry
hashCode() - Method in AbstractTypeConvertingMap
hashCode() - Method in DefaultCodecIdentifier
hashCode() - Method in DefaultJsonGenerator.ClosureConverter
hashCode() - Method in DefaultUrlMappingInfo
hashCode() - Method in DelegatingBeanPropertyAccessorImpl
hashCode() - Method in Dependency
hashCode() - Method in Dependency.Exclusion
hashCode() - Method in EncodingStateImpl
hashCode() - Method in GrailsRepositoryConfiguration
hashCode() - Method in GrailsVersion
hashCode(java.lang.Object) - Method in IdentityEnumType
hashCode() - Method in JSONArray
hashCode() - Method in JSONObject
hashCode() - Method in LazyMetaPropertyMap
hashCode() - Method in MimeType
hashCode() - Method in NavigableMap
hashCode() - Method in NavigableMapConfig
hashCode() - Method in PagedResultList
hashCode() - Method in Pair
hashCode() - Method in PrefixedConfig
hashCode() - Method in RepositoryConfiguration
hashCode() - Method in ResourceProfile
hashCode() - Method in SoftKey
hashCode() - Method in StreamCharBuffer
{@inheritDoc}
hashCode() - Method in Triple
hashCode() - Method in UrlCreatorCache.ReverseMappingKey
hashCode(grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher
hasHibernatePlugin() - Method in MongodbGrailsPlugin
HashMapTPCacheAdapter - Class in org.grails.datastore.mapping.cache.impl
Simple implementation of TPCacheAdapter backed by a local hash map.
hasIdentifier() - Method in DataBindingSource
Returns:
true if this binding source contains an identifier for binding
hasIdentifier() - Method in SimpleMapDataBindingSource
hasInputProperty(org.grails.datastore.mapping.model.PersistentEntity, groovy.lang.Closure) - Method in DomainModelService
Determines if the closure returns true for any input DomainProperty
hasInputProperty(org.grails.datastore.mapping.model.PersistentEntity, groovy.lang.Closure) - Method in DomainModelServiceImpl
Returns true if the provided closure returns true for any domain class property.
hasInterestInChange(java.lang.String) - Method in AbstractGrailsPlugin
hasInterestInChange(java.lang.String) - Method in DefaultGrailsPlugin
hasInterestInChange(java.lang.String) - Method in GrailsPlugin
Whether the plugin is interested in a particular change
hasJoinColumnMapping(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
hasJoinKeyMapping(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
hasJoinTableColumnNameMapping(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
hasJtaOrChainedTransactionManager(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
hasJunitAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in AstAnnotationUtils
Whether the method node has any JUnit annotations
hasJunitAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
Whether the method node has any JUnit annotations
hasListeners - Field in GormEventDispatcher
hasMany - Property in Country
hasMany - Property in Parent
hasMany - Property in Person
hasMany - Property in PlantCategory
hasMany - Property in Practice
hasMany - Property in Task
hasMetaAnnotation(java.lang.String) - Method in AnnotationMetadataReadingVisitor
hasMetaMethod(java.lang.String, java.lang.Object) - Method in AbstractGrailsClass
hasMetaProperty(java.lang.String) - Method in AbstractGrailsClass
hasMoreElements() - Method in GroovyPagesPageContext
hasMoreElements() - Method in PageRenderer.PageRenderRequestCreator.2
hasMoreElements() - Method in SpringInvoker.Slf4jBindingAwareClassLoader.1
hasNamespace(java.lang.String) - Method in TagLibraryLookup
Returns whether the given namespace is in use
hasNeither() - Method in DirtyCheckingTransformer.GetterAndSetter
hasNext() - Method in AbstractPersistentCollection
hasNext() - Method in AbstractResultList
hasNext() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
hasNext() - Method in MongoQuery.AggregatedResultList
hasNext() - Method in SoftServiceLoader
hasNumericalIdentifier - Field in AbstractMongoObectEntityPersister
hasNumericalIdentifier - Field in MongoCodecEntityPersister
hasOne - Property in Card
hasOne - Property in Face
hasOption(java.lang.String) - Method in DatabaseMigrationCommand
hasOptionalExtension() - Method in DefaultUrlMappingData
hasOptionalExtension() - Method in ResponseCodeMappingData
hasOptionalExtension() - Method in UrlMappingData
Returns:
Whether the pattern has an optional extension
hasOriginalRequestAndResponse() - Method in MockAsyncContext
hasOrInheritsProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
hasOrInheritsProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
hasParameters(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
hasProperty(java.lang.String) - Method in AbstractGrailsClass
hasProperty(java.lang.String, java.lang.Class) - Method in AbstractPersistentEntity
hasProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Returns whether a classNode has the specified property or not
hasProperty(java.lang.String) - Method in BeanConfiguration
Returns true if the bean config has the name property set.
hasProperty(java.lang.String) - Method in DefaultBeanConfiguration
hasProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
Returns whether a classNode has the specified property or not
hasProperty(java.lang.String) - Method in GrailsClass
Returns true if the class has the specified property.
hasProperty(java.lang.String, java.lang.Class) - Method in PersistentEntity
Checks whether an entity has a bean property of the given name and type
hasResourceProcessor - Property in ApplicationTagLib
hasResourceProcessor - Property in JavascriptTagLib
hasRun - Property in RunOnceInterceptor
hasRuntimeVariable(java.lang.String) - Method in AbstractUrlMapping
hasRuntimeVariable(java.lang.String) - Method in UrlMapping
Whether the mapping has a runtime variable with the given name such as "/$foo"
hasSessionBound() - Method in OpenSessionInViewInterceptor
hasShrunk() - Method in AbstractPersistentCollection
hasShrunk() - Method in DirtyCheckableCollection
Returns:
True if the collection has shrunk
hasShrunk() - Method in DirtyCheckingCollection
hasShrunk() - Method in DirtyCheckingMap
hasStringIdentifier - Field in AbstractMongoObectEntityPersister
hasStringIdentifier - Field in MongoCodecEntityPersister
hasTag(java.lang.String) - Method in DefaultGrailsTagLibClass
hasTag(java.lang.String) - Method in GrailsTagLibClass
Parameters:
tagName - The name of the tag
hasTagLibs() - Method in ModelEntry
hasTenantAnnotation(org.codehaus.groovy.ast.AnnotatedNode) - Method in TenantTransform
Whether the given node is Multi Tenant
hasTransaction() - Method in AbstractHibernateSession
hasTransaction() - Method in AbstractMongoSession
hasTransaction() - Method in AbstractSession
hasTransaction() - Method in Session
Returns:
Whether the current session has an active transaction
hasTransactionalAnnotation(org.codehaus.groovy.ast.AnnotatedNode) - Method in TransactionalTransform
Whether the given method has a transactional annotation
hasVariable(java.lang.String) - Method in TemplateVariableBinding
hasZeroArgsConstructor(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
header(java.lang.String) - Method in AbstractGrailsMockHttpServletResponse
Return the primary value for the given header as a String, if any.
header(java.lang.String, java.lang.String) - Method in AnsiConsoleUrlMappingsRenderer
header - Property in ApplicationTagLib
Renders the specified request header value.
header(java.lang.String, java.lang.Object) - Method in Controller
Sets a response header for the given name and value
header(java.lang.String, java.lang.Object) - Method in Interceptor
Sets a response header for the given name and value
header(Map<String, String>) - Method in JsonViewTest.TestHttpResponse
header(Map<String, String>) - Method in JsonViewUnitTest.TestHttpResponse
HEADER_NAME - Field in HttpHeaderTenantResolver
header(Map<String, String>) - Method in Response
Set a single named value header
header(java.lang.String, java.lang.String) - Method in TestRequestConfigurer
HEADER_X_HTTP_METHOD_OVERRIDE - Field in HiddenHttpMethodFilter
headerName - Property in HttpHeaderTenantResolver
The name of the header
headers(java.lang.String) - Method in AbstractGrailsMockHttpServletResponse
Return all values for the given header as a List of Strings.
headers - Property in JsonRenderResult
The headers
headers(Map<String, String>) - Method in JsonViewTest.TestHttpResponse
headers(Map<String, String>) - Method in JsonViewUnitTest.TestHttpResponse
headers - Property in MockPart
headers(Map<String, String>) - Method in Response
Set multiple headers
headers - Property in TestRequestConfigurer
headSet(java.lang.Object) - Method in PersistentSortedSet
HelpCommand - Class in org.grails.cli.profile.commands
Authors:
Graeme Rocher
HelpCommand() - Constructor in HelpCommand
HelpExample - Class in org.grails.cli.command
An example that can be displayed in the help.
HelpExample(java.lang.String, java.lang.String) - Constructor in HelpExample
Create a new HelpExample instance.
HexCodecExtensionMethods - Class in org.grails.plugins.codecs
HexCodecExtensionMethods() - Constructor in HexCodecExtensionMethods
HEXDIGITS - Property in HexCodecExtensionMethods
HIBERNATE5_ORDER - Field in GroovyTransformOrder
getter/setter transforms for hibernate entities
HIBERNATE_CRITERION_ADAPTER - Field in HibernateQuery
hibernate - Property in HibernateConnectionSourceSettings
Settings for Hibernate
HibernateAssociationQuery(org.hibernate.criterion.DetachedCriteria, org.grails.orm.hibernate.AbstractHibernateSession, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Association, java.lang.String) - Constructor in AbstractHibernateQuery.HibernateAssociationQuery
HibernateConnectionSource - Class in org.grails.orm.hibernate.connections
Implements the ConnectionSource interface for Hibernate
HibernateConnectionSource(java.lang.String, org.hibernate.SessionFactory, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Constructor in HibernateConnectionSource
HibernateConnectionSourceFactory - Class in org.grails.orm.hibernate.connections
Constructs SessionFactory instances from a HibernateMappingContext
HibernateConnectionSourceFactory(java.lang.Class) - Constructor in HibernateConnectionSourceFactory
HibernateConnectionSourceSettings - Class in org.grails.orm.hibernate.connections
Settings for Hibernate
HibernateConnectionSourceSettings.HibernateSettings - Class in org.grails.orm.hibernate.connections
HibernateConnectionSourceSettings.HibernateSettings.CacheSettings - Class in org.grails.orm.hibernate.connections
HibernateConnectionSourceSettings.HibernateSettings.CacheSettings() - Constructor in HibernateConnectionSourceSettings.HibernateSettings.CacheSettings
HibernateConnectionSourceSettings.HibernateSettings.FlushSettings - Class in org.grails.orm.hibernate.connections
HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode - Enum in org.grails.orm.hibernate.connections
We use a separate enum here because the classes differ between Hibernate 3 and 4
HibernateConnectionSourceSettings.HibernateSettings.FlushSettings() - Constructor in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings
HibernateConnectionSourceSettings.HibernateSettings.OsivSettings - Class in org.grails.orm.hibernate.connections
Settings for OpenSessionInView
HibernateConnectionSourceSettings.HibernateSettings.OsivSettings() - Constructor in HibernateConnectionSourceSettings.HibernateSettings.OsivSettings
HibernateConnectionSourceSettings.HibernateSettings() - Constructor in HibernateConnectionSourceSettings.HibernateSettings
HibernateConnectionSourceSettings() - Constructor in HibernateConnectionSourceSettings
HibernateConnectionSourceSettingsBuilder - Class in org.grails.orm.hibernate.connections
Builds the GORM for Hibernate configuration
HibernateConnectionSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in HibernateConnectionSourceSettingsBuilder
HibernateCriteriaBuilder - Class in grails.orm
HibernateCriteriaBuilder(java.lang.Class, org.hibernate.SessionFactory, boolean) - Constructor in HibernateCriteriaBuilder
HibernateCriterionAdapter - Class in org.grails.orm.hibernate.query
Authors:
Graeme Rocher
hibernateCustomUserType(java.util.Map) - Method in HibernateMappingBuilder
HibernateDatastore - Class in org.grails.orm.hibernate
Datastore implementation that uses a Hibernate SessionFactory underneath.
hibernateDatastore - Field in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
HibernateDatastore(java.lang.Package) - Constructor in HibernateDatastore
Construct a Hibernate datastore scanning the given packages
hibernateDatastore() - Method in HibernateGormAutoConfiguration
hibernateDatastore - Property in HibernateSpec
HibernateDatastoreConnectionSourcesRegistrar - Class in org.grails.orm.hibernate.support
A factory bean that looks up a datastore by connection name
HibernateDatastoreConnectionSourcesRegistrar(Iterable<String>) - Constructor in HibernateDatastoreConnectionSourcesRegistrar
HibernateDatastoreFactoryBean - Class in org.grails.orm.hibernate.support
Helper for constructing the datastore
HibernateDatastoreFactoryBean(Class<T>, org.grails.datastore.mapping.model.MappingContext, org.hibernate.SessionFactory, org.springframework.core.env.PropertyResolver, java.lang.String) - Constructor in HibernateDatastoreFactoryBean
HibernateDatastoreSpringInitializer - Class in grails.orm.bootstrap
Class that handles the details of initializing GORM for Hibernate
HibernateDatastoreSpringInitializer(java.util.Map, Collection<Class>) - Constructor in HibernateDatastoreSpringInitializer
HibernateDialectDetectorFactoryBean - Class in org.grails.orm.hibernate.support
Authors:
Steven Devijver
hibernateDirtyChecking - Property in HibernateConnectionSourceSettings.HibernateSettings
Whether to use Hibernate's dirty checking instead of Grails'
HibernateEntity - Trait in grails.orm.hibernate
Extends the GormEntity trait adding additional Hibernate specific methods
HibernateEntityTransformation - Class in org.grails.orm.hibernate.compiler
A transformation that transforms entities that implement the grails.gorm.hibernate.annotation.ManagedEntity trait, adding logic that intercepts getter and setter access to eliminate the need for proxies.
HibernateEntityTransformation.1 - Class in org.grails.orm.hibernate.compiler
HibernateEntityTransformation.1() - Constructor in HibernateEntityTransformation.1
HibernateEntityTransformation() - Constructor in HibernateEntityTransformation
HibernateEventListener - Class in org.grails.orm.hibernate.event.listener
HibernateEventListener(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in HibernateEventListener
HibernateEventListeners - Class in org.grails.orm.hibernate
hibernateEventListeners - Field in EventListenerIntegrator
hibernateEventListeners - Field in HibernateConnectionSourceFactory
hibernateEventListeners - Property in HibernateConnectionSourceSettings.HibernateSettings
The default hibernate event listeners
hibernateEventListeners - Field in HibernateMappingContextSessionFactoryBean
hibernateFlushMode - Field in GrailsOpenSessionInViewInterceptor
HibernateGormAutoConfiguration - Class in org.grails.datastore.gorm.boot.autoconfigure
Auto configuration for GORM for Hibernate
HibernateGormAutoConfiguration() - Constructor in HibernateGormAutoConfiguration
HibernateGormEnhancer - Class in org.grails.orm.hibernate
Extended GORM Enhancer that fills out the remaining GORM for Hibernate methods and implements string-based query support via HQL.
HibernateGormEnhancer(org.grails.datastore.mapping.core.Datastore, org.springframework.transaction.PlatformTransactionManager, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in HibernateGormEnhancer
HibernateGormInstanceApi - Class in org.grails.orm.hibernate
The implementation of the GORM instance API contract for Hibernate.
HibernateGormInstanceApi(Class<D>, org.grails.orm.hibernate.HibernateDatastore, java.lang.ClassLoader) - Constructor in HibernateGormInstanceApi
HibernateGormStaticApi - Class in org.grails.orm.hibernate
The implementation of the GORM static method contract for Hibernate
HibernateGormStaticApi(Class<D>, org.grails.orm.hibernate.HibernateDatastore, List<FinderMethod>, java.lang.ClassLoader, org.springframework.transaction.PlatformTransactionManager) - Constructor in HibernateGormStaticApi
HibernateGormValidationApi - Class in org.grails.orm.hibernate
HibernateGormValidationApi(Class<D>, org.grails.orm.hibernate.HibernateDatastore, java.lang.ClassLoader) - Constructor in HibernateGormValidationApi
HibernateGrailsPlugin - Class in grails.plugin.hibernate
Plugin that integrates Hibernate into a Grails application
HibernateGrailsPlugin.1 - Class in grails.plugin.hibernate
HibernateGrailsPlugin.1() - Constructor in HibernateGrailsPlugin.1
HibernateGrailsPlugin() - Constructor in HibernateGrailsPlugin
HibernateHqlQuery - Class in org.grails.orm.hibernate.query
A query implementation for HQL queries
HibernateHqlQuery(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.model.PersistentEntity, org.hibernate.query.Query) - Constructor in HibernateHqlQuery
HibernateJtaTransactionManagerAdapter - Class in org.grails.orm.hibernate.transaction
Adapter for adding transaction controlling hooks for supporting Hibernate's org.hibernate.engine.transaction.Isolater class's interaction with transactions
HibernateJtaTransactionManagerAdapter(org.springframework.transaction.PlatformTransactionManager) - Constructor in HibernateJtaTransactionManagerAdapter
hibernateJunction - Field in AbstractHibernateQuery.HibernateAssociationQuery
hibernateJunction - Field in AbstractHibernateQuery.HibernateJunction
HibernateMappingBuilder - Class in org.grails.orm.hibernate.cfg
Implements the ORM mapping DSL constructing a model that can be evaluated by the GrailsDomainBinder class which maps GORM classes onto the database.
HibernateMappingBuilder.1 - Class in org.grails.orm.hibernate.cfg
HibernateMappingBuilder.1() - Constructor in HibernateMappingBuilder.1
HibernateMappingBuilder(org.grails.orm.hibernate.cfg.Mapping, java.lang.String, groovy.lang.Closure) - Constructor in HibernateMappingBuilder
HibernateMappingContext - Class in org.grails.orm.hibernate.cfg
A Mapping context for Hibernate
hibernateMappingContext - Field in GrailsDomainBinder
HibernateMappingContext() - Constructor in HibernateMappingContext
hibernateMappingContext - Field in HibernateMappingContextConfiguration
hibernateMappingContext - Field in HibernateMappingContextSessionFactoryBean
HibernateMappingContextConfiguration - Class in org.grails.orm.hibernate.cfg
A Configuration that uses a MappingContext to configure Hibernate
HibernateMappingContextSessionFactoryBean - Class in org.grails.orm.hibernate
Configures a SessionFactory using a HibernateMappingContext and a HibernateMappingContextConfiguration
HibernatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
Authors:
Graeme Rocher
HibernatePersistenceContextInterceptor(java.lang.String) - Constructor in HibernatePersistenceContextInterceptor
Parameters:
dataSourceName - a name of dataSource
HibernatePersistentEntity - Class in org.grails.orm.hibernate.cfg
Persistent entity implementation for Hibernate
HibernatePersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in HibernatePersistentEntity
HibernateProjectionAdapter - Class in org.grails.orm.hibernate.query
Adapts Grails datastore API to Hibernate projections.
HibernateProjectionAdapter(org.grails.datastore.mapping.query.Query.Projection) - Constructor in HibernateProjectionAdapter
hibernateProjectionList - Field in AbstractHibernateQuery
HibernateProxyHandler - Class in org.grails.orm.hibernate.proxy
Implementation of the ProxyHandler interface for Hibernate using org.hibernate.Hibernate and HibernateProxyHelper where possible.
HibernateQuery - Class in org.grails.orm.hibernate.query
Bridges the Query API with the Hibernate Criteria API
HibernateQuery(org.hibernate.criterion.DetachedCriteria, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in HibernateQuery
HibernateQueryConstants - Interface in org.grails.orm.hibernate.query
Constants used for query arguments etc.
HibernateRuntimeUtils - Class in org.grails.orm.hibernate.support
Utility methods used at runtime by the GORM for Hibernate implementation
HibernateRuntimeUtils() - Constructor in HibernateRuntimeUtils
HibernateSession - Class in org.grails.orm.hibernate
Session implementation that wraps a Hibernate org.hibernate.Session.
hibernateSession - Field in AbstractHibernateCriteriaBuilder
hibernateSession - Field in AbstractHibernateGormStaticApi
HibernateSession(org.grails.orm.hibernate.HibernateDatastore, org.hibernate.SessionFactory) - Constructor in HibernateSession
HibernateSpec - Class in grails.test.hibernate
Specification for Hibernate tests
HibernateSpec() - Constructor in HibernateSpec
hibernateTemplate - Field in AbstractHibernateGormInstanceApi
hibernateTemplate - Field in AbstractHibernateGormStaticApi
hibernateTemplate - Field in AbstractHibernateGormValidationApi
hibernateTemplate - Field in AbstractHibernateSession
hibernateTemplate - Field in InstanceApiHelper
hibernateTransactionManager() - Method in HibernateGormAutoConfiguration
HibernateVersionSupport - Class in org.grails.orm.hibernate.support
Methods to deal with the differences in different Hibernate versions
HIDDEN_HTTP_METHOD_FILTER - Enum Constant in GrailsFilters
hiddenField - Property in FormTagLib
Creates a hidden field.
hiddenFieldImpl(java.lang.Object, java.lang.Object) - Method in FormTagLib
HiddenHttpMethodFilter - Class in org.grails.web.filters
Based off the Spring implementation, but also supports the X-HTTP-Method-Override HTTP header.
HiddenHttpMethodFilter.HttpMethodRequestWrapper - Class in org.grails.web.filters
Simple HttpServletRequest wrapper that returns the supplied method for HttpServletRequest#getMethod()#getMethod().
hiddenHttpMethodFilter() - Method in ControllersAutoConfiguration
HIDE_MESSAGE - Enum Constant in CommandException.Option
Hide the exception message.
HIGHEST_PRECEDENCE - Field in OrderedComparator
Useful constant for the highest precedence value.
HIGHEST_PRIORITY - Field in GroovyTransformOrder
HIGHEST_STARTING_PRIORITY - Field in GroovyTransformOrder
Highway - Class in org.apache.grails.data.testing.tck.domains
Highway() - Constructor in Highway
HILO - Enum Constant in ValueGenerator
A generator that uses a HILO algorithm
HINT_ARGUMENT - Field in MongoQuery
hint(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
HISTORYFILE - Field in GrailsConsole
holder - Property in GrailsContainerGebExtension
HOLDER - Field in SynchronizerTokensHolder
Holders - Class in grails.util
Allows looking up key classes in a static context
home - Field in GrailsWrapperHome
host - Property in AbstractMongoConnectionSourceSettings
The host name to use
HOST - Field in HttpHeaders
hostName() - Method in ContainerGebConfiguration
The hostname that the container's browser will use to access the server under test.
hostName() - Method in IContainerGebConfiguration
HotSwappableTargetSourceFactoryBean - Class in org.grails.spring.beans.factory
Creates a HotSwappableTargetSource
HotSwappableTargetSourceFactoryBean() - Constructor in HotSwappableTargetSourceFactoryBean
HREF_ATTRIBUTE - Field in AbstractLinkingRenderer
HREF_ATTRIBUTE - Field in AbstractVndErrorRenderer
HREF_ATTRIBUTE - Field in DefaultHalViewHelper
href - Property in Link
The link's href
HREFLANG_ATTRIBUTE - Field in AbstractLinkingRenderer
HREFLANG_ATTRIBUTE - Field in DefaultHalViewHelper
hreflang - Property in Link
The language of the linked resource
HSQLDB - Enum Constant in DatabaseDriver
HyperSQL DataBase.
HTML4Codec - Class in org.grails.encoder.impl
Encodes and decodes strings to and from HTML.
HTML4Decoder - Class in org.grails.encoder.impl
HTML4 decoder that uses Spring's HtmlUtils.htmlUnescape to do the unescaping.
HTML4Encoder - Class in org.grails.encoder.impl
This encoder is for HTML4 documents.
HTML4Encoder() - Constructor in HTML4Encoder
HTML_CODEC_IDENTIFIER - Field in HTMLEncoder
HTML_CONTENT_TYPE - Property in ControllerUnitTest
HTML_DATA_POSTFIX - Field in GroovyPageMetaInfo
HTML - Field in MimeType
HTMLCodec - Class in org.grails.plugins.codecs
Encodes and decodes strings to and from HTML.
HTMLCodec() - Constructor in HTMLCodec
HTMLCodecFactory - Class in org.grails.encoder.impl
HTMLCodecFactory.1 - Class in org.grails.encoder.impl
HTMLCodecFactory.1() - Constructor in HTMLCodecFactory.1
HTMLCodecFactory() - Constructor in HTMLCodecFactory
HTMLEncoder - Class in org.grails.encoder.impl
HTMLEncoder implementation currently this doesn't add any extra features to XMLEncoder This encoder is for XML, XHTML and HTML5 documents.
HTMLEncoder() - Constructor in HTMLEncoder
HTMLJSCodec - Class in org.grails.encoder.impl
HTMLJSCodec() - Constructor in HTMLJSCodec
HttpHeaders - Class in grails.web.http
Constants for HTTP headers.
HttpHeaderTenantResolver - Class in org.grails.datastore.mapping.multitenancy.web
A tenant resolver that resolves the tenant from the request HTTP Header
HttpHeaderTenantResolver() - Constructor in HttpHeaderTenantResolver
httpMethod - Field in AbstractUrlMapping
httpMethod - Property in ForwardUrlMappingInfo
httpMethod - Field in UrlCreatorCache.ReverseMappingKey
HttpMethodRequestWrapper(java.lang.String, jakarta.servlet.http.HttpServletRequest) - Constructor in HiddenHttpMethodFilter.HttpMethodRequestWrapper
HttpServletRequestExtension - Class in org.grails.web.servlet
An extension that adds methods to the HttpServletRequest object
HttpServletRequestExtension() - Constructor in HttpServletRequestExtension
HttpServletRequestTypeCheckingExtension - Class in org.grails.compiler
Since:
3.0.4
HttpServletRequestTypeCheckingExtension() - Constructor in HttpServletRequestTypeCheckingExtension
HttpServletResponseExtension - Class in org.grails.web.servlet
Authors:
Jeff Brown
HttpServletResponseExtension() - Constructor in HttpServletResponseExtension
HttpSessionExtension - Class in org.grails.web.servlet
Methods added to the HttpSession interface
HttpSessionExtension() - Constructor in HttpSessionExtension
HttpView - Trait in grails.views.api
A view that is rendered in the context of an HTTP request
HyphenatedUrlConverter - Class in grails.web
URL converter that allows for hyphenated URLs
hyphenatedUrlConverter() - Method in UrlMappingsAutoConfiguration

I

I18N_CACHE_SECONDS - Field in Settings
I18N_FILE_CACHE_SECONDS - Field in Settings
I18nAutoConfiguration - Class in org.grails.plugins.i18n
I18nGrailsPlugin - Class in org.grails.plugins.i18n
Configures Grails' internationalisation support.
I18nGrailsPlugin() - Constructor in I18nGrailsPlugin
i - Property in CommonTypes
IContainerGebConfiguration - Trait in grails.plugin.geb
Inheritable version of ContainerGebConfiguration
id() - Method in AbstractCriteriaBuilder
id() - Method in AbstractDetachedCriteria
Adds an id projection
id() - Method in AbstractDetachedCriteria.DetachedProjections
id() - Method in AbstractHibernateCriteriaBuilder
id() - Method in AbstractHibernateQuery.HibernateProjectionList
id - Property in Book
id - Property in Card
id - Property in CardProfile
id - Property in Child
id - Property in ChildEntity
id - Property in ClassWithListArgBeforeValidate
id - Property in ClassWithNoArgBeforeValidate
id - Property in ClassWithOverloadedBeforeValidate
id - Property in CommonTypes
id - Property in ConstrainedEntity
ID_DATE_FORMAT - Field in AtomRenderer
id() - Method in DetachedCriteria
Adds an id projection
id - Property in Dog
id(groovy.lang.Closure) - Method in Entity
Define the identity config
id - Property in EnumThing
ID_EQUALS - Field in AbstractHibernateCriteriaBuilder
id - Property in Event
The id of the event
id - Property in Face
id - Property in ForwardUrlMappingInfo
id - Field in GPathResultMap
id - Property in GroupWithin
id(java.util.Map) - Method in HibernateMappingBuilder
id - Property in Highway
ID - Field in JsonApiDataBindingSourceCreator
id(org.grails.orm.hibernate.cfg.CompositeIdentity) - Method in Mapping
Define the identity config
id - Property in ModifyPerson
id(groovy.lang.Closure) - Method in MongoCollection
id - Property in Nose
id - Property in OptLockNotVersioned
id - Property in OptLockVersioned
ID_PARAMETER - Field in GrailsWebRequest
id - Property in Parent
id - Property in Person
id - Property in PersonEvent
id - Property in Pet
id - Property in PetType
id - Property in Plant
id - Property in PlantCategory
ID_PROJECTION - Field in Projections
id() - Method in ProjectionList
A Projection that obtains the id of an object
id() - Method in Projections
Projection used to obtain the id of an object
id - Property in Publication
id() - Method in Query.ProjectionList
id - Property in Record
ID_REFERENCE_SUFFIX - Field in BsonQuery
id - Property in Simples
id - Property in SimpleWidget
ID_TAG - Field in AtomRenderer
id - Property in Task
id - Property in TestAuthor
id - Property in TestBook
id - Property in TestEntity
id - Property in TestPlayer
id - Property in UniqueGroup
ident() - Method in DelegatingGormEntityApi
ident() - Method in GormEntity
Returns the objects identifier
ident() - Method in GormEntityApi
Returns the objects identifier
ident(D) - Method in GormInstanceApi
Returns the objects identifier
ident(D) - Method in GormInstanceOperations
Returns the objects identifier
ident(D) - Method in GormStaticApi
ident(D) - Method in TenantDelegatingGormOperations
identifierType() - Method in EntityReflector
Returns:
The identity type
Identity - Class in org.grails.orm.hibernate.cfg
Defines the identity generation strategy.
identity - Field in AbstractPersistentEntity
IDENTITY_DECODERS - Field in IdentityDecoder
IDENTITY - Field in HttpHeaders
Identity() - Constructor in Identity
identity - Property in Mapping
The identity definition
IDENTITY_PROPERTY - Field in MappingFactory
IDENTITY - Enum Constant in ValueGenerator
Using an identity column
IdentityDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding the Identity
IdentityDecoder.1 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.1() - Constructor in IdentityDecoder.1
IdentityDecoder.2 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.2() - Constructor in IdentityDecoder.2
IdentityDecoder.3 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.3() - Constructor in IdentityDecoder.3
IdentityDecoder.4 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.4() - Constructor in IdentityDecoder.4
IdentityDecoder.5 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.5() - Constructor in IdentityDecoder.5
IdentityDecoder.6 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.6() - Constructor in IdentityDecoder.6
IdentityDecoder.7 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.7() - Constructor in IdentityDecoder.7
IdentityDecoder.8 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.8() - Constructor in IdentityDecoder.8
IdentityDecoder.IdentityTypeDecoder - Interface in org.grails.datastore.bson.codecs.decoders
IdentityDecoder() - Constructor in IdentityDecoder
IdentityEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding the Identity
IdentityEncoder() - Constructor in IdentityEncoder
IdentityEnumType - Class in org.grails.orm.hibernate.cfg
Hibernate Usertype that enum values by their ID.
IdentityGenerationException - Class in org.grails.datastore.mapping.core
Thrown when an identity cannot be generated.
IdentityGenerationException(java.lang.String) - Constructor in IdentityGenerationException
IdentityMapping - Interface in org.grails.datastore.mapping.model
Authors:
Graeme Rocher
IdentityPluginFilter - Class in org.grails.plugins
No-op implementation of PluginFilter.
identityType - Field in HibernateGormStaticApi
idEq(java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
idEq(java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
idEq(java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
idEq(java.lang.Object) - Method in AbstractHibernateQuery
idEq(java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
idEq(java.lang.Object) - Method in Criteria
Creates an "equals" Criterion based on the specified property name and value
idEq(java.lang.Object) - Method in DetachedCriteria
idEq(java.lang.Object) - Method in Query
Restricts the results by the given properties value
idEq(java.lang.Object) - Method in Restrictions
Restricts the property to be equal to the given value
idEquals(java.lang.Object) - Method in AbstractCriteriaBuilder
idEquals(java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
idEquals(java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
idEquals(java.lang.Object) - Method in Criteria
Creates a criterion that restricts the id to the given value
idEquals(java.lang.Object) - Method in DetachedCriteria
IdEquals(java.lang.Object) - Constructor in Query.IdEquals
IF_MATCH - Field in HttpHeaders
IF_MODIFIED_SINCE - Field in HttpHeaders
IF_NONE_MATCH - Field in HttpHeaders
IF_RANGE - Field in HttpHeaders
IF_UNMODIFIED_SINCE - Field in HttpHeaders
ifAllMissingClasses(java.lang.String) - Method in DependencyCustomizer
Create a nested DependencyCustomizer that only applies if all the specified class names are not on the class path.
ifAllResourcesPresent(java.lang.String) - Method in DependencyCustomizer
Create a nested DependencyCustomizer that only applies if the specified paths are on the class path.
ifAnyMissingClasses(java.lang.String) - Method in DependencyCustomizer
Create a nested DependencyCustomizer that only applies if any of the specified class names are not on the class path.
ifAnyResourcesPresent(java.lang.String) - Method in DependencyCustomizer
Create a nested DependencyCustomizer that only applies at least one of the specified paths is on the class path.
ifPageProperty - Property in RenderSitemeshTagLib
Invokes the body of this tag if the page property exists:
IGNORE - Enum Constant in Converter.CircularReferenceBehaviour
ignoreCase() - Method in Query.Order
Whether to ignore the case for this order definition
ignoredPackages - Property in ClasspathEntityScanner
Packages that won't be scanned for performance reasons javax still exists for select packages
ignoredRequestBodyMethods - Property in AbstractRequestBodyDataBindingSourceCreator
ignoredRootPackages() - Method in ClassPathScanner
Returns:
The root packages to ignore by default
ignoreNotFound - Property in PropertyConfig
Whether to ignore ObjectNotFoundException
IHibernateTemplate - Interface in org.grails.orm.hibernate
Template interface that can be used with both Hibernate 3 and Hibernate 4
ilike(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an ilike Criterion based on the specified property name and value.
ilike(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
ILIKE - Field in AbstractHibernateCriteriaBuilder
ilike(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
ilike(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
ilike(java.lang.String, java.lang.Object) - Method in Criteria
Creates an ilike Criterion based on the specified property name and value.
ilike(java.lang.String, java.lang.Object) - Method in DetachedCriteria
Ilike(java.lang.String) - Constructor in MethodExpression.Ilike
ilike(java.lang.String, java.lang.String) - Method in Query
Restricts the results by the given properties value
ILike(java.lang.String, java.lang.String) - Constructor in Query.ILike
ilike(java.lang.String, java.lang.String) - Method in Restrictions
Case insensitive like
IllegalMappingException - Class in org.grails.datastore.mapping.model
Thrown when an error occurs reading the mapping between object and datastore.
IllegalMappingException(java.lang.String) - Constructor in IllegalMappingException
IMAGE - Field in HibernateCriteriaBuilder
image - Field in Token
The string image of the token.
img - Property in ApplicationTagLib
Render an img tag with src set to a static resource
attr:
dir Optional name of resource directory, defaults to "images"
attr:
file Name of resource file (optional if uri specified)
attr:
plugin Optional the name of the grails plugin if the resource is not part of the application
attr:
uri Optional app-relative URI path of the resource if not using dir/file attributes - only if Resources plugin is in use
ImmutableConverterConfiguration - Class in org.grails.web.converters.configuration
Immutable Converter Configuration.
ImmutableConverterConfiguration(ConverterConfiguration<C>, grails.core.support.proxy.ProxyHandler) - Constructor in ImmutableConverterConfiguration
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in MethodValidationImplementer
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceImplementer
Implement the method
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractDetachedCriteriaServiceImplementor
Provide an implementation in the case querying for a single instance by id
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractProjectionImplementer
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in CountImplementer
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteImplementer
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllImplementer
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneImplementer
Implemented - Annotation Type in org.grails.datastore.gorm.services
Annotation added by the Service transformation to know which class implemented a method
IMPLEMENTED - Field in ServiceImplementer
Marker that should be stored on the method node once a method has been implemented
implementers - Field in Service
Returns:
Any additional implementers to apply
Default:
{}
implementsInterface(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Whether the given class node implements the given interface node
implementsOrInheritsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
implementsOrInheritsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String, java.util.List) - Method in GrailsASTUtils
implementsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Tests whether the ClasNode implements the specified method name.
implementsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
Tests whether the ClasNode implements the specified method name.
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractDetachedCriteriaServiceImplementor
Provide an implementation in the case of a query
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractProjectionImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in CountImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllInterfaceProjectionImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneImplementer
implicitlyWait - Property in GrailsGebSettings
importBeans(org.springframework.core.io.Resource) - Method in BeanBuilder
in(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
in(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
IN - Field in AbstractHibernateCriteriaBuilder
in(java.lang.String, java.util.List) - Method in AbstractHibernateQuery
in(java.lang.String, java.util.List) - Method in AbstractHibernateQuery.HibernateAssociationQuery
in(java.lang.String, java.lang.Object) - Method in Criteria
Creates an "in" Criterion based on the specified property name and list of values
in(java.lang.String, java.lang.Object) - Method in DetachedCriteria
IN_LIST_CONSTRAINT - Field in ConstrainedProperty
IN_OPERATOR - Field in BsonQuery
in(java.lang.String, java.util.List) - Method in Query
Restricts the results by the given property values
In(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.In
in(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Restrictions
Restricts the property to be in the list of given values
inBuf - Field in SimpleCharStream
INC_OPERATOR - Field in MongoCodecEntityPersister
INC_OPERATOR - Field in MongoConstants
include - Property in CacheConfig
What to include in caching
include(java.lang.String, boolean) - Method in GroovyPagesPageContext
INCLUDE_OPTIONS - Property in CacheConfig
include(java.lang.String) - Method in SettingsFile
include - Property in UrlMappingTagLib
Includes another controller/action within the current response.
includeAssociations(java.util.Map) - Method in DefaultJsonViewHelper
includeClass - Field in DomainClassMarshaller
IncludedContent - Class in org.grails.web.util
Represents some content that has been used in an include request.
IncludedContent(java.lang.String) - Constructor in IncludedContent
includedPlugins - Property in GrailsApplicationBuilder.TestRuntimeGrailsApplicationPostProcessor
IncludeExcludeConverter - Interface in org.grails.web.converters
A converter capable of including/excluding properties on the target object
IncludeExcludePropertyMarshaller - Class in org.grails.web.converters.marshaller
A marshaller capable of including or excluding properties
IncludeExcludeSupport - Class in org.grails.core.util
Simple support class for simplifying include/exclude handling
includeExcludeSupport - Property in AbstractIncludeExcludeRenderer
includeExcludeSupport - Property in DefaultJsonViewHelper
IncludeExcludeSupport(List<T>, List<T>) - Constructor in IncludeExcludeSupport
includeExternal - Property in GormEnhancer
Whether to include external entities
includeFlat(java.lang.String) - Method in SettingsFile
includeForUrl(java.lang.String, jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, java.util.Map) - Method in UrlMappingUtils
Includes the given URL returning the resulting content as a String
includeForUrlMappingInfo(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, grails.web.mapping.UrlMappingInfo, java.util.Map, grails.web.mapping.LinkGenerator) - Method in UrlMappingUtils
Include whatever the given UrlMappingInfo maps to within the current response
includeIdentifiers() - Method in AbstractPersistentEntity
includeIdentifiers() - Method in HibernatePersistentEntity
includePlugins - Property in GrailsApplicationBuilder
IncludeResponseWrapper - Class in org.grails.web.util
Response wrapper used to capture the content of a response (such as within in an include).
IncludeResponseWrapper(jakarta.servlet.http.HttpServletResponse) - Constructor in IncludeResponseWrapper
includes - Field in AbstractConverter
includes - Property in AbstractIncludeExcludeRenderer
includes - Property in AbstractRenderContext
includes(List<String>, java.lang.String) - Method in DefaultJsonViewIncludeExcludeSupport
includes(groovy.lang.Closure) - Method in HibernateMappingBuilder
Include another config in this one
includes(List<T>, T) - Method in IncludeExcludeSupport
includes - Property in JsonRenderer
The properties to be included
INCLUDES_PROPERTY - Property in IncludeExcludeSupport
includes - Property in XmlRenderer
The properties to be included
includesProperty(java.lang.Object, java.lang.String) - Method in AbstractIncludeExcludeRenderer
includesProperty(java.lang.Object, java.lang.String) - Method in IncludeExcludePropertyMarshaller
Override for custom include logic
includesProperty(java.lang.Object, java.lang.String) - Method in JsonRenderer.1
includesProperty(java.lang.Object, java.lang.String) - Method in JsonRenderer.2
includesProperty(java.lang.Object, java.lang.String) - Method in XmlRenderer.1
includesProperty(java.lang.Object, java.lang.String) - Method in XmlRenderer.2
includeVersion - Field in DomainClassMarshaller
IncludingPluginFilter - Class in org.grails.plugins
Implementation of PluginFilter which ensures that only the supplied plugins (identified by name) as well as their dependencies are included in the filtered plugin list.
IncludingPluginFilter(java.lang.String) - Constructor in IncludingPluginFilter
INCREMENT - Enum Constant in ValueGenerator
A generator that uses an auto-increment column
incrementEntityVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
incrementVersion(java.lang.Object) - Method in AbstractHibernateGormInstanceApi
Increments the entities version number in order to force an update
incrementVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
incrementVersion(java.lang.Object) - Method in GrailsHibernateUtil
Increments the entities version number in order to force an update
index(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
index(T, K) - Method in AssociationIndexer
Index a single foreign key
INDEX_ATTRIBUTES - Field in MongoDatastore
index - Property in ColumnConfig
The index, can be either a boolean or a string for the name of the index
index - Property in IndexedPropertyReferenceDescriptor
index(java.lang.String) - Method in MongoAttribute
Configures the index type
index(Map<String, Object>, Map<String, Object>) - Method in MongoCollection
Defines an index
Index(Map<String, Object>, Map<String, Object>) - Constructor in MongoCollection.Index
index - Property in Property
Returns:
Whether this property is index
index(java.lang.Object, K) - Method in PropertyValueIndexer
Creates an index for the given value to the specified key
index(java.lang.Integer) - Method in RestfulController
Lists all resources up to the given maximum
index(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.1
index(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.2
INDEX_TYPE_2D - Field in MongoAttribute
INDEX_TYPE_2DSPHERE - Field in MongoAttribute
INDEX_TYPE - Field in MongoAttribute
indexAttributes(java.util.Map) - Method in MongoAttribute
Configures the index attributes
indexColumn - Property in PropertyConfig
The column used to produce the index for index based collections (lists and maps)
INDEXED_PROPERTY_REGEX - Property in SimpleDataBinder
IndexedPropertyReferenceDescriptor - Class in org.grails.databinding
Authors:
Jeff Brown
IndexedPropertyReferenceDescriptor() - Constructor in IndexedPropertyReferenceDescriptor
indexer - Field in AbstractPersistentCollection
indexIdentifier(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in SimpleMapEntityPersister
indexOf(java.lang.Object) - Method in JSONArray
indexOf(java.lang.Object) - Method in PagedResultList
indexOf(java.lang.Object) - Method in PersistentList
indicateProgress(int) - Method in ConsoleLogger
Indicates progress by number
indicateProgress(int) - Method in GrailsConsole
Indicates progress by number
indicateProgressPercentage(long, long) - Method in ConsoleLogger
Indicates progress as a percentage for the given number and total
indicateProgressPercentage(long, long) - Method in GrailsConsole
Indicates progress as a percentage for the given number and total
indices - Property in SimpleMapEntityPersister
inferNativeKey(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Used to establish the native key to use from the identifier defined by the object
info(java.lang.String) - Method in ConsoleLogger
Synonym for #log
info(java.lang.String) - Method in GrailsConsole
Synonym for #log
info - Property in GrailsControllerUrlMappingInfo
INFORMIX - Enum Constant in DatabaseDriver
Informix.
informObservers(java.lang.String, java.util.Map) - Method in DefaultGrailsPluginManager
informObservers(java.lang.String, java.util.Map) - Method in GrailsPluginManager
inform the specified plugins observers of the event specified by the passed Map instance
informObservers(java.lang.String, java.util.Map) - Method in MockGrailsPluginManager
informOfClassChange(java.io.File, java.lang.Class) - Method in AbstractGrailsPluginManager
informOfClassChange(java.io.File, java.lang.Class) - Method in GrailsPluginManager
informOfFileChange(java.io.File) - Method in AbstractGrailsPluginManager
informOfFileChange(java.io.File) - Method in GrailsPluginManager
Fire to inform the PluginManager that a particular file changes
informParameterCreationListeners() - Method in GrailsWebRequest
Informs any parameter creation listeners.
informPluginsOfConfigChange() - Method in AbstractGrailsPluginManager
informPluginsOfConfigChange() - Method in GrailsPluginManager
Inform of a change in configuration
INHERIT_SETTING_NAME - Field in OutputEncodingSettings
allow inheriting codecs from parent levels
InheritanceSpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
InheritanceSpec() - Constructor in InheritanceSpec
inherited - Field in AbstractPersistentProperty
inheritInitializers - Field in GrailsTestConfiguration
See Also:
ContextConfiguration#inheritInitializers()#inheritInitializers()
Default:
true
inheritLocations - Field in GrailsTestConfiguration
See Also:
ContextConfiguration#inheritLocations()#inheritLocations()
Default:
true
inheritPreviousEncoders(boolean) - Method in OutputEncodingStackAttributes.Builder
inheritRollbackOnly - Field in ReadOnly
In Spring, when there are nested transaction calls, the execution of the outermost callback will throw UnexpectedRollbackException if TransactionStatus.setRollbackOnly() was called in a nested transaction callback.
inheritRollbackOnly - Field in Transactional
In Spring, when there are nested transaction calls, the execution of the outermost callback will throw UnexpectedRollbackException if TransactionStatus.setRollbackOnly() was called in a nested transaction callback.
inherits(java.util.Map) - Method in JsonView
Specify a template that this template inherits from
init() - Method in AbstractDatastorePersistenceContextInterceptor
init() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
init() - Method in AggregatePersistenceContextInterceptor
init() - Method in GrailsContextNamespaceHandler
init(java.util.Map) - Method in GrailsTag
init() - Method in GrailsTestInterceptor
init(java.lang.String) - Method in GrailsTestRequestEnvironmentInterceptor
Establishes a mock request environment
init() - Method in GrailsTestTransactionInterceptor
Establishes a transaction.
init() - Method in GroovyPage
init(java.util.Map) - Method in GroovySyntaxTag
init() - Method in HibernatePersistenceContextInterceptor
INIT - Enum Constant in JSONWriter.Mode
init() - Method in NullPersistentContextInterceptor
init() - Method in PersistenceContextInterceptor
Called to intialisation the persistent context.
INIT - Enum Constant in XMLStreamWriter.Mode
initArtefactHandlers() - Method in DefaultGrailsApplication
Initialises the default set of ArtefactHandler instances.
initClosure - Property in GroovyChange
initClosureCalled - Property in GroovyChange
initConfig() - Method in JSON
initConfig() - Method in XML
initDeferredClose(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Initialize deferred close for the current thread and the given Datastore.
initForMappingContext(org.grails.datastore.mapping.model.MappingContext) - Method in AutoTimestampEventListener
initFrameworkServlet() - Method in GroovyPagesServlet
initialise() - Method in DefaultGrailsApplication
initialise() - Method in GrailsApplication
Initialise this GrailsApplication.
initialiseApplicationContext() - Method in DefaultRuntimeSpringConfiguration
Initialises the ApplicationContext instance.
initialised - Field in AbstractGrailsPluginManager
initialised - Field in DefaultGrailsApplication
initialiseGroovyExtensionModules() - Method in DefaultGrailsApplication
initialiseIfNecessary(Class<T>) - Method in AbstractDetachedCriteria
Initializable - Interface in org.grails.datastore.mapping.model.lifecycle
Interface for object that requires explicit initialization
initialize() - Method in AbstractHibernateCriterionAdapter
initialize() - Method in AbstractMappingContext
initialize() - Method in AbstractPersistentCollection
initialize() - Method in AbstractPersistentEntity
initialize() - Method in AbstractProfile
initialize(grails.core.ArtefactInfo) - Method in ArtefactHandler
initialize(grails.core.ArtefactInfo) - Method in ArtefactHandlerAdapter
Sets up the relationships between the domain classes, this has to be done after the intial creation to avoid looping.
initialize() - Method in ClosureValueInitializer
initialize(java.lang.Object, java.util.Map) - Method in ControllersDomainBindingApi
A map based constructor that binds the named arguments to the target instance
initialize() - Method in ConvertersConfigurationInitializer
initialize() - Method in DefaultDataBindingSourceRegistry
initialize() - Method in DefaultGrailsControllerClass
initialize(java.lang.Object) - Method in DefaultProxyHandler
initialize() - Method in DefaultRendererRegistry
initialize() - Method in DefaultServiceRegistry
initialize() - Method in DefaultUrlMappingsHolder
initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in DocumentMappingContext
initialize() - Method in EmbeddedPersistentEntity
initialize() - Method in EntityProxy
Initializes the proxy if it hasn't been initialized already
initialize(java.lang.Object) - Method in EntityProxyHandlerAdapter
initialize(grails.core.GrailsApplication) - Method in FilteringCodecsByContentTypeSettings
initialize() - Method in GradleStep
initialize(java.io.InputStream, java.io.PrintStream, java.io.PrintStream) - Method in GrailsConsole
initialize() - Method in GrailsControllerClass
Initialize the controller class
initialize() - Method in GroovyPageMetaInfo
initialize(Servlet, jakarta.servlet.ServletRequest, ServletResponse, java.lang.String, boolean, int, boolean) - Method in GroovyPagesPageContext
initialize(org.grails.gsp.GroovyPageMetaInfo) - Method in GroovyPagesTemplateEngine
initialize(java.lang.Object) - Method in GroovyProxyFactory
initialize() - Method in HalJsonRenderer
initialize() - Method in HibernateDatastore
initialize(java.lang.Object) - Method in HibernateProxyHandler
Force initialization of a proxy or persistent collection.
initialize() - Method in Initializable
Call to initialize the object
initialize(java.lang.Object) - Method in JavassistProxyFactory
initialize() - Method in JsonViewResolver
initialize() - Method in MarkupViewResolver
INITIALIZE_METHOD - Field in EntityProxyMethodHandler
initialize(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
initialize(org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoDatastore
Runs the initialization sequence
initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in MongoMappingContext
initialize() - Method in PagedResultList
initialize() - Method in PersistentCollection
Initializes the collection if it hasn't already been initialized.
initialize(java.lang.Object) - Method in ProxyHandler
Initialises the given object
initialize(java.lang.Object) - Method in ProxyHandlerAdapter
initialize(java.lang.Object) - Method in SimpleHibernateProxyHandler
initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in SimpleMapDatastore
initialize(grails.core.ArtefactInfo) - Method in TagLibArtefactHandler
Creates a map of tags (keyed on "${namespace}:${tagName}") to tag libraries.
initialize() - Method in TagLibraryResolverImpl
initialize() - Method in ValueInitializer
initializeActionParameters(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ASTNode, java.lang.String, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext) - Method in ControllerActionTransformer
initializeAndValidateCommandObjectParameter(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ASTNode, java.lang.String, java.lang.String, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext) - Method in ControllerActionTransformer
initializeApplication(org.grails.build.parsing.CommandLine) - Method in GrailsCli
initializeArray(java.lang.Object, java.lang.String, java.lang.Class, int) - Method in SimpleDataBinder
initializeArtefacts(grails.core.ArtefactHandler) - Method in DefaultGrailsApplication
Re-initialize the artefacts of the specified type.
initializeBeanBuilderForClassLoader(java.lang.ClassLoader) - Method in BeanBuilder
initializeCollection(java.lang.Object, java.lang.String, java.lang.Class, boolean) - Method in SimpleDataBinder
initializeCommandObject(java.lang.Class, java.lang.String) - Method in Controller
Initializes a command object.
initializeCommandObjectParameter(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.ClassNode, java.lang.String, org.codehaus.groovy.control.SourceUnit) - Method in ControllerActionTransformer
initializeConverters(org.grails.datastore.mapping.model.MappingContext) - Method in AbstractDatastore
initialized - Field in AbstractHibernateCriterionAdapter
initialized - Field in AbstractPersistentCollection
initialized - Field in AbstractResultList
initialized - Field in PromiseList
INITIALIZED_PROPERTY - Field in EntityProxyMethodHandler
initialized - Property in TagLibraryResolverImpl
initializeDefaultMappingFactory(java.lang.String) - Method in KeyValueMappingContext
initializedObjects - Field in AbstractResultList
initializeFromPropertySources(org.springframework.core.env.PropertySources) - Method in PropertySourcesConfig
initializeFully() - Method in AbstractResultList
initializeFully() - Method in MongoQuery.AggregatedResultList
initializeGrailsApplication(org.springframework.context.ApplicationContext) - Method in GrailsApplicationPostProcessor
initializeGroupAndName(java.lang.String, boolean) - Method in CreateAppCommand
initializeIndices(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
Indexes any properties that are mapped with index:true
initializeJoinStatus() - Method in AbstractHibernateQuery
initializeMap(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
initializeMetaClass() - Method in NamespacedTagDispatcher
initializeMethodParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.ASTNode, java.lang.String, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext) - Method in ControllerActionTransformer
initializeMethods(java.lang.Object) - Method in AbstractGormApi
initializeMultiple(org.grails.buffer.StreamCharBuffer, boolean) - Method in GSPResponseWriter
initializeMultiple(org.grails.buffer.StreamCharBuffer, boolean) - Method in StreamCharBuffer
initializeMultiple(org.grails.buffer.StreamCharBuffer, boolean) - Method in StreamCharBuffer.LazyInitializingMultipleWriter
initialize underlying writer
initializePersistentCollection(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in PersistentEntityCodec.OneToManyDecoder
initializePrimitiveOrTypeWrapperParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.Parameter, java.lang.String) - Method in ControllerActionTransformer
initializeProcessedObjects(groovy.lang.Binding) - Method in DefaultGrailsJsonViewHelper
initializeProperty(java.lang.Object, java.lang.String, java.lang.Class, grails.databinding.DataBindingSource) - Method in GrailsWebDataBinder
initializeProperty(java.lang.Object, java.lang.String, java.lang.Class, grails.databinding.DataBindingSource) - Method in SimpleDataBinder
initializeProvidedArtefacts(List<String>) - Method in BinaryGrailsPlugin
initializeProxyTarget(java.lang.Object) - Method in EntityProxyMethodHandler
initializerClosure - Property in ClosureValueInitializer
initializeResourcePath() - Method in DefaultLinkGenerator
initializers - Field in GrailsTestConfiguration
See Also:
ContextConfiguration#initializers()#initializers()
Default:
{}
initializeSpringConfig() - Method in BeanBuilder
initializeStringParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.Parameter, java.lang.String) - Method in ControllerActionTransformer
initializeTagLibrary() - Method in TagLibrary
initializeTarget(java.lang.Object) - Method in SessionEntityProxyMethodHandler
initializeTemplate(grails.views.GrailsViewTemplate, java.io.File) - Method in ResolvableGroovyTemplateEngine
Initialises a template instance
initializeViewMap(org.grails.plugins.BinaryGrailsPluginDescriptor) - Method in BinaryGrailsPlugin
initializing - Field in AbstractPersistentCollection
initialSize - Property in ModelEntry
initialValue() - Method in ChainedEncoder
initialValue() - Method in ConvertersConfigurationHolder
initialValue() - Method in DefaultOutputContextLookup
initialValue() - Method in SoftThreadLocalMap
Creates an initial value of a Map.
initIndexAttributes() - Method in MongoAttribute
initJta() - Method in GrailsSessionContext
initModelTypes(Class<? extends WritableScript>) - Method in ResolvableGroovyTemplateEngine.1
initModelTypes(Class<? extends WritableScript>) - Method in WritableScriptTemplate
initOut() - Method in FastStringWriter
initPersistenceContext(org.springframework.context.ApplicationContext) - Method in PersistenceContextInterceptorExecutor
initRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
initRun(java.io.Writer, org.grails.taglib.encoder.OutputContext, org.grails.gsp.GroovyPageMetaInfo) - Method in CompileStaticGroovyPage
initRun(java.io.Writer, org.grails.taglib.encoder.OutputContext, org.grails.gsp.GroovyPageMetaInfo) - Method in GroovyPage
initRun(java.io.Writer, org.grails.taglib.encoder.OutputContext, org.grails.gsp.GroovyPageMetaInfo) - Method in ModelRecordingGroovyPage
initTemplate() - Method in GroovyPageView
initTransactionIfNecessary() - Method in GrailsTestInterceptor
InjectableGrailsClass - Interface in grails.core
Represents a Grails class that is to be configured in Spring and as such is injectable.
injectDatabindingCode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.ast.ClassNode) - Method in ASTDatabindingHelper
injectDatabindingCode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.ast.ClassNode) - Method in DefaultASTDatabindingHelper
injectErrorsCode(org.codehaus.groovy.ast.ClassNode) - Method in ASTErrorsHelper
injectErrorsCode(org.codehaus.groovy.ast.ClassNode) - Method in ASTValidationErrorsHelper
injectIdProperty(org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
injectTrait(org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in AstUtils
injectTrait(org.codehaus.groovy.control.CompilationUnit, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in TraitInjectionUtils
injectValidateableCode(org.codehaus.groovy.ast.ClassNode, boolean) - Method in ASTValidateableHelper
injectValidateableCode(org.codehaus.groovy.ast.ClassNode, boolean) - Method in DefaultASTValidateableHelper
injectVersionProperty(org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
inline(java.lang.Object, groovy.lang.Closure) - Method in DefaultGrailsJsonViewHelper
inline(java.lang.Object, groovy.lang.Closure) - Method in DefaultHalViewHelper
inline(java.lang.Object) - Method in GrailsJsonViewHelper
Renders the given object inline within the current JSON object instead of creating a new JSON object
inline(java.lang.Object) - Method in HalViewHelper
Same as GrailsJsonViewHelper.inline but renders HAL links too
inline - Field in JsonOutput.JsonWritable
inline - Property in JsonViewWritableScript
inList(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
inList(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
inList(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Delegates to in as in is a Groovy keyword
inList(java.lang.String, java.lang.Object) - Method in Criteria
Creates an "in" Criterion based on the specified property name and list of values
inList(java.lang.String, java.lang.Object) - Method in DetachedCriteria
InList(java.lang.String) - Constructor in MethodExpression.InList
inList - Property in Property
Returns:
List of valid values
InListConstraint - Class in org.grails.datastore.gorm.validation.constraints
A constraint that validates the property is contained within the supplied list.
InListConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in InListConstraint
InListInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering properties with an inList constraint
InListInputRenderer() - Constructor in InListInputRenderer
InMemoryConnectionSources - Class in org.grails.datastore.mapping.core.connections
Default implementation of the ConnectionSources interface.
InMemoryConnectionSources(ConnectionSource<T, S>, ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Constructor in InMemoryConnectionSources
innerEngine - Property in MarkupViewTemplateEngine
inplace - Property in CreateAppCommand.CreateAppCommandObject
INPLACE_FLAG - Field in CreateAppCommand
input_stream - Field in JsonParserTokenManager
input - Property in SystemStreamsRedirector
inputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure) - Method in ContextMarkupRenderer
Defines the context for rendering a single domain class property input (select, textarea, etc)
inputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure) - Method in ContextMarkupRendererImpl
inputStream - Field in SimpleCharStream
inRadians() - Method in Distance
Returns:
The value of the distance in Radians
InRange(java.lang.String) - Constructor in MethodExpression.InRange
insert(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
insert(java.lang.Object) - Method in AbstractHibernateSession
insert(java.lang.Object) - Method in AbstractSession
insert(java.util.Map) - Method in DelegatingGormEntityApi
insert(java.lang.Object) - Method in EntityPersister
insert(java.util.Map) - Method in GormEntity
Forces an insert of an object to the datastore
insert(java.util.Map) - Method in GormEntityApi
Forces an insert of an object to the datastore
insert(D, java.util.Map) - Method in GormInstanceApi
Forces an insert of an object to the datastore
insert(D, java.util.Map) - Method in GormInstanceOperations
Forces an insert of an object to the datastore
insert(D, java.util.Map) - Method in GormStaticApi
insert(MongoCollection<Document>, List<? extends Map>, InsertManyOptions) - Method in MongoExtensions
INSERT_NULL - Enum Constant in Converter.CircularReferenceBehaviour
insert(java.lang.Object) - Method in Persister
Forces an insert of an object rather than trying to guess if it is an insert or an update
insert(java.lang.Object) - Method in Session
Forces an insert
insert(D, java.util.Map) - Method in TenantDelegatingGormOperations
insertable - Property in DiscriminatorConfig
Whether it is insertable
insertable - Property in PropertyConfig
Whether or not this is column is insertable by hibernate
insertActiveThreadLocal - Property in AbstractHibernateGormInstanceApi
When a domain instance is saved without validation, we put it into this thread local variable.
insertOverwrite - Field in AutoTimestampEventListener
insideMapping - Property in ResponseCodeUrlMappingVisitor
insideScope - Property in BuilderTypeCheckingExtension
install(groovy.grape.GrapeEngine) - Method in GrapeEngineInstaller
InstallCommand - Class in org.grails.cli.command.install
Command to install additional dependencies into the CLI.
InstallCommand() - Constructor in InstallCommand
INSTALLED - Field in DevelopmentShutdownHook
INSTANCE - Field in CachingPathMatchingResourcePatternResolver
instance - Field in InstanceProxy
INSTANCE_PREFIX - Field in AbstractMongoObectEntityPersister
INSTANCE_PREFIX - Field in MongoCodecEntityPersister
instanceApi - Property in DelegatingGormEntityApi
instanceApi - Field in InstanceProxy
InstanceApiHelper - Class in org.grails.orm.hibernate
Workaround for VerifyErrors in Groovy when using a HibernateCallback.
instanceApiHelper - Field in HibernateGormInstanceApi
InstanceApiHelper(org.grails.orm.hibernate.GrailsHibernateTemplate) - Constructor in InstanceApiHelper
InstanceFactoryBean - Class in org.grails.spring.beans.factory
Simple singleton instance implementation of Spring's FactoryBean interface
InstanceFactoryBean(T) - Constructor in InstanceFactoryBean
InstanceMethodBasedMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
InstanceMethodInvokingClosure - Class in org.grails.datastore.gorm.internal
Not public API.
InstanceMethodInvokingClosure(java.lang.Object, Class<?>, java.lang.String, java.lang.Class) - Constructor in InstanceMethodInvokingClosure
instanceMethods - Field in BaseApiProvider
instanceOf(D, java.lang.Class) - Method in AbstractHibernateGormInstanceApi
instanceOf(java.lang.Class) - Method in DelegatingGormEntityApi
instanceOf(java.lang.Class) - Method in GormEntity
Proxy aware instanceOf implementation.
instanceOf(java.lang.Class) - Method in GormEntityApi
Proxy aware instanceOf implementation.
instanceOf(D, java.lang.Class) - Method in GormInstanceApi
Proxy aware instanceOf implementation.
instanceOf(D, java.lang.Class) - Method in GormInstanceOperations
Proxy aware instanceOf implementation.
instanceOf(D, java.lang.Class) - Method in GormStaticApi
instanceOf(D, java.lang.Class) - Method in TenantDelegatingGormOperations
InstanceProxy - Class in org.grails.orm.hibernate.cfg
InstanceProxy(java.lang.Object, org.grails.orm.hibernate.AbstractHibernateGormInstanceApi, org.grails.orm.hibernate.AbstractHibernateGormValidationApi) - Constructor in InstanceProxy
InstantBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.Instant to MongoDB
InstantCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.Instant in MongoDB
InstantCodec() - Constructor in InstantCodec
InstantConverter - Trait in grails.gorm.time
A trait to convert a java.time.Instant to and from a long
InstantDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.Instant
InstantDecoder() - Constructor in InstantDecoder
InstantEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.Instant
InstantEncoder() - Constructor in InstantEncoder
instantiate(Class<T>) - Method in ReflectionUtils
Instantiates an object catching any relevant exceptions and rethrowing as a runtime exception
instantiateFromConfig(groovy.util.ConfigObject, java.lang.String, java.lang.String) - Method in GrailsClassUtils
instantiateFromFlatConfig(Map<String,Object>, java.lang.String, java.lang.String) - Method in GrailsClassUtils
InstantiationException - Class in org.grails.datastore.mapping.reflect
Runtime exception equivalent of java.lang.InstantiationException
InstantiationException(java.lang.String, java.lang.Throwable) - Constructor in InstantiationException
InstantJsonConverter - Class in grails.plugin.json.converters
A class to render a java.time.Instant as json
InstantJsonConverter() - Constructor in InstantJsonConverter
instantStringValueConverter() - Method in Jsr310ConvertersConfiguration
instantValueConverter() - Method in Jsr310ConvertersConfiguration
instructions - Field in AbstractProfile
int(java.lang.String, java.lang.Integer) - Method in DelegatingParameters
int(java.lang.String, java.lang.Integer) - Method in EmptyParameters
int(java.lang.String, java.lang.Integer) - Method in Parameters
Obtains the value of a parameter as an integer
int(java.lang.String, java.lang.Integer) - Method in TypeConvertingMap
IntArrayToIntegerArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
IntArrayToIntegerArrayConverter() - Constructor in IntArrayToIntegerArrayConverter
INTEGER_CLASS_NODE - Field in GrailsASTUtils
INTEGER - Field in HibernateCriteriaBuilder
integerConverter() - Method in DefaultConvertersConfiguration
IntegerToByteConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
IntegerToByteConverter() - Constructor in IntegerToByteConverter
IntegerToShortConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
IntegerToShortConverter() - Constructor in IntegerToShortConverter
integrate(grails.util.Metadata, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in EventListenerIntegrator
integrate(grails.util.Metadata, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in MetadataIntegrator
integrateGradle - Property in GrailsCli
Integration - Annotation Type in grails.testing.mixin.integration
Transformation to apply to integration tests
INTEGRATION_ORDER - Field in GroovyTransformOrder
INTEGRATION_TEST_CLASS_NODE - Field in IntegrationTestAstTransformation
IntegrationSpecConfigurerExtension - Class in org.grails.test.spock
Spock extension that can be applied to Integration tests to make them Grails aware
IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor - Class in org.grails.test.spock
IntegrationSpecConfigurerExtension() - Constructor in IntegrationSpecConfigurerExtension
IntegrationSpecMethodInterceptor(org.springframework.context.ApplicationContext) - Constructor in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
IntegrationTestAstTransformation - Class in org.grails.compiler.injection.testing
Authors:
Graeme Rocher
IntegrationTestAstTransformation() - Constructor in IntegrationTestAstTransformation
interact(groovy.lang.Closure) - Method in PageDelegate
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in AutowiredInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in CleanupContextInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in DataTestCleanupInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in DataTestCleanupSpecInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in DataTestSetupInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in DataTestSetupSpecInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in GebOnFailureReporter
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in InterceptorSetupSpecInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in JsonViewSetupSpecInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in UrlMappingSetupSpecInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in WebCleanupInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in WebCleanupSpecInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in WebSetupInterceptor
intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in WebSetupSpecInterceptor
Interceptor - Trait in grails.artefact
An interceptor can be used to intercept requests to controllers and URIs
interceptor - Field in HibernateConnectionSourceFactory
INTERCEPTOR_RENDERED_VIEW - Property in GrailsInterceptorHandlerInterceptorAdapter
interceptor - Field in UrlMappingMatcher
interceptor - Property in UrlMappingMatcher.ClosureExclude
interceptorAdapter - Property in InterceptorsGrailsPlugin
InterceptorArtefactHandler - Class in org.grails.plugins.web.interceptors
InterceptorArtefactHandler() - Constructor in InterceptorArtefactHandler
interceptors - Field in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
interceptors - Field in GrailsInterceptorHandlerInterceptorAdapter
InterceptorSetupSpecInterceptor - Class in org.grails.testing.spock
InterceptorSetupSpecInterceptor() - Constructor in InterceptorSetupSpecInterceptor
interceptorSetupSpecInterceptor - Property in WebTestingSupportExtension
InterceptorsGrailsPlugin - Class in org.grails.plugins.web.interceptors
A plugin for interceptors
InterceptorsGrailsPlugin() - Constructor in InterceptorsGrailsPlugin
InterceptorTraitInjector - Class in grails.compiler.traits
Injects the groovy.lang.Interceptor trait by convention
InterceptorTraitInjector() - Constructor in InterceptorTraitInjector
InterceptorUnitTest - Trait in grails.testing.web.interceptor
interceptSetupMethod(org.spockframework.runtime.extension.IMethodInvocation) - Method in RunOnceInterceptor
InterfaceProjectionBuilder - Trait in org.grails.datastore.gorm.services.implementers
Base trait for building interface projections
internalCommands - Field in AbstractProfile
internalPromise - Property in GparsPromise
internalSetVariable(java.lang.String, java.lang.Object) - Method in AbstractTemplateVariableBinding
internalSetVariable(java.lang.String, java.lang.Object) - Method in TemplateVariableBinding
into - Property in FileSystemInteraction.CopySpec
intValue(java.util.Map, java.lang.String) - Method in AbstractHibernateGormStaticApi
INVALID_SUFFIX - Field in ConstrainedProperty
invalidate() - Method in GrailsHttpSession
InvalidPropertyException - Class in org.grails.core.exceptions
Thrown when a property of a Grails class is invalidated.
InvalidPropertyException(java.lang.Throwable) - Constructor in InvalidPropertyException
InvalidRequestBodyException - Class in org.grails.web.databinding.bindingsource
Represents an error creation a data binding source because the request body is invalid.
InvalidRequestBodyException(java.lang.Exception) - Constructor in InvalidRequestBodyException
InvalidResponseHandler - Class in org.grails.plugins.web.servlet.mvc
Handles an invalid token response.
InvalidResponseHandler() - Constructor in InvalidResponseHandler
invalidToken(groovy.lang.Closure) - Method in AbstractTokenResponseHandler
invalidToken - Property in GrailsMockHttpServletRequest
invalidToken(groovy.lang.Closure) - Method in TokenResponseHandler
Specify behavior in the event of an invalid token.
invalidTokenInternal(groovy.lang.Closure) - Method in AbstractTokenResponseHandler
invalidTokenInternal(groovy.lang.Closure) - Method in InvalidResponseHandler
invalidTokenInternal(groovy.lang.Closure) - Method in ValidResponseHandler
InvalidVersionException - Class in grails.plugins
Throw when a specified version number is invalid.
InvalidVersionException(java.lang.Throwable) - Constructor in InvalidVersionException
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.Object) - Method in ActionSettingMethodHandler
invoke(java.lang.Object, java.lang.Object) - Method in BaseApiProvider
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in DefaultGrailsApplication
invoke(java.lang.Object, java.lang.String) - Method in DefaultGrailsControllerClass
Invokes the controller action for the given name on the given controller instance
invoke(java.lang.Class, java.lang.String, java.lang.Object) - Method in DynamicFinder
invoke(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in FinderMethod
Invokes the method
invoke(java.lang.Object, java.lang.String) - Method in GrailsControllerClass
Invokes a controller action on the given controller instance
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in GrailsHibernateTemplate.CloseSuppressingInvocationHandler
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.Object) - Method in GroovyObjectMethodHandler
INVOKE_IMPLEMENTATION - Field in GroovyObjectMethodHandler
invoke(java.io.Writer) - Method in JspFragmentImpl
invoke(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in ListOrderByFinder
INVOKE_METHOD - Field in GroovyObjectMethodHandler
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in PageRenderer.PageRenderRequestCreator.1
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in PageRenderer.PageRenderResponseCreator.1
invokeBeanDefiningClosure(Closure<?>) - Method in BeanBuilder
When an method's argument is only a closure it is a set of bean definitions.
invokeBeanDefiningMethod(java.lang.String, java.lang.Object) - Method in BeanBuilder
Called when a bean definition node is called.
invokeBeforeValidate(java.lang.Object, List<?>) - Method in BeforeValidateHelper
invokeClosure(groovy.lang.Closure, java.lang.Object) - Method in AsyncWebRequestPromiseDecorator
invokeClosureNode(java.lang.Object) - Method in AbstractCriteriaBuilder
invokeEntityProxyMethods(java.lang.Object, java.lang.String, java.lang.Object) - Method in EntityProxyMethodHandler
invokeList() - Method in AbstractCriteriaBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in BeanBuilder
Overrides method invocation to create beans for each method name that takes a class argument.
invokeMethod(java.lang.String, java.lang.Object) - Method in ClosureToMapPopulator
invokeMethod(java.lang.String, java.lang.Object) - Method in CompileStaticGroovyPage
invokeMethod(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in DefaultGrailsApplication
invokeMethod(java.lang.String, java.lang.Object) - Method in DefaultHalViewHelper.HalStreamingJsonDelegate
invokeMethod(java.lang.String, java.lang.Object) - Method in DefaultMappingConfigurationBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in DynamicElementReader
invokeMethod(java.lang.String, java.lang.Object) - Method in FormatInterceptor
invokeMethod(java.lang.String, java.lang.Object) - Method in GradleAsyncInvoker
invokeMethod(java.lang.String, java.lang.Object) - Method in GradleInvoker
invokeMethod(java.lang.String, java.lang.Object) - Method in GrailsApplicationContext
invokeMethod(java.lang.String, java.lang.Object) - Method in GrailsPrintWriter
invokeMethod(java.lang.String, java.lang.Object) - Method in HibernateMappingBuilder.1
invokeMethod(java.lang.String, java.lang.Object) - Method in InstanceProxy
invokeMethod(java.lang.String, java.lang.Object) - Method in JSONBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in JspTagLibImpl
Overrides invoke method so tags can be invoked as methods
invokeMethod(java.lang.String, java.lang.Object) - Method in NavigableMap.NullSafeNavigator
invokeMethod(java.lang.Object, java.lang.String, java.lang.Object) - Method in ProxyInstanceMetaClass
Handle method calls on our proxy.
invokeMethod(java.lang.String, java.lang.Object) - Method in SpringInvoker
invokeMethod(java.lang.String, java.lang.Object) - Method in StreamingJsonBuilder
A method call on the JSON builder instance will create a root object with only one key whose name is the name of the method being called.
invokeMethod(java.lang.String, java.lang.Object) - Method in StreamingJsonBuilder.StreamingJsonDelegate
invokeMethod(java.lang.String, java.lang.Object) - Method in TagLibNamespaceMethodDispatcher
invokeMethod(java.lang.String, java.lang.Object) - Method in TemplateRenderer
invokeMethodAfterResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
invokeMethodBeforeResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in EntityProxyMethodHandler
invokeMethodBeforeResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
invokeMethodIfExists(java.lang.Object, java.lang.String, java.lang.Object) - Method in GrailsMetaClassUtils
Invokes a method if it exists otherwise returns null
invokeOriginalAsTypeMethod(java.lang.Object, Class<?>) - Method in ConverterUtil
invokeQuery(org.grails.datastore.mapping.query.Query) - Method in AbstractFindByFinder
invokeQuery(org.grails.datastore.mapping.query.Query) - Method in CountByFinder
invokeQuery(org.grails.datastore.mapping.query.Query) - Method in FindAllByFinder
invokeQuery(org.grails.datastore.mapping.query.Query) - Method in ListOrderByFinder
invoker - Property in GradleAsyncInvoker
invokeTag(java.lang.String, java.lang.String, int, java.util.Map, int) - Method in GroovyPage
Attempts to invokes a dynamic tag
invokeThisMethod(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
invokeWithTargetException() - Method in DatastoreServiceMethodInvokingFactoryBean
IS_EMPTY - Field in AbstractHibernateCriteriaBuilder
IS_INITIALIZED_METHOD - Field in EntityProxyMethodHandler
is(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
IS_NOT_EMPTY - Field in AbstractHibernateCriteriaBuilder
IS_NOT_NULL - Field in AbstractHibernateCriteriaBuilder
IS_NULL - Field in AbstractHibernateCriteriaBuilder
IS_NULL_CRITERION - Field in DetachedCriteriaTransformer
IS_OLD_SETUP - Field in DataTestSetupSpecInterceptor
IS_PROXY_METHOD - Field in EntityProxyMethodHandler
isAbsolute(java.util.Map) - Method in DefaultLinkGenerator
isAbstract() - Method in AbstractGrailsClass
isAbstract() - Method in AbstractPersistentEntity
isAbstract(org.grails.datastore.mapping.model.PersistentEntity) - Method in GormMappingConfigurationStrategy
isAbstract() - Method in GrailsClass
Whether the class is abstract or not
isAbstract() - Method in MethodMetadataReadingVisitor
isActionMethod(java.lang.String) - Method in AbstractGrailsClass
isActive() - Method in AbstractEventBus
isActive() - Method in ActorEventBus
isActive() - Method in EventBus
Returns:
Whether the event bus is active or has been shutdown
isActive() - Method in GrailsWebRequest
Whether the web request is still active
isActive() - Method in SessionOnlyTransaction
isActive() - Method in Transaction
Whether the transaction is active
isAddableMethod(org.codehaus.groovy.ast.MethodNode) - Method in MixinTransformation
isAllowCreate() - Method in OutputEncodingStackAttributes
isAllowed(java.lang.String, jakarta.servlet.http.HttpServletRequest, java.util.Map) - Method in AllowedMethodsHelper
isAllowGrailsViewCaching() - Method in GroovyPageViewResolver
isAllowNullValues() - Method in GrailsConcurrentLinkedMapCache
isAllowPrecedingContent() - Method in GroovyCollectTag
isAllowPrecedingContent() - Method in GroovyDefTag
isAllowPrecedingContent() - Method in GroovyEachTag
isAllowPrecedingContent() - Method in GroovyElseIfTag
isAllowPrecedingContent() - Method in GroovyElseTag
isAllowPrecedingContent() - Method in GroovyFindAllTag
isAllowPrecedingContent() - Method in GroovyGrepTag
isAllowPrecedingContent() - Method in GroovySyntaxTag
isAllowPrecedingContent() - Method in GroovyWhileTag
isAllowResourceExpansion() - Method in ViewConfiguration
Returns:
Whether to allow resource expansion
isAllowSettingContentType() - Method in GroovyPageTemplate
isAllowSubBuffers() - Method in StreamCharBuffer
isAllowUnwrappingOut() - Method in GrailsLazyProxyPrintWriter
isAllowUnwrappingOut() - Method in GrailsPrintWriter
isAllowUnwrappingOut() - Method in GrailsPrintWriterAdapter
isAllowUnwrappingOut() - Method in GrailsRoutablePrintWriter
isAllowUnwrappingOut() - Method in GrailsWrappedWriter
isAllowUnwrappingOut() - Method in GSPResponseWriter
isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractStringQueryImplementer
isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AnnotatedServiceImplementer
Is the method annotated
isAnnotated(java.lang.String) - Method in AnnotationMetadataReadingVisitor
isAnnotated(java.lang.String) - Method in MethodMetadataReadingVisitor
isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateStringQueryImplementer
isAnnotatedSuperClass(org.grails.datastore.mapping.model.MappingConfigurationStrategy, java.lang.Class) - Method in AbstractPersistentEntity
isAnnotatedWithJavaValidationApi(List<AnnotationNode>) - Method in DirtyCheckingTransformer
isAnsiEnabled - Property in AnsiConsoleUrlMappingsRenderer
isAnsiEnabled() - Method in GrailsConsole
isApplicationClass(java.lang.String) - Method in DefaultStackTraceFilterer
Whether the given class name is an internal class and should be filtered
isApplied(org.codehaus.groovy.ast.ClassNode) - Method in ArtefactTypeAstTransformation
isApplied(org.codehaus.groovy.ast.ASTNode, Class<?>) - Method in GrailsASTUtils
isApplyFlushModeOnlyToNonExistingTransactions() - Method in GrailsHibernateTemplate
isApplyToSafelyEncoded() - Method in AbstractCharReplacementEncoder
isApplyToSafelyEncoded() - Method in BasicJSONEncoder
isApplyToSafelyEncoded() - Method in ChainedEncoder
isApplyToSafelyEncoded() - Method in Encoder
Returns:
true if this this codec should be applied to a buffer part that is already encoded with a safe encoder
isApplyToSafelyEncoded() - Method in JavaScriptEncoder
isApplyToSafelyEncoded() - Method in NoneEncoder
isApplyToSafelyEncoded() - Method in RawCodec
isApplyToSafelyEncoded() - Method in URLCodecFactory.1
isArtefact(org.codehaus.groovy.ast.ClassNode) - Method in ApplicationArtefactHandler
isArtefact(java.lang.Class) - Method in ArtefactHandler
isArtefact(java.lang.Class) - Method in ArtefactHandlerAdapter
isArtefact(java.lang.Class) - Method in DefaultGrailsApplication
Returns true if the given class is an artefact identified by one of the registered ArtefactHandler instances.
isArtefact(org.codehaus.groovy.ast.ClassNode) - Method in DomainClassArtefactHandler
isArtefact(java.lang.Class) - Method in GrailsApplication
isArtefactAnnotationNode(org.codehaus.groovy.ast.AnnotationNode) - Method in ArtefactTypeAstTransformation
isArtefactClass(java.lang.Class) - Method in AnnotationDomainClassArtefactHandler
isArtefactClass(java.lang.Class) - Method in ApplicationArtefactHandler
isArtefactClass(java.lang.Class) - Method in ArtefactHandlerAdapter
isArtefactClass(java.lang.Class) - Method in CodecArtefactHandler
isArtefactClass(java.lang.Class) - Method in DomainClassArtefactHandler
isArtefactGrailsClass(grails.core.GrailsClass) - Method in ArtefactHandler
isArtefactGrailsClass(grails.core.GrailsClass) - Method in ArtefactHandlerAdapter
isArtefactOfType(java.lang.String, java.lang.String) - Method in DefaultGrailsApplication
Returns true if the specified class name is of the given artefact type as defined by the ArtefactHandler.
isArtefactOfType(java.lang.String, java.lang.String) - Method in GrailsApplication
isArtefactResource(org.springframework.core.io.Resource) - Method in ArtefactHandlerAdapter
Subclasses can override to narrow down whether the given resource is an artefact of this type.
isArtefactResource(org.springframework.core.io.Resource) - Method in DomainClassArtefactHandler
isAssignableFrom(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in 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.
isAssignableFrom(Class<?>, Class<?>) - Method in ReflectionUtils
isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Method in ClassUtils
Returns true if the specified clazz parameter is either the same as, or is a superclass or superinterface of, the specified type parameter.
isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Method in GrailsClassUtils
Returns true if the specified clazz parameter is either the same as, or is a superclass or superinterface of, the specified type parameter.
isAssignedId(org.grails.datastore.mapping.model.PersistentEntity) - Method in EntityPersister
isAssignedId(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
isAsync(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
Check whether the given request is a forward request
isAsyncComplete() - Method in AsyncGrailsWebRequest
isAsyncStarted() - Method in AsyncGrailsWebRequest
isAsyncStarted() - Method in GrailsMockHttpServletRequest
isAsyncSupported() - Method in GrailsMockHttpServletRequest
isAt(geb.Page, boolean) - Method in BrowserDelegate
Delegates to geb.Browser#isAt(Page, boolean).
isAtLeast(java.lang.String, java.lang.String) - Method in GrailsVersion
Check whether the version is at least the given version
isAtLeastMajorMinor(java.lang.String, int, int) - Method in GrailsVersion
Check whether the current version is at least the given major and minor version
isAtLeastVersion(java.lang.String) - Method in HibernateVersionSupport
Check the current hibernate version
isAttached(D) - Method in AbstractHibernateGormInstanceApi
isAttached() - Method in DelegatingGormEntityApi
isAttached() - Method in GormEntity
No concept of session-based model so defaults to true
isAttached() - Method in GormEntityApi
No concept of session-based model so defaults to true
isAttached(D) - Method in GormInstanceApi
No concept of session-based model so defaults to true
isAttached(D) - Method in GormInstanceOperations
No concept of session-based model so defaults to true
isAttached(D) - Method in GormStaticApi
isAttached(D) - Method in TenantDelegatingGormOperations
isAutoconfigure() - Method in GroovyCompilerConfiguration
Returns true if auto-configuration transformations should be applied.
isAutoconfigure() - Method in OptionSetGroovyCompilerConfiguration
isAutoFlush() - Method in AbstractHibernateDatastore
isAutoStartedMongoSpec(org.spockframework.runtime.model.SpecInfo) - Method in AbstractMongoGrailsExtension
AutoStartedMongoSpec is the marker class that enables our extension to autostart mongodb in a container & initialize a datastore
isAutoStartup() - Method in EmbeddedDatabaseShutdownHook
isAutoSync() - Method in OutputEncodingStackAttributes
isAutowire() - Method in DefaultGrailsDomainClass
isAutowire() - Method in GrailsDomainClass
Returns:
Whether to autowire
isAvailable() - Method in AbstractDatastoreInitializer.GrailsBeanBuilderInit
isAvailable() - Method in AbstractDatastoreInitializer.GroovyBeanReaderInit
isAvailable() - Method in AdditionalGormEntityTransformation
Returns:
Whether the transformation is available
isAvailable() - Method in GormEntityTraitProvider
Returns:
Whether this trait provided is available
isAvailable() - Method in JakartaValidatorRegistry
Returns:
Whether jakarta.validation is available
isAvailable() - Method in JavaCompiler
isAvailable - Property in PluginTagLib
Checks whether a particular plugin exists and executes the body if it does.
isBase - Field in AbstractGrailsPlugin
isBasePlugin() - Method in AbstractGrailsPlugin
isBasePlugin() - Method in GrailsPlugin
Returns whether this plugin is loaded from the current plugin.
isBasic() - Method in Association
Returns:
Whether this association is embedded
isBasicType(java.lang.Class) - Method in SimpleDataBinder
isBidirectional() - Method in Association
Returns:
True if the association is bidirectional
isBidirectionalManyToOne(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
isBidirectionalManyToOneWithListMapping(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.config.Property) - Method in GrailsDomainBinder
isBidirectionalOneToManyMap(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
isBlank() - Method in BlankConstraint
isBlank() - Method in Constrained
isBlank() - Method in ConstrainedDelegate
isBlank() - Method in DefaultConstrainedProperty
Returns:
the blank.
isBlank(java.lang.String) - Method in GrailsStringUtils
Same as StringUtils#isEmpty(java.lang.Object) but trims the string for surrounding whitespace
isBlockClose() - Method in GrailsRoutablePrintWriter
isBlockFlush() - Method in GrailsRoutablePrintWriter
isBodyTag() - Method in JspTag
Returns:
Return true if the tag class implements the BodyTag interface
isBodyTag() - Method in JspTagImpl
isBuildSnapshot() - Method in Snapshot
isCache() - Method in MarkupViewConfiguration
isCache() - Method in ViewConfiguration
Returns:
Whether to cache
isCacheable(java.util.Map) - Method in CachingLinkGenerator
isCached(java.lang.Class, java.io.Serializable) - Method in AbstractSession
isCached(java.lang.Class, java.io.Serializable) - Method in SessionImplementor
Whether an object with the specified key is contained within the first level cache.
isCacheEnabled() - Method in GroovyPagesTemplateRenderer
isCacheObjectMarshallerByClass() - Method in ChainedConverterConfiguration
isCacheObjectMarshallerByClass() - Method in ConverterConfiguration
Enables caching object marshaller selection by class.
isCacheObjectMarshallerByClass() - Method in DefaultConverterConfiguration
isCacheObjectMarshallerByClass() - Method in ImmutableConverterConfiguration
isCacheQueries - Field in AbstractHibernateDatastore
isCacheQueries() - Method in GrailsHibernateTemplate
isCacheResources() - Method in GroovyPagesTemplateEngine
isCancelled() - Method in AbstractPersistenceEvent
isCancelled() - Method in AbstractSubscription
isCancelled() - Method in BoundPromise
isCancelled() - Method in GparsPromise
isCancelled() - Method in PromiseList
isCancelled() - Method in PromiseMap
isCancelled() - Method in Subscription
Returns:
Whether it is cancelled
isCancelled() - Method in SynchronousPromise
isCandidateInstanceMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractGrailsArtefactTransformer
isCandidateInstanceMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ControllerDomainTransformer
isCandidateInstanceMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
isCandidateMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
isCandidateMethod(org.codehaus.groovy.ast.MethodNode) - Method in MixinTransformation
isCascadable(java.lang.Object, Path.Node, Class<?>, java.nio.file.Path, java.lang.annotation.ElementType) - Method in MappingContextTraversableResolver
isCase(java.lang.Object) - Method in AbstractClosureProxy
isChildOfFile(java.io.File, java.io.File) - Method in I18nGrailsPlugin
isChunkSizeResizeable() - Method in StreamCharBuffer
isCircular() - Method in Association
Returns:
Whether the association is circular
isCircularAssociation(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
ISCLASS_PATTERN - Field in DefaultGrailsApplication
isClassBelowPackage(Class<?>, java.util.List) - Method in ClassUtils
isClassBelowPackage(Class<?>, List<?>) - Method in GrailsClassUtils
Returns whether the specified class is either within one of the specified packages or within a subpackage of one of the packages
isClosed() - Method in StreamCharBuffer.StreamCharBufferWriter
isCollectionType(java.lang.Class) - Method in GormMappingConfigurationStrategy
isCollectionWithClosure(java.lang.Object) - Method in StreamingJsonBuilder.StreamingJsonDelegate
isCommitted() - Method in IncludeResponseWrapper
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AbstractArrayOrIterableResultImplementer
Return true if the provided return type is compatible with this implementor.
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AbstractServiceImplementer
Return true if the provided return type is compatible with this implementor.
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountByImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in DeleteImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in DeleteWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllByInterfaceProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllInterfaceProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllPropertyProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllStringQueryImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAndDeleteImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneByImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneByInterfaceProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionStringQueryImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOnePropertyProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneStringQueryImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in IterableProjectionServiceImplementer
Is the return type compatible with the projection query
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in SaveImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in SingleResultProjectionServiceImplementer
Is the return type compatible with the projection query
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in UpdateOneImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in UpdateStringQueryImplementer
isCompileStatic() - Method in ViewConfiguration
Returns:
Should compile statically
isCompileStaticMode() - Method in GroovyPageMetaInfo
isCompileStaticMode() - Method in GroovyPageParser
isCompileStaticMode() - Method in GroovySyntaxTag
isComponentPropertyNullable(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
isCompositeIdProperty(org.grails.orm.hibernate.cfg.Mapping, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
isConfigTrue(java.lang.Object, java.lang.String) - Method in GrailsConfigUtils
isConfigurational(java.lang.String) - Method in NameUtils
isConnected() - Method in AbstractAttributeStoringSession
isConnected() - Method in AbstractHibernateSession
isConnected() - Method in Session
Returns:
true if connected to the datastore
isConnectedMode() - Method in StreamCharBuffer
isConstrainableProperty(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in DefaultConstraintEvaluator
isConstructorMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
isContainerType(Class<?>) - Method in DefaultRendererRegistry
isContainerType(Class<?>) - Method in RendererRegistry
Whether the specified class is a container (list, map etc.)
isContentTypeAlreadySet() - Method in DefaultOutputContextLookup.DefaultOutputContext
isContentTypeAlreadySet() - Method in OutputContext
isConvertEmptyStringsToNull() - Method in DataBindingConfigurationProperties
isConverterClass(Class<?>) - Method in ConverterUtil
isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in GormDatabase
isCreditCard() - Method in Constrained
isCreditCard() - Method in ConstrainedDelegate
isCreditCard() - Method in DefaultConstrainedProperty
Returns:
Returns the creditCard.
isCriteriaCall(org.codehaus.groovy.ast.expr.MethodCall) - Method in CriteriaTypeCheckingExtension
isCustomType(Class<?>) - Method in MappingFactory
isDataSourceAware() - Method in DataBindingSource
Returns:
true if GORM operations should be enabled when binding with this DataBindingSource
isDateParsingLenient() - Method in DataBindingConfigurationProperties
isDefaultDataSource(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
isDefinedInPlugin() - Method in AbstractUrlMapping
isDefinedInPlugin() - Method in UrlMapping
Returns:
True if the URL mapping comes from a plugin
isDependentOn(grails.plugins.GrailsPlugin, java.lang.String) - Method in BasePluginFilter
Checks whether a plugin is dependent on another plugin with the specified name
isDestinationActivated() - Method in GrailsLazyProxyPrintWriter
isDestinationActivated() - Method in GrailsPrintWriter
isDestinationActivated() - Method in GrailsRoutablePrintWriter
isDevelopmentEnv() - Method in GrailsUtil
Retrieves whether the current execution environment is the development one.
isDevelopmentMode() - Method in GroovyPagesGrailsPlugin
isDevelopmentMode() - Method in ViewsEnvironment
Returns:
Whether development mode is enabled
isDevelopmentModeActive() - Method in GrailsApp
isDirty(java.lang.Object) - Method in AbstractHibernateSession
isDirty(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister
isDirty() - Method in AbstractPersistentCollection
isDirty(java.lang.Object) - Method in AbstractSession
isDirty() - Method in DelegatingGormEntityApi
isDirty() - Method in GormEntity
Checks whether an entity is dirty.
isDirty() - Method in GormEntityApi
Checks whether an entity is dirty
isDirty(D) - Method in GormInstanceApi
Checks whether an entity is dirty
isDirty(java.lang.Object, org.grails.datastore.mapping.engine.EntityPersister, org.hibernate.Session) - Method in GrailsEntityDirtinessStrategy
isDirty(org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation) - Method in GrailsEntityDirtinessStrategy.1
isDirty(D) - Method in HibernateGormInstanceApi
Checks whether an entity is dirty
isDirty(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
isDirty() - Method in PersistentCollection
Check whether the collection has been modified.
isDirty(java.lang.Object) - Method in Session
Check if the instance has been modified since loading.
isDiscriminatorProperty(java.lang.String) - Method in BsonPersistentEntityCodec
isDisplay() - Method in Constrained
isDisplay() - Method in ConstrainedDelegate
isDomainClass(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
isDomainClass(Class<?>) - Method in DomainClassArtefactHandler
isDomainClass(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in GrailsASTUtils
isDomainClass(Class<?>) - Method in GrailsWebDataBinder
isDomainClass(java.lang.Class) - Method in HibernateMappingContext
isDomainResource(java.lang.Class) - Method in AbstractLinkingRenderer
isDone() - Method in BoundPromise
isDone() - Method in FutureTaskPromise
isDone() - Method in GparsPromise
isDone() - Method in PromiseList
isDone() - Method in PromiseMap
isDone() - Method in SynchronousPromise
isEditable() - Method in Constrained
isEditable() - Method in ConstrainedDelegate
isEmail() - Method in Constrained
isEmail() - Method in ConstrainedDelegate
isEmail() - Method in DefaultConstrainedProperty
Returns:
Returns the email.
isEmbedded() - Method in Association
Returns:
Whether this association is embedded
isEmbeddedEntry(java.lang.Object) - Method in MongoEntityPersister
isEmbeddedEntry(java.lang.Object) - Method in NativeEntryEntityPersister
Tests whether a native entry is an embedded entry
isEmbeddedH2orHsqldb(javax.sql.DataSource) - Method in EmbeddedDatabaseShutdownHook
isEmpty(java.lang.String) - Method in AbstractCriteriaBuilder
isEmpty(java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
isEmpty(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
isEmpty(java.lang.String) - Method in AbstractHibernateQuery
isEmpty(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
isEmpty() - Method in AbstractHibernateQuery.HibernateProjectionList
isEmpty() - Method in AbstractPersistentCollection
isEmpty() - Method in AbstractResultList
isEmpty() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
isEmpty() - Method in AbstractTypeConvertingMap
isEmpty() - Method in CodeGenConfig
isEmpty() - Method in CompositeConfig
isEmpty(java.lang.String) - Method in Criteria
Creates a criterion that asserts the given property is empty (such as a blank string)
isEmpty() - Method in DelegatingParameters
isEmpty(java.lang.String) - Method in DetachedCriteria
isEmpty() - Method in EmptyParameters
isEmpty() - Method in GPathResultMap
isEmpty() - Method in GrailsFlashScope
isEmpty() - Method in JSONArray
isEmpty() - Method in JSONObject
isEmpty() - Method in LazyBeanMap
isEmpty() - Method in LazyMetaPropertyMap
{@inheritDoc}
IsEmpty(java.lang.String) - Constructor in MethodExpression.IsEmpty
isEmpty() - Method in NavigableMap
isEmpty() - Method in NavigableMap.NullSafeNavigator
isEmpty() - Method in NavigableMapConfig
isEmpty() - Method in PagedResultList
isEmpty() - Method in Parameters
Returns:
Whether there are any parameters
isEmpty() - Method in PrefixedConfig
isEmpty() - Method in PromiseMap
Returns:
Whether the map is empty
isEmpty() - Method in PropertyResolverMap
isEmpty(java.lang.String) - Method in Query
Used to restrict a value to be empty (such as a blank string or an empty collection)
IsEmpty(java.lang.String) - Constructor in Query.IsEmpty
isEmpty() - Method in Query.Junction
isEmpty() - Method in Query.ProjectionList
isEmpty(java.lang.String) - Method in Restrictions
Used to restrict a value to be empty (such as a blank string or an empty collection)
isEmpty() - Method in SessionHolder
isEmpty() - Method in StreamCharBuffer
isEmpty() - Method in SynchronizerTokensHolder
isEnabled(java.lang.String) - Method in AbstractGrailsPlugin
isEnabled() - Method in DefaultGrailsPlugin
isEnabled(java.lang.String) - Method in GrailsPlugin
Check whether the plugin is enabled for the given profile
isEnabled() - Method in StringCharArrayAccessor
isEnableReloading() - Method in ViewConfiguration
Returns:
Whether reloading is enabled
isEncodedWith(org.grails.encoder.Encoder, java.lang.CharSequence) - Method in DefaultEncodingStateRegistry
isEncodedWith(org.grails.encoder.Encoder, java.lang.CharSequence) - Method in EncodingStateRegistry
Checks if the CharSequence is encoded with encoder.
isEnum(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Is the class an enum
isEquivalent(org.grails.encoder.CodecIdentifier) - Method in BasicJSONEncoder
isEquivalent(org.grails.encoder.CodecIdentifier) - Method in CodecIdentifier
Checks if this codec is equivalent to some other codec
isEquivalent(org.grails.encoder.CodecIdentifier) - Method in CombinedCodecIdentifier
isEquivalent(org.grails.encoder.CodecIdentifier) - Method in DefaultCodecIdentifier
isEquivalent(org.grails.encoder.CodecIdentifier) - Method in JavaScriptEncoder
isEquivalent(org.grails.encoder.CodecIdentifier) - Method in RawCodec
isError(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
Check whether the given request is a forward request
isExclude() - Method in Matcher
Checks whether the current matcher is a exclude matcher or not
isExclude() - Method in UrlMappingMatcher
isExcluded(org.springframework.core.io.Resource) - Method in ClassPathScanner
Whether the given resource is excluded
isExcluded(java.lang.String, grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher
isExcluded(grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher.ClosureExclude
isExcluded(grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher.Exclude
isExcluded(grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher.MapExclude
isExcludedProperty(java.lang.String, org.grails.datastore.mapping.model.ClassMapping, java.util.Collection, boolean) - Method in GormMappingConfigurationStrategy
isExcludingFieldsNamed(java.lang.String) - Method in DefaultJsonGenerator
{@inheritDoc}
isExcludingFieldsNamed(java.lang.String) - Method in JsonGenerator
Indicates whether this JsonGenerator is configured to exclude fields by the given name.
isExcludingValues(java.lang.Object) - Method in DefaultJsonGenerator
{@inheritDoc}
isExcludingValues(java.lang.Object) - Method in JsonGenerator
Indicates whether this JsonGenerator is configured to exclude values of the given object (may be null).
isExecuted - Property in TestSaveOrUpdateEventListener
isExpired() - Method in GroovyPageView
isExposeNativeSession() - Method in GrailsHibernateTemplate
isExternal() - Method in AbstractPersistentEntity
isExternal() - Method in PersistentEntity
Whether this PersistentEntity is mapped using a different store.
isFailOnError() - Method in AbstractHibernateDatastore
isFinal() - Method in MethodMetadataReadingVisitor
isFlagPresent(java.lang.String) - Method in CommandLineHelper
isFlowRequest() - Method in GrailsWebRequest
Returns true if the current executing request is a flow request
isForeignKeyInChild() - Method in ToOne
isForward(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
Check whether the given request is a forward request
isForwardOrInclude(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
Check whether the given request is an include or forward request
isGet() - Method in GrailsMockHttpServletRequest
isGet(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
isGetter(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
isGetter(java.lang.String, java.lang.Class, Class<?>) - Method in GrailsClassUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
isGetter(java.lang.String, Class<?>) - Method in ReflectionUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property
isGetterMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
isGparsAvailable() - Method in GparsPromiseFactory
isGrailsPresent() - Method in AbstractDatastoreInitializer
isGroovyAssignableFrom(Class<?>, Class<?>) - Method in GrailsClassUtils
isGroovyType(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Whether the given type is a Groovy object
isGspTagSyntaxCall() - Method in GroovyPageAttributes
isGuessDependencies() - Method in GroovyCompilerConfiguration
Returns if jar dependencies should be guessed.
isGuessDependencies() - Method in OptionSetGroovyCompilerConfiguration
isGuessImports() - Method in GroovyCompilerConfiguration
Returns if import declarations should be guessed.
isGuessImports() - Method in OptionSetGroovyCompilerConfiguration
isHandled(java.lang.reflect.Method) - Method in JavassistProxyFactory
isHtmlPart(java.lang.String) - Method in GroovyPage
isIdentifierProperty(java.lang.String) - Method in BsonPersistentEntityCodec
Whether the given document attribute is the identifier
isIdentifierProperty(java.lang.String) - Method in PersistentEntityCodec
isIdentityName(java.lang.String) - Method in AbstractPersistentEntity
isIdentityName(java.lang.String) - Method in PersistentEntity
True if the given property is the identifier
isIdentityProperty(org.grails.orm.hibernate.cfg.Mapping, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
isIgnoreCase() - Method in Query.Order
isIgnoreEncodingState() - Method in AbstractEncodedAppender
isIgnoreEncodingState() - Method in EncodedAppender
Returns:
current state of ignoreEncodingState setting
isIgnoreEncodingState() - Method in EncodesToWriterAdapter
isInClosure() - Method in GroovyPageParser
isInclude(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
Check whether the given request is an include request
isIncludeClass() - Method in DomainClassMarshaller
isIncludeVersion() - Method in DomainClassMarshaller
isIndexed(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractDatastore
isInherited() - Method in AbstractPersistentProperty
isInherited() - Method in PersistentProperty
Returns:
Whether this property is inherited
isInheritedFromTrait(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
isInheritPreviousEncoders() - Method in OutputEncodingStackAttributes
isInheritRollbackOnly() - Method in CustomizableRollbackTransactionAttribute
isInheritRollbackOnly() - Method in GrailsTransactionAttribute
isInInheritanceHierarchy(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
Returns true if the given entity is in an inheritance hierarchy
isInInheritanceHierarchy(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Returns true if the given entity is in an inheritance hierarchy
isInitialised() - Method in AbstractGrailsPluginManager
Returns:
the initialised
isInitialised() - Method in DefaultGrailsApplication
isInitialised() - Method in GrailsApplication
Returns whether this GrailsApplication has been initialised or not.
isInitialised() - Method in GrailsPluginManager
Returns:
the initialised
isInitialised() - Method in MockGrailsPluginManager
isInitialized() - Method in AbstractMappingContext
isInitialized() - Method in AbstractPersistentCollection
isInitialized() - Method in AbstractPersistentEntity
isInitialized() - Method in CacheEntry
isInitialized(java.lang.Object, java.lang.String) - Method in DefaultProxyHandler
isInitialized() - Method in DefaultServiceRegistry
isInitialized() - Method in EntityProxy
Checks whether the proxy has been initialized
isInitialized(java.lang.Object, java.lang.String) - Method in EntityProxyHandlerAdapter
isInitialized(java.lang.Object, java.lang.String) - Method in GrailsHibernateUtil
Checks whether an associated property is initialized and returns true if it is
isInitialized() - Method in GroovyPagesTemplateRenderer
isInitialized(java.lang.Object, java.lang.String) - Method in GroovyProxyFactory
isInitialized(java.lang.Object, java.lang.String) - Method in HibernateProxyHandler
Check if an association proxy or persistent collection is initialized.
isInitialized() - Method in Initializable
isInitialized(java.lang.Object, java.lang.String) - Method in JavassistProxyFactory
isInitialized() - Method in PersistentCollection
Check whether the collection has been loaded.
isInitialized(java.lang.Object, java.lang.String) - Method in ProxyHandler
Checks whether the given association name of the given object is initialized
isInitialized(java.lang.Object, java.lang.String) - Method in ProxyHandlerAdapter
isInitialized(java.lang.Object, java.lang.String) - Method in SimpleHibernateProxyHandler
isInitialized() - Method in WebDriverContainerHolder
isInnerClassNode(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
Whether the given class node is an inner class
isInstance(java.lang.Object) - Method in AbstractPersistentEntity
isInstance(java.lang.Object) - Method in PersistentEntity
Tests whether the given instance is an instance of this persistent entity
isIntegrationSpec(org.spockframework.runtime.model.SpecInfo) - Method in AbstractMongoGrailsExtension
isIntegrationTestRun() - Method in AbstractMongoGrailsExtension
Integration tests have a special property added by the Grails Gradle plugin that ensure they can be detected so different extensions can be applied on Unit vs Integration
isInteractiveEnabled() - Method in GrailsConsole
isInteractiveModeActive() - Method in GrailsCli
isInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in InterfaceProjectionBuilder
isInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in IterableInterfaceProjectionBuilder
Is the method an interface projection
isInvalid() - Method in BeanPropertyAccessor
Returns:
whether or not the property has any validation errors (i.e.
isInvalid() - Method in BeanPropertyAccessorImpl
isInvalid() - Method in DelegatingBeanPropertyAccessorImpl
isInvalid() - Method in PropertyPathAccessor
isInvertBooleanReturnValue() - Method in EventTriggerCaller
isIterableOrArrayOfDomainClasses(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
isIterationTag() - Method in JspTag
Returns:
Return true if the tag class implements the IterationTag interface
isIterationTag() - Method in JspTagImpl
iSize - Property in ClassWithHungarianNotation
isJarResource(org.springframework.core.io.Resource) - Method in PathMatchingResourcePatternResolver
Return whether the given resource handle indicates a jar resource that the doFindPathMatchingJarResources method can handle.
isJdbcBatchVersionedData - Property in GrailsHibernateTransactionManager
isJmxEnabled(java.lang.String, org.apache.tomcat.jdbc.pool.DataSource) - Method in TomcatJDBCPoolMBeanExporter
isJPADomainClass(Class<?>) - Method in AnnotationDomainClassArtefactHandler
isKeepPrecedingWhiteSpace() - Method in GroovyCollectTag
isKeepPrecedingWhiteSpace() - Method in GroovyDefTag
isKeepPrecedingWhiteSpace() - Method in GroovyEachTag
isKeepPrecedingWhiteSpace() - Method in GroovyElseIfTag
isKeepPrecedingWhiteSpace() - Method in GroovyElseTag
isKeepPrecedingWhiteSpace() - Method in GroovyFindAllTag
isKeepPrecedingWhiteSpace() - Method in GroovyGrepTag
isKeepPrecedingWhiteSpace() - Method in GroovySyntaxTag
isKeepPrecedingWhiteSpace() - Method in GroovyWhileTag
isLazy() - Method in Property
isLazy() - Method in ToMany
Returns:
Whether this association is lazy
isList() - Method in Association
Returns:
Whether the association is a List
isListenerExcluded(java.lang.String) - Method in AbstractPersistenceEvent
isLocked(java.lang.Object) - Method in LockableEntityPersister
Return whether an object is locked or not
isLocked(java.lang.Object) - Method in MongoCodecEntityPersister
isLocked(java.lang.Object) - Method in NativeEntryEntityPersister
Subclasses can override to provide locking semantics
isLoggingSql() - Method in GrailsDataSource
Whether SQL logging is enabled
isMappedClass(java.lang.String, java.lang.Class) - Method in AbstractDatastoreInitializer
isMappedClass(java.lang.String, java.lang.Class) - Method in MongoDbDataStoreSpringInitializer
isMappedWithHibernate(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
isMatch(java.lang.String, java.lang.String) - Method in GroovyAwareNamedTransactionAttributeSource
isMatchBetweenPrimativeAndWrapperTypes(java.lang.Class, java.lang.Class) - Method in GrailsClassUtils
Detect if left and right types are matching types.
isMethodDynamic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) - Method in BuilderTypeCheckingExtension
isMethodDynamic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) - Method in JsonTemplateTypeCheckingExtension
isMethodMatch(java.lang.String) - Method in DynamicFinder
Checks whether the given method is a match
isMethodMatch(java.lang.String) - Method in FinderMethod
Whether the given method name matches this finder
isMethodMatch(java.lang.String) - Method in ListOrderByFinder
isMethodOverriddenFromParent(java.lang.reflect.Method) - Method in ReflectionUtils
Tests whether a method is overridden from the parent
isMilestone() - Method in Snapshot
isModelFieldsMode() - Method in GroovyPageMetaInfo
isModelFieldsMode() - Method in GroovyPageParser
isModified() - Method in GroovyPageCompiledScriptSource
isMongoAlreadyRunning() - Method in AbstractMongoGrailsExtension
Determines if MongoDB is already running.
isMongoNativeType(java.lang.Class) - Method in MongoMappingContext
Check whether a type is a native mongo type that can be stored by the mongo driver without conversion.
isMongoSpec(org.spockframework.runtime.model.SpecInfo) - Method in AbstractMongoGrailsExtension
MongoSpec is used to spin up mongo db instances per a test and let the end-user control when it's started.
isMultiTenant() - Method in AbstractPersistentEntity
isMultiTenant(java.lang.Class) - Method in ClassUtils
Whether the class is multi tenant
isMultiTenant(java.lang.Class) - Method in ConnectionSourcesSupport
isMultiTenant() - Method in PersistentEntity
Returns:
Whether the entity is multi tenant
isMultiTenantExcludedDataSource(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in ConnectionSourcesSupport
Returns whether the given entity should be excluded from given connection source name or not.
isMutable() - Method in IdentityEnumType
isNew() - Method in GrailsHttpSession
isNewSession() - Method in TransactionObject
isNewSessionHolder() - Method in TransactionObject
isNoneEncoder(org.grails.encoder.Encoder) - Method in DefaultEncodingStateRegistry
isNonPropertyToken(java.lang.String) - Method in GrailsDomainBinder
isNoNullCheck() - Method in ApiDelegateTransformation
isNoOperationCaller() - Method in EventTriggerCaller
isNotAvailable - Property in PluginTagLib
Checks whether a particular plugin does not exist and executes the body if it does.
isNotBlank(java.lang.String) - Method in GrailsStringUtils
isNotConfigurational(java.lang.String) - Method in NameUtils
isNotEmpty(java.lang.String) - Method in AbstractCriteriaBuilder
isNotEmpty(java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
isNotEmpty(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
isNotEmpty(java.lang.String) - Method in AbstractHibernateQuery
isNotEmpty(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
isNotEmpty(java.lang.String) - Method in Criteria
Creates a criterion that asserts the given property is not empty
isNotEmpty(java.lang.String) - Method in DetachedCriteria
isNotEmpty(java.lang.String) - Method in GrailsDomainBinder
isNotEmpty(java.lang.String) - Method in GrailsHibernateUtil
isNotEmpty(java.lang.String) - Method in GrailsStringUtils
IsNotEmpty(java.lang.String) - Constructor in MethodExpression.IsNotEmpty
isNotEmpty(java.lang.String) - Method in Query
Used to restrict a value to be not empty (such as a blank string or an empty collection)
IsNotEmpty(java.lang.String) - Constructor in Query.IsNotEmpty
isNotEmpty(java.lang.String) - Method in Restrictions
Used to restrict a value to be not empty (such as a non-blank string)
isNotifyParentBuffersEnabled() - Method in StreamCharBuffer
isNotNull(java.lang.String) - Method in AbstractCriteriaBuilder
isNotNull(java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
isNotNull(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
isNotNull(java.lang.String) - Method in AbstractHibernateQuery
isNotNull(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
isNotNull(java.lang.String) - Method in Criteria
Creates a criterion that asserts the given property is not null
isNotNull(java.lang.String) - Method in DetachedCriteria
IsNotNull(java.lang.String) - Constructor in MethodExpression.IsNotNull
isNotNull(java.lang.String) - Method in Query
Used to restrict a property to be not null
IsNotNull(java.lang.String) - Constructor in Query.IsNotNull
isNotNull(java.lang.String) - Method in Restrictions
Used to restrict a value to be null
isNotTransactional(java.lang.String) - Method in ChainedTransactionManagerPostProcessor
isNull(java.lang.String) - Method in AbstractCriteriaBuilder
isNull(java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
isNull(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
isNull(java.lang.String) - Method in AbstractHibernateQuery
isNull(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
isNull() - Method in Constrained
isNull(java.lang.String) - Method in Criteria
Creates a criterion that asserts the given property is null
isNull(java.lang.String) - Method in DetachedCriteria
isNull(int) - Method in JSONArray
Determine if the value is null.
isNull(java.lang.String) - Method in JSONObject
Determine if the value associated with the key is null or if there is no value.
IsNull(java.lang.String) - Constructor in MethodExpression.IsNull
isNull(java.lang.String) - Method in Query
Used to restrict a property to be null
IsNull(java.lang.String) - Constructor in Query.IsNull
isNull(java.lang.String) - Method in Restrictions
Used to restrict a value to be null
isNullable() - Method in AbstractPersistentProperty
isNullable() - Method in Constrained
isNullable() - Method in ConstrainedDelegate
isNullable() - Method in DefaultConstrainedProperty
Returns:
Returns the nullable.
isNullable() - Method in NullableConstraint
isNullable() - Method in OneToMany
isNullable() - Method in PersistentProperty
Whether the property can be set to null
isNumberType(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Is the class a number
ISO3166_3 - Property in CountryTagLib
ISO_8601 - Field in JsonWriter
isOkToAddElementAt(java.util.Collection, int) - Method in SimpleDataBinder
isOkToBind(groovy.lang.MetaProperty, java.util.List, java.util.List) - Method in SimpleDataBinder
isolation - Field in ReadOnly
The transaction isolation level.
isolation - Field in Transactional
The transaction isolation level.
isOnValue() - Method in FunctionCallingCriterion
Whether the function is called on the value or on the property
isOpen() - Method in AbstractDatastorePersistenceContextInterceptor
isOpen() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
isOpen() - Method in AggregatePersistenceContextInterceptor
isOpen() - Method in GrailsResource
isOpen() - Method in HibernatePersistenceContextInterceptor
isOpen() - Method in NullPersistentContextInterceptor
isOpen() - Method in PersistenceContextInterceptor
Checks whether the persistence context is open.
isOptional(int) - Method in DefaultUrlMappingData
isOptional(int) - Method in ResponseCodeMappingData
isOptional(int) - Method in UrlMappingData
Returns whether the given token in the URL is optional.
isOptionCommand(org.springframework.boot.cli.command.Command) - Method in CommandRunner
Returns if the specified command is an option command.
isOrphanRemoval() - Method in Association
Returns:
Whether orphaned entities should be removed when cascading deletes to this association
isOsivReadOnly() - Method in AbstractHibernateDatastore
isOsivReadOnly() - Method in GrailsHibernateTemplate
isOverridable() - Method in MethodMetadataReadingVisitor
isOwningClass(java.lang.Class) - Method in DefaultGrailsDomainClass
isOwningClass(java.lang.Class) - Method in GrailsDomainClass
Parameters:
domainClass
isOwningEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractPersistentEntity
isOwningEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntity
Returns whether the specified entity asserts ownership over this entity
isOwningSide() - Method in Association
Returns whether this side owns the relationship.
isOwningSide() - Method in Basic
isOwningSide() - Method in Embedded
isOwningSide() - Method in EmbeddedCollection
isOwningSide() - Method in ToOne
isParsingRequest() - Method in DefaultUrlMappingInfo
isParsingRequest() - Method in ForwardUrlMappingInfo
isParsingRequest() - Method in UrlMappingInfo
Returns true of the request body should be parsed.
isPassReadOnlyToHibernate() - Method in AbstractHibernateDatastore
isPassword() - Method in Constrained
isPassword() - Method in ConstrainedDelegate
isPattern(java.lang.String) - Method in AntPathMatcher
isPendingAlready(java.lang.Object) - Method in AbstractSession
isPendingAlready(T) - Method in SessionImplementor
Parameters:
obj - Whether the given object is already pending
isPendingAlready(java.lang.Object) - Method in SimpleMapSession
isPersistentEntity(java.lang.Object) - Method in AbstractMappingContext
isPersistentEntity(java.lang.Class) - Method in GormMappingConfigurationStrategy
Tests whether an class is a persistent entity
isPersistentEntity(java.lang.Class) - Method in MappingConfigurationStrategy
Tests whether the given class is a persistent entity
isPersistentEntity(java.lang.Object) - Method in MappingContext
Returns whether the specified value is a persistent entity
isPluginDisabledForProfile(grails.plugins.GrailsPlugin) - Method in AbstractGrailsPluginManager
isPooled() - Method in GrailsDataSource
True is connection pooling is enabled.
isPost() - Method in GrailsMockHttpServletRequest
isPost(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
isPrecompiledMode() - Method in GroovyPageMetaInfo
isPreferSubChunkWhenWritingToOtherBuffer() - Method in StreamCharBuffer
isPresent(java.lang.String, java.lang.ClassLoader) - Method in ClassUtils
Determine whether the java.lang.Class identified by the supplied name is present and can be loaded.
isPresent() - Method in ServiceDefinition
Returns:
is the service present
isPrettyPrint() - Method in ChainedConverterConfiguration
isPrettyPrint() - Method in ConverterConfiguration
Lookup method whether the converter should default to pretty printed output
isPrettyPrint() - Method in DefaultConverterConfiguration
isPrettyPrint() - Method in ImmutableConverterConfiguration
isPrettyPrint() - Method in ViewConfiguration
Returns:
Whether to pretty print
isPreviousEncoderSafeOrEqual(org.grails.encoder.Encoder, org.grails.encoder.Encoder) - Method in DefaultEncodingStateRegistry
Checks if is previous encoder is already "safe", equal or equivalent
isPropertyDynamic(org.codehaus.groovy.ast.expr.PropertyExpression) - Method in BuilderTypeCheckingExtension
isPropertyDynamic(org.codehaus.groovy.ast.expr.PropertyExpression) - Method in JsonTemplateTypeCheckingExtension
isPropertyGetter(java.lang.reflect.Method) - Method in GrailsClassUtils
Check whether the specified method is a property getter
isPropertyIndexed(org.grails.datastore.mapping.config.Property) - Method in NativeEntryEntityPersister
isPropertyIndexed(org.grails.datastore.mapping.config.Property) - Method in SimpleMapEntityPersister
isPropertyInherited(java.lang.Class, java.lang.String) - Method in GrailsClassUtils
Checks whether the specified property is inherited from a super class
isPropertyOfType(Class<?>, java.lang.String, Class<?>) - Method in GrailsClassUtils
Returns true if the specified property in the specified class is of the specified type
isProxy(java.lang.Object) - Method in DefaultProxyHandler
isProxy(java.lang.Object) - Method in EntityProxyHandlerAdapter
isProxy(java.lang.Object) - Method in GroovyProxyFactory
Check our object has the correct meta class to be a proxy of this type.
isProxy(java.lang.Object) - Method in HibernateProxyHandler
{@inheritDoc}
isProxy(java.lang.Object) - Method in JavassistProxyFactory
isProxy(java.lang.Object) - Method in ProxyHandler
Checks whether the specified instance is a proxy
isProxy(java.lang.Object) - Method in ProxyHandlerAdapter
isProxy(java.lang.Object) - Method in SimpleHibernateProxyHandler
isProxyIfReloadEnabled() - Method in HibernateMappingContextSessionFactoryBean
isProxyInitiated(java.lang.Object) - Method in AssociationQueryProxyHandler
isProxyInitiated(java.lang.Object) - Method in EntityProxyMethodHandler
isProxyInitiated() - Method in ProxyInstanceMetaClass
isProxyInitiated(java.lang.Object) - Method in SessionEntityProxyMethodHandler
isPublic() - Method in GroovyPageCompiledScriptSource
Whether the GSP is publicly accessible directly, or only usable using internal rendering
isPublic() - Method in GroovyPageResourceScriptSource
Whether the GSP is publicly accessible directly, or only usable using internal rendering
isPublic() - Method in GroovyPageScriptSource
Whether the GSP is publicly accessible directly, or only usable using internal rendering
isPublicField(java.lang.Object, java.lang.String) - Method in GrailsClassUtils
Work out if the specified object has a public field with the name supplied.
isPublicPath(java.lang.String) - Method in GroovyPageResourceScriptSource
isPublicStatic(java.lang.reflect.Field) - Method in GrailsClassUtils
Determine whether the field is declared public static
isPushTop() - Method in OutputEncodingStackAttributes
isQuiet() - Method in GroovyCompilerConfiguration
Returns if running in quiet mode.
isQuiet() - Method in OptionSetGroovyCompilerConfiguration
isReachable(java.lang.Object, Path.Node, Class<?>, java.nio.file.Path, java.lang.annotation.ElementType) - Method in MappingContextTraversableResolver
isReadable() - Method in ByteArrayResource
isReadable() - Method in GrailsResource
isReadable() - Method in SpringResource
isReadableProperty(java.lang.String) - Method in AbstractGrailsClass
isReadableProperty(java.lang.String) - Method in ClassPropertyFetcher
isReady() - Method in IncludeResponseWrapper
isRealMethod(groovy.lang.MetaMethod) - Method in GormEnhancer
isRecordingEnabled() - Method in GrailsGebSettings
isReference(org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
isReleaseCandidate() - Method in Snapshot
isReloadEnabled() - Method in DefaultGroovyPageLocator
isReloadEnabled() - Method in GroovyPagesTemplateEngine
Return whether reload is enabled for the GroovyPagesTemplateEngine
isRenderDomainClassRelations() - Method in DeepDomainClassMarshaller
isRenderDomainClassRelations() - Method in DomainClassMarshaller
isRenderView() - Method in GrailsWebRequest
Returns:
true if the view for this GrailsWebRequest should be rendered
isReplaceOnly() - Method in OutputEncodingStackAttributes
isRequestAttributeVariable(java.lang.String) - Method in WebRequestTemplateVariableBinding
isRequired() - Method in BeanPropertyAccessor
Returns:
whether or not the property is required as determined by constraints.
isRequired() - Method in BeanPropertyAccessorImpl
isRequired() - Method in DelegatingBeanPropertyAccessorImpl
isRequired() - Method in DomainProperty
Returns:
Whether or not the property is required
isRequired() - Method in DomainPropertyImpl
isRequired() - Method in PropertyPathAccessor
isReservedName(java.lang.String) - Method in GroovyPage
Return whether the given name cannot be used within the binding of a GSP
isReservedName(java.lang.String) - Method in GroovyPageBinding
isReservedName(java.lang.String) - Method in TemplateVariableBinding
isRollback() - Method in HibernateSpec
Whether to rollback on each test (defaults to true)
isRollbackOnly() - Method in TransactionObject
isRoot() - Method in AbstractPersistentEntity
isRoot() - Method in PersistentEntity
Whether this entity is a root entity
isRoot() - Method in ResourceMatcher.MatchedResource
isRoot() - Method in TemplateVariableBinding
isRowCount() - Method in AbstractHibernateQuery.HibernateProjectionList
isRunning() - Method in EmbeddedDatabaseShutdownHook
isRunning() - Method in StopWatch
Return whether the stop watch is currently running.
isSafe() - Method in AbstractCharReplacementEncoder
isSafe() - Method in ChainedEncoder
isSafe() - Method in Encoder
Checks if this encoder is XSS "safe".
isSafe() - Method in NoneEncoder
isSafe() - Method in RawCodec
isSafe() - Method in URLCodecFactory.1
isSaveUpdateCascade(java.lang.String) - Method in GrailsDomainBinder
Check if a save-update cascade is defined within the Hibernate cascade properties string.
isSchemaless() - Method in AbstractDatastore
isSchemaless() - Method in AbstractHibernateSession
isSchemaless() - Method in AbstractSession
isSchemaless() - Method in Datastore
Whether the datastore is schema-less.
isSchemaless() - Method in MongoDatastore
isSchemaless() - Method in QueryCreator
Returns:
Whether schemaless queries are allowed
isSecurePath(java.lang.String) - Method in GroovyPagesServlet
isServerAvailable(java.lang.String, int) - Method in ServerInteraction
Returns true if the server is available
isServletApiPresent - Field in GrailsApplicationBuilder
isSessionTransactional(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Return whether the given Datastore Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSessionTransactional(org.hibernate.Session) - Method in GrailsHibernateTemplate
isSetter(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
isSetter(java.lang.String, java.lang.Class) - Method in GrailsClassUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property setter.
isSetter(java.lang.String, java.lang.Class) - Method in ReflectionUtils
isSetterMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
isSetterOrGetterMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
isSharedConnection() - Method in MultiTenancySettings.MultiTenancyMode
Returns:
Whether a single shared connection is used
isSharedMongoDatastore(org.spockframework.runtime.model.FieldInfo) - Method in StartMongoGrailsUnitExtension
isShowSource() - Method in GroovyPageWritable
isShutdown() - Method in AbstractGrailsPluginManager
isShutdown() - Method in GrailsPluginManager
Indicates whether the manager has been shutdown or not
isSimpleType(java.lang.Class, java.lang.Object) - Method in DefaultJsonViewHelper
isSimpleType(java.lang.String) - Method in MappingFactory
isSimpleValue(java.lang.Object) - Method in DefaultGrailsJsonViewHelper
isSingleResult() - Method in MongoQuery.AggregatePipeline
isSingleton() - Method in BeanConfiguration
Returns:
true if the bean is singleton
isSingleton() - Method in DataSourceConnectionSourcesFactoryBean
isSingleton() - Method in DataSourceFactoryBean
isSingleton() - Method in DefaultBeanConfiguration
isSingleton() - Method in DefaultConstraintEvaluatorFactoryBean
isSingleton() - Method in DefaultGrailsControllerClass
isSingleton() - Method in DefaultMappingContextFactoryBean
isSingleton() - Method in EventBusFactoryBean
isSingleton() - Method in GormDispatcherRegistrar
isSingleton() - Method in GrailsControllerClass
Returns:
Whether the scope is singleton
isSingleton() - Method in HibernateDatastoreFactoryBean
isSingleton() - Method in HibernateDialectDetectorFactoryBean
isSingleton() - Method in HibernateMappingContextSessionFactoryBean
isSingleton() - Method in HotSwappableTargetSourceFactoryBean
isSingleton() - Method in InstanceFactoryBean
isSingleton() - Method in PromiseFactoryBean
isSingleton() - Method in ServiceRegistryFactoryBean
isSingleton() - Method in ValidatorRegistryFactoryBean
isSkipFilteringCodec() - Method in GrailsWebRequest
Returns:
true if grails.views.filteringCodecForMimeType settings should be ignored for this request
isSnapshot() - Method in GrailsVersion
isSnapshot(java.lang.String) - Method in VersionComparator
isSorted(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
Establish whether a collection property is sorted
isSpockTest(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Whether the class is a Spock test
isStacktrace() - Method in GrailsConsole
Returns:
Whether to show stack traces
isStateless(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractSession
isStateless(org.grails.datastore.mapping.model.PersistentEntity) - Method in SessionImplementor
Returns:
Whether the session is stateless
isStatic() - Method in MethodMetadataReadingVisitor
isStaticCandidateMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractGrailsArtefactTransformer
isStaticMethodExcluded(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractGrailsArtefactTransformer
isStaticMethodIncluded(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractGrailsArtefactTransformer
isStaticProperty(java.lang.Class, java.lang.String) - Method in GrailsClassUtils
isStringType(java.lang.Class) - Method in DefaultJsonViewHelper
isSubclassOf(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Returns true if the given class name is a parent class of the given class
isSubclassOf(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
Returns true if the given class name is a parent class of the given class
isSubclassOfOrImplementsInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
isSubclassOfOrImplementsInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
issueManagement - Property in GebGrailsPlugin
issueManagement - Property in HibernateGrailsPlugin
issueManagement - Property in JsonViewGrailsPlugin
issueManagement - Property in MarkupViewGrailsPlugin
issueManagement - Property in MongodbGrailsPlugin
issueManagement - Property in ScaffoldingGrailsPlugin
isSupportedOs(java.lang.String) - Method in DefaultFeature
isSwapped() - Method in SystemOutAndErrSwapper
isSynchronizedWithTransaction - Field in AbstractSession
isSyntaxTag(java.lang.String) - Method in GrailsTagRegistry
isTablePerConcreteClass() - Method in Mapping
isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in AbstractGormMappingFactory
isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in KeyValueMappingFactory
isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Return whether the given property descriptor is the tenant id
isTestSetupOrCleanup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
isThisTheReceiver(java.lang.Object) - Method in GroovyPageTypeCheckingExtension
isTimeFormat(java.lang.String) - Method in DatabaseMigrationCommand
isTrait(org.codehaus.groovy.ast.ClassNode) - Method in EnhancesTraitTransformation
isTransactional() - Method in DefaultGrailsServiceClass
isTransactional() - Method in GrailsServiceClass
Service should be configured with transaction demarcation.
isTransactional(java.lang.Object) - Method in GrailsTestTransactionInterceptor
A test is non transactional if it defines an instance or static property name 'transactional' with a value of false.
isTransactionPresent(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
isTrimStrings() - Method in DataBindingConfigurationProperties
isTrouble() - Method in GrailsPrintWriterAdapter
isTryCatchFinallyTag() - Method in JspTag
Returns:
Return true if the tag class implements the TryCatchFinally interface
isTryCatchFinallyTag() - Method in JspTagImpl
isUnidirectionalOneToMany(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
Checks whether a property is a unidirectional non-circular one-to-many
isUnique() - Method in Property
Returns:
Whether the property should be unique
isUnique() - Method in PropertyConfig
Shortcut to determine whether the property's column is configured to be unique.
isUniqueWithinGroup() - Method in Property
Returns:
Whether the property is unique within a group
isUrl() - Method in Constrained
isUrl() - Method in ConstrainedDelegate
isUrl() - Method in DefaultConstrainedProperty
Returns:
Returns the url.
isUrlRequired() - Method in GroovyPageView
isUseAbsoluteLinks() - Method in ViewConfiguration
Returns:
Whether to use absolute links
isUseCompileStatic() - Method in ApiDelegateTransformation
isUsed() - Method in GrailsPrintWriter
isUsed() - Method in GrailsPrintWriterAdapter
isUsed() - Method in StreamCharBuffer.StreamCharBufferWriter
isUseJsessionId() - Method in ResponseRedirector
isValid() - Method in AbstractConstraint
Return whether the constraint is valid for the owning class
isValid() - Method in Constraint
Return whether the constraint is valid for the owning class
isValid(java.lang.String, java.lang.String) - Method in SynchronizerTokensHolder
isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in AbstractGormASTTransformation
isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in SubscriberTransform
isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in TenantTransform
isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in TransactionalTransform
isValidArtefactClassNode(org.codehaus.groovy.ast.ClassNode, int) - Method in ArtefactHandlerAdapter
isValidArtefactClassNode(org.codehaus.groovy.ast.ClassNode, int) - Method in DomainClassArtefactHandler
isValidArtefactType() - Method in AbstractGrailsArtefactTransformer
isValidInterface(java.lang.Class) - Method in DefaultServiceRegistry
isValidMappingStrategy(java.lang.Class, java.lang.Object) - Method in AbstractMappingContext
isValidMappingStrategy(java.lang.Class, java.lang.Object) - Method in HibernateMappingContext
isValidParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.Parameter, java.lang.String) - Method in AbstractServiceImplementer
Check whether the given parameter is a valid property of the domain class
isValidPropertyType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractProjectionImplementer
isValidResource(org.springframework.core.io.Resource) - Method in ClassNameCompleter
isValidResource(org.springframework.core.io.Resource) - Method in DomainClassCompleter
isValidResource(org.springframework.core.io.Resource) - Method in TestsCompleter
isValidSource(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in AbstractPersistenceEventListener
isValidTargetClassNode(org.codehaus.groovy.ast.ClassNode) - Method in AbstractGrailsArtefactTransformer
isValidTransactionManagerBeanDefinition(java.lang.String, org.springframework.beans.factory.config.BeanDefinition) - Method in ChainedTransactionManagerPostProcessor
isValidVersion(java.lang.String, java.lang.String) - Method in GrailsVersionUtils
Check if the required version is a valid for the given plugin version.
isVariableCachingAllowed(java.lang.String) - Method in AbstractTemplateVariableBinding
isVariableCachingAllowed(java.lang.String) - Method in WebRequestTemplateVariableBinding
isVerbose() - Method in GrailsConsole
Returns:
Whether verbose output is being used
isVersioned() - Method in AbstractPersistentEntity
isVersioned() - Method in Entity
Returns:
Whether this entity is versioned
isVersioned(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
isVersioned() - Method in PersistentEntity
Is the entity versioned for optimistic locking.
isVersionGreaterThan(java.lang.String, java.lang.String) - Method in GrailsVersionUtils
Returns true if rightVersion is greater than leftVersion
isVetoed() - Method in PendingDeleteAdapter
isVetoed() - Method in PendingInsertAdapter
isVetoed() - Method in PendingOperation
Returns:
Whether the operation has been vetoed
isVetoed() - Method in PendingOperationAdapter
isVetoed() - Method in PendingUpdateAdapter
isVisible(Class<?>, java.lang.ClassLoader) - Method in GrailsClassUtils
Check whether the given class is visible in the given ClassLoader.
isWarDeployed() - Method in AbstractGrailsApplication
isWarDeployed() - Method in GrailsApplication
Returns true if this application has been deployed as a WAR file
isWatchForFileChanges() - Method in SpringApplicationRunnerConfiguration
Returns true if the source file should be monitored for changes and automatically recompiled.
isWhereQueryCall(org.codehaus.groovy.ast.expr.MethodCall) - Method in WhereQueryTypeCheckingExtension
isWindows() - Method in GrailsConsole
isWriterReferenced() - Method in BoundedCharsAsEncodedBytesCounter
isXhr() - Method in GrailsMockHttpServletRequest
Indicates whether this is an AJAX request or not (as far as Grails is concerned).
isXhr(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
IterableInterfaceProjectionBuilder - Trait in org.grails.datastore.gorm.services.implementers
Projection builder for iterable results like lists and arrays
IterableProjectionServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
For projections that return an iterable
IterableServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implementer that returns an iterable or an array
iteration - Property in JspTagImpl
iterator() - Method in AbstractConnectionSources
iterator() - Method in AbstractPersistentCollection
iterator() - Method in AbstractResultList
Override to transform elements if necessary during iteration.
iterator() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
iterator() - Method in CodeGenConfig
iterator() - Method in CommandRunner
iterator() - Method in CompositeConfig
iterator() - Method in DetachedCriteria
iterator() - Method in GrailsDependencyVersions
iterator() - Method in JSONArray
iterator() - Method in MongoQuery.AggregatedResultList
iterator() - Method in NavigableMap.NullSafeNavigator
iterator() - Method in NavigableMapConfig
iterator() - Method in PagedResultList
iterator() - Method in PrefixedConfig
iterator() - Method in SoftServiceLoader
Returns:
The iterator
iterator() - Method in StaticConnectionSources

J

jakartaValidate(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in ValidatedService
Validate the given method for the given arguments
JakartaValidatorRegistry - Class in org.grails.datastore.gorm.validation.jakarta
A validator registry that creates validators
JakartaValidatorRegistry(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings, org.springframework.context.MessageSource) - Constructor in JakartaValidatorRegistry
JarCommand - Class in org.grails.cli.command.archive
Command to create a self-contained executable jar file from a CLI application.
JarCommand() - Constructor in JarCommand
JarProfile(org.grails.cli.profile.ProfileRepository, org.springframework.core.io.Resource, java.lang.ClassLoader) - Constructor in AbstractJarProfileRepository.JarProfile
javaClass - Field in AbstractPersistentEntity
JavaCompiler - Class in org.grails.boot.internal
Helper for recompiling Java code at runtime
JavaCompiler() - Constructor in JavaCompiler
JAVASCRIPT_CODEC_IDENTIFIER - Field in JavaScriptEncoder
javascript - Property in JavascriptTagLib
Includes a javascript src file, library or inline script if the tag has no 'src' or 'library' attributes its assumed to be an inline script:
JavaScriptCodec - Class in org.grails.encoder.impl
A codec that encodes strings to Javascript
JavaScriptCodec.1 - Class in org.grails.encoder.impl
JavaScriptCodec.1() - Constructor in JavaScriptCodec.1
JavaScriptCodec() - Constructor in JavaScriptCodec
JavascriptDateMarshaller - Class in org.grails.web.converters.marshaller.json
Authors:
Siegfried Puchbauer
JavaScriptEncoder - Class in org.grails.encoder.impl
Used for making strings safe to be included in a SCRIPT tag besides normal Javascript escaping, possibly "unsafe" characters are escaped too so that it's safe to include an escaped string in a HTML SCRIPT tag.
JavaScriptEncoder() - Constructor in JavaScriptEncoder
JavascriptTagLib - Class in org.grails.plugins.web.taglib
Javascript tags.
JavascriptTagLib() - Constructor in JavascriptTagLib
JAVASIST_PROXY_FACTORY - Field in AbstractMappingContext
JavassistProxyFactory - Class in org.grails.datastore.mapping.proxy
A proxy factory that uses Javassist to create proxies
JdbcCompilerAutoConfiguration - Class in org.grails.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring JDBC.
jdbcExceptionTranslator - Field in GrailsHibernateTemplate
jj_nt - Field in JSONParser
Next token.
jjFillToken() - Method in JsonParserTokenManager
jjnewLexState - Field in JsonParserTokenManager
Lex State array.
jjstrLiteralImages - Field in JsonParserTokenManager
Token literal values.
JmsCompilerAutoConfiguration - Class in org.grails.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring JMS.
jndiName - Property in DataSourceSettings
The JNDI name
Join - Annotation Type in grails.gorm.services
Allow specifying the join to services
join(java.lang.String) - Method in AbstractCriteriaBuilder
join(java.lang.String, jakarta.persistence.criteria.JoinType) - Method in AbstractDetachedCriteria
Specifies whether a join query should be used (if join queries are supported by the underlying datastore)
join(java.lang.String, jakarta.persistence.criteria.JoinType) - Method in AbstractHibernateCriteriaBuilder
join(java.lang.String) - Method in AbstractHibernateQuery
join - Property in ApplicationTagLib
Uses the Groovy JDK join method to concatenate the toString() representation of each item in this collection with the given separator.
join(java.lang.String, jakarta.persistence.criteria.JoinType) - Method in BuildableCriteria
Whether to join on an association
join(java.lang.String, jakarta.persistence.criteria.JoinType) - Method in CriteriaBuilder
join(java.lang.String, jakarta.persistence.criteria.JoinType) - Method in DetachedCriteria
join(java.lang.String) - Method in JSONArray
Make a string from the contents of this JSONArray.
join(java.lang.String, jakarta.persistence.criteria.JoinType) - Method in Query
Specifies whether a join query should be used (if join queries are supported by the underlying datastore)
JoinTable - Class in org.grails.orm.hibernate.cfg
Represents a Join table in Grails mapping.
JoinTable() - Constructor in JoinTable
joinTable - Property in PropertyConfig
The join table configuration
joinTypes - Field in AbstractDetachedCriteria
joinTypes - Field in Query
JPA_ENTITY_ANNOTATION_NODE - Field in GormEntityTransformation
JPA_ENTITY_CLASS_NODE - Field in GormEntityTransformation
JPA_GORM_ENTITY_ORDER - Field in GroovyTransformOrder
Makes all GormEntities be a JPA entity
JPA_ID_ANNOTATION_NODE - Field in GormEntityTransformation
JPA_TRANSIENT_ANNOTATION_NODE - Field in GormEntityTransformation
JPA_VERSION_ANNOTATION_NODE - Field in GormEntityTransformation
JpaEntity - Annotation Type in grails.gorm.annotation
A class annotation used to make a class into a GORM domain class.
JpaGormEntityTransformation - Class in org.grails.compiler.gorm
Enhanced GORM entity annotated with JPA annotations
JpaGormEntityTransformation() - Constructor in JpaGormEntityTransformation
JpaMappingConfigurationStrategy - Class in org.grails.datastore.mapping.model.config
JpaMappingConfigurationStrategy(org.grails.datastore.mapping.model.MappingFactory) - Constructor in JpaMappingConfigurationStrategy
JpaQueryBuilder - Class in org.grails.datastore.mapping.query.jpa
Builds JPA 1.0 String-based queries from the Query model
JpaQueryBuilder(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction, org.grails.datastore.mapping.query.Query.ProjectionList, List<Query.Order>) - Constructor in JpaQueryBuilder
JpaQueryInfo - Class in org.grails.datastore.mapping.query.jpa
JpaQueryInfo(java.lang.String, java.util.List) - Constructor in JpaQueryInfo
JSON - Class in grails.converters
A converter that converts domain classes, Maps, Lists, Arrays, POJOs and POGOs to JSON.
JSON.Builder - Class in grails.converters
JSON_API - Field in MimeType
JSON_API_OBJECT - Property in DefaultJsonApiViewHelper
The jsonapiobject parameter
JSON_CODEC_IDENTIFIER - Field in BasicJSONEncoder
JSON_CONTENT_TYPE - Property in ControllerUnitTest
JSON_DATE_FORMAT - Field in JsonGenerator.Options
JSON_DATE_FORMAT - Field in JsonOutput
JSON_DATE_FORMAT_LOCALE - Field in JsonGenerator.Options
JSON(java.lang.Object) - Constructor in JSON
Creates a new JSON Converter for the given Object
json - Property in JsonRenderResult
The JSON result
json - Property in JsonView
The StreamingJsonBuilder instance
json(java.lang.Object) - Method in JsonViewWritableScript
JSON - Field in MimeType
JSON_VIEW_SUFFIX - Field in JsonViewResolver
jsonapi - Property in JsonView
The JSON API view helper
JsonApiDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
Creates DataBindingSource objects from JSON API in the request body
jsonApiDataBindingSourceCreator() - Method in DataBindingConfiguration
JsonApiDataBindingSourceCreator() - Constructor in JsonApiDataBindingSourceCreator
JsonApiIdRenderStrategy - Interface in grails.plugin.json.view.api.jsonapi
jsonApiIdRenderStrategy - Property in JsonView
The strategy to use to render identifiers in the JSON API specification
jsonApiIdRenderStrategy - Property in JsonViewTemplate
jsonApiIdRenderStrategy - Property in JsonViewTemplateEngine
jsonApiIdRenderStrategy - Property in JsonViewTest
JsonApiViewHelper - Interface in grails.plugin.json.view.api
Authors:
Colin Harrington
JSONArray - Class in org.grails.web.json
A JSONArray is an ordered sequence of values.
JSONArray(java.util.Collection) - Constructor in JSONArray
Construct a JSONArray from a Collection.
JSONBuilder - Class in grails.web
Builds JSON data.
JSONBuilder() - Constructor in JSONBuilder
JSONCodec - Class in org.grails.plugins.codecs
A codec that encodes strings to JSON
JSONCodec() - Constructor in JSONCodec
JSONCodecFactory - Class in org.grails.encoder.impl
JSONCodecFactory.1 - Class in org.grails.encoder.impl
JSONCodecFactory.1() - Constructor in JSONCodecFactory.1
JSONCodecFactory() - Constructor in JSONCodecFactory
JsonCollectionRenderer - Class in grails.rest.render.json
A JSON renderer for a collection of objects
JsonCollectionRenderer(java.lang.Class, grails.web.mime.MimeType) - Constructor in JsonCollectionRenderer
JsonDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
Creates DataBindingSource objects from JSON in the request body
JsonDataBindingSourceCreator.1 - Class in org.grails.web.databinding.bindingsource
JsonDataBindingSourceCreator.1() - Constructor in JsonDataBindingSourceCreator.1
jsonDataBindingSourceCreator() - Method in DataBindingConfiguration
JsonDataBindingSourceCreator() - Constructor in JsonDataBindingSourceCreator
JSONElement - Interface in org.grails.web.json
Base interface for all valid JSON Elements
JSONEncoder - Class in grails.encoders
JSONException - Class in org.grails.web.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(java.lang.Throwable) - Constructor in JSONException
JsonGenerator - Interface in grails.plugin.json.builder
Temporary fork of groovy JsonGenerator until Groovy 2.5.0 is out.
JsonGenerator.Converter - Interface in grails.plugin.json.builder
Handles converting a given type.
JsonGenerator.Options - Class in grails.plugin.json.builder
A builder used to construct a JsonGenerator instance that allows control over the serialized JSON output.
JSONObject - Class in org.grails.web.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject(java.lang.String) - Constructor in JSONObject
Construct a JSONObject from a string.
JsonOutput - Class in grails.plugin.json.builder
Temporary fork of groovy.json.JsonOutput until Groovy 2.5.0 is out.
JsonOutput.JsonUnescaped - Class in grails.plugin.json.builder
Represents unescaped JSON
JsonOutput.JsonWritable - Class in grails.plugin.json.builder
Represents unescaped JSON
JSONParser - Class in org.grails.web.json.parser
JSONParser(org.grails.web.json.parser.JsonParserTokenManager) - Constructor in JSONParser
Constructor with generated Token Manager.
JsonParserConstants - Interface in org.grails.web.json.parser
Token literal values and constants.
JsonParserTokenManager - Class in org.grails.web.json.parser
Token Manager.
JsonParserTokenManager(org.grails.web.json.parser.SimpleCharStream, int) - Constructor in JsonParserTokenManager
Constructor.
JsonReader - Class in org.grails.datastore.bson.json
A simplified fork of org.bson.json.JsonReader that works with readers and removes processing related to MongoDB
JsonReader.Context - Class in org.grails.datastore.bson.json
JsonReader.Mark - Class in org.grails.datastore.bson.json
JsonReader(java.io.Reader) - Constructor in JsonReader
Constructs a new instance with the given JSON reader.
JsonRenderer - Class in grails.rest.render.json
A JSON renderer that allows including / excluding properties
JsonRenderer.1 - Class in grails.rest.render.json
JsonRenderer.1() - Constructor in JsonRenderer.1
JsonRenderer.2 - Class in grails.rest.render.json
JsonRenderer.2() - Constructor in JsonRenderer.2
JsonRenderer(Class<T>, grails.web.mime.MimeType) - Constructor in JsonRenderer
JsonRenderResult - Class in grails.plugin.json.view.test
A result object returned by JsonViewTest
JsonRenderResult() - Constructor in JsonRenderResult
jsonSlurper - Property in JsonDataBindingSourceCreator
jsonSlurper - Field in YamlCommandFactory
JsonTemplateTypeCheckingExtension - Class in grails.plugin.json.view.internal
A type checking extension for JSON builder
JsonTemplateTypeCheckingExtension() - Constructor in JsonTemplateTypeCheckingExtension
jsonText - Property in JsonRenderResult
The raw JSON text
JSONTokener - Class in org.grails.web.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(java.lang.String) - Constructor in JSONTokener
Construct a JSONTokener from a string.
JsonUnescaped(java.lang.CharSequence) - Constructor in JsonOutput.JsonUnescaped
JsonView - Trait in grails.plugin.json.view.api
Extends default view API with additional methods
jsonView - Property in TestRequestConfigurer
JsonViewCompiler - Class in grails.plugin.json.view
A compiler for JSON views
JsonViewCompiler() - Constructor in JsonViewCompiler
JsonViewConfiguration - Class in grails.plugin.json.view
Default configuration for JSON views
JsonViewConfiguration() - Constructor in JsonViewConfiguration
JsonViewGeneratorConfiguration - Class in grails.plugin.json.view
Created by jameskleeh on 11/8/16.
JsonViewGeneratorConfiguration() - Constructor in JsonViewGeneratorConfiguration
JsonViewGrailsPlugin - Class in grails.plugin.json.view
JsonViewGrailsPlugin() - Constructor in JsonViewGrailsPlugin
jsonViewHelper - Property in TemplateRenderer
JsonViewJsonRenderer - Class in grails.plugin.json.renderer
A renderer that will lookup a JSON view if it exists and render it, otherwise fallback to default
JsonViewJsonRenderer(Class<T>, grails.web.mime.MimeType, grails.views.mvc.SmartViewResolver, grails.core.support.proxy.ProxyHandler, grails.rest.render.RendererRegistry, grails.rest.render.Renderer) - Constructor in JsonViewJsonRenderer
JsonViewResolver - Class in grails.plugin.json.view.mvc
Authors:
Graeme Rocher
jsonViewResolver - Property in AbstractJsonViewContainerRenderer
JsonViewResolver(grails.plugin.json.view.JsonViewTemplateEngine, java.lang.String, java.lang.String) - Constructor in JsonViewResolver
JsonViewSetupSpecInterceptor - Class in grails.views.json.test.spock
JsonViewSetupSpecInterceptor() - Constructor in JsonViewSetupSpecInterceptor
jsonViewSetupSpecInterceptor - Property in JsonViewSpockExtension
JsonViewSpockExtension - Class in grails.views.json.test.spock
JsonViewSpockExtension() - Constructor in JsonViewSpockExtension
JsonViewsTransform - Class in grails.plugin.json.view.internal
Authors:
Graeme ROcher
JsonViewsTransform() - Constructor in JsonViewsTransform
JsonViewTemplate - Class in grails.plugin.json.view.template
JsonViewTemplate() - Constructor in JsonViewTemplate
JsonViewTemplateEngine - Class in grails.plugin.json.view
A template engine for parsing JSON views
JsonViewTemplateEngine(grails.views.ViewConfiguration, java.lang.ClassLoader) - Constructor in JsonViewTemplateEngine
Constructs a JsonTemplateEngine with a custom base class
JsonViewTest - Trait in grails.plugin.json.view.test
A trait that test classes can implement to add support for easily testing JSON views
JsonViewTest.TestHttpResponse - Class in grails.plugin.json.view.test
JsonViewUnitTest - Trait in grails.views.json.test
JsonViewUnitTest.TestHttpResponse - Class in grails.views.json.test
JsonViewWritableScript - Class in grails.plugin.json.view
JsonViewWritableScript() - Constructor in JsonViewWritableScript
JsonWriter - Class in org.grails.datastore.bson.json
Simplified fork of org.bson.json.JsonWriter that ignores behaviour specific to MongoDB and produces more compat output
JsonWriter.Context - Class in org.grails.datastore.bson.json
JSONWriter.Mode - Enum in org.grails.web.json
Enumeration of the possible modes of the JSONWriter
JsonWriter(java.io.Writer, org.bson.json.JsonWriterSettings) - Constructor in JsonWriter
JSP_SUFFIX - Field in GroovyPageViewResolver
JspActionSubmitTag - Class in org.grails.web.taglib.jsp
JSP facade onto the GSP actionSubmit tag
JspActionSubmitTag() - Constructor in JspActionSubmitTag
JspCheckboxTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspCheckboxTag() - Constructor in JspCheckboxTag
JspCurrencySelectTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspCurrencySelectTag() - Constructor in JspCurrencySelectTag
JspDatePickerTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspDatePickerTag() - Constructor in JspDatePickerTag
JspEachErrorTag - Class in org.grails.web.taglib.jsp
JSP facade onto the GSP eachError tag
JspEachErrorTag() - Constructor in JspEachErrorTag
JspFormRemoteTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspFormRemoteTag() - Constructor in JspFormRemoteTag
JspFormTag - Class in org.grails.web.taglib.jsp
JSP facade onto the GSP form tag
JspFormTag() - Constructor in JspFormTag
JspFragmentImpl - Class in org.grails.gsp.jsp
JspFragmentImpl(org.grails.gsp.jsp.GroovyPagesPageContext, org.grails.buffer.FastStringWriter) - Constructor in JspFragmentImpl
JspHasErrorsTag - Class in org.grails.web.taglib.jsp
JSP facade onto the GSP hasErrors tag
JspHasErrorsTag() - Constructor in JspHasErrorsTag
JspInvokeGrailsTagLibTag - Class in org.grails.web.taglib.jsp
A tag that invokes a tag defined in a the Grails dynamic tag library.
JspInvokeGrailsTagLibTag() - Constructor in JspInvokeGrailsTagLibTag
JspLinkTag - Class in org.grails.web.taglib.jsp
A JSP facade that delegates to the Grails taglib link tag.
JspLinkTag() - Constructor in JspLinkTag
JspLocaleSelectTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspLocaleSelectTag() - Constructor in JspLocaleSelectTag
JspMessageTag - Class in org.grails.web.taglib.jsp
JSP facade onto the GSP message tag
JspMessageTag() - Constructor in JspMessageTag
JspRemoteFunctionTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspRemoteFunctionTag() - Constructor in JspRemoteFunctionTag
JspRemoteLinkTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspRemoteLinkTag() - Constructor in JspRemoteLinkTag
JspRenderErrorsTag - Class in org.grails.web.taglib.jsp
JSP facade onto the GSP renderErrors tag
JspRenderErrorsTag() - Constructor in JspRenderErrorsTag
JspRenderTag - Class in org.grails.web.taglib.jsp
JSP facade onto the GSP render tag.
JspRenderTag() - Constructor in JspRenderTag
JspSelectTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspSelectTag() - Constructor in JspSelectTag
JspSubmitToRemoteTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspSubmitToRemoteTag() - Constructor in JspSubmitToRemoteTag
JspTag - Interface in org.grails.gsp.jsp
An interface that represents a JSP tag that can be invoked by Grails
JspTagImpl - Class in org.grails.gsp.jsp
Authors:
Graeme Rocher
JspTagImpl(java.lang.Class) - Constructor in JspTagImpl
JspTagLib - Interface in org.grails.gsp.jsp
An interface that represents a Jsp taglib
JspTagLibImpl - Class in org.grails.gsp.jsp
Authors:
Graeme Rocher
JspTagLibImpl(java.lang.String, Map<String, String>, java.lang.ClassLoader) - Constructor in JspTagLibImpl
JspTimeZoneSelectTag - Class in org.grails.web.taglib.jsp
Authors:
Graeme Rocher
JspTimeZoneSelectTag() - Constructor in JspTimeZoneSelectTag
JspWriterDelegate - Class in org.grails.gsp.jsp
Delegates to another java.io.Writer.
Jsr310ConvertersConfiguration - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.1 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.10 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.10() - Constructor in Jsr310ConvertersConfiguration.10
Jsr310ConvertersConfiguration.11 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.11() - Constructor in Jsr310ConvertersConfiguration.11
Jsr310ConvertersConfiguration.12 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.12() - Constructor in Jsr310ConvertersConfiguration.12
Jsr310ConvertersConfiguration.13 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.13() - Constructor in Jsr310ConvertersConfiguration.13
Jsr310ConvertersConfiguration.14 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.14() - Constructor in Jsr310ConvertersConfiguration.14
Jsr310ConvertersConfiguration.15 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.15() - Constructor in Jsr310ConvertersConfiguration.15
Jsr310ConvertersConfiguration.16 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.16() - Constructor in Jsr310ConvertersConfiguration.16
Jsr310ConvertersConfiguration.17 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.17() - Constructor in Jsr310ConvertersConfiguration.17
Jsr310ConvertersConfiguration.18 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.18() - Constructor in Jsr310ConvertersConfiguration.18
Jsr310ConvertersConfiguration.19 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.19() - Constructor in Jsr310ConvertersConfiguration.19
Jsr310ConvertersConfiguration.1() - Constructor in Jsr310ConvertersConfiguration.1
Jsr310ConvertersConfiguration.2 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.20 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.20() - Constructor in Jsr310ConvertersConfiguration.20
Jsr310ConvertersConfiguration.21 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.21() - Constructor in Jsr310ConvertersConfiguration.21
Jsr310ConvertersConfiguration.2() - Constructor in Jsr310ConvertersConfiguration.2
Jsr310ConvertersConfiguration.3 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.3() - Constructor in Jsr310ConvertersConfiguration.3
Jsr310ConvertersConfiguration.4 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.4() - Constructor in Jsr310ConvertersConfiguration.4
Jsr310ConvertersConfiguration.5 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.5() - Constructor in Jsr310ConvertersConfiguration.5
Jsr310ConvertersConfiguration.6 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.6() - Constructor in Jsr310ConvertersConfiguration.6
Jsr310ConvertersConfiguration.7 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.7() - Constructor in Jsr310ConvertersConfiguration.7
Jsr310ConvertersConfiguration.8 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.8() - Constructor in Jsr310ConvertersConfiguration.8
Jsr310ConvertersConfiguration.9 - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.9() - Constructor in Jsr310ConvertersConfiguration.9
Jsr310ConvertersConfiguration.CustomDateBindingEditor - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.CustomDateBindingEditor() - Constructor in Jsr310ConvertersConfiguration.CustomDateBindingEditor
Jsr310ConvertersConfiguration.Jsr310DateValueConverter - Class in org.grails.databinding.converters
Jsr310ConvertersConfiguration.Jsr310DateValueConverter() - Constructor in Jsr310ConvertersConfiguration.Jsr310DateValueConverter
Jsr310ConvertersConfiguration(org.grails.plugins.databinding.DataBindingConfigurationProperties) - Constructor in Jsr310ConvertersConfiguration
jtaSessionContext - Field in GrailsSessionContext
JTDS - Enum Constant in DatabaseDriver
jTDS.
Junction(List<Criterion>) - Constructor in Query.Junction
junctions - Field in AbstractDetachedCriteria
JUnitReports - Class in org.grails.test.report.junit
Simply propagates to the underlying reports.
JUnitReports(org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter) - Constructor in JUnitReports
JUnitReportsFactory - Class in org.grails.test.report.junit
JUnitReportsFactory(java.lang.String, java.lang.String, java.io.File, List<String>) - Constructor in JUnitReportsFactory

K

KEEP_ALIVE - Field in HttpHeaders
keepRunning - Property in GrailsCli
key - Field in Cacheable
A closure for computing the key dynamically.
key - Field in CacheEvict
A closure for computing the key dynamically.
key - Field in CachePut
A closure for computing the key dynamically.
KEY_EXCEPTION - Field in UrlMappingsUnitTest
key - Property in JoinTable
The foreign key column
key(java.lang.String) - Method in JSONWriter
Append a key.
KEY - Enum Constant in JSONWriter.Mode
key(java.lang.String) - Method in KeyValue
key(java.lang.String) - Method in PathCapturingJSONWriterWrapper
key(java.lang.String) - Method in PrettyPrintJSONWriter
keyPrefix - Property in WriteFilteringMap
keys - Field in AbstractPersistentCollection
keys() - Method in ConfigProperties
keys() - Method in JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
keySet() - Method in AbstractTypeConvertingMap
keySet() - Method in CodeGenConfig
keySet() - Method in CompositeConfig
keySet() - Method in ConfigProperties
keySet() - Method in DelegatingParameters
keySet() - Method in EmptyParameters
keySet() - Method in GPathResultMap
keySet() - Method in GrailsFlashScope
keySet() - Method in JSONObject
keySet() - Method in LazyBeanMap
keySet() - Method in LazyMetaPropertyMap
keySet() - Method in NavigableMap
keySet() - Method in NavigableMap.NullSafeNavigator
keySet() - Method in NavigableMapConfig
keySet() - Method in Parameters
Returns:
The parameter names
keySet() - Method in PrefixedConfig
keySet() - Method in PropertyResolverMap
keyspace - Property in Family
keyspace - Field in KeyValueMappingFactory
KeyValue - Class in org.grails.datastore.mapping.keyvalue.mapping.config
KeyValue(java.lang.String) - Constructor in KeyValue
KeyValueClassMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in KeyValuePersistentEntity.KeyValueClassMapping
KeyValueEntry - Class in org.grails.datastore.mapping.keyvalue.engine
Authors:
Graeme Rocher
KeyValueEntry(java.lang.String) - Constructor in KeyValueEntry
KeyValueMappingContext - Class in org.grails.datastore.mapping.keyvalue.mapping.config
A MappingContext used to map objects to a Key/Value store
KeyValueMappingContext(java.lang.String, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in KeyValueMappingContext
Constructs a context using the given keyspace
KeyValueMappingFactory - Class in org.grails.datastore.mapping.keyvalue.mapping.config
Authors:
Graeme Rocher
KeyValueMappingFactory(java.lang.String) - Constructor in KeyValueMappingFactory
KeyValuePersistentEntity - Class in org.grails.datastore.mapping.keyvalue.mapping.config
Authors:
Graeme Rocher
KeyValuePersistentEntity.KeyValueClassMapping - Class in org.grails.datastore.mapping.keyvalue.mapping.config
KeyValuePersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in KeyValuePersistentEntity
KILOMETERS - Property in Metric
the radius of the earth in kilometers *
kind - Field in Token
An integer that describes the kind of this token.

L

l - Property in CommonTypes
last(java.util.Map) - Method in AbstractHibernateGormStaticApi
last(java.util.Map) - Method in GormEntity
Finds the last object.
last(java.util.Map) - Method in GormStaticApi
Finds the last object.
last(java.util.Map) - Method in GormStaticOperations
Finds the last object.
LAST - Enum Constant in GrailsFilters
LAST_MODIFIED - Field in HttpHeaders
last() - Method in PersistentSortedSet
last(java.util.Map) - Method in TenantDelegatingGormOperations
LAST_UPDATED_PROPERTY - Field in AutoTimestampEventListener
lastIndexOf(java.lang.Object) - Method in JSONArray
lastIndexOf(java.lang.Object) - Method in PagedResultList
lastIndexOf(java.lang.Object) - Method in PersistentList
lastKey - Property in SimpleMapEntityPersister
lastMatch - Property in GrailsTestCompilerAutoConfiguration
lastModified() - Method in ByteArrayResource
LASTMODIFIED_CHECK_INTERVAL - Field in GroovyPageMetaInfo
lastModified() - Method in GrailsResource
lastModified() - Method in SpringResource
lastModified - Property in WritableScriptTemplate
The last modified stamp of the source file. -1 if no source file.
lastName - Property in Person
lastName - Property in PersonWithCompositeKey
lastUpdated - Property in PersonEvent
lastUpdated - Property in Record
latestVersion - Field in GrailsWrapperHome
latitude - Property in City
launch(Class<?>, java.lang.String) - Method in SpringApplicationLauncher
Launches the application created using the given sources.
LAYOUT_ATTRIBUTE - Field in WebUtils
layoutBody - Property in RenderSitemeshTagLib
layoutHead - Property in RenderSitemeshTagLib
layoutTitle - Property in RenderSitemeshTagLib
LayoutViewResolver - Interface in org.grails.web.servlet.view
A ViewResolver for resolving layouts
LayoutWriterStack - Class in org.grails.web.taglib
Class that can be used by "layout" tags, i.e. tags that use the different parts in their body to assemble a bigger part.
lazy - Property in DataSourceSettings
Whether the data source is lazy
lazy - Property in Property
Whether to use lazy proxies for each association.
LazyBeanMap - Class in grails.beans.util
LazyBeanMap(java.lang.Object) - Constructor in LazyBeanMap
Creates a bean map
LazyMetaPropertyMap - Class in grails.beans.util
A map implementation that reads an objects properties lazily using Groovy's MetaClass.
LazyMetaPropertyMap(java.lang.Object) - Constructor in LazyMetaPropertyMap
Constructs the map
lazyQuery - Field in AbstractDetachedCriteria
LazyTagLibraryLookup - Class in org.grails.testing.runtime.support
Lazy implementation of the tag library lookup class designed for testing purposes.
le(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
le(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
le(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Creates a "less than or equal to" Criterion based on the specified property name and value
le(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
le(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
le(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
le(java.lang.String, java.lang.Object) - Method in DetachedCriteria
le(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than or equal to the given value
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than all the given returned values
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
leftShift(java.lang.String) - Method in AbstractGrailsMockHttpServletResponse
Appends the given content string to the response's output stream.
leftShift(Closure<T>) - Method in BoundPromise
leftShift(Closure<T>) - Method in GparsPromise
leftShift(java.lang.String) - Method in GrailsPrintWriter
leftShift(groovy.lang.Writable) - Method in GrailsPrintWriterAdapter
leftShift(groovy.lang.Writable) - Method in GrailsRoutablePrintWriter
leftShift(jakarta.servlet.http.HttpServletResponse, java.lang.Object) - Method in HttpServletResponseExtension
leftShift(MongoCollection<Document>, Map<String, Object>) - Method in MongoExtensions
leftShift(Promise<T>) - Method in PromiseList
Add a promise to the promise list
leftShift(groovy.lang.Closure) - Method in PromiseMap
leftShift(Closure<T>) - Method in SynchronousPromise
length - Property in ColumnConfig
The length of the column
length() - Method in JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in JSONObject
Get the number of keys stored in the JSONObject.
length() - Method in JsonOutput.JsonWritable
length() - Method in StreamCharBuffer
leProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be less than or equal to a specified other property
leProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
leProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that tests if the first property is less than or equal to the second property
leProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be less than or equal to a specified other property
leProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
leProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be less than or equal to a specified other property
leSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
leSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
leSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
leSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than or equal to some of the given values
leSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
LESS_THAN - Field in AbstractHibernateCriteriaBuilder
LESS_THAN_OR_EQUAL - Field in AbstractHibernateCriteriaBuilder
LESS_THAN_OR_EQUAL_PROPERTY - Field in AbstractHibernateCriteriaBuilder
LESS_THAN_PROPERTY - Field in AbstractHibernateCriteriaBuilder
LessThan(java.lang.String) - Constructor in MethodExpression.LessThan
LessThan(java.lang.String, java.lang.Object) - Constructor in Query.LessThan
LessThanAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanAll
LessThanEquals(java.lang.String) - Constructor in MethodExpression.LessThanEquals
LessThanEquals(java.lang.String, java.lang.Object) - Constructor in Query.LessThanEquals
LessThanEqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanEqualsAll
LessThanEqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.LessThanEqualsProperty
LessThanEqualsSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanEqualsSome
LessThanProperty(java.lang.String, java.lang.String) - Constructor in Query.LessThanProperty
LessThanSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanSome
LexicalError(boolean, int, int, int, java.lang.String, char) - Method in TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Field in JsonParserTokenManager
Lexer state names.
license - Property in DatabaseMigrationGrailsPlugin
license - Property in GebGrailsPlugin
license - Property in HibernateGrailsPlugin
license - Property in JsonViewGrailsPlugin
license - Property in MarkupViewGrailsPlugin
license - Property in MongodbGrailsPlugin
license - Property in ScaffoldingGrailsPlugin
license - Property in Sitemesh3GrailsPlugin
lifeCycle - Property in GrailsApplicationPostProcessor
like(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an like Criterion based on the specified property name and value.
like(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
LIKE - Field in AbstractHibernateCriteriaBuilder
like(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
like(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
like(java.lang.String, java.lang.Object) - Method in Criteria
Creates a like Criterion based on the specified property name and value
like(java.lang.String, java.lang.Object) - Method in DetachedCriteria
Like(java.lang.String) - Constructor in MethodExpression.Like
like(java.lang.String, java.lang.String) - Method in Query
Restricts the results by the given properties value
Like(java.lang.String, java.lang.String) - Constructor in Query.Like
like(java.lang.String, java.lang.String) - Method in Restrictions
Restricts the property match the given String expressions.
limitScanningToApplication() - Method in GrailsAutoConfiguration
Whether classpath scanning should be limited to the application and not dependent JAR files.
LINE_SEPARATOR - Field in GrailsConsole
LINE_SEPARATOR - Field in GrailsExceptionResolver
line - Field in SimpleCharStream
LineNumber - Annotation Type in org.grails.gsp.compiler.transform
Authors:
Andrew Eisenberg
lineNumber - Property in ViewRenderException
LINENUMBERS_DATA_POSTFIX - Field in GroovyPageMetaInfo
LineNumberTransform - Class in org.grails.gsp.compiler.transform
Convert line number information to that based on the line number array passed into the line number array in the LineNumber annotation.
lines - Field in LineNumber
LineString - Class in grails.mongodb.geo
See http://geojson.org/geojson-spec.html#linestring
LineString(grails.mongodb.geo.Point) - Constructor in LineString
Constructs a LineString for the given Point instances
LineStringType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the LineStringType type to GORM for MongoDB
LineStringType() - Constructor in LineStringType
Link - Class in grails.rest
Represents a Link in a RESTful resource.
link - Property in ApplicationTagLib
General linking to controllers, actions etc.
link(java.util.Map, java.lang.String) - Method in CachingLinkGenerator
link(java.util.Map, java.lang.String) - Method in DefaultGrailsViewHelper
link(java.util.Map, java.lang.String) - Method in DefaultLinkGenerator
{@inheritDoc}
Link(java.lang.String, java.lang.String) - Constructor in Link
link(java.util.Map, java.lang.String) - Method in LinkGenerator
Generates a link to a controller, action or URI for the given named parameters.
LINK_METHOD - Field in LinkableTransform
LINK_NAMESPACE - Field in GroovyPage
LINK_ORDER - Field in GroovyTransformOrder
Allows adding link() support to any class
LINK_PREFIX - Field in CachingLinkGenerator
LINK_TAG - Field in HalXmlRenderer
LINK_TAG - Field in VndErrorXmlRenderer
link(java.util.Map, java.lang.String) - Method in TestLinkGenerator
LINK_WRITERS - Property in ApplicationTagLib
Linkable - Annotation Type in grails.rest
A transform that makes it possible to attach Link instances to any class.
LinkableTransform - Class in org.grails.plugins.web.rest.transform
Implementation of the Linkable transform
LinkableTransform() - Constructor in LinkableTransform
linkBidirectionalOneToMany(java.util.Collection, PersistentClass, DependantValue, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
Links a bidirectional one-to-many, configuring the inverse side and using a column copy to perform the link
LinkGenerator - Interface in grails.web.mapping
Generates links for a Grails application based on URL mapping rules and/or base context settings.
linkGenerator - Property in AbstractLinkingRenderer
linkGenerator - Property in AbstractVndErrorRenderer
linkGenerator - Property in ApplicationTagLib
linkGenerator - Field in BidirectionalToManyInputRenderer
linkGenerator - Property in GrailsViewTemplate
The link generator
linkGenerator - Property in JsonViewTest
linkGenerator - Property in ResponseRedirector
linkGenerator - Property in UrlMappingTagLib
LinkGeneratorFactory - Class in grails.web.mapping
Helper class for creating a LinkGenerator.
LinkGeneratorFactory() - Constructor in LinkGeneratorFactory
LINKS_ATTRIBUTE - Field in DefaultHalViewHelper
LINKS_ATTRIBUTE - Field in HalJsonRenderer
LINKS_ATTRIBUTE - Field in VndErrorJsonRenderer
links(java.util.Map, java.lang.String) - Method in DefaultHalViewHelper
links(java.util.Map, java.lang.Object, java.lang.Number) - Method in HalViewHelper
Creates HAL links for the given model and pagination object
LINKS_METHOD - Field in LinkableTransform
linkValueUsingAColumnCopy(org.grails.datastore.mapping.model.PersistentProperty, Column, DependantValue) - Method in GrailsDomainBinder
list(java.util.Map, groovy.lang.Closure) - Method in AbstractHibernateCriteriaBuilder
list() - Method in AbstractHibernateQuery
list(java.lang.String) - Method in AbstractTypeConvertingMap
list(java.util.Map, groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a list query in a single call.
LIST_CALL - Field in AbstractHibernateCriteriaBuilder
list(java.util.Map, groovy.lang.Closure) - Method in CriteriaBuilder
list(java.lang.String) - Method in DelegatingParameters
list(groovy.lang.Closure) - Method in DetachedCriteria
Lists all records matching the criterion contained within this DetachedCriteria instance
LIST_DISTINCT_CALL - Field in AbstractHibernateCriteriaBuilder
list(java.lang.String) - Method in EmptyParameters
list() - Method in GormEntity
List all entities
list(java.util.Map, groovy.lang.Closure) - Method in GormQueryOperations
Lists all records matching the criterion contained within this DetachedCriteria instance
list(java.util.Map) - Method in GormService
list() - Method in GormStaticApi
List all entities
list() - Method in GormStaticOperations
List all entities
list(java.util.Map) - Method in HibernateGormStaticApi
list - Field in InListConstraint
list(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
list(java.lang.String) - Method in Parameters
Returns value of the parameter as a list of values
list() - Method in Query
Executes the query returning zero or many results as a list.
list() - Method in QueryableCriteria
List all results
list() - Method in TenantDelegatingGormOperations
listAllResources(java.util.Map) - Method in RestfulController
List all of resource based on parameters
listAllResources(java.util.Map) - Method in RestfulServiceController
listArgCounter - Property in ClassWithListArgBeforeValidate
listArgCounter - Property in ClassWithOverloadedBeforeValidate
listDependencies(java.lang.ClassLoader) - Method in MavenResolverGrapeEngine
listDirtyPropertyNames() - Method in DirtyCheckable
Returns:
A list of the dirty property names
listDistinct(groovy.lang.Closure) - Method in AbstractHibernateCriteriaBuilder
listDistinct(groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a list distinct query in a single call.
listDistinct(groovy.lang.Closure) - Method in CriteriaBuilder
Defines and executes a list distinct query in a single call.
listDistinct(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
listenedForEvents - Field in GormEventDispatcher
Listener - Annotation Type in grails.events.annotation.gorm
A Listener is like a Subscriber for GORM events, but is dispatched synchronously
listener - Property in ClosureSubscription
listener - Property in DirtyCheckingAfterListenerSpec
listener - Property in PersistenceEventListenerSpec
listener - Property in QueryEventsSpec
listener - Property in SessionCreationEventSpec
listeners - Field in AbstractConnectionSources
listeners - Field in DataBindingEventMulticastListener
listeners - Field in GormEventDispatcher
listeners - Field in GrailsWebDataBinder
listeners - Property in TldReader
listForCriteria() - Method in AbstractHibernateQuery
listIterator(int) - Method in AbstractResultList
listIterator(int) - Method in JSONArray
listIterator(int) - Method in MongoQuery.AggregatedResultList
listIterator(int) - Method in PagedResultList
listIterator(int) - Method in PersistentList
ListOrderByFinder - Class in org.grails.datastore.gorm.finders
The "listOrderBy*" static persistent method.
ListOrderByFinder(org.grails.datastore.mapping.core.Datastore) - Constructor in ListOrderByFinder
ListOrderBySpec - Class in org.apache.grails.data.testing.tck.tests
Authors:
graemerocher
ListOrderBySpec() - Constructor in ListOrderBySpec
listOutputContext(org.grails.datastore.mapping.model.PersistentEntity, List<DomainProperty>, groovy.lang.Closure) - Method in ContextMarkupRenderer
Defines the context for rendering a list of domain class instances
listOutputContext(org.grails.datastore.mapping.model.PersistentEntity, List<DomainProperty>, groovy.lang.Closure) - Method in ContextMarkupRendererImpl
ListProfilesCommand - Class in org.grails.cli.profile.commands
Lists the available Profile instances 
ListProfilesCommand() - Constructor in ListProfilesCommand
ListReadingCachedGradleOperation - Class in org.grails.cli.gradle.cache
A CachedGradleOperation that reads and writes a list of values
ListReadingCachedGradleOperation() - Constructor in ListReadingCachedGradleOperation
load(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
load(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore as a proxy. eg.
load(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore as a proxy. eg.
load(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore as a proxy. eg.
load(Class<T>, java.io.Serializable) - Method in GrailsHibernateTemplate
load(liquibase.parser.core.ParsedNode, liquibase.resource.ResourceAccessor) - Method in GroovyChange
load(java.lang.String, org.springframework.core.io.Resource, List<String>) - Method in GroovyConfigPropertySourceLoader
load(liquibase.parser.core.ParsedNode, liquibase.resource.ResourceAccessor) - Method in GroovyPrecondition
load(Class<T>, java.io.Serializable) - Method in IHibernateTemplate
load() - Method in ServiceDefinition
Returns:
load the service
load(Class<T>) - Method in ServiceTransformation
load(Class<S>, java.lang.ClassLoader, Predicate<String>) - Method in SoftServiceLoader
Creates a new SoftServiceLoader using the given type and class loader.
load(java.io.Serializable) - Method in TenantDelegatingGormOperations
load() - Method in YamlPropertySourceLoader
loadAfter - Property in CacheGrailsPlugin
loadAfter - Property in ControllersAsyncGrailsPlugin
loadAfter - Property in DomainClassGrailsPlugin
loadAfter - Property in FieldsGrailsPlugin
loadAfter - Property in GroovyPagesGrailsPlugin
loadAfter - Property in HibernateGrailsPlugin
loadAfter - Property in InterceptorsGrailsPlugin
loadAfter - Property in MongodbGrailsPlugin
loadAfter - Property in ScaffoldingGrailsPlugin
loadAfter - Property in ServicesGrailsPlugin
loadAfter - Property in UrlMappingsGrailsPlugin
loadAll(Class<T>) - Method in GrailsHibernateTemplate
loadAnnotationDefined(org.codehaus.groovy.ast.AnnotationNode, java.lang.String, java.util.List, java.lang.Class) - Method in ServiceTransformation
loadApplicationConfig() - Method in GrailsApplicationPostProcessor
loadBeans(org.springframework.core.io.Resource) - Method in BeanBuilder
Loads a set of given beans.
loadBefore - Property in RestResponderGrailsPlugin
loadBefore - Property in Sitemesh3GrailsPlugin
loadCorePlugins - Field in AbstractGrailsPluginManager
loadDataServices(java.lang.String) - Method in AbstractDatastoreInitializer
loadedClasses - Field in DefaultGrailsApplication
loadedFiles - Property in GroovyConfigPropertySourceLoader
loadEmbeddedCollection(org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, java.lang.String) - Method in MongoEntityPersister
loadEmbeddedCollection(org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, java.lang.String) - Method in NativeEntryEntityPersister
Implementors who want to the ability to read embedded collections should implement this method
loadEmbeddedCollectionKeys(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in AbstractMongoObectEntityPersister
Implementors who want to support one-to-many associations embedded should implement this method
loadEmbeddedCollectionKeys(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in NativeEntryEntityPersister
Implementors who want to support one-to-many associations embedded should implement this method
loadExternalBeans - Property in GrailsApplicationBuilder
loadExternalBeans - Property in GrailsApplicationPostProcessor
loadExternalBeans() - Method in GrailsUnitTest
loadExternalSpringConfig(org.grails.spring.RuntimeSpringConfiguration, grails.core.GrailsApplication) - Method in RuntimeSpringConfigUtilities
Loads any external Spring configuration into the given RuntimeSpringConfiguration object.
loadFactories(Class<T>, java.lang.ClassLoader) - Method in GrailsFactoriesLoader
Load the factory implementations of the given type from the default location, using the given class loader.
loadFactoriesWithArguments(Class<T>, java.lang.ClassLoader, java.lang.Object) - Method in GrailsFactoriesLoader
loadFactory(Class<T>, java.lang.ClassLoader, java.lang.Object) - Method in GrailsFactoriesLoader
loadFactoryClasses(Class<T>, java.lang.ClassLoader) - Method in GrailsFactoriesLoader
loadGroovy(java.io.File) - Method in CodeGenConfig
loadInverseChildKeys(org.grails.datastore.mapping.core.Session, java.lang.Class, java.util.Collection) - Method in AbstractPersistentCollection
loadJavaServices(Class<S>) - Method in HibernateMappingContextConfiguration
loadMimeTypeConfig(grails.config.Config) - Method in HttpServletResponseExtension
loadPlugins() - Method in DefaultGrailsPluginManager
loadPlugins() - Method in GrailsPluginManager
Performs the initial load of plug-ins throwing an exception if any dependencies don't resolve
loadPlugins() - Method in MockGrailsPluginManager
loadPlugins() - Method in PluginManagerLoader
Load the available plugins
loadPlugins() - Method in ProfilingGrailsPluginManager
loadProperties(java.util.Properties) - Method in GrailsPlaceholderConfigurer
loadProperties(org.springframework.core.io.Resource, java.lang.String) - Method in ReloadableResourceBundleMessageSource
Load the properties from the given resource.
loadServices() - Method in DefaultServiceRegistry
loadSpringGroovyResources(org.grails.spring.RuntimeSpringConfiguration, grails.core.GrailsApplication) - Method in RuntimeSpringConfigUtilities
loadSpringGroovyResourcesIntoContext(org.grails.spring.RuntimeSpringConfiguration, grails.core.GrailsApplication, org.springframework.context.support.GenericApplicationContext) - Method in RuntimeSpringConfigUtilities
loadView(java.lang.String, java.util.Locale) - Method in GroovyPageViewResolver
loadView(java.lang.String, java.util.Locale) - Method in ScaffoldingViewResolver
loadYml(java.io.InputStream) - Method in CodeGenConfig
loc - Property in CommonTypes
LocalDateBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalDate to MongoDB
LocalDateCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalDate in MongoDB
LocalDateCodec() - Constructor in LocalDateCodec
LocalDateConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalDate to and from a long
localDateConverter() - Method in Jsr310ConvertersConfiguration
LocalDateDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalDate
LocalDateDecoder() - Constructor in LocalDateDecoder
LocalDateEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalDate
LocalDateEncoder() - Constructor in LocalDateEncoder
LocalDateJsonConverter - Class in grails.plugin.json.converters
A class to render a java.time.LocalDate as json
LocalDateJsonConverter() - Constructor in LocalDateJsonConverter
localDateStructuredBindingEditor() - Method in Jsr310ConvertersConfiguration
LocalDateTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalDateTime to MongoDB
LocalDateTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalDateTime in MongoDB
LocalDateTimeCodec() - Constructor in LocalDateTimeCodec
LocalDateTimeConverter - Class in org.grails.databinding.converters
This class is a ValueConverter for java.time.LocalDateTime target type.
localDateTimeConverter() - Method in Jsr310ConvertersConfiguration
LocalDateTimeConverter() - Constructor in LocalDateTimeConverter
LocalDateTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalDateTime
LocalDateTimeDecoder() - Constructor in LocalDateTimeDecoder
LocalDateTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalDateTime
LocalDateTimeEncoder() - Constructor in LocalDateTimeEncoder
LocalDateTimeJsonConverter - Class in grails.plugin.json.converters
A class to render a java.time.LocalDateTime as json
LocalDateTimeJsonConverter() - Constructor in LocalDateTimeJsonConverter
localDateTimeStructuredBindingEditor() - Method in Jsr310ConvertersConfiguration
localDateTimeValueConverter() - Method in Jsr310ConvertersConfiguration
localDateValueConverter() - Method in Jsr310ConvertersConfiguration
LOCALE - Field in HibernateCriteriaBuilder
locale - Property in JsonViewGeneratorConfiguration
locale - Property in PageRenderer
locale - Property in View
The locale of the view
LocaleAwareBigDecimalConverter - Class in org.grails.databinding.converters.web
A ValueConverter that knows how to convert a String to a BigDecimal or a BigInteger and is Locale aware.
LocaleAwareBigDecimalConverter() - Constructor in LocaleAwareBigDecimalConverter
LocaleAwareNumberConverter - Class in org.grails.databinding.converters.web
A ValueConverter that knows how to convert a String to any numeric type and is Locale aware.
LocaleAwareNumberConverter() - Constructor in LocaleAwareNumberConverter
localeChangeInterceptor() - Method in I18nAutoConfiguration
LocaleInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering java.util.Locale properties
LocaleInputRenderer() - Constructor in LocaleInputRenderer
LocalEntityResolver - Class in org.grails.gsp.jsp
Resolves commons JSP DTDs and Schema definitions locally.
localeResolver - Property in GenericGroovyTemplateView
localeResolver() - Method in I18nAutoConfiguration
localeResolver - Property in LocaleAwareNumberConverter
localeResolver - Property in ParamsAwareLocaleChangeInterceptor
localeResolver - Property in SmartViewResolver
localeSelect - Property in FormTagLib
A helper tag for creating locale selects.
LocalhostDownloadSupport - Class in grails.plugin.geb.support
Authors:
Mattias Reichel
LocalhostDownloadSupport(geb.Browser, java.lang.String) - Constructor in LocalhostDownloadSupport
localOverride - Property in GrailsApplicationBuilder
localOverride - Property in GrailsApplicationBuilder.TestRuntimeGrailsApplicationPostProcessor
LocalTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalTime to MongoDB
LocalTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalTime in MongoDB
LocalTimeCodec() - Constructor in LocalTimeCodec
LocalTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalTime to and from a long
localTimeConverter() - Method in Jsr310ConvertersConfiguration
LocalTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalTime
LocalTimeDecoder() - Constructor in LocalTimeDecoder
LocalTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalTime
LocalTimeEncoder() - Constructor in LocalTimeEncoder
LocalTimeJsonConverter - Class in grails.plugin.json.converters
A class to render a java.time.LocalTime as json
LocalTimeJsonConverter() - Constructor in LocalTimeJsonConverter
localTimeStructuredBindingEditor() - Method in Jsr310ConvertersConfiguration
localTimeValueConverter() - Method in Jsr310ConvertersConfiguration
locateResource(java.lang.String) - Method in ReloadableResourceBundleMessageSource
locateResourceWithoutCache(java.lang.String) - Method in ReloadableResourceBundleMessageSource
locateServiceBinding(Class<R>) - Method in HibernateDialectDetectorFactoryBean
Location - Class in org.apache.grails.data.testing.tck.domains
location - Property in DefaultFeature
LOCATION - Field in HttpHeaders
Location() - Constructor in Location
location - Property in MkdirStep
locations - Field in GrailsTestConfiguration
See Also:
ContextConfiguration#locations()#locations()
Default:
{}
lock(boolean) - Method in AbstractHibernateCriteriaBuilder
Whether a pessimistic lock should be obtained.
lock(D) - Method in AbstractHibernateGormInstanceApi
lock(boolean) - Method in AbstractHibernateQuery
lock(Class<T>, java.io.Serializable) - Method in AbstractHibernateSession
lock(java.lang.Class, java.io.Serializable) - Method in AbstractSession
lock() - Method in DelegatingGormEntityApi
lock(java.io.Serializable) - Method in GormEntity
Locks an instance for an update
lock() - Method in GormEntityApi
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormInstanceApi
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormInstanceOperations
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormStaticApi
lock(java.io.Serializable) - Method in GormStaticOperations
Locks an instance for an update
lock(java.lang.Object, LockMode) - Method in GrailsHibernateTemplate
lock(java.io.Serializable) - Method in HibernateGormStaticApi
lock(java.lang.Object, LockMode) - Method in IHibernateTemplate
lock(java.io.Serializable, int) - Method in LockableEntityPersister
Acquire a lock using the given identifier and timeout delay
lock(java.io.Serializable, int) - Method in MongoCodecEntityPersister
lock(java.io.Serializable, int) - Method in NativeEntryEntityPersister
lock(jakarta.persistence.LockModeType) - Method in Query
Specifies whether the query should obtain a pessimistic lock
lock(Class<T>, java.io.Serializable) - Method in Session
Retrieves an individual object, using a write lock to prevent loss of updates
lock(java.io.Serializable) - Method in TenantDelegatingGormOperations
LockableEntityPersister - Class in org.grails.datastore.mapping.engine
Abstract base class for entity persisters that support locking.
LockableEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in LockableEntityPersister
lockedObjects - Field in AbstractSession
lockEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.io.Serializable, int) - Method in NativeEntryEntityPersister
Subclasses can override to provide locking semantics
lockResult - Field in Query
LOG - Field in AbstractDatastore
log - Field in AbstractWritableScript
A logger that can be used within views
LOG - Field in ClosureEventListener
log(java.lang.String) - Method in ConsoleLogger
Logs a message below the current status message
LOG - Field in ConvertersConfigurationInitializer
LOG - Property in DefaultAcceptHeaderParser
log - Field in DefaultGrailsApplication
LOG - Field in DefaultGrailsPlugin
log(java.lang.String) - Method in GrailsConsole
Logs a message below the current status message
LOG - Field in GrailsDomainBinder
LOG - Field in GrailsEntityDirtinessStrategy
LOG - Field in GrailsExceptionResolver
LOG - Field in GrailsHibernateUtil
LOG - Field in GrailsPrintWriter
LOG - Field in GroovyPageParser
LOG - Field in GSPResponseWriter
LOG - Property in HibernateMappingBuilder
LOG - Property in JspTagImpl
LOG - Field in LoggingPoolFactory
LOG - Field in NavigableMapConfig
log - Field in OutputEncodingStack
log - Field in XML
logCascadeMapping(org.grails.datastore.mapping.model.types.Association, java.lang.String, org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
LoggingPoolFactory - Class in org.grails.async.factory.gpars
A pool factory that logs error instead of printing them to standard err as is the default in GPars
LoggingPoolFactory.1 - Class in org.grails.async.factory.gpars
LoggingPoolFactory.1.1 - Class in org.grails.async.factory.gpars
LoggingPoolFactory.1.1() - Constructor in LoggingPoolFactory.1.1
LoggingPoolFactory.1() - Constructor in LoggingPoolFactory.1
LoggingPoolFactory.2 - Class in org.grails.async.factory.gpars
LoggingPoolFactory.2() - Constructor in LoggingPoolFactory.2
LoggingPoolFactory() - Constructor in LoggingPoolFactory
LoggingTransformer - Class in org.grails.compiler.logging
Adds a log field to all artifacts.
LOGICAL_AND - Field in JpaQueryBuilder
LOGICAL_AND_OPERATOR - Field in GrailsASTUtils
LOGICAL_OR - Field in JpaQueryBuilder
LogicalExpression(java.lang.Object) - Constructor in AbstractHibernateCriteriaBuilder.LogicalExpression
logicalExpressionStack - Field in AbstractHibernateCriteriaBuilder
LOGREF_ATTRIBUTE - Field in AbstractVndErrorRenderer
logSql - Property in DataSourceSettings
Whether to log SQL
logStackTrace(java.lang.Exception, jakarta.servlet.http.HttpServletRequest) - Method in GrailsExceptionResolver
long(java.lang.String, java.lang.Long) - Method in DelegatingParameters
long(java.lang.String, java.lang.Long) - Method in EmptyParameters
LONG - Field in HibernateCriteriaBuilder
long(java.lang.String, java.lang.Long) - Method in Parameters
Obtains the value of a parameter as a Long
long(java.lang.String, java.lang.Long) - Method in TypeConvertingMap
LongArrayToLongArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
LongArrayToLongArrayConverter() - Constructor in LongArrayToLongArrayConverter
longConverter() - Method in DefaultConvertersConfiguration
longitude - Property in City
lookup(jakarta.servlet.http.HttpServletRequest) - Method in AsyncGrailsWebRequest
Looks up the GrailsWebRequest from the current request.
lookup() - Method in DefaultOutputContextLookup
lookup() - Method in EncodingStateRegistryLookup
Lookup encoding state registry.
lookup() - Method in GrailsWebRequest
Looks up the current Grails WebRequest instance
lookup - Field in NamespacedTagDispatcher
lookup(org.grails.web.mapping.UrlCreatorCache.ReverseMappingKey) - Method in UrlCreatorCache
lookupApplication(jakarta.servlet.ServletContext) - Method in GrailsWebUtil
Looks up a GrailsApplication instance from the ServletContext.
lookupApplication(jakarta.servlet.ServletContext) - Method in WebUtils
Looks up the GrailsApplication instance
lookupAsyncTransactionalMethodTransformer() - Method in DelegateAsyncTransformation
lookupById() - Method in AbstractDetachedCriteriaServiceImplementor
Whether lookup by id is allowed by this implementation
lookupById() - Method in AbstractProjectionImplementer
lookupById() - Method in CountImplementer
lookupById() - Method in FindAllImplementer
lookupCache(org.grails.web.gsp.io.CachingGrailsConventionGroovyPageLocator.GroovyPageLocatorCacheKey, Callable<GroovyPageScriptSource>) - Method in CachingGrailsConventionGroovyPageLocator
lookupCachedTagLib(org.grails.taglib.TagLibraryLookup, java.lang.String, java.lang.String) - Method in TagOutput
lookupCodec(java.lang.String, ConcurrentMap<String,T>, Class<T>) - Method in BasicCodecLookup
lookupDecoder(java.lang.String) - Method in BasicCodecLookup
lookupDecoder(java.lang.String) - Method in CodecLookup
lookupDefaultEncodingStateRegistry() - Method in StreamCharBuffer
lookupEncoder(java.lang.String) - Method in BasicCodecLookup
lookupEncoder(java.lang.String) - Method in CodecLookup
lookupEncoder(grails.core.GrailsApplication, java.lang.String) - Method in CodecLookupHelper
Lookup encoder.
lookupEncoder(grails.core.GrailsApplication, java.lang.String) - Method in WithCodecHelper
lookupEncodingState(java.lang.String, int, int) - Method in StreamingEncoderWriter
lookupFilteringEncoder() - Method in GrailsWebRequest
lookupFormat(java.lang.Object) - Method in MimeTypesApiSupport
lookupHandlerInterceptors(jakarta.servlet.ServletContext) - Method in WebUtils
Looks up all of the HandlerInterceptor instances registered for the application
lookupJspTagLib(java.lang.String) - Method in GroovyPage
lookupJspTagLib(java.lang.String) - Method in ModelRecordingGroovyPage
lookupMapping(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in DefaultUrlMappingsHolder
Performs a match uses reverse mappings to looks up a mapping from the controller, action and params.
lookupMimeTypes(java.lang.Object) - Method in MimeTypesApiSupport
lookupNamespaceDispatcher(java.lang.String) - Method in TagLibraryLookup
Looks up a namespace dispatcher for the given namespace
lookupObjectMarshaller(java.lang.Object) - Method in Converter
lookupObjectMarshaller(java.lang.Object) - Method in JSON
lookupObjectMarshaller(java.lang.Object) - Method in XML
lookupOutputContext() - Method in DefaultOutputContextLookup
lookupOutputContext() - Method in OutputContextLookup
lookupOutputContext() - Method in OutputContextLookupHelper
lookupOutputContext() - Method in WebOutputContextLookup
lookupRequestFormat() - Method in GrailsConventionGroovyPageLocator
lookupSecondary() - Method in WebRequestServletHolder
lookupStrategies - Field in AbstractPromiseFactory
lookupTagDispatcher(java.lang.String) - Method in CompileStaticGroovyPage
lookupTagDispatcher(java.lang.String) - Method in GroovyPage
lookupTagDispatcher(java.lang.String) - Method in ModelRecordingGroovyPage
lookupTagLibrary(java.lang.String, java.lang.String) - Method in LazyTagLibraryLookup
lookupTagLibrary(java.lang.String, java.lang.String) - Method in TagLibraryLookup
Looks up a tag library for the given namespace and tag name.
lookupUrlMappings() - Method in GrailsExceptionResolver
lookupUrlMappings(jakarta.servlet.ServletContext) - Method in UrlMappingUtils
Looks up the UrlMappingsHolder instance
lookupViewResolver(org.springframework.context.ApplicationContext) - Method in WebUtils
lookupWebRequest() - Method in WebRequestOutputContext
lookupWebRequestInterceptors(jakarta.servlet.ServletContext) - Method in WebUtils
Looks up all of the WebRequestInterceptor instances registered with the application
lowerLeft - Property in Box
LOWEST_PRECEDENCE - Field in OrderedComparator
Useful constant for the lowest precedence value.
LOWEST_PRIORITY - Field in GroovyTransformOrder
lt(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
lt(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
lt(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Creates a "less than" Criterion based on the specified property name and value
lt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
lt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
lt(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
lt(java.lang.String, java.lang.Object) - Method in DetachedCriteria
LT_OPERATOR - Field in BsonQuery
lt(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than the given value
lt(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be less than the given value
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than all the given returned values
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
lte(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
lte(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
lte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
lte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
lte(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in DetachedCriteria
LTE_OPERATOR - Field in BsonQuery
lte(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be less than or equal to the given value
ltProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be less than a specified other property
ltProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
ltProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that tests if the first property is less than the second property
ltProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be less than a specified other property
ltProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
ltProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be less than a specified other property
ltSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
ltSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
ltSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
ltSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than some of the given values
ltSome(java.lang.String, Closure<?>) - Method in DetachedCriteria

M

main(java.lang.String) - Method in GrailsApplicationContextCommandRunner
Main method to run an existing Application class
main(java.lang.String) - Method in GrailsApplicationScriptRunner
Main method to run an existing Application class
main(java.lang.String) - Method in GrailsCli
Main method for running via the command line
main(java.lang.String) - Method in GrailsShell
Main method to run an existing Application class
main(java.lang.String) - Method in GrailsSwingConsole
Main method to run an existing Application class
main(java.lang.String) - Method in GroovyPageForkedCompiler
main(java.lang.String) - Method in JsonViewCompiler
main(java.lang.String) - Method in MarkupViewCompiler
main(java.lang.String) - Method in PackagedSpringApplicationLauncher
main(java.lang.String) - Method in Start
major - Property in GrailsVersion
The major version
make(java.util.Map) - Method in GroovyPageTemplate
make(java.util.Map) - Method in JsonViewTemplate
make(java.util.Map) - Method in MarkupViewWritableScriptTemplate
make(java.util.Map) - Method in ResolvableGroovyTemplateEngine.1
make(java.util.Map) - Method in WritableScriptTemplate
makeAccessible(java.lang.reflect.Method) - Method in ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeAjaxRequest() - Method in GrailsMockHttpServletRequest
Makes this request an AJAX request as Grails understands it.
makeClosureAwareOfArguments(org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.ClosureExpression) - Method in AstUtils
Makes a closure aware of the given methods arguments
makeClosureParameterAware(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.ClosureExpression) - Method in AbstractCacheTransformation
makeDelegatingClosureCall(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.expr.ArgumentListExpression, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.VariableScope) - Method in AbstractMethodDecoratingTransformation
Construct a method call that wraps an original call with a closure invocation
makeDynamicGormCall(org.codehaus.groovy.ast.expr.MethodCall, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in DynamicFinderTypeCheckingExtension
makeKey(java.lang.String, java.util.Map) - Method in CachingLinkGenerator
makePropertiesFileReproducible(java.io.File) - Method in PropertyFileUtils
makeRelativeIfPossible(java.lang.String) - Method in DefaultStackTracePrinter
makeServerURL() - Method in DefaultLinkGenerator
Get the declared URL of the server from config, or guess at localhost for non-production.
makeSettingsCanonical(java.lang.Object) - Method in WithCodecHelper
ManagedEntity - Annotation Type in grails.orm.hibernate.annotation
manageListIfNecessary(java.lang.Object) - Method in BeanBuilder
Checks whether there are any runtime refs inside the list and converts it to a ManagedList if necessary.
manageMapIfNecessary(java.lang.Object) - Method in BeanBuilder
Checks whether there are any runtime refs inside a Map and converts it to a ManagedMap if necessary.
manager - Field in AbstractGrailsPlugin
manager - Property in GrailsDataTckSpec
MANUAL - Enum Constant in AbstractHibernateDatastore.FlushMode
MANUAL - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
ManualEntityOrdering - Class in org.grails.datastore.mapping.query.order
Manual implementation of query ordering for datastores that don't support native ordering.
ManualEntityOrdering(org.grails.datastore.mapping.model.PersistentEntity) - Constructor in ManualEntityOrdering
ManualProjections - Class in org.grails.datastore.mapping.query.projections
Implements common projections in-memory given a set of results.
ManualProjections(org.grails.datastore.mapping.model.PersistentEntity) - Constructor in ManualProjections
ManyToMany - Class in org.grails.datastore.mapping.model.types
Models a many-to-many association between one class and another
ManyToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in ManyToMany
ManyToOne - Class in org.grails.datastore.mapping.model.types
Models a many-to-one association
ManyToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in ManyToOne
map - Field in SimpleMapDataBindingSource
MapBasedSmartPropertyOverrideConfigurer - Class in org.grails.spring.context.support
Applies property configuration from a Map with bean names as keys and bean properties as name/value Maps (i.e.
MapBasedSmartPropertyOverrideConfigurer() - Constructor in MapBasedSmartPropertyOverrideConfigurer
MapMarshaller - Class in org.grails.web.converters.marshaller.xml
Authors:
Siegfried Puchbauer
MAPPED_BY_NONE - Field in GormMappingConfigurationStrategy
mappedInterceptor(org.springframework.web.servlet.HandlerInterceptor) - Method in UrlMappingsHandlerMapping
mappedPropertiesByName - Field in AbstractPersistentEntity
Mapping - Class in org.grails.orm.hibernate.cfg
Models the mapping from GORM classes to the db.
mapping - Property in Book
MAPPING_CACHE - Field in AbstractGrailsDomainBinder
mapping - Property in ChildEntity
mapping - Property in ConnectionSourceSettings.DefaultSettings
The default mapping
mapping - Property in Dog
mapping - Property in EnumThing
mapping - Property in HibernateMappingBuilder
mapping - Property in Highway
mapping - Property in Location
Mapping() - Constructor in Mapping
mapping - Property in ModifyPerson
mapping - Property in Nose
mapping - Property in OptLockNotVersioned
mapping - Property in Patient
mapping - Property in Person
mapping - Property in PersonWithCompositeKey
mapping - Property in Pet
mapping - Property in Plant
mapping - Property in Publication
mapping - Property in Record
mapping - Property in SimpleWidgetWithNonStandardId
mapping - Property in Task
mapping - Property in TestEntity
MappingBuilder - Class in grails.orm.hibernate.mapping
Entry point for the ORM mapping configuration DSL
MappingBuilder() - Constructor in MappingBuilder
MappingConfigurationBuilder - Interface in org.grails.datastore.mapping.config.groovy
Interface for objects that build a mapping configuration
MappingConfigurationStrategy - Interface in org.grails.datastore.mapping.model
MappingContext - Interface in org.grails.datastore.mapping.model
MappingContext.Listener - Interface in org.grails.datastore.mapping.model
Implementors can register for events when the mapping context changes
mappingContext - Field in AbstractDatastore
mappingContext - Property in AbstractLinkingRenderer
mappingContext - Property in BsonPersistentEntityCodec
mappingContext - Property in CodecCustomTypeMarshaller
mappingContext - Field in DefaultConstraintEvaluator
mappingContext - Field in DefaultGrailsApplication
mappingContext - Property in DefaultLinkGenerator
mappingContext - Property in DefaultValidatorRegistry
mappingContext - Field in DynamicFinder
mappingContext - Field in GormValidationApi
mappingContext - Property in GrailsViewTemplate
The GORM mapping context
mappingContext - Field in HibernateConnectionSourceFactory
mappingContext - Property in JsonViewTest
mappingContext - Property in MappingContextAwareConstraintFactory
mappingContext - Property in MappingContextTraversableResolver
mappingContext - Property in TestLinkGenerator
mappingContext - Property in ValidatorRegistryFactoryBean
MappingContextAwareConstraintFactory - Class in org.grails.datastore.gorm.validation.constraints
A constraint that restricts constraints to be applicable only to a given MappingContext
MappingContextAwareConstraintFactory(Class<? extends Constraint>, org.springframework.context.MessageSource, org.grails.datastore.mapping.model.MappingContext, List<Class>) - Constructor in MappingContextAwareConstraintFactory
MappingContextTraversableResolver - Class in org.grails.datastore.gorm.validation.jakarta
A TraversableResolver that uses the MappingContext to establish whether validation can cascade
MappingContextTraversableResolver(org.grails.datastore.mapping.model.MappingContext) - Constructor in MappingContextTraversableResolver
MappingDefinition - Interface in org.grails.datastore.mapping.config
A mapping definition
mappingDirectoryLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings".
MappingFactory - Class in org.grails.datastore.mapping.model
mappingFactory - Field in DocumentMappingContext
mappingFactory - Field in KeyValueMappingContext
mappingJarLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
mappingLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
mappingName - Field in AbstractUrlMapping
mappings - Property in DefaultUrlMappings
mappings - Property in GrailsCorsConfiguration
mappings - Property in UrlMappingsGrailsPlugin.DefaultUrlMappings
mappingsToGrailsControllerMap - Property in AbstractGrailsControllerUrlMappings
MappingUtils - Class in org.grails.datastore.mapping.engine.internal
Utility methods for mapping logic.
MapReadingCachedGradleOperation - Class in org.grails.cli.gradle.cache
Cached Gradle operation that reads a Map
MapReadingCachedGradleOperation() - Constructor in MapReadingCachedGradleOperation
mapStackLineNumber(java.lang.String, int) - Method in GroovyPagesTemplateEngine
mapStackLineNumber(java.lang.String, int) - Method in ResourceAwareTemplateEngine
mapsToURI(java.lang.String) - Method in DefaultGrailsControllerClass
mapsToURI(java.lang.String) - Method in GrailsControllerClass
Tests if a controller maps to a given URI.
mapToObject(Class<T>, Map<String, Object>) - Method in MongoConstants
mapToPropertyResolver(Map<String,Object>) - Method in AbstractDatastore
MapToSelectInputRenderer - Trait in org.grails.scaffolding.registry.input
A class to easily render a select element based on a given set of options and a default option
mapURI(java.lang.String) - Method in UrlMappingsUnitTest
Maps a URI and returns the appropriate controller instance
mapX(Map<String, ? extends Expression>) - Method in AstUtils
Builds a map
MARIADB - Enum Constant in DatabaseDriver
Maria DB.
Mark() - Constructor in JsonReader.Mark
markApplied(org.codehaus.groovy.ast.ClassNode) - Method in ArtefactTypeAstTransformation
markApplied(org.codehaus.groovy.ast.ASTNode, Class<?>) - Method in GrailsASTUtils
markBufferChanged() - Method in StreamCharBuffer
markDirty - Field in AbstractHibernateDatastore
markDirty() - Method in AbstractPersistentCollection
markDirty - Property in ConnectionSourceSettings
Whether to mark instances dirty on explicit save()
markDirty(java.lang.String, java.lang.Object, java.lang.Object) - Method in DirtyCheckable
Marks the given property name as dirty
markDirty - Property in GormEnhancer
markDirty - Property in GormInstanceApi
markDirty() - Method in PersistentCollection
Mark the collection as dirty.
markEncoded(java.lang.CharSequence) - Method in AbstractCharReplacementEncoder
markEncoded(java.lang.CharSequence) - Method in ChainedEncoder
markEncoded(java.lang.CharSequence) - Method in Encoder
Mark this instance as encoded with this encoder in the current EncodingStateRegistry
markEncoded(java.lang.CharSequence) - Method in NoneEncoder
markEncoded(java.lang.CharSequence) - Method in RawCodec
markEncoded(org.grails.buffer.StreamCharBuffer.StringChunk) - Method in StreamCharBuffer
markEncoded(java.lang.CharSequence) - Method in URLCodecFactory.1
markInsertActive() - Method in AbstractHibernateGormInstanceApi
Called by org.grails.orm.hibernate.metaclass.SavePersistentMethod's performInsert to set a ThreadLocal variable that determines the value for getAssumedUnsaved().
MARKUP_VIEW_SUFFIX - Field in MarkupViewResolver
MarkupView - Trait in grails.plugin.markup.view.api
Extra methods added to markup views
MarkupViewCompiler - Class in grails.plugin.markup.view
A compiler for markup templates
MarkupViewCompiler() - Constructor in MarkupViewCompiler
MarkupViewConfiguration - Class in grails.plugin.markup.view
Authors:
Graeme Rocher
MarkupViewConfiguration() - Constructor in MarkupViewConfiguration
MarkupViewGrailsPlugin - Class in grails.plugin.markup.view
Plugin class for markup views
MarkupViewGrailsPlugin() - Constructor in MarkupViewGrailsPlugin
MarkupViewResolver - Class in grails.plugin.markup.view.mvc
Authors:
Graeme Rocher
MarkupViewResolver(grails.plugin.markup.view.MarkupViewTemplateEngine, java.lang.String, java.lang.String) - Constructor in MarkupViewResolver
MarkupViewsTransform - Class in grails.plugin.markup.view.internal
Authors:
Graeme Rocher
MarkupViewsTransform() - Constructor in MarkupViewsTransform
MarkupViewTemplate - Class in grails.plugin.markup.view
Base class for markup engine templates
MarkupViewTemplate(groovy.text.markup.MarkupTemplateEngine, java.util.Map, Map<String, String>, groovy.text.markup.TemplateConfiguration) - Constructor in MarkupViewTemplate
MarkupViewTemplateEngine - Class in grails.plugin.markup.view
A ResolvableGroovyTemplateEngine that uses Groovy's groovy.text.markup.MarkupTemplateEngine internally
MarkupViewTemplateEngine.1 - Class in grails.plugin.markup.view
MarkupViewTemplateEngine.1() - Constructor in MarkupViewTemplateEngine.1
MarkupViewTemplateEngine(grails.plugin.markup.view.MarkupViewConfiguration, java.lang.ClassLoader) - Constructor in MarkupViewTemplateEngine
MarkupViewWritableScriptTemplate - Class in grails.plugin.markup.view
Authors:
Graeme Rocher
MarkupViewWritableScriptTemplate(Class<? extends GrailsView>, java.io.File, groovy.text.markup.MarkupTemplateEngine, grails.plugin.markup.view.MarkupViewConfiguration) - Constructor in MarkupViewWritableScriptTemplate
MarkupViewXmlRenderer - Class in grails.plugin.markup.view.renderer
Integration with the Grails renderer framework
MarkupViewXmlRenderer(Class<T>, grails.web.mime.MimeType, grails.views.mvc.SmartViewResolver, grails.core.support.proxy.ProxyHandler, grails.rest.render.RendererRegistry, grails.rest.render.Renderer) - Constructor in MarkupViewXmlRenderer
markUsed() - Method in GrailsPrintWriter
markUsed() - Method in GrailsPrintWriterAdapter
markUsed() - Method in GrailsWrappedWriter
markUsed() - Method in StreamCharBuffer.StreamCharBufferWriter
marshaller - Field in DefaultConverterConfiguration.Entry
marshallers - Field in ImmutableConverterConfiguration
marshalObject(java.lang.Object, grails.converters.XML) - Method in ArrayMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in Base64ByteArrayMarshaller
marshalObject(java.lang.Object, grails.converters.JSON) - Method in ByteArrayMarshaller
marshalObject(java.lang.Object, C) - Method in ChainedConverterConfiguration
marshalObject(java.lang.Object, C) - Method in ChainedConverterConfiguration.ChainedObjectMarshaller
marshalObject(java.lang.Object, T) - Method in ClosureObjectMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in CollectionMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in DateMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in DomainClassMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in EnumMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in GenericJavaBeanMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in GroovyBeanMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in InstanceMethodBasedMarshaller
marshalObject(java.lang.Object, grails.converters.JSON) - Method in JavascriptDateMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in MapMarshaller
marshalObject(java.lang.Object, T) - Method in ObjectMarshaller
Performs the conversion
marshalObject(java.lang.Object, C) - Method in ProxyUnwrappingMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in ToStringBeanMarshaller
marshalObject(java.lang.Object, grails.converters.XML) - Method in ValidationErrorsMarshaller
match(java.lang.String) - Method in AbstractGrailsControllerUrlMappings
match(java.lang.String, java.lang.String) - Method in AntPathMatcher
match(java.lang.String, java.lang.String) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
match(java.lang.String) - Method in DefaultUrlMappingsHolder
match(java.util.Map) - Method in Interceptor
Used to define a match.
MATCH_OPERATOR - Field in BsonQuery
match(java.lang.String) - Method in RegexUrlMapping
Matches the given URI and returns a DefaultUrlMappingInfo instance or null
match(int) - Method in ResponseCodeUrlMapping
MATCH_SUFFIX - Field in InterceptorArtefactHandler
match(java.lang.String) - Method in UrlMapping
Matches the given URI and returns an instance of the UrlMappingInfo interface or null if a match couldn't be established
match(java.lang.String) - Method in UrlMappingsHolder
Match and return the first UrlMappingInfo instance possible
matchAll(java.lang.String, org.springframework.http.HttpMethod, java.lang.String) - Method in DefaultUrlMappingsHolder
matchAll(java.lang.String, org.springframework.http.HttpMethod, java.lang.String) - Method in GrailsControllerUrlMappings
matchAll() - Method in Interceptor
Matches all requests
matchAll() - Method in Matcher
Indicate that this matcher should match all requests
matchAll - Field in UrlMappingMatcher
matchAll(java.lang.String, org.springframework.http.HttpMethod, java.lang.String) - Method in UrlMappingsHolder
Match all possible UrlMappingInfo instances to the given URI and HTTP method
MATCHED_REQUEST - Field in UrlMappingsHandlerMapping
Matcher - Interface in grails.interceptors
A Matcher is used to configure matching for Interceptor instances
matches(org.codehaus.groovy.ast.ClassNode) - Method in CachingCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in CompilerAutoConfiguration
Strategy method used to determine when compiler auto-configuration should be applied.
MATCHES_CONSTRAINT - Field in ConstrainedProperty
matches(org.codehaus.groovy.ast.ClassNode) - Method in GormCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in GrailsApplicationCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in GrailsCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in GrailsTestCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in GroovyTemplatesCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in JdbcCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in JmsCompilerAutoConfiguration
matches(java.util.Map) - Method in Matcher
Defines the match for the given arguments
matches(org.codehaus.groovy.ast.ClassNode) - Method in RabbitCompilerAutoConfiguration
matches(T) - Method in Selector
Indicates whether this Selector matches the key.
matches(org.codehaus.groovy.ast.ClassNode) - Method in SpringBatchCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in SpringIntegrationCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in SpringMvcCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in SpringRetryCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in SpringSecurityCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in SpringTestCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in SpringWebsocketCompilerAutoConfiguration
matches(org.codehaus.groovy.ast.ClassNode) - Method in TransactionManagementCompilerAutoConfiguration
matches(java.util.Map) - Method in UrlMappingMatcher
MatchesConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates the property against a supplied regular expression.
MatchesConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in MatchesConstraint
matchesCurrentContainerConfiguration(grails.plugin.geb.WebDriverContainerHolder.WebDriverContainerConfiguration) - Method in WebDriverContainerHolder
matchesFilter(org.springframework.core.type.classreading.MetadataReader, org.springframework.core.type.classreading.MetadataReaderFactory) - Method in HibernateMappingContextConfiguration
Check whether any of the configured entity type filters matches the current class descriptor contained in the metadata reader.
matchesPath(java.lang.String) - Method in WatchPattern
Whether the given path matches this watch pattern
matchingFileExtensions - Property in ClasspathCommandResourceResolver
matchingFileExtensions - Property in FileSystemCommandResourceResolver
matchingFileExtensions - Property in GroovyScriptCommandFactory
matchingFileExtensions - Property in YamlCommandFactory
matchProductName(java.lang.String) - Method in DatabaseDriver
MatchSpec - Class in org.grails.datastore.gorm.finders
A match spec details a matched finder
MatchSpec(java.lang.String, java.lang.String, java.lang.String, int, List<MethodExpression>) - Constructor in MatchSpec
matchStart(java.lang.String, java.lang.String) - Method in AntPathMatcher
matchStatusCode(int, java.lang.Throwable) - Method in AbstractGrailsControllerUrlMappings
matchStatusCode(int, java.lang.Throwable) - Method in DefaultUrlMappingsHolder
matchStatusCode(java.lang.Exception, grails.web.mapping.UrlMappingsHolder) - Method in GrailsExceptionResolver
matchStatusCode(int, java.lang.Throwable) - Method in UrlMappingsHolder
Match and return for first UrlMappingInfo for the give response code and exception
MATERIALIZED_BLOB - Field in HibernateCriteriaBuilder
MATERIALIZED_CLOB - Field in HibernateCriteriaBuilder
MavenModelDependencyManagement - Class in org.grails.cli.compiler.dependencies
DependencyManagement derived from a Maven Model.
MavenModelDependencyManagement(grails.codegen.model.Model) - Constructor in MavenModelDependencyManagement
MavenProfileRepository - Class in org.grails.cli.profile.repository
Resolves profiles from a configured list of repositories using Aether
MavenProfileRepository() - Constructor in MavenProfileRepository
MavenResolverGrapeEngine - Class in org.grails.cli.compiler.grape
A groovy.grape.GrapeEngine implementation that uses Maven Resolver, the dependency resolution system used by Maven.
MavenResolverGrapeEngine(groovy.lang.GroovyClassLoader, org.eclipse.aether.RepositorySystem, org.eclipse.aether.DefaultRepositorySystemSession, List<RemoteRepository>, org.grails.cli.compiler.grape.DependencyResolutionContext, boolean) - Constructor in MavenResolverGrapeEngine
MavenResolverGrapeEngineFactory - Class in org.grails.cli.compiler.grape
Utility class to create a pre-configured MavenResolverGrapeEngine.
MavenSettings - Class in org.grails.cli.compiler.maven
An encapsulation of settings read from a user's Maven settings.xml.
MavenSettings(org.apache.maven.settings.Settings, org.apache.maven.settings.crypto.SettingsDecryptionResult) - Constructor in MavenSettings
Create a new MavenSettings instance.
MavenSettingsReader - Class in org.grails.cli.compiler.maven
MavenSettingsReader reads settings from a user's Maven settings.xml file, decrypting them if necessary using settings-security.xml.
MavenSettingsReader(java.lang.String) - Constructor in MavenSettingsReader
max(java.lang.String) - Method in AbstractCriteriaBuilder
Computes the max value of a property
max(java.lang.String) - Method in AbstractDetachedCriteria
Adds a min projection
max(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
max(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Adds a projection that allows the criteria to retrieve a maximum property value
max(int) - Method in AbstractHibernateQuery
max(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
MAX_CONSTRAINT - Field in ConstrainedProperty
max(java.lang.String) - Method in DetachedCriteria
Adds a min projection
MAX_DISTANCE_OPERATOR - Field in MongoQuery
MAX_FORWARDS - Field in HttpHeaders
max(java.util.Collection, java.lang.String) - Method in ManualProjections
Calculates the maximum value of a property
max(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
MAX_OPERATOR - Field in BsonQuery
max(java.lang.String) - Method in ProjectionList
Computes the max value of a property
max(java.lang.String) - Method in Projections
Computes the max value of a property
max - Property in Property
Returns:
The maximum value
max - Field in Query
max(java.lang.String) - Method in Query.ProjectionList
Computes the max value of a property
MAX_SIZE_CONSTRAINT - Field in ConstrainedProperty
MAX_VALUE - Property in ConstrainedEntity
MAX_VALUE - Field in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
MAX_VALUE - Field in MultiTenancySettings.MultiTenancyMode
MAX_VALUE - Field in TestEnum
maxCapacity - Property in CachePluginConfiguration.CacheConfig
MaxConstraint - Class in org.grails.datastore.gorm.validation.constraints
Implements a maximum value constraint.
MaxConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in MaxConstraint
maxNextCharInd - Field in SimpleCharStream
MaxProjection(java.lang.String) - Constructor in Query.MaxProjection
maxResults(int) - Method in AbstractHibernateQuery
maxResults(int) - Method in Query
Defines the maximum number of results to return
maxSize - Property in Property
Returns:
The maximum size
MaxSizeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates maximum size or length of the property, for strings and arrays this is the length and collections the size.
MaxSizeConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in MaxSizeConstraint
MD5BytesCodecExtensionMethods - Class in org.grails.plugins.codecs
MD5BytesCodecExtensionMethods() - Constructor in MD5BytesCodecExtensionMethods
MD5CodecExtensionMethods - Class in org.grails.plugins.codecs
MD5CodecExtensionMethods() - Constructor in MD5CodecExtensionMethods
merge(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
merge(Map<String,Object>) - Method in CompositeConfig
merge(Map<String, Object>) - Method in Config
Merge another config and return this config
merge(java.util.Map) - Method in DelegatingGormEntityApi
merge(D) - Method in GormEntity
Merges an instance with the current session
merge(java.util.Map) - Method in GormEntityApi
Saves an object the datastore
merge(D, java.util.Map) - Method in GormInstanceApi
Saves an object the datastore
merge(D, java.util.Map) - Method in GormInstanceOperations
Saves an object the datastore
merge(D, java.util.Map) - Method in GormStaticApi
merge(D) - Method in GormStaticOperations
Merges an instance with the current session
merge(java.util.Map, boolean) - Method in NavigableMap
merge(Map<String,Object>) - Method in NavigableMapConfig
merge(Map<String,Object>) - Method in PrefixedConfig
merge(D) - Method in TenantDelegatingGormOperations
mergeBinaryPluginProperties(java.util.Locale, java.util.Properties) - Method in PluginAwareResourceBundleMessageSource
mergeMap(java.util.Map, boolean) - Method in CodeGenConfig
mergeMapEntry(org.grails.config.NavigableMap, java.lang.String, java.lang.Object) - Method in NavigableMap
mergeMapEntry(org.grails.config.NavigableMap, java.lang.String, java.lang.Object) - Method in NavigableMapConfig
mergeSettingsAndMakeCanonical(java.lang.Object, Map<String, Object>) - Method in WithCodecHelper
MESSAGE_ATTRIBUTE - Field in AbstractVndErrorRenderer
MESSAGE_BUNDLE - Field in ConstrainedProperty
message(java.util.Map) - Method in DefaultGrailsViewHelper
message(java.util.Map) - Method in GrailsViewHelper
Obtains a i18n message
message - Property in JsonRenderResult
The HTTP response message
message - Property in ValidationTagLib
Resolves a message code for a given error or code from the resource bundle.
messageHelper(java.lang.String, java.lang.Object, java.util.List, java.util.Locale) - Method in FormatTagLib
messageImpl(java.util.Map) - Method in ValidationTagLib
messageInterpolator(jakarta.validation.MessageInterpolator) - Method in GormValidatorFactoryAdapter.GormValidatorContext
messageLogged(org.apache.tools.ant.BuildEvent) - Method in GrailsConsoleBuildListener
messageSource - Field in AbstractConstraint
messageSource - Property in AbstractLinkingRenderer
messageSource - Property in AbstractVndErrorRenderer
messageSource - Property in ContextMarkupRendererImpl
messageSource - Property in DefaultConstraintEvaluatorFactoryBean
messageSource - Property in DefaultConstraintFactory
messageSource - Field in DefaultConstraintRegistry
messageSource - Field in DefaultMappingContextFactoryBean
messageSource - Property in DefaultValidatorRegistry
messageSource - Property in FormatTagLib
messageSource - Property in GrailsViewTemplate
The message source object
messageSource - Field in GrailsWebDataBinder
messageSource - Field in HibernateConnectionSourceFactory
messageSource(grails.core.GrailsApplication, grails.plugins.GrailsPluginManager) - Method in I18nAutoConfiguration
messageSource - Property in JsonViewTest
messageSource - Property in PersistentEntityValidator
messageSource - Property in ValidationTagLib
meta - Property in ApplicationTagLib
Output application metadata that is loaded from application.yml and grails.build.info if it is present.
META_CLASS_PROPERTY - Field in GroovyObjectMethodHandler
META - Property in DefaultJsonApiViewHelper
The meta parameter
META_INF_SERVICES - Field in SoftServiceLoader
metaAnnotationMap - Field in AnnotationMetadataReadingVisitor
metaAnnotationMap - Field in MethodMetadataReadingVisitor
metaClass - Field in GrailsApplicationContext
metaClass - Field in GroovyObjectMethodHandler
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
MetaClassRegistryCleaner - Class in grails.build.support
Allows clean-up of changes made to the MetaClassRegistry.
MetaClassUtils - Class in org.grails.datastore.mapping.reflect
metadata - Field in HibernateDatastore
metadata - Property in MetadataIntegrator
metadataBuildingContext - Field in GrailsDomainBinder
metadataContributor - Field in HibernateConnectionSourceFactory
MetadataIntegrator - Class in org.grails.orm.hibernate
MetadataIntegrator() - Constructor in MetadataIntegrator
metaMethod - Field in MethodInvokingClosure
METHOD_GET_DATASTORE_FOR_CONNECTION - Field in AbstractDatastoreMethodDecoratingTransformation
METHOD_GET_TARGET_DATASTORE - Field in AbstractDatastoreMethodDecoratingTransformation
method - Property in MethodSubscriber
METHOD_MISSING_METHOD_NAME - Field in AbstractGrailsArtefactTransformer
METHOD_MISSING_METHOD_NAME - Field in GrailsASTUtils
METHOD_NAME_MARK_DIRTY - Field in DirtyCheckingTransformer
METHOD_PARAMETER_MAP_LOCAL_VARIABLE_NAME - Field in AbstractCacheTransformation
METHOD_PATTERN - Field in FindAllByBooleanFinder
METHOD_PATTERN - Field in FindByBooleanFinder
METHOD_PATTERN - Field in FindOrCreateByFinder
METHOD_PATTERN - Field in FindOrSaveByFinder
METHOD_PREFIX - Field in AbstractCacheTransformation
METHOD_SIGNATURE - Field in RenderDynamicMethod
method - Property in TestRequestConfigurer
methodCallExpressions - Property in MatchSpec
The method call expressions
MethodEventSubscriber - Class in grails.events.subscriber
A method subscribers for methods that accept an event argument
MethodEventSubscriber(java.lang.Object, java.lang.reflect.Method) - Constructor in MethodEventSubscriber