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

AbstractArtefactTypeAstTransformation - Class in org.grails.compiler.injection
Base implementation for the artefact type transformation.
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(CodecIdentifier) - Constructor in AbstractCharReplacementEncoder
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.
AbstractConstraint - Class in grails.validation
Abstract class for constraints to extend.
AbstractEncodedAppender - Class in org.grails.encoder
Abstract base class for implementations of EncodedAppender interface
AbstractFileResolvingResource - Class in org.grails.io.support
Abstract base class for resources which resolve URLs into File references, such as org.springframework.core.io.UrlResource or org.springframework.core.io.ClassPathResource.
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<?>, 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(String, String, String, String) - Constructor in AbstractGrailsControllerUrlMappings.ControllerKey
AbstractGrailsControllerUrlMappings(GrailsApplication, UrlMappings, UrlConverter) - Constructor in AbstractGrailsControllerUrlMappings
AbstractGrailsMockHttpServletResponse - Class in org.grails.plugins.testing
Simple sub-class of Spring's MockHttpServletResponse that adds the left-shift operator, "<<".
AbstractGrailsPlugin - Class in org.grails.plugins
Abstract implementation that provides some default behaviours
AbstractGrailsPlugin(Class<?>, GrailsApplication) - Method in AbstractGrailsPlugin
AbstractGrailsPluginManager - Class in org.grails.plugins
Abstract implementation of the GrailsPluginManager interface
AbstractGrailsPluginManager(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
AbstractIncludeExcludeRenderer - Class in grails.rest.render
Abstract class for implementing renderers that include/exclude certain properties
AbstractIncludeExcludeRenderer(Class<T>, MimeType) - Constructor in AbstractIncludeExcludeRenderer
AbstractInjectableGrailsClass - Class in org.grails.core
Configures Grails classes to be autowirable by name, always.
AbstractInjectableGrailsClass(Class<?>, 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.JarProfile(ProfileRepository, Resource, ClassLoader) - Constructor in AbstractJarProfileRepository.JarProfile
AbstractLinkingRenderer - Class in grails.rest.render.util
Abstract base class for HAL renderers
AbstractLinkingRenderer(Class<T>, MimeType) - Constructor in AbstractLinkingRenderer
AbstractProfile - Class in org.grails.cli.profile
Abstract implementation of the profile class
AbstractProfile(Resource, ClassLoader) - Constructor in AbstractProfile
AbstractRenderContext - Class in grails.rest.render
Abstract implementation of RenderContext
AbstractRenderer - Class in grails.rest.render
Abstract implementation of the Renderer interface
AbstractRenderer(Class<T>, MimeType) - Constructor in AbstractRenderer
AbstractRequestBodyDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
AbstractStep - Class in org.grails.cli.profile
Abstract implementation of the Step interface
AbstractStep(ProfileCommand, Map<String, Object>) - Constructor in AbstractStep
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
@author Jeff Brown
AbstractTokenResponseHandler - Class in org.grails.web.servlet.mvc
Implements the behavior of wasInvoked in the TokenResponseHandler interface.
AbstractTokenResponseHandler(boolean) - Constructor in AbstractTokenResponseHandler
AbstractTypeConvertingMap - Class in grails.util
An category for use with maps that want type conversion capabilities
AbstractTypeConvertingMap(Map) - Constructor in AbstractTypeConvertingMap
AbstractUrlMapping - Class in org.grails.web.mapping
Abstract UrlMapping implementation that provides common basic functionality.
AbstractUrlMapping(URI, ConstrainedProperty, GrailsApplication) - Constructor in AbstractUrlMapping
AbstractUrlMappingInfo - Class in org.grails.web.mapping
Abstract super class providing pass functionality for configuring a UrlMappingInfo.
AbstractVetoingConstraint - Class in grails.validation
A constraint capable of vetoing processing of other constraints
AbstractVndErrorRenderer - Class in grails.rest.render.errors
Abstract super type for Vnd.Error renderers
ACCEPT_CHARSET - Field in HttpHeaders
ACCEPT_ENCODING - Field in HttpHeaders
ACCEPT - Field in HttpHeaders
ACCEPT_LANGUAGE - Field in HttpHeaders
ACCEPT_RANGES - Field in HttpHeaders
ACCEPT_VERSION - Field in HttpHeaders
AcceptHeaderParser - Interface in grails.web.mime
accumulate(String, Object) - Method in JSONObject
Accumulate values under a key.
Action - Annotation Type in grails.web
An annotation to mark controller methods as actions.
ACTION_ANNOTATION_NODE - Field in ControllerActionTransformer
ACTION_CREATE - Field in DefaultUrlMappingEvaluator
ACTION_DELETE - Field in DefaultUrlMappingEvaluator
ACTION_EDIT - Field in DefaultUrlMappingEvaluator
ACTION - Field in GrailsControllerClass
The general name to use when referring to action artefacts.
ACTION_INDEX - Field in DefaultUrlMappingEvaluator
ACTION_NAME_ATTRIBUTE - Field in GrailsApplicationAttributes
ACTION_PATCH - Field in DefaultUrlMappingEvaluator
ACTION_SAVE - Field in DefaultUrlMappingEvaluator
ACTION_SHOW - Field in DefaultUrlMappingEvaluator
ACTION_UPDATE - Field in DefaultUrlMappingEvaluator
action - Field in UrlCreatorCache.ReverseMappingKey
ACTION - Field in UrlMapping
The action this mapping matches
actionName - Field in AbstractUrlMapping
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
actionUriToViewName(String) - Method in GrailsControllerClass
activateDestination() - Method in GrailsLazyProxyPrintWriter.DestinationFactory
add_escapes(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(Object, int, Object) - Method in GrailsArrayUtils
Adds the given object to the given array at the given position
add(int, Object) - Method in JSONArray
addAbstractBean(String) - Method in DefaultRuntimeSpringConfiguration
addAbstractBean(String) - Method in RuntimeSpringConfiguration
\ Adds an abstract bean definition to the bean factory and returns the BeanConfiguration object.
addAlias(String, String) - Method in DefaultRuntimeSpringConfiguration
addAlias(String, String) - Method in RuntimeSpringConfiguration
Adds an alias to a given bean name.
addAll(Object, Object) - Method in GrailsArrayUtils
Adds the given object to the given array at the given position
addAll(int, Collection) - Method in JSONArray
addAll(Object, Object) - Method in SpringIOUtils
Adds the contents of 1 array to another
addAllClassLoaderJarRoots(ClassLoader, Set<Resource>) - Method in ClassRelativeResourcePatternResolver
addAlteredMetaClass(Class, MetaClass) - Method in MetaClassRegistryCleaner
addAnnotationIfNecessary(ClassNode, Class<? extends Annotation>) - Method in GrailsASTUtils
Adds an annotation to the give nclass node if it doesn't already exist
addAnnotationOrGetExisting(ClassNode, ClassNode, Map<String, Object>) - Method in GrailsASTUtils
addApi(Object) - Method in BaseApiProvider
addApiLookupFieldAndSetter(ClassNode, ClassNode, String, Expression) - Method in AbstractGrailsArtefactTransformer
addApplicationDiscoveryStrategy(GrailsApplicationDiscoveryStrategy) - Method in Holders
addArtefact(String, Class<?>, boolean) - Method in DefaultGrailsApplication
addArtefact(Class) - Method in GrailsApplication
Adds the given artefact, attempting to determine type from
addBeanConfiguration(String, BeanConfiguration) - Method in DefaultRuntimeSpringConfiguration
addBeanConfiguration(String, BeanConfiguration) - Method in RuntimeSpringConfiguration
Adds a bean configuration to the list of beans to be created.
addBeanDefinition(String, BeanDefinition) - Method in DefaultRuntimeSpringConfiguration
addBeanDefinition(String, BeanDefinition) - Method in RuntimeSpringConfiguration
Adds a Spring BeanDefinition.
addBindingAction(Runnable) - Method in DeferredBindingActions
addBindingError(def, String, def, Exception, DataBindingListener, def) - Method in SimpleDataBinder
addCancelledListener(CommandCancellationListener) - Method in ExecutionContext
Attaches a listener for cancellation events
addCancelledListener(CommandCancellationListener) - Method in GrailsCli.ExecutionContextImpl
addChainedTransactionManager(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
addClassResource(String, Resource) - Method in StaticResourceLocator
addClearErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
addCompileStaticAnnotation(AnnotatedNode, boolean) - Method in GrailsASTUtils
Adds @CompileStatic annotation to method
addComponent(GrailsDomainClass) - Method in ComponentCapableDomainClass
Adds a component
addComponent(GrailsDomainClass) - Method in DefaultGrailsDomainClass
addConstraintsField(ClassNode) - Method in DefaultASTValidateableHelper
addConstructor(ClassNode, ClassNode, boolean) - Method in ResourceTransform
addContainerRenderer(Class, Renderer) - Method in DefaultRendererRegistry
addContainerRenderer(Class, Renderer) - Method in RendererRegistry
Adds a container renderer
addDataBindingSourceCreator(DataBindingSourceCreator) - Method in DataBindingSourceRegistry
Adds a new DataBindingSourceCreator to the registry
addDataBindingSourceCreator(DataBindingSourceCreator) - Method in DefaultDataBindingSourceRegistry
addDeclaredOption(String, Option, Object) - Method in DefaultCommandLine
addDefaultProfile(Project, Configuration) - Method in GrailsGradlePlugin
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(ClassNode, 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(ClassNode, Expression, MethodNode, AnnotationNode, Map<String, ClassNode>) - Method in AbstractGrailsArtefactTransformer
addDelegateInstanceMethod(ClassNode, Expression, MethodNode, 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(ClassNode, ClassNode, ClassNode, Expression, Map<String, ClassNode>, boolean, boolean) - Method in GrailsASTUtils
addDelegateStaticMethod(ClassNode, MethodCallExpression, MethodNode, Map<String, ClassNode>) - Method in AbstractGrailsArtefactTransformer
addDelegateStaticMethod(Expression, ClassNode, MethodNode, 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(String, String, String) - Method in GrailsDependencyVersions
addDependencyManagement(GPathResult) - Method in GrailsDependencyVersions
addElementToArrayAt(def, def, def) - Method in SimpleDataBinder
addElementToCollection(def, String, PersistentProperty, def, boolean) - Method in GrailsWebDataBinder
addElementToCollection(def, String, Class, def, boolean) - Method in SimpleDataBinder
addElementToCollectionAt(def, String, Collection, def, def) - Method in GrailsWebDataBinder
addElementToCollectionAt(def, String, Collection, def, def) - Method in SimpleDataBinder
addEnhancedAnnotation(ClassNode) - Method in AbstractGrailsArtefactTransformer
addEnhancedAnnotation(ClassNode, 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
addError(Test, Throwable) - Method in JUnitReports
addError(Test, Throwable) - Method in PlainFormatter
addError(Test, Throwable) - Method in XMLFormatter
addErrorsField(ClassNode) - Method in ASTValidationErrorsHelper
addEscapes(String) - Method in TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExclude(Environment) - Method in DefaultGrailsPlugin
addExclude(Environment) - Method in GrailsPlugin
Makes the plugin excluded for a particular Environment
addExpressionToAnnotationMember(AnnotationNode, String, Expression) - Method in GrailsASTUtils
Adds the given expression as a member of the given annotation
addFailure(Test, AssertionFailedError) - Method in JUnitReports
addFailure(Test, Throwable) - Method in PlainFormatter
addFailure(Test, Throwable) - Method in XMLFormatter
addFieldIfNonExistent(ClassNode, ClassNode, String) - Method in GrailsASTUtils
addFile(String, byte[]) - Method in GrailsMockHttpServletRequest
Add a file for the given location and bytes
addFirst(Config) - Method in CompositeConfig
Adds a config at the highest level of precedence
addGetConstraintsMethod(ClassNode, boolean) - Method in DefaultASTValidateableHelper
addGetErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
addGrailsClass(GrailsClass) - Method in DefaultArtefactInfo
addGrailsConsoleBuildListener(Project) - Method in GrailsConsoleAntBuilder
addHasErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
addInitErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
addInternalPackage(String) - Method in DefaultStackTraceFilterer
addInternalPackage(String) - Method in StackTraceFilterer
Adds a package name that should be filtered
addLast(Config) - Method in CompositeConfig
Adds a config at the lowest level of precedence
addLinkingMethods(ClassNode) - Method in LinkableTransform
addListener(DirectoryWatcher.FileChangeListener) - Method in DirectoryWatcher
Adds a file listener that can react to change events
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in MockAsyncContext
addMacro(def) - Method in DocEngine
addMappings(Closure) - Method in AbstractGrailsControllerUrlMappings
addMappings(Closure) - Method in DefaultUrlMappingsHolder
addMappings(Closure) - Method in UrlMappings
Adds URL mappings to the current definition for the given closure
addMetaConstraint(String, Object) - Method in ConstrainedProperty
Adds a meta constraints which is a non-validating informational constraint.
addMetaMethod(List<ExpandoMetaClass>, String, Closure) - Method in CodecMetaClassSupport
addMethodIfNotPresent(ClassNode, MethodNode) - Method in GrailsASTUtils
addMethodToInvokeClosure(ClassNode, PropertyNode, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
addOperation(Runnable, boolean) - Method in ShutdownOperations
Adds a shutdown operation
addOption(String, String) - Method in CommandLineParser
Adds a declared option
addOverridableArtefact(String, Class) - Method in DefaultGrailsApplication
Adds an artefact of the given type for the given Class.
addOverridableArtefact(Class) - Method in GrailsApplication
Adds an artefact that can be overriden by user defined classes
addOverridableGrailsClass(GrailsClass) - Method in DefaultArtefactInfo
addParameterListener(ParameterCreationListener) - Method in GrailsWebRequest
addParametersFrom(GrailsParameterMap) - Method in GrailsParameterMap
addParametersFrom(Map) - Method in GrailsWebRequest
addPluginDependencies(List, GrailsPlugin) - Method in BasePluginFilter
Defines operation for adding dependencies for a plugin to the list
addPluginDependencies(List, GrailsPlugin) - Method in ExcludingPluginFilter
addPluginDependencies(List, GrailsPlugin) - Method in IncludingPluginFilter
addProperty(String, Object) - Method in BeanConfiguration
Adds a property value to this bean.
addProperty(String, Object) - Method in DefaultBeanConfiguration
addPrototypeBean(String) - Method in DefaultRuntimeSpringConfiguration
addPrototypeBean(String) - Method in RuntimeSpringConfiguration
Adds an empty prototype bean configuration.
addRemainingArg(String) - Method in DefaultCommandLine
addRenderer(Renderer<T>) - Method in DefaultRendererRegistry
addRenderer(Renderer<T>) - Method in RendererRegistry
Adds a new renderer
addResourceHandlers(ResourceHandlerRegistry) - Method in ControllersGrailsPlugin.GrailsWebMvcConfigurer
addSetErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
addShutdownHook() - Method in GrailsConsole
addShutdownOperation(Connection) - Method in EmbeddedDatabaseShutdownHook
addSingletonBean(String, Class, Collection) - Method in DefaultRuntimeSpringConfiguration
addSingletonBean(String, Class, Collection) - Method in RuntimeSpringConfiguration
Creates a new singleton bean and adds it to the list of bean references.
addStatus(String) - Method in ConsoleLogger
Adds a new message that won't be overwritten by {#updateStatus(String)}
addStatus(String) - Method in GrailsConsole
Keeps doesn't replace the status message
addSystemProperty(String, String) - Method in DefaultCommandLine
addToDeferred(BeanConfiguration, String, Object) - Method in BeanBuilder
addToEnd(Object, Object) - Method in GrailsArrayUtils
Adds the given object to the end of the array returning a new array
addToLoaded(Class<?>) - Method in DefaultGrailsApplication
addToRegisteredObjects(Class, R) - Method in ClassAndMimeTypeRegistry
addToStart(Object, Object) - Method in GrailsArrayUtils
Adds the given object to the start of the array returning a new array
addToTransformedClasses(String) - Method in AbstractGrailsArtefactTransformer
addUndeclaredOption(String, Object) - Method in DefaultCommandLine
addValidateMethod(ClassNode) - Method in DefaultASTValidateableHelper
addViewPrefix(String, String) - Method in WebUtils
addWatchDirectory(File, String) - Method in DirectoryWatcher
Adds a directory to watch for the given file and extensions.
addWatchFile(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.
after(String, Closure) - Method in CommandEvents
Register to listen for an event that runs before the given command
after() - Method in Interceptor
Executed after the action executes but prior to view rendering
AFTER_INTERCEPTOR - Field in GrailsControllerClass
The name of the after interceptor property.
afterBinding(def, def) - Method in DataBindingEventMulticastListener
afterBinding(Object, Object) - Method in DataBindingListener
Called after data binding has finished.
afterBinding(Object, Object) - Method in DataBindingListenerAdapter
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in GrailsInterceptorHandlerInterceptorAdapter
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in UrlMappingsHandlerMapping.ErrorHandlingHandler
afterInvocation() - Method in DynamicElementReader
Hook that subclass or anonymous classes can overwrite to implement custom behavior after invocation completes
afterPropertiesSet() - Method in BasicCodecLookup
afterPropertiesSet() - Method in ConstraintsEvaluatorFactoryBean
afterPropertiesSet() - Method in DataSourceConnectionSourcesFactoryBean
afterPropertiesSet() - Method in DefaultGrailsCodecClass
afterPropertiesSet() - Method in DefaultMappingContextFactoryBean
afterPropertiesSet() - Method in HotSwappableTargetSourceFactoryBean
afterPropertiesSet() - Method in HTMLCodec
afterPropertiesSet() - Method in PluginAwareResourceBundleMessageSource
afterPropertiesSet() - Method in UrlMappingsHolderFactoryBean
afterView() - Method in Interceptor
Executed after view rendering completes
AGE - Field in HttpHeaders
AGENT_ARGUMENT - Field in CommandLine
agent(Closure) - Method in GrailsExtension
Configure the reloading agent
AgentTasksEnhancer - Class in org.grails.gradle.plugin.agent
Sets up the reloading agent based on the agent configuration after the project has been configured
aliases - Field in DefaultRuntimeSpringConfiguration
ALL_DATA_SOURCES - Field in GrailsDomainClassProperty
ALL_DATA_SOURCES - Field in GrailsServiceClass
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
allocateSpace() - Method in StreamByteBuffer
ALLOW_2_SLASHES - Field in UrlValidator
Allow two slashes in the path component of the URL.
ALLOW_ALL_SCHEMES - Field in UrlValidator
Allows all validly formatted schemes to pass validation instead of supplying a set of valid schemes.
ALLOW - Field in HttpHeaders
allowAbstract - Field in ArtefactHandlerAdapter
allowedMethods(String) - Method in AbstractGrailsControllerUrlMappings
allowedMethods(String) - Method in DefaultUrlMappingsHolder
allowedMethods(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.
allowUnwrappingOut - Field in GrailsPrintWriter
allProfiles - Field in AbstractJarProfileRepository
allTasks - Field in FetchAllTaskSelectorsBuildAction.AllTasksModel
allTaskSelectors - Field in FetchAllTaskSelectorsBuildAction.AllTasksModel
AMPERSAND - Field in UrlMapping
annotateActionMethod(ClassNode, Parameter, MethodNode) - Method in ControllerActionTransformer
AnnotatedClassInjector - Interface in grails.compiler.ast
Injector applied to annotated (local transform) entities
AnnotationDomainClassArtefactHandler - Class in org.grails.core.artefact
Detects annotated domain classes for EJB3 style mappings.
AnnotationMetadataReader - Class in org.grails.asm
A more limited version of Spring's annotation reader that only reads annotations on classes
AnnotationMetadataReader(Resource, ClassLoader, boolean) - Constructor in AnnotationMetadataReader
Constructs a new annotation metadata reader
AnsiConsoleUrlMappingsRenderer - Class in org.grails.web.mapping.reporting
Renders URL mappings to the console
AnsiConsoleUrlMappingsRenderer() - Constructor in AnsiConsoleUrlMappingsRenderer
ansiWrap(OutputStream) - Method in GrailsConsole
Hook method that allows controlling whether or not output streams should be wrapped by AnsiConsole.wrapOutputStream.
ansiWrap(OutputStream) - Method in GrailsEclipseConsole
AntLogAdapter - Class in grails.doc.ant
AntLogAdapter(def, def) - Constructor in AntLogAdapter
AntPathMatcher - Class in org.grails.io.support
PathMatcher implementation for Ant-style path patterns.
ANY_HTTP_METHOD - Field in UrlMapping
Constant used to define a Url mapping that matches any HTTP method
ANY_VERSION - Field in UrlMapping
Constant used to define a Url mapping that matches any HTTP method
ApiDelegate - Annotation Type in grails.artefact
Similar to Groovy's @Delegate AST transform but instead assumes the first argument to every method is 'this'.
ApiDelegateTransformation - Class in org.grails.compiler.injection
The logic for the ApiDelegate location transform.
apiSupport - Field in HttpServletRequestExtension
APP_BASE_DIR - Field in BuildSettings
The base directory of the application
APP_URI_ATTRIBUTE - Field in GrailsApplicationAttributes
append(Encoder, StreamEncodeable) - Method in AbstractEncodedAppender
append(char) - Method in DevNullPrintStream
append(Encoder, StreamEncodeable) - Method in EncodedAppender
Encodes a StreamEncodeable instance and appends it to the buffer.
append(char) - Method in EncodedAppenderWriter
append(String) - Method in GrailsConsole
append(StreamCharBuffer) - Method in GrailsPrintWriter
append(StreamCharBuffer) - Method in GrailsPrintWriterAdapter
append(Writable) - Method in JSONWriter
append(String) - Method in PathCapturingJSONWriterWrapper
append(Writable) - Method in PrettyPrintJSONWriter
append(EncodingState, char) - Method in StreamCharBuffer.StreamCharBufferWriter
appendCharSequence(EncodingState, CharSequence, int, int) - Method in AbstractEncodedAppender
Append a portion of a CharSequence to the buffer and attach the encodingState information to it
appendCharSequence(EncodingState, CharSequence, int, int) - Method in StreamCharBuffer.StreamCharBufferWriter
appendCharSequence(EncodingState, CharSequence, int, int) - Method in StreamingEncoderEncodedAppender
appendCharSequence(EncodingState, CharSequence, int, int) - Method in WriterEncodedAppender
appendCreateLink(StringBuffer, String, String) - Method in DocEngine
appendEncoded(Encoder, EncodingState, CharSequence, int, int) - Method in AbstractEncodedAppender
appendEncoded(Encoder, EncodingState, char[], int, int) - Method in EncodedAppender
Appends an encoded portion of a char array to the buffer.
appendEncoder(List<Encoder>, Encoder) - Method in ChainedEncoders
appendEncoder(Encoder) - Method in EncodingState
appendEncoder(Encoder) - Method in EncodingStateImpl
appendFeatureFiles(File) - Method in CreateAppCommand
appendKeyValue(StringBuilder, Map, Object, Object) - Method in CachingLinkGenerator
appendLink(StringBuffer, String, String) - Method in DocEngine
appendMapKey(StringBuilder, Map<String, Object>) - Method in CachingLinkGenerator
appendNullCharSequence() - Method in GrailsPrintWriter
appendPiecesForUri(String) - Method in GrailsResourceUtils
Takes any number of Strings and appends them into a uri, making sure that a forward slash is inserted between each piece and making sure that no duplicate slashes are in the uri
appendStreamCharBufferChunk(StreamCharBuffer, List<Encoder>) - Method in StreamCharBuffer
application - Field in AbstractGrailsPluginManager
APPLICATION - Field in ApplicationAttributes
APPLICATION_CONTEXT - Field in ApplicationAttributes
APPLICATION_CONTEXT_COMMAND_CLASS - Field in GlobalGrailsClassInjectorTransformation
APPLICATION_CONTEXT_COMMAND_CLASS - Field in GrailsGradlePlugin
APPLICATION_GRAILS_VERSION - Field in Metadata
APPLICATION_ID - Field in GrailsApplication
The id of the grails application within a bean context
APPLICATION_NAME - Field in Metadata
application - Field in PluginAwareResourceBundleMessageSource
APPLICATION_VERSION - Field in Metadata
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
ApplicationAttributes - Interface in grails.core
@author Graeme Rocher
applicationClass - Field in DefaultGrailsApplication
ApplicationClassInjector - Class in org.grails.compiler.injection
Injector for the 'Application' class
ApplicationCommand - Trait in grails.dev.commands
Represents a command that is run against the org.springframework.context.ApplicationContext
applicationContext - Field in AbstractGrailsPlugin
applicationContext - Field in AbstractGrailsPluginManager
applicationContext - Field in DefaultCodecLookup
applicationContext - Field in DefaultMappingContextFactoryBean
applicationContext - Field in GrailsApplicationPostProcessor
applicationContext - Field in GrailsDomainClassCleaner
ApplicationContextCommandFactory - Class in org.grails.cli.profile.commands.factory
Automatically populates ApplicationContext command instances and adapts the interface to the shell
ApplicationContextCommandRegistry - Class in grails.dev.commands
A registry of {@grails.dev.commands.ApplicationContextCommand} instances
ApplicationContextCommandTask - Class in org.grails.gradle.plugin.commands
@author Graeme Rocher
ApplicationContextCommandTask() - Constructor in ApplicationContextCommandTask
ApplicationContextExtension - Class in org.grails.spring.context
A Groovy extension module that adds additional methods to the Spring org.springframework.context.ApplicationContext interface
ApplicationContextScriptTask - Class in org.grails.gradle.plugin.commands
ApplicationContextScriptTask() - Constructor in ApplicationContextScriptTask
applicationMeta - Field in AbstractGrailsApplication
appliedConstraints - Field in ConstrainedProperty
apply(Project) - Method in GrailsCentralPublishGradlePlugin
apply(Project) - Method in GrailsDocGradlePlugin
apply(Project) - Method in GrailsGradlePlugin
apply(Project) - Method in GrailsPluginGradlePlugin
apply(Project) - Method in GrailsProfileGradlePlugin
apply(Project) - Method in GrailsWatchPlugin
apply(Project) - Method in GrailsWebGradlePlugin
apply(Project) - Method in GroovyPagePlugin
apply(Project) - Method in IntegrationTestGradlePlugin
applyBasePlugins(Project) - Method in GrailsGradlePlugin
applyConstraint(String, Object) - Method in Constrained
applyConstraint(String, Object) - Method in ConstrainedDelegate
applyConstraint(String, Object) - Method in ConstrainedProperty
Applies a constraint for the specified name and consraint value.
applyDefaultMethodTarget(MethodCallExpression, Class<?>) - Method in GrailsASTUtils
Set the method target of a MethodCallExpression to the first matching method with same number of arguments.
applyDefaultPlugins(Project) - Method in GrailsGradlePlugin
applyDependencies(DependencyCustomizer) - Method in GrailsApplicationCompilerAutoConfiguration
applyDependencies(DependencyCustomizer) - Method in GrailsTestCompilerAutoConfiguration
applyImplicitThis(MethodCallExpression, boolean) - Method in GrailsASTUtils
applyImports(ImportCustomizer) - Method in GrailsApplicationCompilerAutoConfiguration
applyImports(ImportCustomizer) - Method in GrailsTestCompilerAutoConfiguration
applyMethodTarget(MethodCallExpression, 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(RenderContext, Object) - Method in DefaultHtmlRenderer
applyPermitDefaultValues() - Method in GrailsDefaultCorsConfiguration
applyPropertyValue(ConfigurableListableBeanFactory, String, String, Object) - Method in MapBasedSmartPropertyOverrideConfigurer
applyRelativePath(String, String) - Method in GrailsResourceUtils
Apply the given relative path to the given path, assuming standard Java folder separation (i.e. "/" separators).
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in GrailsApplicationCompilerAutoConfiguration
applyTransactionalAttributeSettings(AnnotationNode, VariableExpression, BlockStatement) - Method in TransactionalTransform
applyTransformation(SourceUnit, ClassNode) - Method in EntityASTTransformation
areFileExtensionsEnabled() - Method in WebUtils
Returns the value of the "grails.mime.file.extensions" setting configured in application.groovy
ARGUMENT_ABSOLUTE - Field in ResponseRedirector
ARGUMENT_BEAN - Field in RenderDynamicMethod
ARGUMENT_BUILDER - Field in RenderDynamicMethod
ARGUMENT_COLLECTION - Field in RenderDynamicMethod
argument(Map) - Method in CommandDescription
Adds an argument for the given named arguments
ARGUMENT_CONTENT_TYPE - Field in RenderDynamicMethod
ARGUMENT_CONTEXTPATH - Field in RenderDynamicMethod
ARGUMENT_ENCODING - Field in RenderDynamicMethod
ARGUMENT_FILE_NAME - Field in RenderDynamicMethod
ARGUMENT_FILE - Field in RenderDynamicMethod
ARGUMENT_ID - Field in DefaultUrlCreator
ARGUMENT_LAYOUT - Field in RenderDynamicMethod
ARGUMENT_MODEL - Field in RenderDynamicMethod
ARGUMENT_PERMANENT - Field in ResponseRedirector
ARGUMENT_PLUGIN - Field in RenderDynamicMethod
ARGUMENT_STATUS - Field in RenderDynamicMethod
ARGUMENT_STATUS - Field in ResourceTransform
ARGUMENT_TEMPLATE - Field in RenderDynamicMethod
ARGUMENT_TEXT - Field in RenderDynamicMethod
ARGUMENT_VAR - Field in RenderDynamicMethod
ARGUMENT_VIEW - Field in RenderDynamicMethod
ArgumentCompletingCommand - Class in org.grails.cli.profile.commands
@author graemerocher
array() - Method in JSONWriter
Begin appending a new array.
array() - Method in PathCapturingJSONWriterWrapper
array() - Method in PrettyPrintJSONWriter
arrayCopy(char[], int, char[], int, int) - Method in StreamCharBuffer
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(GrailsClass) - Constructor in ArtefactAdditionEvent
Create a new ApplicationEvent.
ArtefactHandler - Interface in grails.core
ArtefactHandlerAdapter - Class in grails.core
Adapter for the ArtefactHandler interface
ArtefactHandlerAdapter(String, Class<? extends GrailsClass>, Class<?>, 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 - Field in GrailsPlugin
Define the list of ArtefactHandlers supporting by the 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.
ArtefactVariableResolver - Class in org.grails.cli.profile.support
@author Graeme Rocher
ArtefactVariableResolver(String, String, String) - Constructor in ArtefactVariableResolver
artifactToGroupAndArtifact - Field in GrailsDependencyVersions
asBoolean() - Method in AbstractTypeConvertingMap
asBoolean() - Method in CodeGenConfig
asBoolean() - Method in NavigableMap.NullSafeNavigator
asBoolean() - Method in StreamCharBuffer
AsciiDocEngine - Class in grails.doc.asciidoc
A DocEngine implementation that uses Asciidoctor to render pages
asMap() - Method in Model
@return The model as a map
asPrintWriter() - Method in GrailsPrintWriter
assemble(String, DataBindingSource) - Method in AbstractStructuredDateBindingEditor
assemble(Class, Map) - Method in StructuredDateEditor
assemble(Class, Map) - Method in StructuredPropertyEditor
Assemble and bind a property value from the specified fieldValues and the given type
assertBeanFactoryActive() - Method in GrailsApplicationContext
assertNotNull(Object, String) - Method in FileSystemResource
assignBidirectionalAssociations(Object, Map, PersistentEntity) - Method in DataBindingUtils
Associations both sides of any bidirectional relationships found in the object and source map to bind
ASSIGNMENT_OPERATOR - Field in GrailsASTUtils
ASTDatabindingHelper - Interface in org.grails.web.databinding
@author Jeff Brown
ASTErrorsHelper - Interface in org.grails.compiler.injection
Enhances a class to contain an Errors property of type org.springframework.validation.Errors.
AstTransformer - Annotation Type in grails.compiler.ast
Marker annotation that for classes that transform Grails classes at the AST level.
ASTValidateableHelper - Interface in grails.validation
ASTValidationErrorsHelper - Class in org.grails.compiler.injection
@author Jeff Brown
asType(Class) - Method in CodeGenConfig
asType(Class) - Method in ConstrainedDelegate
asType(Class<?>) - Method in GrailsPrintWriter
asType(Class) - Method in NavigableMap.NullSafeNavigator
asType(Class) - Method in NavigableMapConfig
asType(Class) - Method in StreamCharBuffer
asWritable() - Method in AbstractClosureProxy
ASYNC_REQUEST_URI_ATTRIBUTE - Field in WebUtils
ASYNC_STARTED - Field in GrailsApplicationAttributes
ATOM_DATE_FORMAT - Field in AtomRenderer
ATOM_NAMESPACE - Field in AtomRenderer
ATOM_XML - Field in MimeType
AtomCollectionRenderer - Class in grails.rest.render.atom
An Atom XML renderer for a collection of objects
AtomCollectionRenderer(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
ATTACHED - Field in GrailsDomainClassProperty
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_ABSOLUTE - Field in LinkGenerator
ATTRIBUTE_ACTION - Field in LinkGenerator
ATTRIBUTE_BASE - Field in LinkGenerator
ATTRIBUTE_CONTEXT_PATH - Field in LinkGenerator
ATTRIBUTE_CONTROLLER - Field in LinkGenerator
ATTRIBUTE_ELEMENT_ID - Field in LinkGenerator
ATTRIBUTE_EVENT - Field in LinkGenerator
ATTRIBUTE_FRAGMENT - Field in LinkGenerator
ATTRIBUTE_ID - Field in LinkGenerator
ATTRIBUTE_INCLUDE_CONTEXT - Field in LinkGenerator
ATTRIBUTE_MAPPING - Field in LinkGenerator
ATTRIBUTE_METHOD - Field in LinkGenerator
ATTRIBUTE_NAMESPACE - Field in LinkGenerator
ATTRIBUTE_PARAMS - Field in LinkGenerator
ATTRIBUTE_PLUGIN - Field in LinkGenerator
ATTRIBUTE_RELATIVE_URI - Field in LinkGenerator
ATTRIBUTE_RESOURCE - Field in LinkGenerator
ATTRIBUTE_URI - Field in LinkGenerator
ATTRIBUTE_URL - Field in LinkGenerator
attribute(String, String) - Method in XMLStreamWriter
ATTRIBUTES - Field in JsonApiDataBindingSourceCreator
AUTHENTICATOR - Field in BuildSettings
The authenticator to use when connecting remotely from the CLI
AUTHORIZATION - Field in HttpHeaders
AUTO_CONFIGURATION_CLASS_NODE - Field in ApplicationArtefactHandler
AUTOWIRE_BY_NAME - Field in BeanConfiguration
AUTOWIRE_BY_TYPE - Field in BeanConfiguration
AUTOWIRE_DOMAIN_METHOD - Field in ControllersDomainBindingApi
autowire(def) - Method in GrailsTestAutowirer
Autowires the bean by name, processes any autowiring annotations, and set's the applicationContext if it implements ApplicationContextAware.
autowireBeanInAutowireByName(Object, Map<String, PropertyDescriptor>) - Method in OptimizedAutowireCapableBeanFactory
autowireBeanProperties(Object, int, boolean) - Method in OptimizedAutowireCapableBeanFactory
autowireByName(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in OptimizedAutowireCapableBeanFactory
autowireCodecBean(Object) - Method in DefaultGrailsCodecClass
AUTOWIRED_CLASS_NODE - Field in ResourceTransform
autowireIfNecessary() - Method in GrailsTestInterceptor

B

back() - Method in JSONTokener
Back up one character.
backup(int) - Method in SimpleCharStream
Backup a number of characters.
bang(ExecutionContext) - Method in GrailsCli
Base64CodecExtensionMethods - Class in org.grails.plugins.codecs
A codec that encodes and decodes Objects using Base64 encoding.
BASE_DIR - Field in BuildSettings
The base directory of the project
BaseApiProvider - Class in org.grails.core.metaclass
@author Graeme Rocher
baseArguments - Field in GradleStep
BasePluginFilter - Class in org.grails.plugins
Base functionality shared by IncludingPluginFilter and ExcludingPluginFilter.
BasePluginFilter(String) - Constructor in BasePluginFilter
BASIC_TYPES - Field in SimpleDataBinder
BasicCodecLookup - Class in org.grails.encoder.impl
BasicCodecLookup() - Constructor in BasicCodecLookup
BasicJSONEncoder - Class in org.grails.encoder.impl
Escapes characters in JSON output
BasicJSONEncoder() - Constructor in BasicJSONEncoder
BasicXMLEncoder - Class in org.grails.encoder.impl
Encoder implementation that escapes some characters for inclusion in XML documents
BasicXMLEncoder(CodecIdentifier) - Constructor in BasicXMLEncoder
bean(Class, Object) - Method in BeanBuilder
Defines an inner bean definition.
BEAN_ID - Field in GroovyPagesUriService
BEAN_ID - Field in UrlMappingsHolder
BEAN_NAME - Field in CompositeViewResolver
BEAN_NAME - Field in ConstraintsEvaluator
BEAN_NAME - Field in FilteringCodecsByContentTypeSettings
BEAN_NAME - Field in GrailsPluginManager
BEAN_NAME - Field in MimeType
The bean name used to store the mime type definitions
BEAN_NAME - Field in UrlConverter
BeanBuilder - Class in grails.spring
BeanBuilder(ApplicationContext, RuntimeSpringConfiguration, ClassLoader) - Constructor in BeanBuilder
BeanConfiguration - Interface in org.grails.spring
Represents a runtime bean configuration.
BeanCreationProfilingPostProcessor - Class in org.grails.core.util
Adds timings of bean creation times logged to the "org.grails.startup" group
beanFactory - Field in DefaultRuntimeSpringConfiguration
BeanPostProcessorAdapter - Class in org.grails.spring.beans
Adapter implementation of org.springframework.beans.factory.config.BeanPostProcessor.
beans(Closure<?>) - Method in BeanBuilder
Defines a set of beans for the given block or closure.
beans(Closure) - Method in DefaultGrailsPlugin
beans(Closure) - Method in Plugin
Allows a plugin to define beans at runtime.
before(String, Closure) - Method in CommandEvents
Register to listen for an event that runs before the given command
before() - Method in Interceptor
Executed before a matched action
BEFORE_INTERCEPTOR - Field in GrailsControllerClass
The name of the before interceptor property.
beforeBinding(def, String, def, def) - Method in DataBindingEventMulticastListener
beforeBinding(Object, String, Object, Object) - Method in DataBindingListener
Called when data binding is about to imposed on a property
beforeBinding(Object, String, Object, Object) - Method in DataBindingListenerAdapter
beforeShutdown() - Method in GrailsConsole
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.
BELONGS_TO - Field in GrailsDomainClassProperty
binaryExtensions - Field in AbstractProfile
BinaryGrailsPlugin - Class in org.grails.plugins
Models a pre-compiled binary plugin.
BinaryGrailsPlugin(Class<?>, BinaryGrailsPluginDescriptor, 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(Resource, List<String>) - Constructor in BinaryGrailsPluginDescriptor
bind(Object, DataBindingSource) - Method in DataBinder
@param obj The object being bound to
bind(def, GPathResult) - Method in GrailsWebDataBinder
bind(def, DataBindingSource, String, List, List, DataBindingListener) - Method in SimpleDataBinder
@param obj The object being bound to
BINDABLE_CONSTRAINT_NAME - Field in DefaultASTDatabindingHelper
bindData(Class, Collection, ServletRequest) - Method in Controller
Binds data for the given type to the given collection from the request
bindData(Class, Collection, CollectionDataBindingSource) - Method in DataBinder
BindingError - Interface in grails.databinding.errors
Represents a problem which occurred during data binding.
bindingError(BindingError, def) - Method in DataBindingEventMulticastListener
bindingError(BindingError, Object) - Method in DataBindingListener
Called when an error occurs binding to a property
bindingError(BindingError, Object) - Method in DataBindingListenerAdapter
bindingError(BindingError, def) - 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.
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.
bindMockWebRequest(ServletContext, MockHttpServletRequest, MockHttpServletResponse) - Method in GrailsWebMockUtil
bindObjectToDomainInstance(PersistentEntity, Object, Object, List, List, String) - Method in DataBindingUtils
Binds the given source object to the given target object performing type conversion if necessary
bindObjectToInstance(Object, Object, List, List, String) - Method in DataBindingUtils
Binds the given source object to the given target object performing type conversion if necessary
bindProperty(def, DataBindingSource, MetaProperty, def, DataBindingListener, def) - Method in SimpleDataBinder
bindSystemOutAndErr(PrintStream, PrintStream) - Method in GrailsConsole
bindToCollection(Class<T>, Collection<T>, ServletRequest) - Method in DataBindingUtils
BindUsing - Annotation Type in grails.databinding
This annotation may be applied to a class or to a field to customize the data binding process.
BLANK_CONSTRAINT - Field in ConstrainedProperty
BlankConstraint - Class in org.grails.validation
A Constraint that validates a string is not blank.
BlockQuoteFilter - Class in grails.doc
BlockQuoteFilter() - Constructor in BlockQuoteFilter
bold(String) - Method in AnsiConsoleUrlMappingsRenderer
BoldFilter - Class in grails.doc
BoldFilter() - Constructor in BoldFilter
boolean(String, Boolean) - Method in TypeConvertingMap
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.
BootstrapArtefactHandler - Class in org.grails.web.servlet.boostrap
@author Marc Palmer ([email protected])
BootstrapArtefactHandler() - Constructor in BootstrapArtefactHandler
BootStrapClassRunner - Class in org.grails.plugins.web.servlet.context
Runs the BootStrap classes on startup
BoundedCharsAsEncodedBytesCounter - Class in org.grails.web.util
Counts chars encoded as bytes up to a certain limit (capacity of byte buffer).
BoundedCharsAsEncodedBytesCounter(int, String) - Constructor in BoundedCharsAsEncodedBytesCounter
bufcolumn - Field in SimpleCharStream
buffer - Field in SimpleCharStream
BUFFER_SIZE - Field in SpringIOUtils
bufferChanged(StreamCharBuffer) - Method in StreamCharBuffer
bufline - Field in SimpleCharStream
bufpos - Field in SimpleCharStream
Position in buffer.
BUILD_CLASSES_PATH - Field in BuildSettings
The path to the build classes directory
BUILD_GRADLE - Field in CreateAppCommand
BUILD_INFO_FILE - Field in Metadata
build(Map) - Method in PdfBuilder
Builds a PDF file from the manual's single.html file.
BUILD_RESOURCES_PATH - Field in BuildSettings
The path to the build resources directory
BUILD_SCOPE - Field in BuildSettings
BUILD_SCOPE_DESC - Field in BuildSettings
buildAll(String, Project) - Method in GrailsClasspathToolingModelBuilder
buildDispatchUrlForMapping(UrlMappingInfo) - Method in UrlMappingUtils
Constructs the URI to forward to using the given request and UrlMappingInfo instance
BUILDER_TYPE_JSON - Field in RenderDynamicMethod
buildExcludes - Field in AbstractProfile
buildFinished(BuildEvent) - Method in GrailsConsoleBuildListener
buildGetMapExpression(Expression, String) - Method in GrailsASTUtils
Build static direct call to get entry from Map
buildGetPropertyExpression(Expression, String, ClassNode, boolean) - Method in GrailsASTUtils
Build static direct call to getter of a property
buildGetThisObjectExpression(boolean) - Method in GrailsASTUtils
buildGrailsWebRequest(HttpServletRequest, HttpServletResponse) - Method in GrailsDispatcherServlet
buildMerge - Field in AbstractProfile
buildPlugins - Field in AbstractProfile
buildPutMapExpression(Expression, String, Expression) - Method in GrailsASTUtils
Build static direct call to put entry in Map
buildRepositories - Field in AbstractProfile
buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes) - Method in GrailsDispatcherServlet
BuildScope - Enum in grails.util
Represents the different scopes that plugins apply to.
buildSetPropertyExpression(Expression, String, ClassNode, Expression) - Method in GrailsASTUtils
Build static direct call to setter of a property
BuildSettings - Class in grails.util
Build time settings and configuration
buildStarted(BuildEvent) - Method in GrailsConsoleBuildListener
buildTargetFolders(Profile, Map<Profile, File>, File) - Method in CreateAppCommand
buildThisExpression() - Method in GrailsASTUtils
bundle - Field in ConstrainedProperty
byName() - Method in AbstractInjectableGrailsClass
byName() - Method in InjectableGrailsClass
If autowiring by name is enabled.
byte(String, Integer) - Method in TypeConvertingMap
ByteArrayMultipartFileValueConverter - Class in org.grails.web.databinding.converters
@author Jeff Brown
ByteArrayResource - Class in org.grails.io.support
A Resource impl used represent a Resource as an array of bytes
ByteArrayResource(byte[], String) - Constructor in ByteArrayResource
byteArrayToHexString(byte[]) - Method in SpringIOUtils
Convert a byte[] array to readable string format.
byType() - Method in AbstractInjectableGrailsClass
byType() - Method in InjectableGrailsClass
If autowiring by type is enabled.

C

CACHE_CONTROL - Field in HttpHeaders
CachedGradleOperation - Class in org.grails.cli.gradle.cache
Utility class for performing cached operations that retrieve data from Gradle.
CachedGradleOperation(ProjectContext, String) - Constructor in CachedGradleOperation
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.UpdateException(Throwable) - Constructor in CacheEntry.UpdateException
CacheEntry(V) - Constructor in CacheEntry
cacheMillis - Field in ReloadableResourceBundleMessageSource
CachingLinkGenerator - Class in org.grails.web.mapping
A link generator that uses a LRU cache to cache generated links.
CachingLinkGenerator(String, String, Map<String, Object>) - Constructor in CachingLinkGenerator
CachingPathMatchingResourcePatternResolver - Class in org.grails.core.io
@author Graeme Rocher
CachingPathMatchingResourcePatternResolver(ResourceLoader) - Constructor in CachingPathMatchingResourcePatternResolver
calculateAllFilenames(String, Locale) - Method in ReloadableResourceBundleMessageSource
Calculate all filenames for the given bundle basename and Locale.
calculateFilenamesForLocale(String, Locale) - Method in ReloadableResourceBundleMessageSource
Calculate the filenames for the given bundle basename and Locale, appending language code, country code, and variant code.
call(Object) - Method in AbstractClosureProxy
This is the important one: logs entry and exit of the closure call.
call() - Method in CachedGradleOperation
call(SourceUnit, GeneratorContext, ClassNode) - Method in GrailsAwareInjectionOperation
callDestroy() - Method in DefaultGrailsBootstrapClass
callDestroy() - Method in GrailsBootstrapClass
Calls the destroy closure if one exists.
callInit(ServletContext) - Method in DefaultGrailsBootstrapClass
callInit(ServletContext) - Method in GrailsBootstrapClass
Calls the init closure if one exists.
CamelCaseUrlConverter - Class in grails.web
URL converter that allows for camel case URLs
canBuild(String) - Method in GrailsClasspathToolingModelBuilder
cancel() - Method in ExecutionContext
Allows cancelling of the running command
cancel() - Method in GrailsCli.ExecutionContextImpl
canConvert(Object) - Method in ByteArrayMultipartFileValueConverter
canConvert(Object) - Method in ClosureValueConverter
canConvert(Class<?>, Class<?>) - Method in ConversionService
canConvert(Object) - Method in CurrencyValueConverter
canConvert(Object) - Method in DateConversionHelper
canConvert(Object) - Method in LocaleAwareNumberConverter
canConvert(Class<?>, Class<?>) - Method in SpringConversionServiceAdapter
canConvert(def) - Method in TimeZoneConverter
canConvert(Object) - Method in ValueConverter
canCreateTransaction(TransactionDefinition) - Method in ChainedTransactionManager
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
CannotRedirectException - Class in grails.web.mapping.mvc.exceptions
Thrown when the request cannot be redirected.
CannotRedirectException(String) - Constructor in CannotRedirectException
canRegisterPlugin(GrailsPlugin) - Method in DefaultGrailsPluginManager
canUseOriginalForSubSequence(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
capture() - Method in SystemOutErrCapturer
CAPTURED_DOUBLE_WILDCARD - Field in UrlMapping
CAPTURED_WILDCARD - Field in UrlMapping
cascadeToAssociativeProperty(Errors, BeanWrapper, GrailsDomainClassProperty) - Method in GrailsDomainClassValidator
Cascades validation onto an associative property maybe a one-to-many, one-to-one or many-to-one relationship.
cascadeValidationToMany(Errors, BeanWrapper, GrailsDomainClassProperty, String) - Method in GrailsDomainClassValidator
Cascades validation to a one-to-many type relationship.
cascadeValidationToOne(Errors, BeanWrapper, Object, GrailsDomainClassProperty, String, Object) - Method in GrailsDomainClassValidator
Cascades validation to a one-to-one or many-to-one property.
CascadingValidator - Interface in grails.validation
Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations.
CATEGORY_SEPARATOR - Field in GrailsConsole
CHAIN_MODEL - Field in FlashScope
The attribute containing the chain model
chain(Map) - Method in ResponseRedirector
Chains from one action to another via an HTTP redirect.
chainAllButLastEncoders(EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
chainAllEncoders(EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
ChainedDecoder - Class in org.grails.encoder
ChainedDecoder(Decoder) - Constructor in ChainedDecoder
ChainedEncoder - Class in org.grails.encoder
ChainedEncoder(StreamingEncoder, boolean) - Method in ChainedEncoder
ChainedEncoders - Class in org.grails.encoder
ChainedTransactionManager - Class in org.grails.transaction
org.springframework.transaction.PlatformTransactionManager implementation that orchestrates transaction creation, commits and rollbacks to a list of delegates.
ChainedTransactionManager(PlatformTransactionManager) - Constructor in ChainedTransactionManager
Creates a new ChainedTransactionManager delegating to the given org.springframework.transaction.PlatformTransactionManagers.
ChainedTransactionManagerPostProcessor - Class in org.grails.transaction
A org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor for using the "Best Effort 1 Phase Commit" (BE1PC) in Grails applications when there are multiple data sources.
ChainedTransactionManagerPostProcessor() - Constructor in ChainedTransactionManagerPostProcessor
chainEncode(StreamEncodeable, EncodedAppender, List<Encoder>) - Method in ChainedEncoders
chainEncodersAndCachePerThread(EncodedAppender) - Method in ChainedEncoder
chainStreamingEncode(StreamEncodeable, EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
CHAR - Field in JsonParserConstants
RegularExpression Id.
char(String, Integer) - Method in TypeConvertingMap
characters(String) - Method in PrettyPrintXMLStreamWriter
characters(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 StreamCharBuffer
CharSequences - Class in org.grails.charsequences
Utility functions for handling java.lang.CharSequence instances
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
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
checkForConfigurationClash(Project) - Method in GrailsPluginGradlePlugin
checkInitialised() - Method in AbstractGrailsPluginManager
checkMultipart(HttpServletRequest) - Method in GrailsDispatcherServlet
checkState() - Method in AbstractConstraint
CLASS_EXTENSION - Field in GrailsResourceUtils
CLASS - Field in GrailsDomainClassProperty
CLASS_LOADER_BEAN - Field in GrailsApplication
CLASS_NAME - Field in ExecuteStep
CLASS_TO_BINDING_INCLUDE_LIST - Field in GrailsWebDataBinder
ClassAndMimeTypeRegistry - Class in org.grails.web.util
Abstract class for class that maintains a registry of mappings MimeType,Class and a particular object type.
ClassEditor - Class in org.grails.core.support
Converts Strings to Class references for Spring.
ClassEditor(Object) - Constructor in ClassEditor
CLASSES_DIR - Field in BuildSettings
The classes directory of the project, null outside of the development environment
classes() - Method in GrailsAutoConfiguration
@return The classes that constitute the Grails application
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 AbstractGrailsApplication
classLoader - Field in AbstractProfile
classLoader - Field in DefaultRuntimeSpringConfiguration
classLoader - Field in NavigableMapConfig
ClassLoaderAware - Interface in grails.core.support
Convenience interface that can be implemented by classes that are registered by plugins.
ClassLoaderAwareBeanPostProcessor - Class in org.grails.spring.beans
ClassLoaderAwareBeanPostProcessor(ClassLoader) - Constructor in ClassLoaderAwareBeanPostProcessor
className(Resource) - Method in FileSystemInteraction
The class name of the given resource
className(Resource) - Method in FileSystemInteractionImpl
The class name of the given resource
ClassNameCompleter - Class in org.grails.cli.interactive.completers
A completer that completes class names
ClassNameCompleter(File) - Constructor in ClassNameCompleter
classNameToPluginMap - Field in AbstractGrailsPluginManager
classNameToResourceCache - Field in DefaultResourceLocator
classNameToResourceCache - Field in ResourceLocator
classPackageAsResourcePath(Class<?>) - Method in GrailsResourceUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_URL_PREFIX - Field in GrailsResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - Field in ResourceLoader
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
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
ClassPathResource - Class in org.grails.io.support
Resource implementation for class path resources.
ClassPathResource(String, ClassLoader, Class<?>) - Constructor in ClassPathResource
Create a new ClassPathResource with optional ClassLoader and Class.
ClassPathScanner - Class in grails.boot.config.tools
Used to scan for classes on the classpath in the most efficient manner possible.
ClassPropertyFetcher - Class in org.grails.core.util
Accesses class "properties": static fields, static getters, instance fields or instance getters.
ClassPropertyFetcher(Class<?>) - Constructor in ClassPropertyFetcher
ClassRelativeResourcePatternResolver - Class in org.grails.core.support.internal.tools
Attempts to limit classpath searching to only locations relative to the given class
ClassRelativeResourcePatternResolver(Class) - Constructor in ClassRelativeResourcePatternResolver
classSearchDirectories - Field in DefaultResourceLocator
classSearchDirectories - Field in ResourceLocator
classShortName - Field in AbstractConstraint
clean() - Method in MetaClassRegistryCleaner
cleanAndRemove(MetaClassRegistryCleaner) - Method in MetaClassRegistryCleaner
cleanlyExit(int) - Method in GrailsConsole
cleanPath(String) - Method in GrailsResourceUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
cleanupIncludeRequestAttributes(HttpServletRequest, Map<String, Object>) - Method in WebUtils
clear() - Method in AbstractTypeConvertingMap
clear() - Method in CodeGenConfig
clear() - Method in CompositeConfig
clear() - Method in DefaultGrailsApplication
Clears the application returning it to an empty state.
clear() - Method in DefaultGroovyPagesUriService
clear() - Method in DeferredBindingActions
clear() - Method in EncodingStateRegistryLookupHolder
clear() - Method in FlatConfig
clear() - Method in GPathResultMap
clear() - Method in GrailsFlashScope
clear() - Method in GroovyPagesUriService
clear() - Method in GroovyPagesUriSupport
clear() - Method in Holders
clear() - Method in JSONArray
clear() - Method in JSONObject
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 PersistenceContextInterceptor
Clear any pending changes.
clear() - Method in PrefixedConfig
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
clearAllStaticApiInstances() - Method in GrailsDomainClassCleaner
clearAttributes() - Method in GrailsMockHttpServletRequest
clearCache() - Method in CachingLinkGenerator
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.
clearClassPropertyFetcherCache() - Method in ClassPropertyFetcher
clearDefaultConstraints() - Method in ConstraintEvalUtils
clearError() - Method in DevNullPrintStream
clearErrors() - Method in Validateable
Clear the errors
clearGrailsWebRequest() - Method in WebUtils
Removes any GrailsWebRequest instance from the current request.
clearJdbcDriverRegistrations() - Method in DataSourceUtils
clearStaticApiInstances(Class) - Method in GrailsDomainClassCleaner
clone() - Method in CodeGenConfig
clone() - Method in GrailsParameterMap
clone() - Method in GrailsPrintWriter
clone() - Method in JSONArray
clone() - Method in NavigableMap
clone() - Method in StreamCharBuffer
clone() - Method in TypeConvertingMap
cloneAnnotation(AnnotationNode) - Method in GrailsASTUtils
close() - Method in DevNullPrintStream
close() - Method in EncodedAppender
close() - Method in EncodedAppenderWriter
close() - Method in GrailsPrintWriter
close() - Method in GrailsPrintWriterAdapter
close() - Method in StreamCharBuffer.StreamCharBufferReader
close() - Method in StreamCharBuffer.StreamCharBufferWriter
close() - Method in StreamingEncoderEncodedAppender
close() - Method in SystemOutErrCapturer
close() - Method in WriterEncodedAppender
closeQuietly(Closeable) - Method in SpringIOUtils
Closes a closeable gracefully without throwing exceptions etc.
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
@author Graeme Rocher
ClosureCompleter(Closure<Collection<String>>) - Constructor in ClosureCompleter
ClosureExecutingCommand - Class in org.grails.cli.profile.commands
A command that executes a closure
ClosureExecutingCommand(String, Closure) - Constructor in ClosureExecutingCommand
ClosureToMapPopulator - Class in grails.util
A simple class that takes method invocations and property setters and populates the arguments of these into the supplied map ignoring null values.
ClosureToMapPopulator() - Constructor in ClosureToMapPopulator
ClosureValueConverter - Class in org.grails.databinding
@author Jeff Brown
ClosureValueInitializer - Class in org.grails.databinding
CNTRL_ESC - Field in JsonParserConstants
RegularExpression Id.
code - Field in BindingFormat
@default ""
CODEC - Field in DefaultGrailsCodecClass
CodecArtefactHandler - Class in org.grails.commons
@author Marc Palmer ([email protected])
CodecArtefactHandler() - Constructor in CodecArtefactHandler
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.
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
CodecLookupHelper - Class in org.grails.encoder
CodecMetaClassSupport - Class in org.grails.encoder
Helper methods for Codec metaclass operations.
CodecPrintWriter - Class in org.grails.buffer
CodecPrintWriter(Writer, Encoder, EncodingStateRegistry, boolean) - Constructor in CodecPrintWriter
CodecsGrailsPlugin - Class in org.grails.plugins
Configures pluggable codecs.
CodeFilter - Class in grails.doc
CodeFilter() - Constructor in CodeFilter
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
collectControllerMapping(UrlMappingInfo) - Method in AbstractGrailsControllerUrlMappings
collectControllerMappings(UrlMappingInfo) - Method in AbstractGrailsControllerUrlMappings
CollectionDataBindingSource - Interface in grails.databinding
@see DataBindingSource
collectionToObjectArray(Collection) - Method in GrailsClassUtils
Convenience method for converting a collection to an Object[]
collectionToString(Collection) - Method in JSONObject
CollectionUtils - Class in grails.util
Collection utility methods.
column - Field in SimpleCharStream
combine(String, String) - Method in AntPathMatcher
Combines two patterns into a new pattern that is returned.
CombinedCodecIdentifier - Class in org.grails.encoder
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.
CommandArgument - Class in org.grails.cli.profile
Represents argument to a command
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
CommandDescription - Class in org.grails.cli.profile
Describes a Command
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
@author Graeme Rocher
CommandFactory - Interface in org.grails.cli.profile.commands.factory
Factory for the creation of Command instances
CommandLine - Interface in org.grails.build.parsing
Represents the parsed command line options.
CommandLineParser - Class in org.grails.build.parsing
Command line parser that parses arguments to the command line.
CommandLineResourceLoader - Class in org.grails.dev.support
Loads locations starting with /WEB-INF from the Grails web-app directory.
commandObjects - Field in Action
@default {}
CommandRegistry - Class in org.grails.cli.profile.commands
Registry of available commands
CommandResourceResolver - Interface in org.grails.cli.profile.commands.factory
@since 3.0
commandsByName - Field in AbstractProfile
commit(TransactionStatus) - Method in ChainedTransactionManager
COMMON_CLASSES - Field in DefaultGrailsPluginManager
compare(Object, Object) - Method in DomainClassPropertyComparator
compare(MimeType, MimeType) - Method in QualityComparator
compare(String, String) - Method in VersionComparator
compareTo(Object) - Method in AbstractGrailsArtefactTransformer
Used for ordering not equality.
compareTo(Object) - Method in AbstractGrailsPlugin
compareTo(Object) - Method in RegexUrlMapping
Compares this UrlMapping instance with the specified UrlMapping instance and deals with URL mapping precedence rules.
compareTo(Object) - Method in ResponseCodeUrlMapping
compilationUnit - Field in ArtefactTypeAstTransformation
compilationUnit - Field in EntityASTTransformation
compile() - Method in GroovyPageCompileTask
compile() - Method in ProfileCompilerTask
compile() - Method in PublishGuideTask
COMPILE_SCOPE - Field in BuildSettings
COMPILE_SCOPE_DESC - Field in BuildSettings
COMPILE_STATIC_TYPE - Field in TransactionalTransform
compileGroovyFile(CompilerConfiguration, File) - Method in GrailsApp
COMPILER_ROOT_PATTERNS - Field in GrailsResourceUtils
COMPILER_SOURCE_LEVEL - Field in BuildSettings
The compiler source level to use
COMPILER_TARGET_LEVEL - Field in BuildSettings
The compiler source level to use
complete(CommandLine, CommandDescription, List<CharSequence>, int) - Method in ArgumentCompletingCommand
complete(ConsoleReader, List<CharSequence>, int) - Method in CandidateListCompletionHandler
complete(String, int, List<CharSequence>) - Method in ClosureCompleter
complete(String, int, List<CharSequence>) - Method in CommandCompleter
complete(CommandLine, CommandDescription, List<CharSequence>, int) - Method in CreateAppCommand
complete(String, int, List) - Method in EscapingFileNameCompletor
complete(String, int, List<CharSequence>) - Method in GradleCommand
complete(String, int, List<CharSequence>) - Method in HelpCommand
complete() - Method in MockAsyncContext
complete(String, int, List<CharSequence>) - Method in OpenCommand
complete(String, int, List) - Method in RegexCompletor
complete(String, int, List) - Method in SimpleOrFileNameCompletor
complete(String, int, List<CharSequence>) - Method in SortedAggregateCompleter
Perform a completion operation across all aggregated completers.
complete() - Method in StopWatch
complete(String, int, List<CharSequence>) - Method in StringsCompleter
completer(Completer) - Method in CommandDescription
Sets the completer
ComponentCapableDomainClass - Interface in grails.core
Interface for domains capable of supporting components.
CompositeConfig - Class in org.grails.config
A Config composed of other Configs
CompositeEditor - Class in org.grails.web.binding
@author Graeme Rocher
CompositeEditor(PropertyEditor) - Constructor in CompositeEditor
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
computeChecksum(File, String) - Method in SpringIOUtils
Config - Interface in grails.config
Interface to application configuration
config - Field in AbstractGrailsApplication
config - Field in AbstractGrailsPlugin
CONFIG_CLASS - Field in GrailsApplication
The name of the class that provides configuration
CONFIG_FILE - Field in AbstractGrailsPluginManager
CONFIG_PROPERTY_CODEC_FOR_CONTENT_TYPE - Field in FilteringCodecsByContentTypeSettings
CONFIG_PROPERTY_GSP_HTMLCODEC - Field in HTMLCodec
configChanged() - Method in AbstractGrailsApplication
configChanged() - Method in GrailsApplication
Fired to inform the application when the Config.groovy file changes.
ConfigMap - Interface in grails.config
API onto application configuration
configMap - Field in NavigableMapConfig
ConfigProperties - Class in grails.config
Cached access to Config.toProperties to avoid repeated calls
ConfigProperties(Config) - Constructor in ConfigProperties
configs - Field in CompositeConfig
configure(GrailsWebRequest) - Method in AbstractUrlMappingInfo
configure(GrailsWebRequest) - Method in UrlMappingInfo
Configure this UrlMappingInfo the for the given GrailsWebRequest
configureApplicationCommands(Project) - Method in GrailsGradlePlugin
configureApplicationContextClass() - Method in DevelopmentGrailsApplication
configureApplicationContextClass() - Method in GrailsShell
configureApplicationContextClass() - Method in GrailsSwingConsole
configureAssetCompilation(Project) - Method in GrailsGradlePlugin
configureAstSources(Project) - Method in GrailsPluginGradlePlugin
configureCodecMethods(CodecFactory, boolean, List<ExpandoMetaClass>) - Method in CodecMetaClassSupport
Adds "encodeAs*" and "decode*" metamethods for given codecClass
configureCodecMethods() - Method in DefaultGrailsCodecClass
configureCodecMethods() - Method in GrailsCodecClass
configureConsoleTask(Project) - Method in GrailsGradlePlugin
configureDirectoryWatcher(DirectoryWatcher, String) - Method in GrailsApp
configureDomainClassRelationships(GrailsClass, Map<?, ?>) - Method in GrailsDomainConfigurationUtil
Configures the relationships between domain classes after they have been all loaded.
configureEnvironment(ConfigurableEnvironment, String) - Method in GrailsApp
configureExplodedDirConfiguration(Project) - Method in GrailsPluginGradlePlugin
Configures an exploded configuration that can be used to build the classpath of the application from subprojects that are plugins without contructing a JAR file
configureFileWatch(Project) - Method in GrailsGradlePlugin
configureForkSettings(Project, def) - Method in GrailsGradlePlugin
configureGrailsBuildSettings(Project) - Method in GrailsGradlePlugin
configureGrailsSourceDirs(Project) - Method in GrailsGradlePlugin
configureLoadedClasses(Class<?>) - Method in DefaultGrailsApplication
Configures the loaded classes within the GrailsApplication instance using the registered ArtefactHandler instances.
configurePathingJar(Project) - Method in GrailsGradlePlugin
configurePluginJarTask(Project) - Method in GrailsPluginGradlePlugin
configurePluginResources(Project) - Method in GrailsPluginGradlePlugin
configureProfile(Project) - Method in GrailsGradlePlugin
configureProjectNameAndVersionASTMetadata(Project) - Method in GrailsPluginGradlePlugin
configureRunCommand(Project) - Method in GrailsGradlePlugin
configureRunScript(Project) - Method in GrailsGradlePlugin
configureScanner(ParserContext, Element) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
configureServletContextAttributes(ServletContext, GrailsApplication, GrailsPluginManager, WebApplicationContext) - Method in GrailsConfigUtils
configureSourcesJarTask(Project) - Method in GrailsPluginGradlePlugin
configureSpringBootExtension(Project) - Method in GrailsGradlePlugin
CONNECTION - Field in HttpHeaders
connectTo(StreamCharBuffer.LazyInitializingWriter, boolean) - Method in StreamCharBuffer
ConsoleLogger - Interface in grails.build.logging
Interface containing methods for logging to the Grails console
CONSTANT_STATUS - Field in ResourceTransform
Constrained - Interface in grails.validation
A interface for something that is constrained by various criteria
ConstrainedDelegate - Class in org.grails.validation
Bridge from the old API to the new
ConstrainedDelegate(ConstrainedProperty) - Constructor in ConstrainedDelegate
ConstrainedDiscovery - Interface in org.grails.validation.discovery
Strategy interface for discovering the Constrained properties of a class
ConstrainedProperty - Class in grails.validation
Provides the ability to set contraints against a properties of a class.
ConstrainedProperty(Class<?>, String, Class<?>) - Constructor in ConstrainedProperty
Constructs a new ConstrainedProperty for the given arguments.
ConstrainedPropertyBuilder - Class in org.grails.validation
Builder used as a delegate within the "constraints" closure of GrailsDomainClass instances .
ConstrainedPropertyBuilder(Class<?>) - Constructor in ConstrainedPropertyBuilder
Constraint - Interface in grails.validation
Defines a validatable constraint.
ConstraintDelegate - Class in org.grails.validation
Bridges old validation API and new API
ConstraintDelegate(Constraint) - Constructor in ConstraintDelegate
ConstraintEvalUtils - Class in org.grails.validation
Utility methods for configuring constraints
ConstraintException - Class in grails.validation.exceptions
Thrown when an error occurs applying a constraint to a property.
ConstraintException(Throwable) - Constructor in ConstraintException
ConstraintFactory - Interface in grails.validation
A factory for creating constraint instances.
constraintOwningClass - Field in AbstractConstraint
constraintParameter - Field in AbstractConstraint
constraintPropertyName - Field in AbstractConstraint
constraints - Field in AbstractUrlMapping
constraints - Field in ConstrainedProperty
CONSTRAINTS_FIELD_NAME - Field in DefaultASTDatabindingHelper
CONSTRAINTS - Field in GrailsDomainClassProperty
CONSTRAINTS_GROOVY_SCRIPT - Field in ConstraintsEvaluator
ConstraintsEvaluator - Interface in grails.validation
Evaluates and returns constraints.
ConstraintsEvaluatorFactoryBean - Class in org.grails.validation
Constructs the default constraints evaluator instance.
CONSTRUCTOR_METHOD - Field in BaseApiProvider
constructors - Field in BaseApiProvider
ContainerRenderer - Interface in grails.rest.render
A container a renderer is a render that renders a container of objects (Example: List of Book instances)
contains(Object, Object) - Method in GrailsArrayUtils
contains(Object) - Method in JSONArray
containsAll(Collection) - Method in JSONArray
containsBean(String) - Method in DefaultRuntimeSpringConfiguration
containsBean(String) - Method in RuntimeSpringConfiguration
Returns whether the runtime spring config contains the specified bean.
containsBeanDefinition(String) - Method in GrailsApplicationContext
containsKey(Object) - Method in AbstractTypeConvertingMap
containsKey(Object) - Method in CodeGenConfig
containsKey(Object) - Method in CompositeConfig
containsKey(Object) - Method in FlatConfig
containsKey(def) - Method in GPathResultMap
containsKey(Object) - Method in GrailsFlashScope
containsKey(Object) - Method in JSONObject
containsKey(Object) - Method in LazyBeanMap
containsKey(Object) - Method in LazyMetaPropertyMap
{@inheritDoc}
containsKey(Object) - Method in NavigableMap
containsKey(Object) - Method in NavigableMap.NullSafeNavigator
containsKey(Object) - Method in NavigableMapConfig
containsKey(Object) - Method in PrefixedConfig
containsProperty(String) - Method in CompositeConfig
containsProperty(String) - Method in DataBindingSource
@param propertyName the name of a property
containsProperty(String) - Method in NavigableMapConfig
containsProperty(String) - Method in PrefixedConfig
containsProperty(String) - Method in SimpleMapDataBindingSource
containsValue(Object) - Method in AbstractTypeConvertingMap
containsValue(Object) - Method in CodeGenConfig
containsValue(Object) - Method in CompositeConfig
containsValue(Object) - Method in FlatConfig
containsValue(def) - Method in GPathResultMap
containsValue(Object) - Method in GrailsFlashScope
containsValue(Object) - Method in JSONObject
containsValue(Object) - Method in LazyBeanMap
containsValue(Object) - Method in LazyMetaPropertyMap
Checks whether the specified value is contained within the Map.
containsValue(Object) - Method in NavigableMap
containsValue(Object) - Method in NavigableMap.NullSafeNavigator
containsValue(Object) - Method in NavigableMapConfig
containsValue(Object) - Method in PrefixedConfig
CONTENT_DISPOSITION - Field in HttpHeaders
CONTENT_ENCODING - Field in HttpHeaders
CONTENT_FORMAT - Field in GrailsApplicationAttributes
CONTENT_LANGUAGE - Field in HttpHeaders
CONTENT_LENGTH - Field in HttpHeaders
CONTENT_LOCATION - Field in HttpHeaders
CONTENT_MD5 - Field in HttpHeaders
CONTENT_RANGE - Field in HttpHeaders
CONTENT_TYPE - Field in HttpHeaders
contentLength() - Method in AbstractFileResolvingResource
contentLength() - Method in ByteArrayResource
contentLength() - Method in FileSystemResource
This implementation returns the underlying File's length.
contentLength() - Method in GrailsResource
contentLength() - Method in Resource
Determine the content length for this resource.
contentLength() - Method in SpringResource
ContentLengthAwareCommonsMultipartResolver - Class in org.grails.web.multipart
Safari includes the multipart packet inside an HTTP redirect without the Content-Length header.
context - Field in DefaultRuntimeSpringConfiguration
contextInitialized - Field in AbstractGrailsApplication
Controller - Annotation Type in grails.web
Created by graemerocher on 28/05/14.
CONTROLLER - Field in GrailsApplicationAttributes
CONTROLLER - Field in GrailsControllerClass
The general name to use when referring to controller artefacts.
CONTROLLER_NAME_ATTRIBUTE - Field in GrailsApplicationAttributes
CONTROLLER_NAMESPACE_ATTRIBUTE - Field in GrailsApplicationAttributes
CONTROLLER_PATTERN - Field in ControllerActionTransformer
controller - Field in UrlCreatorCache.ReverseMappingKey
CONTROLLER - Field in UrlMapping
The controller this mapping matches
ControllerActionConventions - Class in org.grails.web.mapping
Includes constants for common conventions for controller actions
ControllerActionTransformer - Class in org.grails.compiler.web
Enhances controller classes by converting closures actions to method actions and binding request parameters to action arguments.
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
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
ControllerExecutionException - Class in org.grails.web.servlet.mvc.exceptions
Throw when an exception occurs during controller execution
ControllerExecutionException(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
ControllerNameExtractor - Class in org.grails.test.support
controllerRegex - Field in UrlMappingMatcher
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.GrailsWebMvcConfigurer - Class in org.grails.plugins.web.controllers
ControllersGrailsPlugin.GrailsWebMvcConfigurer(Integer, boolean, String) - Constructor in ControllersGrailsPlugin.GrailsWebMvcConfigurer
ControllerTraitInjector - Class in grails.compiler.traits
A TraitInjector that injects controllers with the Controller trait
convention(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
@author Jeff Brown
conversionService - Field in NavigableMapConfig
convert(Object) - Method in ByteArrayMultipartFileValueConverter
CONVERT_CLOSURES_KEY - Field in BuildSettings
A property name to enable/disable AST conversion of closures actions&tags to methods
CONVERT_CLOSURES_KEY - Field in ControllerActionTransformer
convert(def) - Method in ClosureValueConverter
convert(Object, Class<?>) - Method in ConversionService
convert(Object) - Method in CurrencyValueConverter
convert(def) - Method in DateConversionHelper
convert(def, String) - Method in FormattedDateValueConverter
convert(Object, String) - Method in FormattedValueConverter
Return a formatted value
convert(Class, def) - Method in GrailsWebDataBinder
convert(Object) - Method in LocaleAwareNumberConverter
convert(Class, def) - Method in SimpleDataBinder
convert(Object, Class<?>) - Method in SpringConversionServiceAdapter
convert(def) - Method in TimeZoneConverter
convert(Object) - Method in ValueConverter
convertClassLoaderURL(URL) - Method in PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource object.
convertPotentialGStrings(Map<Object, Object>) - Method in DataBindingUtils
convertStringToEnum(Class<? extends Enum>, String) - Method in SimpleDataBinder
convertToOtherTypes(Object, Class<T>) - Method in CodeGenConfig
convertToRegex(String) - Method in RegexUrlMapping
Converts a Grails URL provides via the UrlMappingData interface to a regular expression.
convertToString(Object) - Method in AbstractCharReplacementEncoder
convertToType(Object, Class<T>) - Method in CodeGenConfig
COOKIE - Field in HttpHeaders
copy(Resource, File) - Method in FileSystemInteraction
Copy a Resource from the given location to the given directory or location
copy(Resource, File) - Method in FileSystemInteractionImpl
Copy a Resource from the given location to the given directory or location
copy(InputStream, Writer, String) - Method in IOUtils
Copy an InputStream to the given writer with the given encoding
copy(String, Writer) - Method in SpringIOUtils
Copy the contents of the given String to the given output Writer.
copyAll(Iterable, def) - Method in FileSystemInteraction
Copies resources to the target destination
copyAll(Iterable, def) - Method in FileSystemInteractionImpl
Copies resources to the target destination
copyAll(Resource, Resource, File) - Method in SpringIOUtils
Copies all the resources for the given target directory.
copyAnnotations(AnnotatedNode, AnnotatedNode, Set<String>, Set<String>) - Method in GrailsASTUtils
copyExpandoMetaClass(Class<?>, Class<?>, boolean) - Method in GrailsMetaClassUtils
Copies the ExpandoMetaClass dynamic methods and properties from one Class to another.
copyParameters(Parameter, Map<String, ClassNode>) - Method in GrailsASTUtils
copySrcToTarget(GrailsConsoleAntBuilder, File, List, Set<String>) - Method in CreateAppCommand
copyToByteArray(InputStream) - Method in SpringIOUtils
Copy the contents of the given InputStream into a new byte array.
copyToString(Reader) - Method in SpringIOUtils
Copy the contents of the given Reader into a String.
CORE_GORM_LIBRARIES - Field in GrailsGradlePlugin
CORE_GORM_PLUGINS - Field in GrailsGradlePlugin
CORE_PLUGIN_PATTERN - Field in CorePluginFinder
CORE_WORKING_DIR_NAME - Field in BuildSettings
The name of the working directory for commands that don't belong to a project (like create-app)
CoreGrailsPlugin - Class in org.grails.plugins
Configures the core shared beans within the Grails application context.
CoreGrailsPlugin.YmlConfigModifier - Class in org.grails.plugins
CoreGrailsPlugin.YmlConfigModifier(Config) - Constructor in CoreGrailsPlugin.YmlConfigModifier
CorePluginFinder - Class in org.grails.plugins
Loads core plugin classes.
CorePluginFinder(GrailsApplication) - Constructor in CorePluginFinder
CosineSimilarity - Class in grails.util
Uses cosine similarity to find matches from a candidate set for a specified input.
countChainableTransactionManagerBeans(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
countOccurrencesOf(String, String) - Method in AntPathMatcher
Count the occurrences of the substring in string s.
countResources() - Method in RestfulController
Counts all of resources
countToken(String, String) - Method in UrlValidator
Returns the number of times the token appears in the target.
create(GroovyClassLoader, List<GrailsRepositoryConfiguration>, DependencyResolutionContext) - Method in GrailsAetherGrapeEngineFactory
create(UrlMappings) - Method in LinkGeneratorFactory
create(ProfileRepository, String, Resource) - Method in ResourceProfile
create() - Method in RestfulController
Displays a form to create a new resource
create(InputStream, PrintStream, PrintStream) - Method in SystemStreamsRedirector
create(Class) - Method in UrlMappingsFactory
createAndRegister() - Method in MetaClassRegistryCleaner
createAntProject() - Method in GrailsConsoleAntBuilder
@return Factory method to create new Project instances
CreateAppCommand - Class in org.grails.cli.profile.commands
Command for creating Grails applications
CreateAppCommand.CreateAppCommandObject - Class in org.grails.cli.profile.commands
CreateAppCommand() - Constructor in CreateAppCommand
createApplicationContext() - Method in BeanBuilder
Creates an ApplicationContext from the current state of the BeanBuilder
createApplicationContext(ApplicationContext) - Method in DefaultRuntimeSpringConfiguration
Creates the ApplicationContext instance.
createApplicationContext() - Method in GrailsApp
createApplicationContext(ApplicationContext) - Method in WebRuntimeSpringConfiguration
createArgumentListFromParameters(Parameter, boolean, Map<String, ClassNode>) - Method in GrailsASTUtils
Creates an argument list from the given parameter types.
createAutowirer() - Method in GrailsTestInterceptor
createBeanDefinition() - Method in DefaultBeanConfiguration
createBeanDefinition(String) - Method in DefaultRuntimeSpringConfiguration
createBeanDefinition(String) - Method in RuntimeSpringConfiguration
Creates and returns the BeanDefinition that is regsitered within the given name or returns null.
createBindingSource(Reader) - Method in AbstractRequestBodyDataBindingSourceCreator
createBindingSource(Reader) - Method in HalXmlDataBindingSourceCreator
createBindingSource(Reader) - Method in JsonDataBindingSourceCreator
createBindingSource(Reader) - Method in XmlDataBindingSourceCreator
createBindingSourceCreationException(Exception) - Method in AbstractRequestBodyDataBindingSourceCreator
createBindingSourceCreationException(Exception) - Method in JsonDataBindingSourceCreator
createBindingSourceCreationException(Exception) - Method in XmlDataBindingSourceCreator
createBuildPropertiesTask(Project) - Method in GrailsGradlePlugin
createBuildPropertiesTask(Project) - Method in GrailsPluginGradlePlugin
createCacheKey(Class, MimeType) - Method in ClassAndMimeTypeRegistry
createCacheKey(Class, MimeType) - Method in DefaultDataBindingSourceRegistry
createCacheKey(Class, MimeType) - Method in DefaultRendererRegistry
createChainedCodecInstance(String, ConcurrentMap<String, T>, Class<T>) - Method in BasicCodecLookup
createChainingEncodesToWriter(List<StreamingEncoder>, boolean) - Method in AbstractCharReplacementEncoder
createChainingEncodesToWriter(List<StreamingEncoder>, boolean) - Method in EncodesToWriter
createChainingEncodesToWriter(StreamingEncoder, List<StreamingEncoder>, boolean) - Method in EncodesToWriterAdapter
createCharSequence(CharSequence, int, int) - Method in CharSequences
createCodec(String, ConcurrentMap<String, T>, Class<T>) - Method in BasicCodecLookup
createCodecIdentifier(Decoder) - Method in ChainedDecoder
createCodecIdentifier(StreamingEncoder) - Method in ChainedEncoder
createCollectionBindingSource(Reader) - Method in AbstractRequestBodyDataBindingSourceCreator
createCollectionBindingSource(Reader) - Method in JsonDataBindingSourceCreator
createCollectionBindingSource(Reader) - Method in XmlDataBindingSourceCreator
createCollectionDataBindingSource(MimeType, Class, Object) - Method in AbstractRequestBodyDataBindingSourceCreator
createCollectionDataBindingSource(MimeType, Class, Object) - Method in DataBindingSourceCreator
Creates a CollectionDataBindingSource suitable for binding bindingSource to bindingTarget
createCollectionDataBindingSource(MimeType, Class, Object) - Method in DataBindingSourceRegistry
Locates a CollectionDataBindingSource for the given MimeType and binding target
createCollectionDataBindingSource(GrailsApplication, Class, Object) - Method in DataBindingUtils
createCollectionDataBindingSource(MimeType, Class, Object) - Method in DefaultDataBindingSourceCreator
createCollectionDataBindingSource(MimeType, Class, def) - Method in DefaultDataBindingSourceRegistry
createCollectionDataBindingSource(MimeType, Class, Object) - Method in XmlDataBindingSourceCreator
createCommand(Profile, String, Resource, GroovyScriptCommand) - Method in GroovyScriptCommandFactory
createCommand(Profile, String, Resource, T) - Method in ResourceResolvingCommandFactory
createCommand(Profile, String, Resource, Map) - Method in YamlCommandFactory
createCommandLine() - Method in CommandLineParser
createCompilationUnit(CompilerConfiguration, CodeSource) - Method in GrailsAwareClassLoader
@see groovy.lang.GroovyClassLoader#createCompilationUnit(org.codehaus.groovy.control.CompilerConfiguration, java.security.CodeSource)
createConcreteCollection(Class) - Method in GrailsClassUtils
Creates a concrete collection for the suppied interface
createConsoleReader(InputStream) - Method in GrailsConsole
createConsoleTask(Project, TaskContainer, Configuration) - Method in GrailsGradlePlugin
createDataBindingSource(MimeType, Class, Object) - Method in AbstractRequestBodyDataBindingSourceCreator
createDataBindingSource(MimeType, Class, Object) - Method in DataBindingSourceCreator
Creates a DataBindingSource suitable for binding bindingSource to bindingTarget
createDataBindingSource(MimeType, Class, Object) - Method in DataBindingSourceRegistry
Locates a DataBindingSource for the given MimeType and binding target
createDataBindingSource(GrailsApplication, Class, Object) - Method in DataBindingUtils
createDataBindingSource(Object, HttpServletRequest) - Method in DefaultDataBindingSourceCreator
createDataBindingSource(MimeType, Class, def) - Method in DefaultDataBindingSourceRegistry
createDataBindingSource(MimeType, Class, Object) - Method in JsonDataBindingSourceCreator
createDataBindingSource(MimeType, Class, Object) - Method in XmlDataBindingSourceCreator
createDefaults() - Method in MimeType
Creates the default MimeType configuration if none exists in Config.groovy
createDocument(String) - Method in PdfBuilder
createDynamicElementReader(String, boolean) - Method in BeanBuilder
createEncodingInitializer(EncoderAware, EncodingStateRegistryLookup, StreamCharBuffer.LazyInitializingWriter) - Method in StreamCharBuffer
createEnvironment() - Method in GrailsWebApplicationContext
createExecutionContext(CommandLine) - Method in GrailsCli
createFor(List<StreamingEncoder>, Boolean) - Method in ChainedEncoder
createFromBuildBinding(Binding) - Method in JUnitReportsFactory
createGrabAnnotation(String, String, String, String, String, boolean) - Method in GrailsApplicationCompilerAutoConfiguration
createGrailsPlugin(Class<?>, Resource) - Method in DefaultGrailsPluginManager
createGrailsWebRequest(HttpServletRequest, HttpServletResponse, ServletContext) - Method in AbstractGrailsView
createGroovyScriptCommandClassLoader() - Method in GroovyScriptCommandFactory
createInstance() - Method in GrailsConsole
createInstance() - Method in UrlMappingFactoryBean
createInterceptor(Object, ApplicationContext, String) - Method in GrailsTestMode
createJmxObjectName(String, DataSource) - Method in TomcatJDBCPoolMBeanExporter
createJsonMap(Object) - Method in HalJsonDataBindingSourceCreator
createJsonMap(Object) - Method in JsonApiDataBindingSourceCreator
createJsonMap(Object) - Method in JsonDataBindingSourceCreator
createKey(String, String, String, String, String, Map) - Method in UrlCreatorCache
createLink(Map<String, Object>) - Method in Link
Creates a link for the given arguments
createListener(Class<T>) - Method in MockAsyncContext
createListEntry(String) - Method in ListReadingCachedGradleOperation
createListEntry(String) - Method in ReadGradleTasks
createMainClassFinder() - Method in FindMainClassTask
createMapValue(Object) - Method in MapReadingCachedGradleOperation
createMavenProfileRepository() - Method in GrailsCli
createMimeTypeAndAddToList(String, MimeType, List<MimeType>, Map<String, String>) - Method in DefaultAcceptHeaderParser
createNameVariations(String, CodecIdentifierProvider) - Method in BasicCodecLookup
createNative2AsciiTask(TaskContainer, def, def) - Method in GrailsGradlePlugin
createNewApplicationYml(String, String) - Method in CreateAppCommand
createNewEncodingState(Encoder, EncodingState) - Method in AbstractEncodedAppender
createNewEncodingState(Encoder, EncodingState) - Method in EncodesToWriterAdapter
createNewEncodingState(Encoder, EncodingState) - Method in WriterEncodedAppender
createNode(Object, Object) - Method in ConstrainedPropertyBuilder
createPathingJarTask(Project, String, Configuration) - Method in GrailsGradlePlugin
createPdf(String, File, File) - Method in PdfBuilder
createPdfWithDocument(Document, File, File) - Method in PdfBuilder
CreatePluginCommand - Class in org.grails.cli.profile.commands
A command for creating a plugin
CreatePluginCommand() - Constructor in CreatePluginCommand
createPluginManagerListener(ConfigurableApplicationContext) - Method in GrailsApp
Creates and returns a file change listener for notifying the plugin manager of changes.
createPrintlnStatement(String, String) - Method in GrailsASTUtils
CreateProfileCommand - Class in org.grails.cli.profile.commands
Creates a profile
CreateProfileCommand() - Constructor in CreateProfileCommand
createPrototypeBean(String) - Method in DefaultRuntimeSpringConfiguration
createPrototypeBean(String) - Method in RuntimeSpringConfiguration
Creates a new prototype bean configuration.
createRelative(String) - Method in ByteArrayResource
createRelative(String) - Method in ClassPathResource
This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.
createRelative(String) - Method in DefaultUrlMappingData
createRelative(String) - Method in FileSystemResource
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in GrailsResource
createRelative(String) - Method in Resource
Creates a new resource relative to this one
createRelative(String) - Method in ResponseCodeMappingData
createRelative(String) - Method in SpringResource
createRelative(String) - Method in UrlMappingData
Creates a new UrlMappingData instance relative to this one for the given path
createRelative(String) - Method in UrlResource
This implementation creates a UrlResource, applying the given path relative to the path of the underlying URL of this resource descriptor.
createRelativeURL(String, String, String, String, Map, String, String) - Method in DefaultUrlCreator
createRelativeURL(String, String, String, String, Map, String, String) - Method in RegexUrlMapping
createRelativeURL(String, String, String, String, Map, String, String) - Method in ResponseCodeUrlMapping
createRelativeURL(String, String, String, String, Map, String, String) - Method in UrlCreator
Creates a URL for the given parameters values, controller and action names without the context path information
createReport(String, String) - Method in JUnitReportsFactory
createReports(String) - Method in JUnitReportsFactory
createRequestEnvironmentInterceptor() - Method in GrailsTestInterceptor
createResource() - Method in RestfulController
Creates a new instance of the resource.
createRootApplicationContext(ServletContext) - Method in GrailsAppServletInitializer
createRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Method in BeanBuilder
createRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Method in WebBeanBuilder
createScanner(XmlReaderContext, boolean) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
createShellTask(Project, TaskContainer, Configuration) - Method in GrailsGradlePlugin
createSingleCharSequence(char) - Method in CharSequences
createSingletonBean(String) - Method in DefaultRuntimeSpringConfiguration
createSingletonBean(String) - Method in RuntimeSpringConfiguration
Creates a new singleton bean configuration.
createSpringApplication(Object) - Method in GrailsAppBuilder
createStackFilterer() - Method in GrailsExceptionResolver
createStep(Map) - Method in DefaultMultiStepCommand
createStep(String, Command, Map) - Method in DefaultStepFactory
createStep(String, Command, 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.
createTerminal() - Method in GrailsConsole
Creates the instance of Terminal used directly in GrailsConsole.
createTerminal() - Method in GrailsEclipseConsole
createTransactionalMethodCallBody(Parameter, MethodCallExpression) - Method in TransactionalTransform
createTransactionInterceptor() - Method in GrailsTestInterceptor
createTransactionManagerBeanReferences(BeanDefinition) - Method in ChainedTransactionManagerPostProcessor
createURL(String, String, String, String, Map, String, String) - Method in DefaultUrlCreator
createURL(String, String, String, String, Map, String, String) - Method in RegexUrlMapping
createURL(String, String, String, String, Map, String, String) - Method in ResponseCodeUrlMapping
createURL(String, String, String, String, Map, String, String) - Method in UrlCreator
Creates a URL for the given parameters values, controller and action names
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.
createXml(File, String) - Method in PdfBuilder
createXmlSlurper() - Method in SpringIOUtils
CREDIT_CARD_CONSTRAINT - Field in ConstrainedProperty
CreditCardConstraint - Class in org.grails.validation
Validates a credit card number.
CriteriaTypeCheckingExtension - Class in org.grails.compiler
@since 2.4
CRLF - Field in GrailsPrintWriter
CTOR_GROOVY_METHOD - Field in BaseApiProvider
curChar - Field in JsonParserTokenManager
CurrencyValueConverter - Class in org.grails.databinding.converters
A ValueConverter for converting String to Currency.
CURRENT_PREFIX - Field in AbstractGrailsArtefactTransformer
current() - Method in SystemStreamsRedirector
currentApplication() - Method in GrailsWebUtil
@return The currently bound GrailsApplication instance
currentCompilationError - Field in Environment
currentConfiguration() - Method in GrailsWebUtil
@return The currently bound GrailsApplication instance
currentPluginManager() - Method in Holders
currentProject - Field in FetchAllTaskSelectorsBuildAction.AllTasksModel
currentReloadError - Field in Environment
currentRequestAttributes() - Method in WebAttributes
currentToken - Field in ParseException
This is the last token that has been consumed successfully.
curry(Object) - Method in AbstractClosureProxy
customize(ConfigurableEmbeddedServletContainer) - Method in UrlMappingsErrorPageCustomizer
customizeGrailsApplication(GrailsApplication) - Method in GrailsApplicationPostProcessor
customizePluginManager(GrailsPluginManager) - Method in GrailsApplicationPostProcessor

D

DATA_BINDER_BEAN_NAME - Field in DataBindingUtils
DATA - Field in JsonApiDataBindingSourceCreator
DATA_SOURCE_BEAN - Field in GrailsApplication
DATA_SOURCE_CLASS - Field in GrailsApplication
The name of the DataSource class
DATA_SOURCE - Field in GrailsServiceClass
DATA_SOURCE_SETTING - Field in ChainedTransactionManagerPostProcessor
DATA_SOURCES_PREFIX - Field in ChainedTransactionManagerPostProcessor
DATA_SOURCES_SETTING - Field in ChainedTransactionManagerPostProcessor
DataBinder - Interface in grails.databinding
@author Jeff Brown
DataBindingEventMulticastListener - Class in org.grails.web.databinding
@author Jeff Brown
DataBindingEventMulticastListener(List<DataBindingListener>) - Constructor in DataBindingEventMulticastListener
DataBindingGrailsPlugin - Class in org.grails.plugins.databinding
Plugin for configuring the data binding features of Grails
DataBindingLazyMetaPropertyMap - Class in org.grails.web.databinding
Extends the default implementation and does data binding.
DataBindingLazyMetaPropertyMap(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
@author 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(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
dataBindingSources - Field in GPathResultCollectionDataBindingSource
DataBindingUtils - Class in grails.web.databinding
Utility methods to perform data binding from Grails objects.
DataSourceConnectionSourcesFactoryBean - Class in org.grails.plugins.datasource
A factory bean for creating the data sources
DataSourceConnectionSourcesFactoryBean(PropertyResolver) - Constructor in DataSourceConnectionSourcesFactoryBean
DataSourceGrailsPlugin - Class in org.grails.plugins.datasource
Handles the configuration of a DataSource within Grails.
DataSourceUtils - Class in org.grails.plugins.datasource
@author Graeme Rocher
date(String, Collection<String>) - Method in AbstractTypeConvertingMap
Obtains a date for the given parameter name and format
DATE_CREATED - Field in GrailsDomainClassProperty
DATE - Field in HttpHeaders
DateConversionHelper - Class in org.grails.databinding.converters
@author Jeff Brown
dateToString(Date) - Method in JSONObject
debug(String) - Method in AntLogAdapter
DEBUG_FORK - Field in CommandLine
debugStream - Field in JsonParserTokenManager
Debug output.
decode(Object) - Method in ChainedDecoder
decode(Object) - Method in Decoder
Decode given input object
decode(Object) - Method in HTML4Decoder
decode(Object) - Method in RawCodec
decodeBase64(def) - Method in Base64CodecExtensionMethods
decodeHex(def) - Method in HexCodecExtensionMethods
decodeMD5(def) - Method in MD5CodecExtensionMethods
decodeMD5Bytes(def) - Method in MD5BytesCodecExtensionMethods
Decoder - Interface in org.grails.encoder
interface for decoder methods
decoder - Field in XMLCodecFactory
decoders - Field in BasicCodecLookup
decoders - Field in ChainedDecoder
decoders - Field in HTMLJSCodec
decodeSHA1(def) - Method in SHA1CodecExtensionMethods
decodeSHA1Bytes(def) - Method in SHA1BytesCodecExtensionMethods
decodeSHA256(def) - Method in SHA256CodecExtensionMethods
decodeSHA256Bytes(def) - Method in SHA256BytesCodecExtensionMethods
deepSanitize(Throwable) - Method in GrailsUtil
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_COMPATIBILITY - Field in ProfileCompilerTask
DEFAULT_DATA_SOURCE - Field in GrailsDomainClassProperty
DEFAULT_DATA_SOURCE - Field in GrailsServiceClass
DEFAULT_DATABINDING_WHITELIST - Field in DefaultASTDatabindingHelper
DEFAULT_DATE_FORMAT - Field in DataBinder
DEFAULT_DATE_FORMATS - Field in DataBindingGrailsPlugin
DEFAULT_DOESNT_MATCH_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_ENCODING - Field in GrailsWebUtil
DEFAULT_ENCODING - Field in RenderDynamicMethod
DEFAULT - Field in Environment
Constants that indicates whether this GrailsApplication is running in the default environment
DEFAULT_EXCLUDES - Field in AbstractLinkingRenderer
DEFAULT_IMPORTS - Field in GrailsApplicationCompilerAutoConfiguration
DEFAULT_IMPORTS - Field in GrailsTestCompilerAutoConfiguration
DEFAULT_INDENT_STR - Field in PrettyPrintJSONWriter
DEFAULT_INDENT_STR - Field in PrettyPrintXMLStreamWriter
DEFAULT_INVALID_CREDIT_CARD_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_EMAIL_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_MAX_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_MAX_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_MIN_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_MIN_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_RANGE_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_URL_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_INVALID_VALIDATOR_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT - Field in JsonParserConstants
Lexical state.
DEFAULT_MESSAGES - Field in ConstrainedProperty
DEFAULT_METHOD_PARAM - Field in HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_NAMESPACE - Field in DefaultGrailsApplicationAttributes
DEFAULT_NOT_EQUAL_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_NOT_INLIST_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_NULL_MESSAGE_CODE - Field in ConstrainedProperty
DEFAULT_PATH_SEPARATOR - Field in AntPathMatcher
Default path separator: "/"
DEFAULT_PROFILE_GROUPID - Field in AbstractJarProfileRepository
DEFAULT_PROFILE_NAME - Field in GrailsCli
DEFAULT_PROPERTIES_ENCODING - Field in BinaryGrailsPlugin
DEFAULT_REPO - Field in MavenProfileRepository
DEFAULT_REQUEST_ENCODING - Field in DefaultRequestStateLookupStrategy
DEFAULT_RESOURCE_INCLUDES - Field in DefaultUrlMappingEvaluator
DEFAULT_RESOURCES_INCLUDES - Field in DefaultUrlMappingEvaluator
DEFAULT_SERVLET_VERSION - Field in Metadata
DEFAULT_SHUTDOWN_OPERATION - Field in ShutdownOperations
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(MimeType) - Constructor in DefaultAcceptHeaderParser
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(String, Set<String>) - Constructor in DefaultCodecIdentifier
DefaultCodecLookup - Class in org.grails.plugins.codecs
@author Lari Hotari
DefaultCommandLine - Class in org.grails.build.parsing
Implementation of the CommandLine interface.
DefaultCommandLine.SpecifiedOption - Class in org.grails.build.parsing
DefaultConstrainedDiscovery - Class in org.grails.validation.discovery.impl
Discovers the default constrained properties for a domain class
DefaultConstraintEvaluator - Class in org.grails.validation
Default implementation of the ConstraintsEvaluator interface.
DefaultConstraintEvaluator() - Constructor in DefaultConstraintEvaluator
DefaultConstraintEvaluatorFactoryBean - Class in org.grails.plugins.domain.support
DefaultControllerExceptionHandlerMetaData - Class in org.grails.plugins.web.controllers
Represents meta data which describes an exception handling method in a controller
DefaultDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
DefaultDataBindingSourceRegistry - Class in org.grails.web.databinding.bindingsource
DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey - Class in org.grails.web.databinding.bindingsource
DefaultEncodingStateRegistry - Class in org.grails.encoder
default implementation of EncodingStateRegistry
DefaultErrorsPrinter - Class in org.grails.core.exceptions
Default implementation of the StackTracePrinter interface.
DefaultErrorsPrinter(ResourceLocator) - Constructor in DefaultErrorsPrinter
DefaultFeature - Class in org.grails.cli.profile
Default implementation of the Feature interface
DefaultFeature(Profile, String, Resource) - Constructor in DefaultFeature
defaultFeaturesNames - Field in AbstractProfile
DefaultGrailsApplication - Class in grails.core
Default implementation of the GrailsApplication interface that manages application loading, state, and artefact instances.
DefaultGrailsApplication(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(ServletContext) - Constructor in DefaultGrailsApplicationAttributes
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
DefaultGrailsClasspath - Class in org.grails.gradle.plugin.model
DefaultGrailsCodecClass - Class in org.grails.commons
@author Jeff Brown
DefaultGrailsCodecClass(Class<?>) - Constructor in DefaultGrailsCodecClass
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.
DefaultGrailsDomainClassProperty - Class in org.grails.core
Represents a property of a domain class and contains meta information about the properties relationships, naming conventions and type.
DefaultGrailsDomainClassProperty(GrailsDomainClass, PersistentEntity, PersistentProperty) - Constructor in DefaultGrailsDomainClassProperty
Constructor.
DefaultGrailsPlugin - Class in org.grails.plugins
Implementation of the GrailsPlugin interface that wraps a Groovy plugin class and provides the magic to invoke its various methods from Java.
DefaultGrailsPlugin(Class<?>, GrailsApplication) - Constructor in DefaultGrailsPlugin
DefaultGrailsPluginManager - Class in grails.plugins
DefaultGrailsPluginManager(GrailsApplication) - Constructor in DefaultGrailsPluginManager
DefaultGrailsServiceClass - Class in org.grails.core
@author Steven Devijver
DefaultGrailsServiceClass(Class<?>) - Constructor in DefaultGrailsServiceClass
DefaultGrailsUrlMappingsClass - Class in org.grails.core
DefaultGrailsUrlMappingsClass(Class<?>) - Constructor in DefaultGrailsUrlMappingsClass
DefaultGroovyPagesUriService - Class in org.grails.web.pages
Provides services for resolving URIs.
DefaultHtmlRenderer - Class in org.grails.plugins.web.rest.render.html
A default renderer for HTML that returns an appropriate model
DefaultHtmlRenderer(Class<T>, MimeType) - Constructor in DefaultHtmlRenderer
DefaultJsonRenderer - Class in org.grails.plugins.web.rest.render.json
Default renderer for JSON
DefaultJsonRenderer(Class<T>, GrailsConventionGroovyPageLocator, RendererRegistry) - Constructor in DefaultJsonRenderer
DefaultLinkGenerator - Class in org.grails.web.mapping
A link generating service for applications to use when generating links.
DefaultLinkGenerator(String) - Constructor in DefaultLinkGenerator
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(GrailsApplication, MessageSource) - Constructor in DefaultMappingContextFactoryBean
DefaultMimeTypeResolver - Class in org.grails.web.mime
Resolves the MimeType instance for a request
DefaultMimeUtility - Class in org.grails.web.mime
@author 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(String, Profile, Map<String, Object>) - Constructor in DefaultMultiStepCommand
defaultNullable() - Method in Validateable
DefaultProxyHandler - Class in grails.core.support.proxy
Trivial default implementation that always returns true and the object.
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.RendererCacheKey - Class in org.grails.plugins.web.rest.render
DefaultRendererRegistry() - Constructor in DefaultRendererRegistry
DefaultRequestStateLookupStrategy - Class in org.grails.web.servlet.mvc
Default implementation that uses the web request to obtain information about the currently executing request.
DefaultRequestStateLookupStrategy(GrailsWebRequest) - Constructor in DefaultRequestStateLookupStrategy
DefaultResourceLoader - Class in org.grails.io.support
Default implementation of the ResourceLoader interface.
DefaultResourceLoader(ClassLoader) - Constructor in DefaultResourceLoader
Create a new DefaultResourceLoader.
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(ApplicationContext, ClassLoader) - Constructor in DefaultRuntimeSpringConfiguration
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
DefaultStepFactory - Class in org.grails.cli.profile.steps
Dynamic creation of Step instances
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(String, String) - Constructor in DefaultUrlCreator
DefaultUrlMappingData - Class in org.grails.web.mapping
Default implementating of the UrlMappingData interface.
DefaultUrlMappingData(String) - Constructor in DefaultUrlMappingData
DefaultUrlMappingEvaluator - Class in org.grails.web.mapping
DefaultUrlMappingEvaluator(ApplicationContext) - Constructor in DefaultUrlMappingEvaluator
DefaultUrlMappingInfo - Class in org.grails.web.mapping
Holds information established from a matched URL.
DefaultUrlMappingInfo(UrlMappingInfo, Map, 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.
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>, List, boolean) - Constructor in DefaultUrlMappingsHolder
DefaultXmlRenderer - Class in org.grails.plugins.web.rest.render.xml
Default renderer for XML responses
DefaultXmlRenderer(Class<T>, GrailsConventionGroovyPageLocator, RendererRegistry) - Constructor in DefaultXmlRenderer
DeferredBindingActions - Class in grails.validation
Binding operations that are deferred until either validate() or save() are called.
dehexchar(char) - Method in JSONTokener
Get the hex value of a character (base16).
delegate - Field in DefaultConstraintEvaluator
delegate - Field in PrefixedConfig
DELEGATING_METHOD_ANNOATION - Field in ControllerActionTransformer
DelegatingMethod - Annotation Type in grails.compiler
Used to indicate to the compiler that a particular method simply delegates to another one.
delete(def) - Method in FileSystemInteraction
Deletes a file
delete(def) - Method in FileSystemInteractionImpl
Deletes a file
delete() - Method in MockPart
delete() - Method in RestfulController
Deletes a resource for the given id
deleteResource(T) - Method in RestfulController
Deletes a resource
dependencies - Field in AbstractGrailsPlugin
dependencies - Field in AbstractProfile
dependencies - Field in GrailsDependencyVersions
dependencyNames - Field in AbstractGrailsPlugin
DEPENDS_ON - Field in GrailsPlugin
Defines the name of the property that specifies which plugins this plugin depends on
DEPRECATED_ATTRIBUTE - Field in AbstractLinkingRenderer
deprecated(String) - Method in GrailsUtil
Logs warning message about some deprecation and code style related hints.
Described - Interface in grails.util
Interface for classes that are described
description - Field in AbstractProfile
description(String, Closure) - Method in GroovyScriptCommand
Provides a description for the command
deSnapshot(String) - Method in VersionComparator
Removes any suffixes that indicate that the version is a kind of snapshot
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 NullPersistentContextInterceptor
destroy() - Method in PersistenceContextInterceptor
Called to finalize the persistent context.
destroyPersistenceContext(ApplicationContext) - Method in PersistenceContextInterceptorExecutor
destroyRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
destroyTransactionIfNecessary() - Method in GrailsTestInterceptor
determineRootDir(String) - Method in PathMatchingResourcePatternResolver
Determine the root directory for the given location.
determineUri(HttpServletRequest) - Method in GrailsExceptionResolver
DevelopmentGrailsApplication - Class in grails.ui.support
@author Graeme Rocher
DevelopmentGrailsApplication(Object) - Constructor in DevelopmentGrailsApplication
DevelopmentShutdownHook - Class in org.grails.dev.support
Registers a shutdown hook to close the application context when CTRL+C is hit in dev mode.
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_DETECTOR_BEAN - Field in GrailsApplication
digest(String, def) - Method in DigestUtils
DigestUtils - Class in org.grails.plugins.codecs
DIGITS - Field in JsonParserConstants
RegularExpression Id.
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 GrailsDomainClassProperty
DIRTY_PROPERTY_NAMES - Field in GrailsDomainClassProperty
DISABLE_AUTOWIRE_BY_NAME_OPTIMIZATIONS - Field in OptimizedAutowireCapableBeanFactory
disable_tracing() - Method in JSONParser
Disable tracing.
disconnect() - Method in NullPersistentContextInterceptor
disconnect() - Method in PersistenceContextInterceptor
Disconnects the persistence context.
DISPATCH_ACTION_PARAMETER - Field in WebUtils
dispatch(ServletContext, String) - Method in MockAsyncContext
DISPOSITION_HEADER_PREFIX - Field in RenderDynamicMethod
DO_WITH_APPLICATION_CONTEXT - Field in GrailsPlugin
Defines the name of the property that defines a closure that will be invoked after intialisation and when the application context has been built
DO_WITH_DYNAMIC_METHODS - Field in GrailsPlugin
DO_WITH_SPRING - Field in GrailsPlugin
Defines the name of the property that defines the closure that will be invoked during runtime spring configuration
DO_WITH_WEB_DESCRIPTOR - Field in GrailsPlugin
Defines the name of the property that defines the closure that will be invoked when the web.xml is being generated
doAfterCall(Object) - Method in AbstractClosureProxy
This method is called after the target closure is invoked.
doAfterCall(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(Object) - Method in AbstractClosureProxy
This method is called before the target closure is invoked.
doBeforeCall(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.
doBind(def, DataBindingSource, String, List, List, DataBindingListener, def) - Method in GrailsWebDataBinder
doBind(def, DataBindingSource, String, List, List, DataBindingListener, def) - Method in SimpleDataBinder
DOC_CONFIGURATION - Field in GrailsDocGradlePlugin
doc(String) - Method in DefaultGrailsPlugin
@deprecated Dynamic document generation no longer supported
doc(String) - Method in GrailsPlugin
Write some documentation to the DocumentationContext
DocEngine - Class in grails.doc
A Radeox Wiki engine for generating documentation using a confluence style syntax.
DocEngine(InitialRenderContext) - Constructor in DocEngine
doChainEncoders(EncodedAppender) - Method in ChainedEncoder
doCharReplacementEncoding(Object) - Method in AbstractCharReplacementEncoder
DocPublisher - Class in grails.doc
Coordinated the DocEngine the produce documentation based on the gdoc format.
DocPublisher(File, File, def) - Constructor in DocPublisher
DocPublisherTask - Class in grails.doc.ant
An ant task for using the DocEngine.
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
doEncode(Object) - Method in BasicJSONEncoder
doEncode(Object) - Method in BasicXMLEncoder
doEncode(Object) - Method in HTMLEncoder
doesMatch(HttpServletRequest) - Method in Interceptor
@return Whether the current interceptor does match
doesMatch(String, UrlMappingInfo, String) - Method in Matcher
Perform the matches using the http method of the request instead of the UrlMappingInfo
doesMatch(String, UrlMappingInfo, String) - Method in UrlMappingMatcher
doesMatchInternal(UrlMappingInfo, String) - Method in UrlMappingMatcher
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in GrailsWebRequestFilter
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in HiddenHttpMethodFilter
doFindAllClassPathResources(String) - Method in CachingPathMatchingResourcePatternResolver
doFindMatchingFileSystemResources(File, String) - Method in PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingFileResources(Resource, String) - Method in PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingJarResources(Resource, String) - Method in PathMatchingResourcePatternResolver
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
doGetActiveProfiles() - Method in GrailsEnvironment
doInRequestEnvironment(String, Closure) - Method in GrailsTestRequestEnvironmentInterceptor
Calls init() before and destroy() after invoking body.
doInvokeMethod(String, Object, Object) - Method in ConstrainedPropertyBuilder
DOMAIN_CLASS - Field in GrailsDomainClassProperty
DOMAIN_DIR - Field in GrailsASTUtils
DOMAIN_DIR_PATH - Field in GrailsResourceUtils
DOMAIN_PATH_PATTERN - Field in GrailsResourceUtils
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 - Field in GrailsDomainClassValidator
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
DomainClassGrailsPlugin - Class in org.grails.plugins.domain
Configures the domain classes in the spring context.
DomainClassPluginSupport - Class in org.grails.plugins.domain
@author Graeme Rocher
DomainClassPropertyComparator - Class in org.grails.validation
Comparator that uses the domain class property constraints to establish order in sort methods and always places the id first.
DomainClassPropertyComparator(GrailsDomainClass) - Constructor in DomainClassPropertyComparator
DomainClassTraitInjector - Class in grails.compiler.traits
@author Jeff Brown
DomainMappingTypeCheckingExtension - Class in org.grails.compiler
@since 2.4
DomainValidator - Class in org.grails.validation.routines
doMatch(String, String, boolean, Map<String, String>) - Method in AntPathMatcher
Actually match the given path against the given pattern.
Done() - Method in SimpleCharStream
Reset buffer when finished.
doPerformInjectionOnArtefactType(SourceUnit, ClassNode, String) - Method in ArtefactTypeAstTransformation
doPostProcessing(ApplicationContext) - Method in AbstractGrailsPluginManager
Base implementation that will simply go through each plugin and call doWithApplicationContext on each.
doPostProcessing(ApplicationContext) - Method in GrailsPluginManager
Performs post initialization configuration for each plug-in, passing the built application context
doPostProcessing(ApplicationContext) - Method in ProfilingGrailsPluginManager
doProcessProperties(ConfigurableListableBeanFactory, StringValueResolver) - Method in GrailsPlaceholderConfigurer
doRetrieveMatchingFiles(String, File, Set<File>) - Method in PathMatchingResourcePatternResolver
Recursively retrieve files that match the given pattern, adding them to the given result list.
doRuntimeConfiguration(String, RuntimeSpringConfiguration) - Method in AbstractGrailsPluginManager
Base implementation that will perform runtime configuration for the specified plugin name.
doRuntimeConfiguration(String, RuntimeSpringConfiguration) - Method in GrailsPluginManager
Executes the runtime configuration for a specific plugin AND all its dependencies
doRuntimeConfiguration(RuntimeSpringConfiguration) - Method in ProfilingGrailsPluginManager
DOUBLE_QUOTE_LITERAL - Field in JsonParserConstants
RegularExpression Id.
double(String, Double) - Method in TypeConvertingMap
DOUBLE_WILDCARD_PATTERN - Field in RegexUrlMapping
DOUBLE_WILDCARD - Field in UrlMapping
doWithApplicationContext(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(ApplicationContext) - Method in GrailsPlugin
doWithApplicationContext() - Method in InterceptorsGrailsPlugin
doWithApplicationContext() - Method in Plugin
Invokes once the org.springframework.context.ApplicationContext has been refreshed and after {#doWithDynamicMethods()} is invoked.
doWithDynamicMethods() - Method in CoreGrailsPlugin
doWithDynamicMethods(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(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.
doWithRuntimeConfiguration(RuntimeSpringConfiguration) - Method in DefaultGrailsPlugin
doWithRuntimeConfiguration(RuntimeSpringConfiguration) - Method in GrailsPlugin
Executes the plugin code that performs runtime configuration as defined in the doWithSpring closure
doWithServletContext(ServletContext) - Method in GrailsWebPluginManager
doWithSpring() - Method in CodecsGrailsPlugin
doWithSpring() - Method in ControllersGrailsPlugin
doWithSpring() - Method in CoreGrailsPlugin
doWithSpring() - Method in DataBindingGrailsPlugin
doWithSpring() - Method in DataSourceGrailsPlugin
doWithSpring() - Method in DomainClassGrailsPlugin
doWithSpring() - Method in GrailsApplicationLifeCycle
Sub classes should override to provide implementations
doWithSpring() - Method in GrailsApplicationLifeCycleAdapter
doWithSpring() - Method in GrailsAutoConfiguration
doWithSpring() - Method in I18nGrailsPlugin
doWithSpring() - Method in InterceptorsGrailsPlugin
doWithSpring() - Method in MimeTypesGrailsPlugin
doWithSpring() - Method in Plugin
Sub classes should override to provide implementations
doWithSpring() - Method in RestResponderGrailsPlugin
doWithSpring() - Method in ServicesGrailsPlugin
/*Service.groovy", "file:.
doWithSpring() - Method in UrlMappingsGrailsPlugin
dumpEncodedParts() - Method in StreamCharBuffer
DYNAMIC_METHODS_REGISTERED - Field in GrailsContextEvent
DynamicElementReader - Class in grails.spring
Used by BeanBuilder to read a Spring namespace expression in the Groovy DSL.
DynamicElementReader(String, Map, NamespaceHandler, ParserContext) - Constructor in DynamicElementReader
DynamicFinderTypeCheckingExtension - Class in org.grails.compiler
@since 2.4

E

E - Field in JsonParserConstants
RegularExpression Id.
each(Closure) - Method in GrailsMockHttpServletRequest
Iterates over the request attributes.
each(HttpServletRequest, Closure) - Method in HttpServletRequestExtension
echoStatus() - Method in GrailsConsole
Replays the last status message
edit() - Method in RestfulController
EMAIL_CONSTRAINT - Field in ConstrainedProperty
EmailConstraint - Class in org.grails.validation
Validates an email address.
EMBEDDED_ATTRIBUTE - Field in HalJsonRenderer
EMBEDDED - Field in GrailsDomainClassProperty
EmbeddedDatabaseShutdownHook - Class in org.grails.plugins.datasource
EMPTY_ARGS - Field in GrailsParameterMap
EMPTY_CLASS_ARRAY - Field in GrailsArtefactClassInjector
EMPTY_MAP_STRING - Field in CachingLinkGenerator
EMPTY_RESULTS - Field in DefaultUrlMappingsHolder
emptyAfterReading() - Method in StreamCharBuffer
ENABLE_AUTO_CONFIGURATION_CLASS_NODE - Field in GrailsApplicationCompilerAutoConfiguration
ENABLE_AUTO_CONFIGURATION - Field in GrailsApplicationCompilerAutoConfiguration
enable() - Method in BuildScope
Enables this build scope as the curent system wide instance.
ENABLE_FILE_EXTENSIONS - Field in WebUtils
ENABLE_INTERACTIVE - Field in GrailsConsole
ENABLE_TERMINAL - Field in GrailsConsole
enable_tracing() - Method in JSONParser
Enable tracing.
enableAgentIfNotPresent(Class) - Method in Support
Enables the reloading agent at runtime if it isn't present
EnableAutoConfiguration - Annotation Type in org.grails.boot.internal
Dummy annotation to fool boot into not applying the real 'EnableAutoConfiguration' annotation.
enableDevelopmentModeWatch(Environment, ConfigurableApplicationContext, String) - Method in GrailsApp
enableFileWatch(Environment, Project) - Method in GrailsGradlePlugin
enableNative2Ascii(Project, def) - Method in GrailsGradlePlugin
Enables native2ascii processing of resource bundles
encode(Object) - Method in AbstractCharReplacementEncoder
encode(Object) - Method in BasicJSONEncoder
encode(Object) - Method in BasicXMLEncoder
encode(Object) - Method in ChainedEncoder
encode(Encoder) - Method in Encodeable
Encode with given encoder.
encode(Object) - Method in Encoder
Encode given input object
encode(Object) - Method in NoneEncoder
encode(Object) - Method in RawCodec
encode(String, String) - Method in RegexUrlMapping
encode(Encoder) - Method in StreamCharBuffer
Encodeable - Interface in org.grails.encoder
Marks a class capable of encoding itself with given Encoder
encodeAndWrite(Encoder, EncodingState, CharSequence) - Method in AbstractEncodedAppender
Encode and write input to buffer using a non-streaming encoder
encodeAsBase64(def) - Method in Base64CodecExtensionMethods
encodeAsHex(def) - Method in HexCodecExtensionMethods
encodeAsHtml(String) - Method in StringEscapeCategory
encodeAsJsonObject(Object) - Method in BasicJSONEncoder
encodeAsMD5(def) - Method in MD5CodecExtensionMethods
encodeAsMD5Bytes(def) - Method in MD5BytesCodecExtensionMethods
encodeAsSHA1(def) - Method in SHA1CodecExtensionMethods
encodeAsSHA1Bytes(def) - Method in SHA1BytesCodecExtensionMethods
encodeAsSHA256(def) - Method in SHA256CodecExtensionMethods
encodeAsSHA256Bytes(def) - Method in SHA256BytesCodecExtensionMethods
encodeAsUrlFragment(String) - Method in StringEscapeCategory
encodeAsUrlPath(String) - Method in StringEscapeCategory
encodeAsXmlObject(Object) - Method in BasicXMLEncoder
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(EncodedAppender, 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.
encodeInStreamingModeTo(EncoderAware, EncodingStateRegistryLookup, boolean, StreamCharBuffer.LazyInitializingWriter) - Method in StreamCharBuffer
Encoder - Interface in org.grails.encoder
Interface for encoding methods.
encoder - Field in EncodedAppenderWriter
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(StreamingEncoder, boolean) - Constructor in EncodesToWriterAdapter
encodeTo(Writer, EncodesToWriter) - Method in StreamCharBuffer
encodeTo(EncodedAppender, Encoder) - Method in StreamEncodeable
Calls the encoder to encode the current content of the StreamEncodable instance (itself) to the EncodedAppender.
encodeTo(Writer, 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(Encoder, CharSequence, int, int, EncodedAppender, EncodingState) - Method in AbstractCharReplacementEncoder
encodeToStream(Encoder, CharSequence, int, int, EncodedAppender, EncodingState) - Method in ChainedEncoder
encodeToStream(Encoder, CharSequence, int, int, EncodedAppender, EncodingState) - Method in NoneEncoder
encodeToStream(Encoder, CharSequence, int, int, EncodedAppender, EncodingState) - Method in RawCodec
encodeToStream(Encoder, CharSequence, int, int, EncodedAppender, EncodingState) - Method in StreamingEncoder
Encode and append portion of source CharSequence to the appender.
encodeToWriter(char[], int, int, Writer, EncodingState) - Method in AbstractCharReplacementEncoder
encodeToWriter(char[], int, int, Writer, EncodingState) - Method in EncodesToWriter
encodeToWriter(char[], int, int, Writer, EncodingState) - Method in EncodesToWriterAdapter
encodeToWriter(CharSequence, Writer) - Method in JSONObject
ENCODING - Field in CreateAppCommand
EncodingState - Interface in org.grails.encoder
Holds the state of applied encodings
EncodingStateImpl - Class in org.grails.encoder
Default implementation of EncodingState
EncodingStateImpl(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(JSONWriter.Mode, char) - Method in JSONWriter
End something.
end(Mode, char) - Method in PathCapturingJSONWriterWrapper
end(Mode, char) - Method in PrettyPrintJSONWriter
end() - Method in PrettyPrintXMLStreamWriter
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.
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
ENDQUOTE - Field in JsonParserConstants
RegularExpression Id.
endStartTag() - Method in PrettyPrintXMLStreamWriter
endStartTag() - Method in XMLStreamWriter
endTest(Test) - Method in JUnitReports
endTestSuite(JUnitTest) - Method in JUnitReports
endTestSuite(JUnitTest) - Method in PlainFormatter
enhance(MetaClass) - Method in MetaClassEnhancer
enhanceAll(Iterable) - Method in MetaClassEnhancer
Enhanced - Annotation Type in grails.artefact
An annotation for classes that are compile-time enhanced.
enhancedFor - Field in Enhanced
@default {}
Enhances - Annotation Type in grails.artefact
Can be applied to any Trait to indicate to Grails that the trait should be automatically added to the given artefact types
EnhancesTraitTransformation - Class in org.grails.compiler.injection
Implementation for {@link Enhances)
ensureCapacity(int) - Method in JSONArray
Entity - Annotation Type in grails.persistence
A class annotation used to make a class into a GORM domain class.
EntityASTTransformation - Class in org.grails.compiler.injection
EntityProxyHandler - Interface in grails.core.support.proxy
Methods specified to proxied entities
ENTRY_TAG - Field in AtomRenderer
entrySet() - Method in AbstractTypeConvertingMap
entrySet() - Method in CodeGenConfig
entrySet() - Method in CompositeConfig
entrySet() - Method in FlatConfig
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
ENV_GRAILS_HOME - Field in Environment
The name of the GRAILS_HOME environment variable
ENV_KEY - Field in Environment
Constant used to resolve the environment via System.getenv(Environment.ENV_KEY).
ENV_RELOAD_AGENT_PATH - Field in Support
Environment - Enum in grails.util
Represents the current environment.
EnvironmentAwarePropertySource - Class in org.grails.config
A PropertySource aware of the Grails environment and that resolves keys based on the environment from other property sources
ENVIRONMENTS - Field in GrailsPlugin
The environments to which this plugin applies
EOF - Field in JsonParserConstants
End of File.
eol - Field in ParseException
The end of line string for this machine.
equals(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(Object) - Method in AbstractGrailsPlugin
equals(Object) - Method in AbstractTypeConvertingMap
equals(Object) - Method in ClassPathResource
This implementation compares the underlying class path locations.
equals(Object) - Method in DefaultCodecIdentifier
equals(Object) - Method in DefaultGrailsDomainClassProperty
Overridden equals to take into account inherited properties e.g. childClass.propertyName is equal to parentClass.propertyName if the types match and childClass.property.isInherited
equals(Object) - Method in DefaultUrlMappingInfo
equals(Object) - Method in EncodingStateImpl
equals(Object) - Method in FileSystemResource
This implementation compares the underlying File references.
equals(Object) - Method in GrailsRepositoryConfiguration
equals(Object) - Method in JSONArray
If the passed object is a JSONArray, then the underlying collection must be equal.
equals(Object) - Method in JSONObject
equals(Object) - Method in LazyMetaPropertyMap
equals(def) - Method in MimeType
equals(Object) - Method in NavigableMap
equals(Object) - Method in NavigableMap.NullSafeNavigator
equals(Object) - Method in NavigableMapConfig
EQUALS_OPERATOR - Field in GrailsASTUtils
equals(Object) - Method in Pair
equals(Object) - Method in PrefixedConfig
equals(def) - Method in ResourceProfile
equals(Object) - Method in StreamCharBuffer
equals uses String.equals to check for equality to support compatibility with String instances in maps, sets, etc.
equals(Object) - Method in Triple
equals(Object) - Method in UrlCreatorCache.ReverseMappingKey
equals(Object) - Method in UrlResource
This implementation compares the underlying URL references.
equals(def) - Method in VersionComparator
error(String) - Method in AnsiConsoleUrlMappingsRenderer
error(String) - Method in AntLogAdapter
error(SourceUnit, ASTNode, String) - Method in BindingFormatASTTransformation
error(Throwable) - Method in ConsoleLogger
Use to log an error
error(SourceUnit, ASTNode, String, boolean) - Method in GrailsASTUtils
Generates a fatal compilation error.
ERROR - Field in GrailsConsole
ERROR_TAG - Field in VndErrorXmlRenderer
ERRORS - Field in GrailsApplicationAttributes
ERRORS - Field in GrailsDomainClassProperty
ERRORS_PREFIX - Field in GrailsFlashScope
ERRORS_TAG - Field in VndErrorXmlRenderer
ErrorsViewStackTracePrinter - Class in org.grails.web.errors
Customized Stack trace output for the errors view.
ErrorsViewStackTracePrinter(ResourceLocator) - Constructor in ErrorsViewStackTracePrinter
ESC_STATE - Field in JsonParserConstants
Lexical state.
ESCAPE_CHAR - Field in JsonParserConstants
RegularExpression Id.
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(CharSequence) - Method in AbstractCharReplacementEncoder
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.
establishUrlPattern(UrlMapping, boolean, int) - Method in AnsiConsoleUrlMappingsRenderer
ETAG - Field in HttpHeaders
evaluate(Class<?>, GrailsDomainClassProperty) - Method in ConstraintsEvaluator
Evaluate constraints for the given Class and properties
evaluate(Class<?>, GrailsDomainClassProperty) - Method in DefaultConstraintEvaluator
evaluateFeatures(Profile, List<String>) - Method in CreateAppCommand
evaluateFileName(String) - Method in GroovyScriptCommandFactory
evaluateFileName(String) - Method in ResourceResolvingCommandFactory
evaluateMappings(Closure) - Method in DefaultUrlMappingEvaluator
evaluateMappings(Closure) - Method in UrlMappingEvaluator
Evaluates mapping from the given closure if possible
evaluateNameForValue(Object, GrailsWebRequest) - Method in AbstractUrlMappingInfo
evaluateProfileName(CommandLine) - Method in CreateAppCommand
Event - Enum in grails.persistence
Enum of the available events that Grails triggers.
EVENT_ON_CHANGE - Field in GrailsPlugin
EVENT_ON_CONFIG_CHANGE - Field in GrailsPlugin
EVENT_ON_SHUTDOWN - Field in GrailsPlugin
EventStorage - Class in org.grails.cli.profile.commands.events
Stores command line events
EVICT - Field in GrailsPlugin
Defines the name of the property that specifies a List or plugins that this plugin evicts Eviction occurs when the PluginManager loads
evictionList - Field in AbstractGrailsPlugin
evictPlugin(GrailsPlugin, String) - Method in DefaultGrailsPluginManager
EXCEEDED_SUFFIX - Field in ConstrainedProperty
except(Map) - Method in Matcher
Synonym for Matcher.excludes
except(Map) - Method in UrlMappingMatcher
EXCEPTION_ATTRIBUTE - Field in ExceptionUtils
EXCEPTION_ATTRIBUTE - Field in GrailsExceptionResolver
EXCEPTION_ATTRIBUTE - Field in WebUtils
EXCEPTION_HANDLER_BEAN - Field in GrailsApplication
EXCEPTION_HANDLER_META_DATA_FIELD_NAME - Field in ControllerActionTransformer
EXCEPTION - Field in UrlMapping
ExceptionUtils - Class in org.grails.exceptions
Utility methods for dealing with exception
EXCLUDE_MEMBER - Field in ApplicationClassInjector
EXCLUDED_AUTO_CONFIGURE_CLASSES - Field in ApplicationClassInjector
excludes(List<T>, T) - Method in IncludeExcludeSupport
excludes(Closure<Boolean>) - Method in Matcher
Adds an exclusion that is calculated by the given closure
EXCLUDES - Field in UrlMapping
excludes - Field in UrlMappingMatcher
excludesProperty(Object, String) - Method in AbstractIncludeExcludeRenderer
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(String) - Constructor in ExcludingPluginFilter
exclusionDependencySelector - Field in AbstractProfile
executablePatterns - Field in AbstractProfile
execute(Project) - Method in AgentTasksEnhancer
execute(BuildController) - Method in ClasspathBuildAction
execute() - Method in DocPublisherTask
execute(BuildController) - Method in FetchAllTaskSelectorsBuildAction
execute(String) - Method in GrailsCli
Execute the given command
execute(Closure) - Method in GrailsTransactionTemplate
execute(IncrementalTaskInputs) - Method in GroovyPageCompileTask
execute(Writer, MacroParameter) - Method in GspTagSourceMacro
execute(Writer, MacroParameter) - Method in HiddenMacro
execute(Writer, MacroParameter) - Method in NoteMacro
execute(IncrementalTaskInputs) - Method in ProfileCompilerTask
execute(Writer, MacroParameter) - Method in WarningMacro
executeAndRollback(Closure) - Method in GrailsTransactionTemplate
executeCommandWithArgumentValidation(Command, CommandLine) - Method in GrailsCli
executeForCurrentEnvironment(Closure<?>) - Method in Environment
Takes an environment specific DSL block like:
executeForEnvironment(Environment, Closure<?>) - Method in Environment
Takes an environment specific DSL block like:
executeGrailsBootstraps(GrailsApplication, WebApplicationContext, ServletContext) - Method in GrailsConfigUtils
Executes Grails bootstrap classes
executeProcess(ExecutionContext, String) - Method in GrailsCli
ExecuteStep - Class in org.grails.cli.profile.steps
A Step that can execute another command
ExecuteStep(ProfileCommand, Map<String, Object>) - Constructor in ExecuteStep
ExecutionContext - Interface in org.grails.cli.profile
Context for the execution of Command instances within a Profile
exists() - Method in AbstractFileResolvingResource
exists() - Method in ByteArrayResource
exists() - Method in ClassPathResource
This implementation checks for the resolution of a resource URL.
exists(String) - Method in DocEngine
exists(def) - Method in FileResourceChecker
exists() - Method in FileSystemResource
This implementation returns whether the underlying file exists.
exists() - Method in GrailsResource
exists() - Method in Resource
Return whether this resource actually exists in physical form.
exists() - Method in SpringResource
exit(int) - Method in GrailsCli
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
exposeIncludeRequestAttributes(HttpServletRequest) - Method in WebUtils
Expose the current request URI and paths as javax.servlet.http.HttpServletRequest attributes under the keys defined in the Servlet 2.4 specification, for containers that implement 2.3 or an earlier version of the Servlet API: javax.servlet.forward.request_uri, javax.servlet.forward.context_path, javax.servlet.forward.servlet_path, javax.servlet.forward.path_info, javax.servlet.forward.query_string.
exposeRequestAttributesAndReturnOldValues(HttpServletRequest, Map<String, ?>) - Method in WebUtils
ExtendedProxy - Class in grails.util
Extends the Groovy Proxy implementation and adds proxying of property getters/setters.
ExtendedProxy() - Constructor in ExtendedProxy
EXTENSION - Field in GroovyPagesUriSupport
extractControllerNameFromTestClassName(String, String) - Method in ControllerNameExtractor
Derive the controller name from the given class name using the list of given suffixes, typically ['Test', 'Tests', 'Spec', 'Specification'].
extractJarFileURL(URL) - Method in GrailsResourceUtils
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).
extractLineNumber(CompilationFailedException) - Method in ExceptionUtils
extractLineNumber(CompilationFailedException) - Method in GrailsExceptionResolver
extractPathWithinPattern(String, String) - Method in AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractRootCause(Throwable) - Method in GrailsUtil
extractTagClosureSource(String, String) - Method in GspTagSourceMacro
Extracts the Closure source code for a given tag name.
extractUriTemplateVariables(String, String) - Method in AntPathMatcher

F

FactoriesLoaderSupport - Class in org.grails.io.support
Base functionality for loading grails.factories
failedPlugins - Field in AbstractGrailsPluginManager
fastClass(Class) - Method in GrailsClassUtils
FastStringPrintWriter - Class in org.grails.buffer
Fast in-memory PrintWriter implementation.
FastStringPrintWriter(Object) - Constructor in FastStringPrintWriter
FastStringWriter - Class in org.grails.buffer
Java's default StringWriter uses a StringBuffer which is synchronized.
FastStringWriter(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_FLAG - Field in CreateAppCommand
FEED_TAG - Field in AtomRenderer
FETCH_EAGER - Field in GrailsDomainClassProperty
FETCH_LAZY - Field in GrailsDomainClassProperty
FETCH_MODE - Field in GrailsDomainClassProperty
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(File) - Constructor in FetchAllTaskSelectorsBuildAction
file(Object) - Method in FileSystemInteraction
Obtain a file for the given path
file(Object) - Method in FileSystemInteractionImpl
Obtain a file for the given path
FILE - Field in Metadata
file - Field in PlainFormatter
FILE_SEPARATOR - Field in DefaultResourceLocator
FILE_SEPARATOR - Field in ResourceLocator
FILE_URL_PREFIX - Field in GrailsResourceUtils
URL prefix for loading from the file system: "file:"
fileCacheMillis - Field in ReloadableResourceBundleMessageSource
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
fileName - Field in CachedGradleOperation
FileResourceChecker - Class in grails.doc.internal
Simple class that checks whether a path relative to a base directory exists or not.
FileResourceChecker(File) - Constructor in FileResourceChecker
files(String) - Method in FileSystemInteraction
Get files matching the given pattern
files(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
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
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(ExecutionContext, ResourceLoader) - Constructor in FileSystemInteractionImpl
FileSystemProfile - Class in org.grails.cli.profile
Simple disk based implementation of the Profile interface
FileSystemProfile(ProfileRepository, File) - Constructor in FileSystemProfile
FileSystemResource - Class in org.grails.io.support
Based on Spring FileSystemResource implementation.
FileSystemResource(String) - Constructor in FileSystemResource
Create a new FileSystemResource from a file path.
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(ExecutionContext, BuildLauncher) - Method in GradleStep
FillBuff() - Method in SimpleCharStream
filter(Throwable) - Method in DefaultStackTraceFilterer
filter(Throwable) - Method in StackTraceFilterer
filterAnnotations(AnnotatedNode, Set<String>, Set<String>) - Method in GrailsASTUtils
filterGStringReferences(Object) - Method in BeanBuilder
FilteringCodecsByContentTypeSettings - Class in org.grails.web.pages
FilteringCodecsByContentTypeSettings(GrailsApplication) - Constructor in FilteringCodecsByContentTypeSettings
filterPluginList(List<GrailsPlugin>) - Method in BasePluginFilter
Template method shared by subclasses of BasePluginFilter.
filterPluginList(List) - Method in IdentityPluginFilter
Simply returns original list reference.
filterPluginList(List<GrailsPlugin>) - Method in PluginFilter
Returns a filtered list of plugins.
filterStackTrace(Exception) - Method in GrailsExceptionResolver
finalizeDeferredProperties() - Method in BeanBuilder
find(String) - Method in GrailsDependencyVersions
find(Closure) - Method in GrailsMockHttpServletRequest
Adds a "find()" method to the request that searches the request's attributes.
find(HttpServletRequest, Closure<Boolean>) - Method in HttpServletRequestExtension
findAgentJar(String, String) - Method in Support
findAll(Closure) - Method in GrailsMockHttpServletRequest
Like the find(Closure) method, this searches the request attributes.
findAll(HttpServletRequest, Closure) - Method in HttpServletRequestExtension
findAllClassPathResources(String) - Method in PathMatchingResourcePatternResolver
Find all class location resources with the given location via the ClassLoader.
findAllCommands() - Method in HelpCommand
findAllFilesByName(File, String) - Method in CreateAppCommand
findAllParamsNotInKeys(Map, Set) - Method in UrlMappingUtils
findAllParamsNotInUrlMappingKeywords(Map) - Method in UrlMappingUtils
@return a Map without entries whose key belongs to UrlMapping#KEYWORDS
findAnnotation(ClassNode, Class<?>) - Method in GrailsASTUtils
findAnnotationOnBean(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
@return The ApplicationContext or null if it doesn't exist
findApplication(ServletContext) - Method in WebUtils
Looks up the GrailsApplication instance
findApplicationContext() - Method in GrailsApplicationDiscoveryStrategy
@return Find the ApplicationContext instance
findApplicationContext() - Method in Holders
@return The ApplicationContext or null if it doesn't exist
findApplicationContext() - Method in ServletEnvironmentGrailsApplicationDiscoveryStrategy
findApplicationContext(ServletContext) - Method in WebUtils
Locates the ApplicationContext, returns null if not found
findApplicationDirectory() - Method in IOUtils
Finds the directory where the Application class is contained
findApplicationDirectoryFile(Class) - Method in IOUtils
Finds the application directory for the given class
findClassResource(Class) - Method in IOUtils
Returns the URL resource for the location on disk of the given class or null if it cannot be found
findCommand(String) - Method in ApplicationContextCommandRegistry
findCommandResources(Profile) - Method in ClasspathCommandResourceResolver
findCommandResources(Profile) - Method in CommandResourceResolver
Finds Command resources for the given profile
findCommandResources(Profile) - Method in FileSystemCommandResourceResolver
findCommandResources(Profile, boolean) - Method in ResourceResolvingCommandFactory
findCommands(Profile, boolean) - Method in ApplicationContextCommandFactory
findCommands() - Method in ApplicationContextCommandRegistry
findCommands(Profile, boolean) - Method in CommandFactory
Creates a command for the given name
findCommands(Profile, boolean) - Method in CommandRegistry
findCommands(Profile, GrailsConsole) - Method in ProfileInfoCommand
findCommands(Profile, boolean) - Method in ResourceResolvingCommandFactory
findCommands(Profile, boolean) - Method in ServiceCommandFactory
findConstrainedProperties(PersistentEntity) - Method in ConstrainedDiscovery
Finds the constrained properties for the given entity
findConstrainedProperties(PersistentEntity) - Method in DefaultConstrainedDiscovery
findConstructor(ClassNode, Parameter) - Method in GrailsASTUtils
Finds a constructor for the given class node and parameter types
findContainerRenderer(MimeType, Class<C>, T) - Method in DefaultRendererRegistry
findContainerRenderer(MimeType, Class<C>, T) - Method in RendererRegistry
Finds a renderer for a container (List, Errors, Map etc.) for another object
findGrailsApplication() - Method in GrailsApplicationDiscoveryStrategy
@return Find the GrailsApplication instance
findGrailsApplication() - Method in ServletEnvironmentGrailsApplicationDiscoveryStrategy
findInjectors(String, ClassInjector) - Method in ArtefactTypeAstTransformation
findIntegrationTestSources(Project) - Method in IntegrationTestGradlePlugin
findInterface(ClassNode, ClassNode) - Method in GrailsASTUtils
findJarFile(URL) - Method in IOUtils
Finds a JAR for the given resource
findJarResource(Class) - Method in IOUtils
Returns the URL resource for the location on disk of the given class or null if it cannot be found
findMainClass() - Method in FindMainClassTask
findMainClass(File) - Method in MainClassFinder
FindMainClassTask - Class in org.grails.gradle.plugin.run
A task that finds the main task, differs slightly from Boot's version as expects a subclass of GrailsConfiguration
findMainSourceSet(Project) - Method in SourceSets
Finds the main SourceSet for the project
findMatchingObjectForMimeType(MimeType, def) - Method in ClassAndMimeTypeRegistry
findPathMatchingResources(String) - Method in CachingPathMatchingResourcePatternResolver
findPathMatchingResources(String) - Method in PathMatchingResourcePatternResolver
Find all resources that match the given location pattern via the Ant-style PathMatcher.
findPropertyNameForValue(Object, Object) - Method in GrailsClassUtils
Locates the name of a property for the given value on the target object using Groovy's meta APIs.
findRegisteredObjectForType(Class, MimeType) - Method in ClassAndMimeTypeRegistry
findRenderer(MimeType, T) - Method in DefaultRendererRegistry
findRenderer(MimeType, T) - Method in RendererRegistry
Finds a renderer
findRequestedVersion(GrailsWebRequest) - Method in UrlMappingsHandlerMapping
findResourceForClassName(String) - Method in DefaultResourceLocator
findResourceForClassName(String) - Method in ResourceLocator
Finds the .groovy file or .java file for a given class from a Grails project.
findResourceForClassName(String) - Method in StaticResourceLocator
findResourceForURI(String) - Method in DefaultResourceLocator
findResourceForURI(String) - Method in ResourceLocator
Finds a resource for the given URI
findResourceForURI(String) - Method in StaticResourceLocator
findResourceInBinaryPlugins(DefaultResourceLocator.PluginResourceInfo) - Method in DefaultResourceLocator
findResourceRelativeToClass(Class, String) - Method in IOUtils
Finds a URL within a JAR relative (from the root) to the given class
findRootResource(Class) - Method in IOUtils
Returns a URL that represents the root classpath resource where the given class was loaded from
findRootResourcesURL(Class) - Method in IOUtils
This method differs from findRootResource(java.lang.Class) in that it will find the root URL where to load resources defined in src/main/resources
findSourceFile(String) - Method in IOUtils
Finds a source file for the given class name
findSourceSet(Project, String) - Method in SourceSets
Finds the main SourceSet for the project
findSourceSets(Project) - Method in SourceSets
findStreamCharBufferTarget(boolean) - Method in GrailsPrintWriter
findWrappedException(Exception) - Method in GrailsExceptionResolver
finishRefresh() - Method in GroovyConsoleApplicationContext
finishRefresh() - Method in GroovyConsoleWebApplicationContext
finishRefresh() - Method in GroovyshApplicationContext
finishRefresh() - Method in GroovyshWebApplicationContext
fireEvent(Object, String, Object) - Method in EventStorage
flag(CommandLine, String) - Method in AbstractStep
Obtains details of the given flag if it has been set by the user
flag(Map) - Method in CommandDescription
Adds a flag for the given named arguments
flag(String) - Method in GroovyScriptCommand
Obtains details of the given flag if it has been set by the user
FLASH_SCOPE - Field in GrailsApplicationAttributes
FlashScope - Interface in grails.web.mvc
Represents flash scope and allows a flash scope map to be set to the next state.
FlatConfig - Class in org.grails.config
@author Graeme Rocher
flatConfig - Field in AbstractGrailsApplication
FlatConfig(Config) - Constructor in FlatConfig
flatten() - Method in CompositeConfig
flatten() - Method in Config
@return The flat version of the config
flatten() - Method in NavigableMapConfig
flatten() - Method in PrefixedConfig
float(String, Float) - Method in TypeConvertingMap
flush() - Method in AbstractEncodedAppender
flush() - Method in DevNullPrintStream
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 GrailsPrintWriter
Flush the stream.
flush() - Method in GrailsPrintWriterAdapter
flush() - Method in NullPersistentContextInterceptor
flush() - Method in PersistenceContextInterceptor
Flushes any pending changes to the DB.
flush() - Method in StreamCharBuffer.StreamCharBufferWriter
flush() - Method in StreamingEncoderEncodedAppender
flush() - Method in WriterEncodedAppender
flushBuffer() - Method in IncludeResponseWrapper
forClass(Class<?>) - Method in ClassPropertyFetcher
FORM - Field in MimeType
format(Locale, String, Object) - Method in DevNullPrintStream
FORMAT_PARAMETER - Field in RegexUrlMapping
formatAtomDate(Date) - Method in AtomRenderer
formatCodeSnippetEnd(Resource, int) - Method in DefaultErrorsPrinter
formatCodeSnippetEnd(Resource, int) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetErrorLine(int, def) - Method in DefaultErrorsPrinter
formatCodeSnippetErrorLine(int, Object) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetLine(int, def) - Method in DefaultErrorsPrinter
formatCodeSnippetLine(int, Object) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetStart(Resource, int) - Method in DefaultErrorsPrinter
formatCodeSnippetStart(Resource, int) - Method in ErrorsViewStackTracePrinter
formatDateCreated(def) - Method in AtomRenderer
formatErrors(Errors, 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
formatLastUpdated(def) - Method in AtomRenderer
formats - Field in JUnitReportsFactory
formats() - Method in Resource
@default "json", 'xml']
Returns:
The allowed response formats
FormattedDateValueConverter - Class in org.grails.databinding.converters
@author Jeff Brown
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.
formulateKey(String) - Method in PrefixedConfig
FORWARD_IN_PROGRESS - Field in GrailsApplicationAttributes
FORWARD_ISSUED - Field in GrailsApplicationAttributes
forward(Map) - Method in RequestForwarder
Forwards a request for the given parameters using the RequestDispatchers forward method
FORWARDED - Field in HttpHeaders
forwardRequest(UrlMappingInfo, HttpServletRequest, HttpServletResponse, ModelAndView, String) - Method in GrailsExceptionResolver
forwardRequestForUrlMappingInfo(HttpServletRequest, HttpServletResponse, UrlMappingInfo, Map, 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.
FOUR_SPACES - Field in VndErrorJsonRenderer
from(def) - Method in FileSystemInteraction.CopySpec
FROM - Field in HttpHeaders
fromQueryString(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
FULL_STACK_TRACE_MESSAGE - Field in StackTraceFilterer
FULL_STACKTRACE - Field in Environment
Whether the display of full stack traces is needed
FUNCTIONAL_BASE_URL_PROPERTY - Field in BuildSettings
A system property with this name is populated in the preparation phase of functional testing with the base URL that tests should be run against.

G

generateIdForURI(String, Date, Object) - Method in AtomRenderer
generateParseException() - Method in JSONParser
Generate ParseException.
generatePluginXml(ClassNode, String, Set<String>, File) - Method in GlobalGrailsClassInjectorTransformation
generateToc(def) - Method in LegacyTocStrategy
generateToc(def) - Method in YamlTocStrategy
generateToken(String) - Method in SynchronizerTokensHolder
GenericBeanFactoryAccessor - Class in org.grails.spring.beans.factory
A fork of the Spring 2.5.6 GenericBeanFactoryAccess class that was removed from Spring 3.0.
GenericBeanFactoryAccessor(ListableBeanFactory) - Constructor in GenericBeanFactoryAccessor
Constructs a GenericBeanFactoryAccessor that wraps the supplied org.springframework.beans.factory.ListableBeanFactory.
get(Object) - Method in AbstractTypeConvertingMap
get(String) - Method in CodeGenConfig
get(Object) - Method in CompositeConfig
get(Object) - Method in ConfigProperties
get(Object) - Method in FlatConfig
get(def) - Method in GPathResultMap
get(Object) - Method in GrailsFlashScope
get(Object) - Method in GrailsParameterMap
get(def) - Method in HalGPathResultMap
get(boolean) - Method in Holder
get(int) - Method in JSONArray
Get the object value associated with an index.
get(Object) - Method in JSONObject
get(Object) - Method in LazyBeanMap
get(Object) - Method in LazyMetaPropertyMap
Obtains the value of an object's properties on demand using Groovy's MOP.
get() - Method in Metadata.FinalReference
get(Object) - Method in NavigableMap
get(Object) - Method in NavigableMap.NullSafeNavigator
get(Object) - Method in NavigableMapConfig
get(Object) - Method in PrefixedConfig
getAbsoluteTemplateURI(String, boolean) - Method in GroovyPagesUriService
getAbsoluteTemplateURI(String, boolean) - Method in GroovyPagesUriSupport
Used to resolve template names that are not relative to a controller.
getAbsoluteViewURI(String) - Method in GroovyPagesUriService
getAbsoluteViewURI(String) - Method in GroovyPagesUriSupport
Obtains a view URI that is not relative to any given controller
getAcceptMimeType() - Method in RenderContext
@return Returns the mime type accepted by the client or null if non specified
getAcceptMimeType() - Method in ServletRenderContext
getAction() - Method in ForwardUrlMappingInfo
getActionName() - Method in AbstractUrlMapping
@see grails.web.mapping.UrlMapping#getActionName()
getActionName(String) - Method in DefaultRequestStateLookupStrategy
getActionName() - Method in DefaultUrlMappingInfo
getActionName() - Method in GrailsRequestContext
@return The Action name
getActionName() - Method in GrailsRequestStateLookupStrategy
The action name
getActionName() - Method in GrailsWebRequest
@return the actionName
getActionName() - Method in RenderContext
@return The current action name
getActionName() - Method in ResponseCodeUrlMapping
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 GrailsControllerClass
@return The action names
getActionUri() - Method in Controller
Returns the URI of the currently executing action
getAdditionalDependencies() - Method in GrailsApplicationCompilerAutoConfiguration
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(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
getAllEvents() - Method in Event
@return The names of all persistence events
getAllInterfaces(Object) - Method in GrailsClassUtils
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - Method in GrailsClassUtils
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - Method in GrailsClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class, ClassLoader) - Method in GrailsClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
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
@return All the available profiles in the repository
getAnnotationClassNode(String) - Method in TransactionalTransform
getAnnotationMetadata() - Method in AnnotationMetadataReader
getAnnotationType() - Method in ArtefactTypeAstTransformation
getAnnotationTypeClass() - Method in ArtefactTypeAstTransformation
getAnnotationTypeClass() - Method in ControllerArtefactTypeTransformation
getAppDir(Resource) - Method in GrailsResourceUtils
getApplication() - Method in AbstractGrailsClass
getApplication() - Method in GrailsClass
The GrailsApplication that this class belongs to
getApplicationClass() - Method in DefaultGrailsApplication
@return The application class
getApplicationContext() - Method in ApplicationAttributes
@return The application context for servlet
getApplicationContext() - Method in ApplicationCommand
getApplicationContext() - Method in DefaultGrailsApplicationAttributes
getApplicationContext() - Method in DefaultRuntimeSpringConfiguration
getApplicationContext() - Method in GrailsRequestContext
The ApplicationContext instance.
getApplicationContext() - Method in GrailsWebRequest
Obtains the ApplicationContext object.
getApplicationContext() - Method in Holders
getApplicationContext() - Method in Plugin
@return 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
getApplicationName() - Method in Metadata
@return The application name
getApplicationUri(ServletRequest) - Method in DefaultGrailsApplicationAttributes
@deprecated Use instead
getApplicationUri(ServletRequest) - Method in GrailsApplicationAttributes
@deprecated Use instead
getApplicationVersion() - Method in Metadata
@return The application version
getAppliedConstraint(String) - Method in ConstrainedDelegate
getAppliedConstraint(String) - Method in ConstrainedProperty
Obtains an applied constraint by name.
getAppliedConstraints() - Method in ConstrainedDelegate
@return Returns the appliedConstraints.
getAppliedConstraints() - Method in ConstrainedProperty
@return Returns the appliedConstraints.
getArgs() - Method in GrailsApplicationCommand
getArgs() - Method in GroovyScriptCommand
@return The arguments as a list of strings
getArgsMap() - Method in GroovyScriptCommand
@return The undeclared command line arguments
getArgument(String) - Method in CommandDescription
Returns an argument for the given name or null if it doesn't exist
getArguments() - Method in CommandDescription
Arguments to the command
getArguments() - Method in RenderContext
@return Arguments passed by the user
getArtefact() - Method in ArtefactAdditionEvent
getArtefact(String, String) - Method in DefaultGrailsApplication
Retrieves an artefact for the given type and name.
getArtefact(String, String) - Method in GrailsApplication
getArtefactByLogicalPropertyName(String, String) - Method in DefaultGrailsApplication
getArtefactByLogicalPropertyName(String, String) - Method in GrailsApplication
Retrieves an artefact by its logical property name.
getArtefactCount(String) - Method in DefaultGrailsApplication
Retrieves the number of artefacts registered for the given artefactType as defined by the ArtefactHandler.
getArtefactDirectory(String) - Method in GrailsResourceUtils
Takes a file path and returns the name of the folder under grails-app i.e:
getArtefactForFeature(Object) - Method in ArtefactHandler
getArtefactForFeature(Object) - Method in ArtefactHandlerAdapter
getArtefactForFeature(String, Object) - Method in DefaultGrailsApplication
getArtefactForFeature(String, Object) - Method in GrailsApplication
getArtefactHandler(String) - Method in DefaultGrailsApplication
getArtefactHandler(String) - Method in GrailsApplication
Returns the ArtefactHandler for the given type
getArtefactHandlers() - Method in DefaultGrailsApplication
getArtefactHandlers() - Method in GrailsApplication
getArtefactInfo(String) - Method in DefaultGrailsApplication
Get the cache of classes for the specified artefact type.
getArtefactInfo(String) - Method in GrailsApplication
getArtefacts(String) - Method in DefaultGrailsApplication
Returns all of the GrailsClass instances for the given artefactType as defined by the ArtefactHandler
getArtefacts(String) - Method in GrailsApplication
getArtefactType() - Method in AbstractGrailsArtefactTransformer
getArtefactType() - Method in ControllerDomainTransformer
getArtefactType(Class) - Method in DefaultGrailsApplication
getArtefactType(Class) - Method in GrailsApplication
Returns the ArtefactHandler for the given class or null
getArtefactTypes() - Method in AbstractGrailsArtefactTransformer
getArtefactTypes() - Method in ApplicationClassInjector
getArtefactTypes() - Method in ControllerActionTransformer
getArtefactTypes() - Method in ControllerTraitInjector
getArtefactTypes() - Method in DefaultGrailsDomainClassInjector
getArtefactTypes() - Method in DomainClassTraitInjector
getArtefactTypes() - Method in GrailsArtefactClassInjector
getArtefactTypes() - Method in InterceptorTraitInjector
getArtefactTypes() - Method in TraitInjector
getArtefactTypes() - Method in WebDataBindingTraitInjector
getAssocationMap(ClassNode, String) - Method in GrailsASTUtils
Returns a map containing the names and types of the given association type. eg.
getAssociatedDomainClassFromApplication(Object) - Method in GrailsDomainClassValidator
getAssociationIdentifier(Object, String, GrailsDomainClass) - Method in GrailsDomainConfigurationUtil
getAssociationMap() - Method in DefaultGrailsDomainClass
Retrieves the association map
getAssociationMap() - Method in GrailsDomainClass
Returns this classes association map
getAssociationMap(Class<?>) - Method in GrailsDomainConfigurationUtil
Returns the association map for the specified domain class
getAssociations() - Method in DefaultGrailsDomainClass
Retrieves a list of associations
getAstAppliedMarkerClass() - Method in ArtefactTypeAstTransformation
getAsText() - Method in ClassEditor
getAsync() - Method in GradleInvoker
getAt(ApplicationContext, String) - Method in ApplicationContextExtension
Adds the ability to use the subscript operator to obtain beans
getAt(Object) - Method in CodeGenConfig
getAt(Object) - Method in CompositeConfig
getAt(Object) - Method in ConfigMap
Enables the object[foo] syntax
getAt(String) - Method in DataBindingSource
Convencience operator overloading
getAt(String) - Method in GrailsMockHttpServletRequest
Map-like access to request attributes, e.g. request["count"].
getAt(String) - Method in GrailsMockHttpSession
getAt(HttpServletRequest, String) - Method in HttpServletRequestExtension
getAt(HttpSession, String) - Method in HttpSessionExtension
getAt(Object) - Method in NavigableMap
getAt(Object) - Method in NavigableMap.NullSafeNavigator
getAt(Object) - Method in NavigableMapConfig
getAt(Object) - Method in PrefixedConfig
getAt(String) - Method in SimpleMapDataBindingSource
getAt(String) - Method in ValidationErrors
getAttribute(String) - Method in GrailsHttpSession
getAttributeNames() - Method in GrailsHttpSession
getAttributes() - Method in ConstrainedProperty
getAttributes() - Method in GrailsWebRequest
@return The GrailsApplicationAttributes instance
getAvailable() - Method in AbstractInjectableGrailsClass
getAvailable() - Method in InjectableGrailsClass
If class should be configured for dependency injection.
getaValue() - Method in Pair
getaValue() - Method in Triple
getBaseDir() - Method in GrailsCli.ExecutionContextImpl
getBaseDir() - Method in ProjectContext
@return The base directory of the project
getBaseUrl() - Method in GrailsWebRequest
getBean(String, Class<T>) - Method in GenericBeanFactoryAccessor
@see org.springframework.beans.factory.BeanFactory#getBean(String, Class)
getBeanConfig(String) - Method in DefaultRuntimeSpringConfiguration
getBeanConfig(String) - Method in RuntimeSpringConfiguration
Returns the BeanConfiguration for the specified name.
getBeanDefinition(String) - Method in BeanBuilder
Retrieves a BeanDefinition for the given name
getBeanDefinition() - Method in BeanConfiguration
@return The Spring bean definition instance
getBeanDefinition() - Method in DefaultBeanConfiguration
getBeanDefinition(String) - Method in DefaultRuntimeSpringConfiguration
getBeanDefinition(String) - Method in RuntimeSpringConfiguration
Obtains a BeanDefinition instance for the given beanName.
getBeanDefinitions() - Method in BeanBuilder
Retrieves all BeanDefinitions for this BeanBuilder
getBeanFactory() - Method in GenericBeanFactoryAccessor
Return the wrapped org.springframework.beans.factory.ListableBeanFactory.
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 ListableBeanFactory#getBeansOfType(Class, boolean, boolean)
getBeansWithAnnotation(Class<? extends Annotation>) - Method in GenericBeanFactoryAccessor
Find all beans whose Class has the supplied java.lang.annotation.Annotation type.
getBeginColumn() - Method in SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in SimpleCharStream
Get token beginning line number.
getBinaryDescriptor() - Method in BinaryGrailsPlugin
@return The META-INF/grails-plugin.xml descriptor
getBinaryDescriptor(Class<?>) - Method in CorePluginFinder
getBinaryExtensions() - Method in AbstractProfile
getBinaryExtensions() - Method in Profile
@return The list of file extensions which should be treated as binary
getBoolean(String, Boolean) - Method in AbstractTypeConvertingMap
getBoolean(int) - Method in JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in JSONObject
Get the boolean value associated with a key.
getBooleanFromMap(String, Map<?, ?>, boolean) - Method in GrailsClassUtils
Retrieves a boolean value from a Map for the given key
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
@return The target build directory
getBuildDir() - Method in FileSystemInteractionImpl
@return The target build directory
getBuildMergeProfileNames() - Method in AbstractProfile
getBuildMergeProfileNames() - Method in Profile
@return The profile names to participate in build merge
getBuildPlugins() - Method in AbstractProfile
getBuildPlugins() - Method in Feature
@return The build plugin names
getBuildPlugins() - Method in Profile
@return The list of build plugins for this profile
getBuildRepositories() - Method in AbstractProfile
getBuildRepositories() - Method in Profile
@return The buildscript maven repository definitions for this profile
getBundleCodes(Locale, String) - Method in ReloadableResourceBundleMessageSource
Retrieves all codes from one or multiple basenames
getbValue() - Method in Pair
getbValue() - Method in Triple
getByte(String, Integer) - Method in AbstractTypeConvertingMap
getCacheKeyValueForResource(Object) - Method in CachingLinkGenerator
getCapacity() - Method in BoundedCharsAsEncodedBytesCounter
getCategory() - Method in GrailsConsole
getCause() - Method in BindingError
@return 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
getChar(String, Integer) - Method in AbstractTypeConvertingMap
getCharacterEncoding() - Method in DefaultRequestStateLookupStrategy
getCharacterEncoding() - Method in GrailsRequestStateLookupStrategy
The character encoding of the request
getChars(int, int, char[], int) - Method in CharArrayAccessible
Characters are copied from this sequence into the destination character array dst.
getChars(CharSequence, int, int, char[], int) - Method in CharSequences
Provides an optimized way to copy CharSequence content to target array.
getChunkMinSize() - Method in StreamCharBuffer
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
@return The directory where classes are compiled to
getClassesDir() - Method in FileSystemInteractionImpl
@return The directory where classes are compiled to
GETCLASSESMETH_PATTERN - Field in DefaultGrailsApplication
GETCLASSESPROP_PATTERN - Field in DefaultGrailsApplication
getClassForName(String) - Method in AbstractGrailsApplication
getClassForName(String) - Method in DefaultGrailsApplication
Retrieves a class from the GrailsApplication for the given name.
getClassForName(String) - Method in GrailsApplication
Retrieves a class for the given name within the GrailsApplication or returns null
getClassifier() - Method in GrailsPluginGradlePlugin.ExplodedDir
getClassInjectors() - Method in GrailsAwareInjectionOperation
getClassLoader() - Method in AbstractGrailsApplication
getClassLoader() - Method in ClassPathResource
Return the ClassLoader that this resource will be obtained from.
getClassLoader() - Method in DefaultResourceLoader
Return the ClassLoader to load class path resources with.
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 ResourceLoader
Expose the ClassLoader used by this ResourceLoader.
getClassLoader() - Method in SimpleMapResourceLoader
getClassLoader() - Method in StaticResourceLoader
getClassMessageArg() - Method in RestfulController
getClassMetadata() - Method in AnnotationMetadataReader
getClassName(String) - Method in GrailsNameUtils
Return the class name for the given logical name.
getClassName(String) - Method in GrailsResourceUtils
Returns the class name for a Grails resource.
getClassName() - Method in GrailsWrappedRuntimeException
@return Returns the className.
getClassName() - Method in Model
@return The class name excluding package
getClassNameForClassFile(String, String) - Method in GrailsResourceUtils
Returns the class name for a compiled class file
getClassNameRepresentation(String) - Method in GrailsNameUtils
Returns the class name representation of the given name
getClazz() - Method in AbstractGrailsClass
getClazz() - Method in GrailsClass
Returns the actual clazz represented by the GrailsClass.
getCodecAliases() - Method in CodecIdentifier
Gets the aliases for this codec.
getCodecAliases() - Method in CombinedCodecIdentifier
getCodecAliases() - Method in DefaultCodecIdentifier
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 NoneEncoder
getCodecIdentifier() - Method in RawCodec
getCodecName() - Method in CodecIdentifier
Gets the unique name of the codec.
getCodecName() - Method in CombinedCodecIdentifier
getCodecName() - Method in DefaultCodecIdentifier
getCodeSnippet() - Method in GrailsWrappedRuntimeException
@return Returns the line.
getCodeToHandleAllowedMethods(ClassNode, String) - Method in ControllerActionTransformer
getCommand(ProjectContext, String) - Method in AbstractProfile
getCommand(String, ProfileRepository) - Method in CommandRegistry
Returns a command for the given name and repository
getCommand(ProjectContext, String) - Method in Profile
Obtain a command by name
getCommand() - Method in Step
@return The command that this step is part of
getCommandLine() - Method in ExecutionContext
@return The parsed command line arguments as an instance of CommandLine
getCommandName() - Method in CommandLine
@return The command name specified
getCommandName() - Method in DefaultCommandLine
getCommandResolvers(boolean) - Method in ResourceResolvingCommandFactory
getCommands(ProjectContext) - Method in AbstractJarProfileRepository.JarProfile
getCommands(ProjectContext) - Method in AbstractProfile
getCommands(ProjectContext) - Method in Profile
The profile Command instances
getCommandsDirectory(Profile) - Method in FileSystemCommandResourceResolver
getCompleter() - Method in ClosureCompleter
getCompleters(ProjectContext) - Method in AbstractProfile
getCompleters(ProjectContext) - Method in Profile
The profile completers
getCompleters() - Method in SortedAggregateCompleter
Retrieve the collection of completers currently being aggregated.
getComponent() - Method in DefaultGrailsDomainClassProperty
getComponent() - Method in GrailsDomainClassProperty
If #isEmbedded returns true then this method can be called to obtain a reference to the embedded component, which implements the GrailsDomainClass interface.
getComponent() - Method in MetaGrailsDomainClassProperty
getComponents() - Method in ComponentCapableDomainClass
Gets all the components for this domain class
getComponents() - Method in DefaultGrailsDomainClass
Retrieves a list of embedded components
getComponentType() - Method in AbstractVndErrorRenderer
getComponentType() - Method in ContainerRenderer
Returns:
The underlying type wrapped by the container.
getConfig() - Method in AbstractGrailsApplication
getConfig() - Method in DefaultGrailsApplication
getConfig() - Method in GrailsApplication
Returns the ConfigObject instance.
getConfig() - Method in GrailsAutoConfiguration
getConfig() - Method in Holders
getConfig() - Method in Plugin
@return The Config instance for this plugin
getConfig() - Method in ProjectContext
@return The codegen config
getConfigLocations() - Method in GrailsWebApplicationContext
getConfigSettings(Config) - Method in FilteringCodecsByContentTypeSettings
getConfiguration() - Method in AbstractProfile
getConfiguration() - Method in Feature
@return The configuration for the feature
getConfiguration() - Method in Profile
@return The profiles configuration
getConfigurationClass() - Method in GrailsDataSource
@return The configuration class to use when setting up the database.
getConfigurationResource(Class<?>, String) - Method in AbstractGrailsPlugin
getConfiguredMimeTypes() - Method in MimeType
@return An array of MimeTypes
getConnectionFromDriverManager(String, Properties) - Method in ReadOnlyDriverManagerDataSource
getConsole() - Method in ProjectContext
@return The GrailsConsole instance
getConstrainedProperties() - Method in ConstrainedPropertyBuilder
getConstrainedProperties() - Method in DefaultGrailsDomainClass
getConstrainedProperties() - Method in DomainClass
@return 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(ClosureExpression) - Method in GrailsASTUtils
Evaluates a constraints closure and returns metadata about the constraints configured in the closure.
getConstraints() - Method in AbstractUrlMapping
@see UrlMapping#getConstraints()
getConstraints() - Method in ResponseCodeUrlMapping
getConstraints() - Method in UrlMapping
getConstraintsMap() - Method in Validateable
@return The map of applied constraints
getContent() - Method in IncludedContent
Returns the included content
getContent(String) - Method in IncludeResponseWrapper
getContentAsCharArray() - Method in IncludedContent
getContentType(String, String) - Method in GrailsWebUtil
getContentType() - Method in IncludedContent
Returns the included content type (default is text/html;charset=UTF=8)
getContentType() - Method in IncludeResponseWrapper
getContentType() - Method in MockPart
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.
getController(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getController() - Method in ForwardUrlMappingInfo
getController(ServletRequest) - Method in GrailsApplicationAttributes
@return The controller for the request
getControllerActionUri(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getControllerActionUri(ServletRequest) - Method in GrailsApplicationAttributes
@param request
getControllerClass() - Method in GrailsWebRequest
@return the controllerClass
getControllerClass() - Method in WebAttributes
Obtains the currently executing controller class
getControllerFromRequest(HttpServletRequest) - Method in GrailsWebUtil
Obtains the currently executing controller from the given request if any.
getControllerName() - Method in AbstractUrlMapping
@see UrlMapping#getControllerName()
getControllerName() - Method in DefaultRequestStateLookupStrategy
getControllerName() - Method in DefaultUrlMappingInfo
getControllerName() - Method in GrailsRequestContext
@return The Controller Name
getControllerName() - Method in GrailsRequestStateLookupStrategy
The controller name
getControllerName() - Method in GrailsTestInterceptor
getControllerName() - Method in GrailsWebRequest
@return the controllerName
getControllerName() - Method in RenderContext
@return The current controller name
getControllerName() - Method in ResponseCodeUrlMapping
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
@return the controllerNamespace
getControllerNamespace() - Method in RenderContext
@return The current controller name
getControllerNamespace() - Method in ServletRenderContext
getControllerNamespace() - Method in WebAttributes
Obtains the currently executing controller namespace
getControllerUri() - Method in Controller
Returns the URI of the currently executing controller
getControllerUri(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getControllerUri(ServletRequest) - Method in GrailsApplicationAttributes
@param request
getConverter(Class, def) - Method in SimpleDataBinder
getCorsConfigurations() - Method in GrailsCorsConfiguration
getCountingWriter() - Method in BoundedCharsAsEncodedBytesCounter
getCreatedMillis() - Method in CacheEntry
getCreationTime() - Method in GrailsHttpSession
getCurrent() - Method in BuildScope
Returns the current Scope object based on the currently set "grails.scope" System property
getCurrent() - Method in Environment
Returns the current environment which is typcally either DEVELOPMENT, PRODUCTION or TEST.
getCurrent() - Method in Metadata
@return the metadata for the current application
getCurrentCommandLine() - Method in CommandLineParser
getCurrentCompilationError() - Method in Environment
getCurrentEnvironment() - Method in Environment
@see #getCurrent()
getCurrentParentBuffers() - Method in StreamCharBuffer
getCurrentReloadError() - Method in Environment
getCurrentRequest() - Method in GrailsWebRequest
@return The currently executing request
getCurrentResponse() - Method in GrailsWebRequest
getCurrentStrackReference() - Method in PathCapturingJSONWriterWrapper
getcValue() - Method in Triple
getDataBindingSourceCreator(MimeType, Class, Object) - Method in DefaultDataBindingSourceRegistry
getDataBindingSourceRegistry(GrailsApplication) - Method in DataBindingUtils
getDataBindingSources() - Method in CollectionDataBindingSource
getDataBindingSources() - Method in GPathResultCollectionDataBindingSource
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.
getDate(Calendar) - Method in AbstractStructuredDateBindingEditor
getDate(String, String) - Method in AbstractTypeConvertingMap
Obtains a date from the parameter using the given format
getDate(String) - Method in GrailsParameterMap
Obtains a date for the parameter name using the default format
getDate(Calendar) - Method in StructuredCalendarBindingEditor
getDate(Calendar) - Method in StructuredDateBindingEditor
getDate(Calendar) - Method in StructuredSqlDateBindingEditor
getDbCreate() - Method in GrailsDataSource
Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update".
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
getDefaultAction() - Method in GrailsControllerClass
Returns the default action for this Controller.
getDefaultArtifactType() - Method in GrailsCentralPublishGradlePlugin
getDefaultClassifier() - Method in GrailsCentralPublishGradlePlugin
getDefaultClassifier() - Method in GrailsProfilePublishGradlePlugin
getDefaultClassLoader() - Method in DefaultResourceLoader
getDefaultCollectionInstanceForType(Class) - Method in SimpleDataBinder
getDefaultConstraints(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(ClassNode) - Method in GrailsASTUtils
Obtains the default constructor for the given class node.
getDefaultConstructor(ClassNode) - Method in GroovyScriptCommandTransform
getDefaultDescription(Project) - Method in GrailsCentralPublishGradlePlugin
getDefaultEngine() - Method in GrailsDependencyVersions
getDefaultExtraArtifact(Project) - Method in GrailsCentralPublishGradlePlugin
getDefaultExtraArtifact(Project) - Method in GrailsProfilePublishGradlePlugin
getDefaultFeatures() - Method in AbstractProfile
getDefaultFeatures() - Method in Profile
@return The default features for this profile
getDefaultGrailsCentralReleaseRepo() - Method in GrailsCentralPublishGradlePlugin
getDefaultGrailsCentralReleaseRepo() - Method in GrailsProfilePublishGradlePlugin
getDefaultGrailsCentralSnapshotRepo() - Method in GrailsCentralPublishGradlePlugin
getDefaultGrailsCentralSnapshotRepo() - Method in GrailsProfilePublishGradlePlugin
getDefaultInputMask() - Method in GrailsConsole
getDefaultMessage(String) - Method in AbstractConstraint
Returns the default message for the given message code in the current locale.
getDefaultProfile() - Method in CreateAppCommand
getDefaultProfile() - Method in CreatePluginCommand
getDefaultProfile() - Method in CreateProfileCommand
getDefaultProfile() - Method in GrailsGradlePlugin
getDefaultProfile() - Method in GrailsPluginGradlePlugin
getDefaultRepo() - Method in GrailsCentralPublishGradlePlugin
getDefaultRepo() - Method in GrailsProfilePublishGradlePlugin
getDefaultResourceLoader() - Method in DefaultResourceLocator
getDefaultResourceLoader() - Method in ResourceLocator
getDefinedFormats(Closure) - Method in MimeTypesApiSupport
getDelegate() - Method in AbstractClosureProxy
getDependencies() - Method in AbstractProfile
getDependencies() - Method in Feature
@return The dependency definitions for this feature
getDependencies() - Method in GrailsClasspath
@return All Grails dependencies, pull from 'testRuntime' scope
getDependencies() - Method in GrailsDependencyVersions
getDependencies() - Method in Profile
@return The dependency definitions for this profile
getDependencyNames() - Method in AbstractGrailsPlugin
getDependencyNames() - Method in DefaultGrailsPlugin
getDependencyNames() - Method in GrailsPlugin
@return The names of the plugins this plugin is dependant on
getDependentVersion(String) - Method in AbstractGrailsPlugin
getDependentVersion(String) - Method in DefaultGrailsPlugin
getDependentVersion(String) - Method in GrailsPlugin
The version of the specified dependency
getDeployedAbsoluteViewURI(String) - Method in GroovyPagesUriService
getDeployedAbsoluteViewURI(String) - Method in GroovyPagesUriSupport
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
getDeployedViewURI(String, String) - Method in DefaultGroovyPagesUriService
getDeployedViewURI(String, String) - Method in GroovyPagesUriService
getDeployedViewURI(String, String) - Method in GroovyPagesUriSupport
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
getDescription() - Method in AbstractProfile
getDescription() - Method in ApplicationCommand
getDescription() - Method in ClassPathResource
This implementation returns a description that includes the class path location.
getDescription() - Method in ClosureExecutingCommand
getDescription() - Method in Command
@return The description of the command
getDescription() - Method in DefaultFeature
getDescription() - Method in Described
@return The description
getDescription() - Method in Feature
@return The description of the profile
getDescription() - Method in FileSystemResource
This implementation returns a description that includes the absolute path of the file.
getDescription() - Method in GradleTaskCommandAdapter
getDescription() - Method in GrailsResource
getDescription() - Method in Option
getDescription() - Method in Profile
@return The description of the profile
getDescription() - Method in Resource
Return a description for this resource, to be used for error output when working with the resource.
getDescription() - Method in SpringResource
getDescription() - Method in UrlResource
This implementation returns a description that includes the URL.
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
getDestinationDirectory(File) - Method in CreateAppCommand
getDestroyClosure() - Method in DefaultGrailsBootstrapClass
getDestroyClosure() - Method in GrailsBootstrapClass
Returns the destroy closure which is called on application exit.
getDialect() - Method in GrailsDataSource
The dialect implementation to use.
getDirective() - Method in AbstractClosureProxy
getDomainClass() - Method in DefaultGrailsDomainClassProperty
getDomainClass() - Method in GrailsDomainClassProperty
Returns the parent domain class of the property instance.
getDomainClass() - Method in GrailsDomainClassValidator
getDomainClass() - Method in MetaGrailsDomainClassProperty
getDomainClassType(def, String) - Method in GrailsWebDataBinder
@param obj any object
getDouble(String, Double) - Method in AbstractTypeConvertingMap
getDouble(int) - Method in JSONArray
Get the double value associated with an index.
getDouble(String) - Method in JSONObject
Get the double value associated with a key.
getDriverClassName() - Method in GrailsDataSource
The driver class name for the data source.
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 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 HTML4Codec
getEncoder() - Method in HTMLCodec
getEncoder() - Method in HTMLJSCodec
getEncoder() - Method in JavaScriptCodec
getEncoder() - Method in RawCodec
getEncoder() - Method in StreamingEncoderWriter
getEncoder() - Method in XMLCodecFactory
getEncoderForContentType(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
getEncodingState() - Method in StreamCharBuffer.EncodedPart
getEncodingStateFor(CharSequence) - Method in DefaultEncodingStateRegistry
getEncodingStateFor(CharSequence) - Method in EncodingStateRegistry
Gets the current encoding state for a CharSequence.
getEncodingStateRegistry() - Method in GrailsWebRequest
getEncodingStateRegistryLookup() - Method in EncodingStateRegistryLookupHolder
getEndColumn() - Method in SimpleCharStream
Get token end column number.
getEndLine() - Method in SimpleCharStream
Get token end line number.
getEngineProperties() - Method in DocPublisher
Returns the engine properties.
getEnvironment() - Method in CommandLine
@return The environment specified
getEnvironment() - Method in DefaultCommandLine
getEnvironment(String) - Method in Environment
Returns the environment for the given short name
getEnvironment() - Method in GrailsWebApplicationContext
getEnvironment() - Method in Metadata
@return The environment the application expects to run in
getEnvironmentSpecificBlock(Environment, Closure<?>) - Method in Environment
Takes an environment specific DSL block like:
getErr() - Method in GrailsConsole
getError() - Method in GrailsClasspath
@return The error message if one occurred
getErrorMessage(String) - Method in GrailsCentralPublishGradlePlugin
getErrors() - Method in Controller
Obtains the errors instance for the current controller
getErrors(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getErrors(ServletRequest) - Method in GrailsApplicationAttributes
@param request
getErrors() - Method in Validateable
@return The errors
getErrors() - Method in ValidationException
getEventType() - Method in GrailsContextEvent
getEvictionNames() - Method in AbstractGrailsPlugin
getEvictionNames() - Method in GrailsPlugin
@return The names of the plugins this plugin should evict onload
getExceptionHandlerMethodFor(Class<? extends Exception>) - Method in Controller
getExceptionHandlerMethods(ClassNode, 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() - Method in RenderContext
Which properties should be excluded from rendering
getExecutablePatterns() - Method in AbstractProfile
getExecutablePatterns() - Method in Profile
@return The list of file patterns which should be executable in the resulting application
getExecutionContext() - Method in GroovyScriptCommand
getExpandoMetaClass(Class) - Method in GrailsClassUtils
getExpandoMetaClass(Class<?>) - Method in GrailsMetaClassUtils
getExtends() - Method in AbstractProfile
getExtends() - Method in Profile
The other Profile instances that this Profile extends
getFailedLoadPlugins() - Method in AbstractGrailsPluginManager
getFailedLoadPlugins() - Method in GrailsPluginManager
@return An array of plugins that failed to load due to dependency resolution errors
getFailedPlugin(String) - Method in AbstractGrailsPluginManager
getFailedPlugin(String) - Method in GrailsPluginManager
Retrieves a plug-in that failed to load, or null if it doesn't exist
getFeatures() - Method in AbstractProfile
getFeatures() - Method in Profile
@return The features for this profile
getFetchMode() - Method in DefaultGrailsDomainClassProperty
getFetchMode() - Method in GrailsDomainClassProperty
Returns the configured fetch mode for the property
getFetchMode() - Method in MetaGrailsDomainClassProperty
getField(Class, String) - Method in SimpleDataBinder
getFieldName(String) - Method in DefaultGrailsDomainClass
getFieldName() - Method in DefaultGrailsDomainClassProperty
getFieldName(String) - Method in GrailsDomainClass
Returns the field name for the given property name
getFieldName() - Method in GrailsDomainClassProperty
Returns the domain field name for this property.
getFieldName() - Method in MetaGrailsDomainClassProperty
getFieldValue(Object, String) - Method in GrailsClassUtils
Get the value of a declared field on an object
getFile(URI) - Method in AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile() - Method in ByteArrayResource
getFile() - Method in FileSystemResource
This implementation returns the underlying File reference.
getFile(String) - Method in GrailsMockHttpServletRequest
{@inheritDoc }
getFile() - Method in GrailsResource
getFile(URI) - Method in GrailsResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFile() - Method in Resource
Return a File handle for this resource.
getFile() - Method in SpringResource
getFile() - Method in UrlResource
This implementation returns a File reference for the underlying URL/URI, provided that it refers to a file in the file system.
getFileBasename(String) - Method in GrailsStringUtils
Obtains the base name of a file excluding path and extension
getFileExtensions() - Method in YamlPropertySourceLoader
getFileForLastModifiedCheck() - Method in AbstractFileResolvingResource
This implementation determines the underlying File (or jar file, in case of a resource in a jar/zip).
getFileMap() - Method in GrailsMockHttpServletRequest
{@inheritDoc }
getFilename() - Method in ByteArrayResource
getFilename() - Method in ClassPathResource
This implementation returns the name of the file that this class path resource refers to.
getFileName(StackTraceElement) - Method in DefaultErrorsPrinter
getFileName(StackTraceElement) - Method in DefaultStackTracePrinter
getFilename() - Method in FileSystemResource
This implementation returns the name of the file.
getFilename() - Method in GrailsByteArrayResource
getFilename() - Method in GrailsResource
getFilename(String) - Method in GrailsResourceUtils
Extract the filename from the given path, e.g.
getFilename() - Method in MockFileResource
getFilename() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
getFilename() - Method in Resource
Determine a filename for this resource, i.e. typically the last part of the path: for example, "myfile.txt".
getFileName() - Method in SourceCodeAware
getFilename() - Method in SpringResource
getFilename() - Method in UrlResource
This implementation returns the name of the file that this URL refers to.
getFileNameInfo(Throwable, Resource) - Method in DefaultErrorsPrinter
getFileNames() - Method in GrailsMockHttpServletRequest
{@inheritDoc }
getFiles(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
getFirstArtefact(String) - Method in DefaultGrailsApplication
getFirstRuntimeException(Throwable) - Method in ExceptionUtils
getFirstRuntimeException(Throwable) - Method in GrailsExceptionResolver
getFlag(String) - Method in CommandDescription
Returns a flag for the given name or null if it doesn't exist
getFlags() - Method in CommandDescription
Flags to the command.
getFlash() - Method in WebAttributes
Obtains the Grails FlashScope instance
getFlashScope(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getFlashScope(ServletRequest) - Method in GrailsApplicationAttributes
Retrieves the flash scope instance for the given requeste
getFlashScope() - Method in GrailsWebRequest
@return The FlashScope instance for the current request
getFlatConfig() - Method in AbstractGrailsApplication
getFlatConfig() - Method in Holders
getFloat(String, Float) - Method in AbstractTypeConvertingMap
getFormat() - Method in Constrained
getFormat() - Method in ConstrainedDelegate
getFormat() - Method in ConstrainedProperty
getFormat(HttpServletRequest) - Method in HttpServletRequestExtension
Obtains the request format, which is dictated by the CONTENT_TYPE header and evaluated using the configured MimeType instances.
getFormat(HttpServletResponse) - Method in HttpServletResponseExtension
Obtains the format to use for the response using either the file extension or the ACCEPT header
getFormatFromURI(String, MimeType) - Method in WebUtils
Obtains the format from the URI.
getFormatString(Annotation) - Method in GrailsWebDataBinder
getFormatString(Annotation) - Method in SimpleDataBinder
@param annotation An instance of grails.databinding.BindingFormat or org.grails.databinding.BindingFormat
getFormattedConverter(Field, String) - Method in SimpleDataBinder
Get a ValueConverter for field
getForwardURI() - Method in GrailsMockHttpServletRequest
Implementation of the dynamic "forwardURI" property.
getForwardURI(HttpServletRequest) - Method in HttpServletRequestExtension
getForwardURI(HttpServletRequest) - Method in WebUtils
Obtains the forwardURI from the request, since Grails uses a forwarding technique for URL mappings.
getFullClassName(String) - Method in GrailsNameUtils
Returns the class name, including package, for the given class.
getFullName() - Method in AbstractGrailsClass
getFullName() - Method in DefaultGrailsPlugin
getFullName(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
@return The full name of the plugin including version
getFullName() - Method in Model
@return The class name including package
getFullName() - Method in PluginAstReader.BasicGrailsPluginInfo
getFurthestParent(ClassNode) - Method in GrailsASTUtils
getFurthestUnresolvedParent(ClassNode) - Method in GrailsASTUtils
getGetterName(String) - Method in GrailsClassUtils
Calculate the name for a getter method to retrieve the specified property
getGetterName(String) - Method in GrailsNameUtils
Calculate the name for a getter method to retrieve the specified property
getGlobalClassInjectors() - Method in GrailsAwareInjectionOperation
getGormValidationApi(Datastore, Class, Validator) - Method in GormApiSupport
getGrailsApplication() - Method in ApplicationAttributes
@return Retrieves the grails application instance
getGrailsApplication() - Method in DefaultGrailsApplicationAttributes
getGrailsApplication() - Method in GrailsAutoConfiguration
getGrailsApplication() - Method in Holders
getGrailsApplication() - Method in WebAttributes
Obtains the GrailsApplication instance
getGrailsAttributes() - Method in WebAttributes
Obtains the GrailsApplicationAttributes instance
getGrailsClass(String) - Method in ArtefactInfo
getGrailsClass(String) - Method in DefaultArtefactInfo
getGrailsClassByLogicalPropertyName(String) - Method in ArtefactInfo
Retrieves a Grails class by its logical property name.
getGrailsClassByLogicalPropertyName(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
@return The GrailsConsole instance
getGrailsEnv() - Method in GroovyScriptCommand
@return The name of the current Grails environment
getGrailsLinkGenerator() - Method in ResponseRedirector
getGrailsPlugin(String, Object) - Method in AbstractGrailsPluginManager
getGrailsPlugin(String, Object) - Method in GrailsPluginManager
Retrieves a plug-in for its name and version
getGrailsPlugin(String, BigDecimal) - Method in MockGrailsPluginManager
getGrailsPluginForClassName(String) - Method in AbstractGrailsPluginManager
getGrailsPluginForClassName(String) - Method in GrailsPluginManager
Obtains a GrailsPlugin for the given classname
getGrailsVersion() - Method in BuildSettings
@return The version of Grails being used
getGrailsVersion() - Method in Environment
@return The current Grails version
getGrailsVersion() - Method in GrailsUtil
getGrailsVersion() - Method in Metadata
@return The Grails version used to build the application
getGroovyPagesUriService() - Method in DefaultGrailsApplicationAttributes
getGroovyPagesUriService() - Method in GrailsApplicationAttributes
@return The GroovyPageUriService instance
getHandlerExecutionChain(Object, HttpServletRequest) - Method in UrlMappingsHandlerMapping
getHandlerInternal(HttpServletRequest) - Method in UrlMappingsHandlerMapping
getHeader(String) - Method in MockPart
getHeaderNames() - Method in MockPart
getHeaders(String) - Method in MockPart
getHttpMethod() - Method in AbstractUrlMapping
getHttpMethod() - Method in DefaultRequestStateLookupStrategy
getHttpMethod() - Method in DefaultUrlMappingInfo
getHttpMethod() - Method in GrailsRequestStateLookupStrategy
@return The HTTP method
getHttpMethod() - Method in RenderContext
@return 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(HttpServletRequest) - Method in HiddenHttpMethodFilter
getId() - Method in DefaultUrlMappingInfo
getId() - Method in GrailsHttpSession
getId() - Method in GrailsWebRequest
getId() - Method in UrlMappingInfo
The id part of the URL mapping if any
getIdentifier() - Method in DefaultGrailsDomainClass
getIdentifier() - Method in GrailsDomainClass
Returns the identifier property
getIdentifier() - Method in GrailsParameterMap
@return The identifier in the request
getIdentifierValue() - Method in DataBindingSource
@return the identifier value for binding or null if no identifier is represented by this binding source
getIdentifierValue() - Method in SimpleMapDataBindingSource
getIdentifierValueFrom(def) - Method in GrailsWebDataBinder
GetImage() - Method in SimpleCharStream
Get token literal value.
getIncludes() - Method in RenderContext
Which properties should be included in rendering
getIndexedPropertyReferenceDescriptor(def) - Method in SimpleDataBinder
getInitClosure() - Method in DefaultGrailsBootstrapClass
getInitClosure() - Method in GrailsBootstrapClass
Returns the init closure which is called on application load.
getInList() - Method in Constrained
@return Constrains the be within the list of given values
getInList() - Method in ConstrainedDelegate
getInList() - Method in ConstrainedProperty
@return Returns the inList.
getInnerViewResolver() - Method in LayoutViewResolver
getInput() - Method in GrailsConsole
@return The input stream being read from
getInputStream() - Method in ByteArrayResource
getInputStream() - Method in ClassPathResource
This implementation opens an InputStream for the given class path resource.
getInputStream() - Method in FileSystemResource
This implementation opens a FileInputStream for the underlying file.
getInputStream() - Method in GrailsMockHttpServletRequest
getInputStream() - Method in GrailsResource
getInputStream() - Method in MockPart
getInputStream() - Method in Resource
An input stream
getInputStream() - Method in SpringResource
getInputStream() - Method in StreamByteBuffer
getInputStream() - Method in UrlResource
This implementation opens an InputStream for the given URL.
getInstance() - Method in DefaultGrailsPlugin
getInstance() - Method in DomainValidator
Returns the singleton instance of this validator.
getInstance() - Method in GrailsConsole
getInstance() - Method in GrailsPlugin
Retrieves the wrapped plugin instance for this plugin
getInstance() - Method in InetAddressValidator
Returns the singleton instance of this validator.
getInstance() - Method in LazyMetaPropertyMap
Returns the wrapped instance.
getInstance(Resource) - Method in Metadata
Loads and returns a new Metadata object for the given File.
getInstance() - Method in UrlValidator
Returns the singleton instance of this class with default schemes and options.
getInstanceImplementation() - Method in AbstractGrailsArtefactTransformer
The class that provides the implementation of all instance methods and properties
getInstanceImplementation() - Method in ControllerDomainTransformer
getInstructions() - Method in AbstractProfile
getInstructions() - Method in Profile
@return Text to display after an application has been created with the profile
getInt(String, Integer) - Method in AbstractTypeConvertingMap
getInt(int) - Method in JSONArray
Get the int value associated with an index.
getInt(String) - Method in JSONObject
Get the int value associated with a key.
getJarFile(String) - Method in PathMatchingResourcePatternResolver
Resolve the given jar file URL into a JarFile object.
getJpaClassNames() - Method in AnnotationDomainClassArtefactHandler
getJson() - Method in AbstractGrailsMockHttpServletResponse
Get the response JSON
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(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(String) - Method in JSONObject
Get the JSONObject value associated with a key.
getKnownMimeTypes() - Method in DefaultMimeUtility
{@inheritDoc}
getKnownMimeTypes() - Method in MimeUtility
Gets the known configured MimeType instances
getLastAccessedTime() - Method in GrailsHttpSession
getLastMessage() - Method in GrailsConsole
@return The last message logged
getLastModified(HttpServletRequest, Object) - Method in UrlMappingsInfoHandlerAdapter
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.
getLicense() - Method in GrailsPublishExtension
getLineNumber() - Method in GrailsWrappedRuntimeException
@return Returns the lineNumber.
getLineNumber() - Method in SourceCodeAware
getLineNumberInfo(Throwable, int) - Method in DefaultErrorsPrinter
getLineNumberInfo(Throwable, int) - Method in ErrorsViewStackTracePrinter
getLinksForObject(def) - Method in AbstractLinkingRenderer
getLinkTitle(PersistentEntity, Locale) - Method in AbstractLinkingRenderer
getList(String) - Method in AbstractTypeConvertingMap
Helper method for obtaining a list of values from parameter
getList() - Method in InListConstraint
@return Returns the list.
getListOfClasses(AnnotationNode) - Method in MixinTransformation
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.
getLocalClassInjectors() - Method in GrailsAwareInjectionOperation
getLocale() - Method in GrailsWebDataBinder
getLocale() - Method in LocaleAwareNumberConverter
getLocale() - Method in RenderContext
@return The locale
getLocale() - Method in ServletRenderContext
getLocation() - Method in Feature
@return The location of the feature
getLog() - Method in BeanBuilder
getLog() - Method in DefaultGrailsPlugin
getLogicalControllerName(GroovyObject) - Method in DefaultGroovyPagesUriService
getLogicalControllerName(GroovyObject) - Method in GroovyPagesUriSupport
getLogicalMappings() - Method in RegexUrlMapping
getLogicalName(String, String) - Method in GrailsNameUtils
Retrieves the logical name of the class without the trailing name
getLogicalPropertyName() - Method in AbstractGrailsClass
getLogicalPropertyName() - Method in GrailsClass
Returns the logical name of the class as a property name.
getLogicalPropertyName(String, String) - Method in GrailsNameUtils
getLogicalUrls() - Method in DefaultUrlMappingData
getLogicalUrls() - Method in ResponseCodeMappingData
getLogicalUrls() - Method in UrlMappingData
getLong(String, Long) - Method in AbstractTypeConvertingMap
getLong(int) - Method in JSONArray
Get the long value associated with an index.
getLong(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(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.
getManager() - Method in AbstractGrailsPlugin
getManager() - Method in GrailsPlugin
Retrieves the plugin manager if known, otherwise returns null
getManager() - Method in Plugin
The GrailsPluginManager instance
getMappedBy() - Method in DefaultGrailsDomainClass
getMappedBy() - Method in GrailsDomainClass
@return The map that defines association mappings
getMappedByMap(Class<?>) - Method in GrailsDomainConfigurationUtil
Retrieves the mappedBy map for the specified class.
getMappingContext() - Method in DefaultGrailsApplication
getMappingContext() - Method in GrailsApplication
Returns:
The GORM org.grails.datastore.mapping.model.MappingContext.
getMappingFileName(String) - Method in GrailsDomainConfigurationUtil
Returns the ORM framework's mapping file name for the specified class name.
getMappingName() - Method in AbstractUrlMapping
getMappingName() - Method in UrlMapping
The name of the mapping in case of named URL mapping
getMappingsClosure() - Method in DefaultGrailsUrlMappingsClass
getMappingsClosure() - Method in GrailsUrlMappingsClass
Returns the mappings closure which is called to evaluate the url mappings.
getMappingStrategy() - Method in DefaultGrailsDomainClass
getMappingStrategy() - Method in GrailsDomainClass
@return The name of the ORM implementation used to map the domain class (default is "GORM")
getMarkerAnnotation() - Method in AbstractGrailsArtefactTransformer
A marker annotation to be applied to added methods, defaults to null
getMatches() - Method in Constrained
getMatches() - Method in ConstrainedDelegate
getMatches() - Method in ConstrainedProperty
@return Returns the matches.
getMatchingFileExtensions() - Method in CommandResourceResolver
The pattern to match file names with
getMatchingFileExtensions() - Method in ResourceResolvingCommandFactory
getMax() - Method in Constrained
@return Returns the maximum possible value.
getMax() - Method in ConstrainedDelegate
getMax() - Method in ConstrainedProperty
@return Returns the max.
getMaximumNumberOfParameters() - Method in AbstractClosureProxy
getMaxInactiveInterval() - Method in GrailsHttpSession
getMaxSize() - Method in Constrained
getMaxSize() - Method in ConstrainedDelegate
getMaxSize() - Method in ConstrainedProperty
@return Returns the maxSize.
getMaxSize() - Method in MaxSizeConstraint
@return Returns the maxSize.
getMaxValue() - Method in MaxConstraint
@return Returns the maxValue.
getMergedBinaryPluginProperties(Locale) - Method in PluginAwareResourceBundleMessageSource
getMergedPluginProperties(Locale) - Method in PluginAwareResourceBundleMessageSource
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
getMergedProperties(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 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(String, Class) - Method in DataBindingUtils
getMessageFormat(String, Locale) - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
getMessageSource() - Method in DefaultGrailsApplicationAttributes
getMessageSource() - Method in GrailsApplicationAttributes
@return The MessageSource instance
getMetaClass() - Method in AbstractGrailsClass
@return the metaClass
getMetaClass() - Method in GrailsApplicationContext
getMetaClass() - Method in GrailsClass
@return The MetaClass for this Grails class
getMetaClass(Object) - Method in GrailsMetaClassUtils
getMetaClass() - Method in GrailsPrintWriter
getMetaConstraintValue(String) - Method in ConstrainedProperty
Obtains the value of the named meta constraint.
getMetadata() - Method in AbstractGrailsApplication
getMetadata() - Method in GrailsApplication
getMetadataFile() - Method in Metadata
getMetaProperties() - Method in AbstractGrailsClass
getMethod() - Method in HiddenHttpMethodFilter.HttpMethodRequestWrapper
getMethodName() - Method in ControllerExceptionHandlerMetaData
getMimeConfig(Config) - Method in MimeTypesFactoryBean
getMimeType(GrailsApplication, Object) - Method in DataBindingUtils
getMimeType(HttpServletResponse) - Method in HttpServletResponseExtension
Obtains the MimeType for the response using either the file extension or the ACCEPT header
getMimeTypeForExtension(String) - Method in DefaultMimeUtility
{@inheritDoc}
getMimeTypeForExtension(String) - Method in MimeUtility
Obtains a MimeType for the given extension
getMimeTypeForURI(String) - Method in DefaultMimeUtility
getMimeTypeForURI(String) - Method in MimeUtility
Obtains a MimeType for the given extension
getMimeTypeResolver(GrailsApplication) - Method in DataBindingUtils
getMimeTypes() - Method in DefaultDataBindingSourceCreator
getMimeTypes() - Method in DefaultHtmlRenderer
getMimeTypes() - Method in HalJsonDataBindingSourceCreator
getMimeTypes() - Method in HalXmlDataBindingSourceCreator
getMimeTypes(HttpServletRequest) - Method in HttpServletRequestExtension
Obtains a list of configured MimeType instances for the request
getMimeTypes(HttpServletResponse) - Method in HttpServletResponseExtension
Gets the configured mime types for the response
getMimeTypes() - Method in JsonApiDataBindingSourceCreator
getMimeTypes() - Method in JsonDataBindingSourceCreator
getMimeTypes() - Method in MimeTypeProvider
@return The MimeType instances provided by this object
getMimeTypes() - Method in XmlDataBindingSourceCreator
getMimeTypesFormatAware(HttpServletResponse) - Method in HttpServletResponseExtension
Gets the configured mime types for the response
getMin() - Method in Constrained
@return Returns the minimum possible value.
getMin() - Method in ConstrainedDelegate
getMin() - Method in ConstrainedProperty
@return Returns the min.
getMinSize() - Method in Constrained
getMinSize() - Method in ConstrainedDelegate
getMinSize() - Method in ConstrainedProperty
@return Returns the minSize.
getMinSize() - Method in MinSizeConstraint
@return Returns the minSize.
getMinValue() - Method in MinConstraint
@return Returns the minValue.
getModel() - Method in Interceptor
@return The current model
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
getModelName() - Method in Model
A property name version of the class name.
getMultiFileMap() - Method in GrailsMockHttpServletRequest
{@inheritDoc }
getMultipartContentType(String) - Method in GrailsMockHttpServletRequest
getMultipartHeaders(String) - Method in GrailsMockHttpServletRequest
getName() - Method in AbstractGrailsClass
getName() - Method in AbstractGrailsPlugin
getName() - Method in AbstractJarProfileRepository.JarProfile
getName() - Method in ApplicationCommand
getName() - Method in BeanConfiguration
@return The name of the bean
getName() - Method in BlankConstraint
getName() - Method in Constraint
@return 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 DefaultGrailsDomainClass
getName() - Method in DefaultGrailsDomainClassProperty
getName() - Method in DefaultGrailsPlugin
getName() - Method in EmailConstraint
getName() - Method in Environment
@return the name of the environment
getName() - Method in ExecuteStep
getName() - Method in Feature
@return 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 GrailsDomainClassProperty
Returns the name of the property.
getName() - Method in GrailsPluginGradlePlugin.ExplodedDir
getName() - Method in GrailsPluginInfo
@return The name of the plug-in
getName() - Method in GspTagSourceMacro
getName() - Method in HelpCommand
getName() - Method in HiddenMacro
getName() - Method in InListConstraint
getName() - Method in MatchesConstraint
getName() - Method in MaxConstraint
getName() - Method in MaxSizeConstraint
getName() - Method in MetaGrailsDomainClassProperty
getName() - Method in MinConstraint
getName() - Method in MinSizeConstraint
getName() - Method in MkdirStep
getName() - Method in MockPart
getName() - Method in Named
@return The name of the object
getName() - Method in NoteMacro
getName() - Method in NotEqualConstraint
getName() - Method in NullableConstraint
getName() - Method in OpenCommand
getName() - Method in Option
getName() - Method in PluginAstReader.BasicGrailsPluginInfo
getName() - Method in Profile
@return The name of the profile
getName() - Method in RangeConstraint
getName() - Method in RenderStep
getName() - Method in ResourceProfile
getName() - Method in ScaleConstraint
getName() - Method in SizeConstraint
getName() - Method in Step
@return The name of the step
getName() - Method in UrlConstraint
getName() - Method in ValidatorConstraint
getName() - Method in WarningMacro
getNamedPlugin(String) - Method in BasePluginFilter
getNameFromScript(String) - Method in GrailsNameUtils
Calculates the class name from a script name in the form my-funk-grails-script.
getNamespace() - Method in AbstractUrlMapping
getNamespace() - Method in DefaultUrlMappingInfo
getNamespace() - Method in GrailsControllerClass
@return the namespace of this controller, null if none was specified
getNamespace() - Method in GrailsWebApplicationContext
getNamespace() - Method in UrlMapping
@return the name of the controller namespace
getNamespace() - Method in UrlMappingInfo
@return the namespace of the corresponding controller, null if none was specified
getNaturalName() - Method in AbstractGrailsClass
getNaturalName() - Method in DefaultGrailsDomainClassProperty
getNaturalName(String) - Method in DocEngine
getNaturalName() - Method in GrailsClass
Returns the name of the property in natural terms (eg.
getNaturalName() - Method in GrailsDomainClassProperty
Returns:
The natural name representation of the property (eg.
getNaturalName(String) - Method in GrailsNameUtils
Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name')
getNaturalName() - Method in MetaGrailsDomainClassProperty
getNavigableProperty(String) - Method in NavigableMapPropertySource
getNextToken() - Method in JSONParser
Get the next Token.
getNextToken() - Method in JsonParserTokenManager
Get the next Token.
getNoSuffixViewURI(GroovyObject, String) - Method in DefaultGrailsApplicationAttributes
getNoSuffixViewURI(String, String) - Method in DefaultGroovyPagesUriService
getNoSuffixViewURI(GroovyObject, String) - Method in GrailsApplicationAttributes
getNoSuffixViewURI(String, String) - Method in GroovyPagesUriService
getNoSuffixViewURI(String, 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 ConstrainedProperty
@return Returns the notEqual.
getNotEqualTo() - Method in NotEqualConstraint
@return 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
@return the object that data binding was being imposed upon
getObject() - Method in ConstraintsEvaluatorFactoryBean
getObject() - Method in DataSourceConnectionSourcesFactoryBean
getObject() - Method in DefaultConstraintEvaluatorFactoryBean
getObject() - Method in DefaultMappingContextFactoryBean
getObject() - Method in HotSwappableTargetSourceFactoryBean
getObject() - Method in InstanceFactoryBean
getObject() - Method in MimeTypesFactoryBean
getObject() - Method in SimpleBindingError
getObject() - Method in UrlMappingsHolderFactoryBean
getObject() - Method in ValidatorRegistryFactoryBean
getObjectId(def) - Method in AbstractVndErrorRenderer
getObjectId(PersistentEntity, def) - Method in AtomRenderer
getObjectToBind() - Method in RestfulController
The object that can be bound to a domain instance.
getObjectType() - Method in ConstraintsEvaluatorFactoryBean
getObjectType() - Method in DataSourceConnectionSourcesFactoryBean
getObjectType() - Method in DefaultConstraintEvaluatorFactoryBean
getObjectType() - Method in DefaultMappingContextFactoryBean
getObjectType() - Method in HotSwappableTargetSourceFactoryBean
getObjectType() - Method in InstanceFactoryBean
getObjectType() - Method in MimeTypesFactoryBean
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
getOption() - Method in DefaultCommandLine.SpecifiedOption
getOptionalFields() - Method in AbstractStructuredDateBindingEditor
getOptionalFields() - Method in StructuredDateEditor
getOptionalFields() - Method in StructuredPropertyEditor
@return The optional fields
getOptionsHelpMessage() - Method in CommandLineParser
getOrCreateChildMap(Map, String) - Method in CollectionUtils
Gets a child map of the given parent map or returns an empty map if it doesn't exist
getOrder() - Method in AbstractGrailsApplication
getOrder() - Method in ChainedTransactionManagerPostProcessor
getOrder() - Method in Constrained
getOrder() - Method in ConstrainedDelegate
getOrder() - Method in ConstrainedProperty
@return Returns the order.
getOrder() - Method in DefaultGrailsCodecClass
getOrder() - Method in DomainClassArtefactHandler
getOrder() - Method in GrailsCorsFilter
getOrder() - Method in TransactionManagerPostProcessor
getOriginalParams() - Method in GrailsWebRequest
@return The Grails params object
getOtherProperties() - Method in GrailsDataSource
Other properties for this data source.
getOtherSide() - Method in DefaultGrailsDomainClassProperty
getOtherSide() - Method in GrailsDomainClassProperty
Returns the other side of a bidirectional association
getOtherSide() - Method in MetaGrailsDomainClassProperty
getOut(HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
getOut(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
@return the out
getOut() - Method in WebRequestDelegatingRequestContext
getOutputStream() - Method in FileSystemResource
This implementation opens a FileOutputStream for the underlying file.
getOutputStream() - Method in IncludeResponseWrapper
getOutputStream() - Method in OutputAwareHttpServletResponse
getOutputStream() - Method in StreamByteBuffer
getOwner() - Method in Constrained
getOwner() - Method in ConstrainedDelegate
getOwner() - Method in ConstrainedProperty
getPackageName() - Method in AbstractGrailsClass
getPackageName() - Method in GrailsClass
Returns the package name of the class.
getPackageName(String) - Method in GrailsNameUtils
Returns the class name without the package prefix.
getPackageName() - Method in Model
@return The package name
getPackagePath() - Method in Model
@return The package name
getPadding(String, int) - Method in AnsiConsoleUrlMappingsRenderer
getPagesTemplateEngine() - Method in DefaultGrailsApplicationAttributes
getPagesTemplateEngine() - Method in GrailsApplicationAttributes
@return Retrieves the shared GSP template engine
getParameter() - Method in AbstractConstraint
getParameter() - Method in BlankConstraint
getParameter() - Method in Constraint
getParameterMap() - Method in GrailsWebRequest
Overriden to return the GrailsParameterMap instance,
getParameters() - Method in DefaultUrlMappingInfo
getParameters() - Method in ForwardUrlMappingInfo
getParameters() - Method in Step
@return The parameters to the step
getParameters() - Method in UrlMappingInfo
The parameters that were extracted from the URI that was matched
getParameterTypes() - Method in AbstractClosureProxy
getParams() - Method in AbstractUrlMappingInfo
getParams() - Method in ForwardUrlMappingInfo
getParams() - Method in GrailsRequestContext
The params object.
getParams() - Method in GrailsWebRequest
@return The Grails params object
getParams() - Method in WebAttributes
Obtains the Grails parameter map
getParams() - Method in WebRequestDelegatingRequestContext
getParentContext() - Method in AbstractGrailsApplication
getParentContext() - Method in GrailsApplication
Returns the Spring application context that contains this application instance.
getParentCtx() - Method in BeanBuilder
Retrieves the parent ApplicationContext
getParentCtx() - Method in DefaultGrailsPlugin
getParentSkeletonDir(File) - Method in AbstractProfile
getParentSkeletonDir(File) - Method in Profile
@return The directory the parent profile(s) skeleton should be copied into
getParsedXml() - Method in BinaryGrailsPluginDescriptor
@return The parsed descriptor
getPart(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
getPath() - Method in ClassPathResource
Return the path for this resource (as resource path within the class path).
getPath() - Method in FileSystemResource
Return the file path for this resource.
getPathFromBaseDir(String) - Method in GrailsResourceUtils
Gets the path relative to the project base directory.
getPathFromRoot(String) - Method in GrailsResourceUtils
Get the path relative to an artefact folder under grails-app i.e:
getPathMatcher() - Method in PathMatchingResourcePatternResolver
Return the PathMatcher that this resource pattern resolver uses.
getPathWithinApplication(HttpServletRequest) - Method in GrailsUrlPathHelper
getPatternComparator(String) - Method in AntPathMatcher
Given a full path, returns a java.util.Comparator suitable for sorting patterns in order of explicitness.
getPersistentInstance(Class<?>, def) - Method in GrailsWebDataBinder
getPersistentProperties() - Method in DefaultGrailsDomainClass
getPersistentProperties() - Method in GrailsDomainClass
Returns all of the persistant properties of the domain class
getPersistentProperty(String) - Method in DefaultGrailsDomainClass
getPersistentProperty(String) - Method in GrailsDomainClass
Returns the property for the given name or null if non exists
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(HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
getPluginContextPath(HttpServletRequest) - Method in GrailsApplicationAttributes
Retrieves the plugin context path for the current request.
getPluginContextPath() - Method in WebAttributes
Obtains the pluginContextPath
getPluginDir() - Method in DefaultGrailsPlugin
getPluginDir() - Method in GrailsPluginInfo
@return 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(Config) - Method in PluginFilterRetriever
getPluginForClass(Class<?>) - Method in AbstractGrailsPluginManager
getPluginForClass(Class<?>) - Method in GrailsPluginManager
Obtains the GrailsPlugin for the given class
getPluginForInstance(Object) - Method in AbstractGrailsPluginManager
getPluginForInstance(Object) - Method in GrailsPluginManager
Looks up the plugin that defined the given instance.
getPluginList(List, List) - Method in BasePluginFilter
Defines an operation getting the final list to return from the original and derived lists
getPluginList(List, List) - Method in ExcludingPluginFilter
getPluginList(List, 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
@return The plugin where the artefact originates from
getPluginName(String) - Method in GrailsNameUtils
Returns the name of a plugin given the name of the *GrailsPlugin.groovy descriptor file.
getPluginName(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 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(GrailsPlugin) - Method in DefaultGrailsPluginManager
getPluginObservers(GrailsPlugin) - Method in GrailsPluginManager
Retrieves a collection of plugins that are observing the specified plugin
getPluginObservers(GrailsPlugin) - Method in MockGrailsPluginManager
getPluginPath() - Method in AbstractGrailsPlugin
getPluginPath(String, boolean) - Method in AbstractGrailsPluginManager
getPluginPath() - Method in GrailsPlugin
Returns the path of the plug-in
getPluginPath(String, boolean) - Method in GrailsPluginManager
Returns the pluginContextPath for the given plugin and will force name to camel case instead of '-' lower case
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(Object) - Method in AbstractGrailsPluginManager
getPluginPathForInstance(Object) - Method in GrailsPluginManager
Returns the pluginContextPath for the given instance
getPluginResources() - Method in AbstractGrailsPluginManager
getPluginVersion(Class) - Method in GrailsVersionUtils
Get the version of the a plugin for a particular class.
getPluginViewsPathForClass(Class<?>) - Method in AbstractGrailsPluginManager
getPluginViewsPathForClass(Class<? extends Object>) - Method in GrailsPluginManager
Returns the plugin views directory path for the given class
getPluginViewsPathForInstance(Object) - Method in AbstractGrailsPluginManager
getPluginViewsPathForInstance(Object) - Method in GrailsPluginManager
Returns the plugin views directory for the given instance
getPortalUser() - Method in GrailsPublishExtension
getPreviousEncodingState() - Method in EncodingState
getPreviousEncodingState() - Method in EncodingStateImpl
getProfile(String, Boolean) - Method in AbstractJarProfileRepository
getProfile() - Method in Feature
@return The profile this feature belongs to
getProfile(String) - Method in MavenProfileRepository
getProfile() - Method in ProfileCommand
@return The profile of the command
getProfile(String, Boolean) - Method in ProfileRepository
Obtains a named Profile
getProfile(String) - Method in StaticJarProfileRepository
getProfileAndDependencies(Profile) - Method in AbstractJarProfileRepository
getProfileAndDependencies(Profile) - Method in ProfileRepository
Returns the given profile with all dependencies in topological order where given profile is last in the order.
getProfileArtifact(String) - Method in AbstractJarProfileRepository
getProfileArtifact(String) - Method in ProfileRepository
@return The org.eclipse.aether.artifact.Artifact that resolves to the profile
getProfileDependencies() - Method in GrailsClasspath
@return The profile dependencies
getProfileDir() - Method in AbstractProfile
getProfileDir() - Method in Profile
@return The directory where the profile is located locally
getProfileDirectory(String) - Method in AbstractJarProfileRepository
getProfileDirectory(String) - Method in ProfileRepository
The directory where the profile is located
getProfileRepository() - Method in AbstractProfile
getProjectDirectory() - Method in BinaryGrailsPlugin
getProjectPackageNames(File) - Method in ResourceUtils
getProperties(Locale) - Method in BinaryGrailsPlugin
Obtains all properties for this binary plugin for the given locale.
getProperties() - Method in DefaultGrailsDomainClass
getProperties() - Method in DefaultGrailsPlugin
getProperties() - Method in GrailsDomainClass
Returns all of the properties of the domain class
getProperties() - Method in GrailsPlaceholderConfigurer
getProperties() - Method in GrailsPluginInfo
Gets the properties of the plugin as a map
getProperties() - Method in PluginAstReader.BasicGrailsPluginInfo
getProperties(String, 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
getPropertiesAssignableToType(Class<?>, Class<?>) - Method in GrailsClassUtils
Retrieves all the properties of the given class which are assignable to the given type
getPropertiesOfType(Class<?>, Class<?>) - Method in GrailsClassUtils
Retrieves all the properties of the given class for the given type
getPropertiesToEnsureConstraintsFor(ClassNode) - Method in DefaultASTValidateableHelper
Retrieves a Map describing all of the properties which need to be constrained for the class represented by classNode.
getProperty(String) - Method in AbstractClosureProxy
getProperty(String) - Method in BeanBuilder
Overrides property retrieval in the scope of the BeanBuilder to either:
getProperty(String, Class<T>, T) - Method in CodeGenConfig
getProperty(String) - Method in CompositeConfig
getProperty(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(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(String, String) - Method in ConfigProperties
getProperty(String) - Method in ConstrainedPropertyBuilder
getProperty(String) - Method in DefaultBeanConfiguration
getProperty(String) - Method in DefaultGrailsApplication
Override property access and hit on xxxxClasses to return class arrays of artefacts.
getProperty(String) - Method in EnvironmentAwarePropertySource
getProperty(String) - Method in ExtendedProxy
getProperty(String) - Method in GrailsApplicationContext
getProperty(Class<?>, String) - Method in GrailsClassUtils
Retrieves a property of the given class of the specified name and type
getProperty(String) - Method in GrailsMockHttpServletRequest
Property access for request attributes.
getProperty(String) - Method in GrailsMockHttpSession
getProperty(String) - Method in GrailsPrintWriter
getProperty(HttpServletRequest, String) - Method in HttpServletRequestExtension
getProperty(HttpSession, String) - Method in HttpSessionExtension
getProperty(String, Class<T>, T) - Method in Metadata
getProperty(String) - Method in NavigableMap
getProperty(String) - Method in NavigableMap.NullSafeNavigator
getProperty(String, Class<T>, T) - Method in NavigableMapConfig
getProperty(String) - Method in NavigableMapPropertySource
getProperty(String) - Method in PluginAstReader.BasicGrailsPluginInfo
getProperty(String, Class<T>, T, List<T>) - Method in PrefixedConfig
getProperty(String) - Method in PrefixedMapPropertySource
getProperty(String) - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
getPropertyAsClass(String, Class<T>) - Method in CompositeConfig
getPropertyAsClass(String, Class<T>) - Method in NavigableMapConfig
getPropertyAsClass(String, Class<T>) - Method in PrefixedConfig
getPropertyByName(String) - Method in DefaultGrailsDomainClass
getPropertyByName(String) - Method in GrailsDomainClass
Returns the property for the given name
getPropertyDescriptorForValue(Object, 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
getPropertyEditorRegistry() - Method in GrailsWebRequest
Obtains the PropertyEditorRegistry instance.
getPropertyEditors() - Method in CompositeEditor
getPropertyForGetter(String, Class) - 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.
getPropertyForGetter(String, Class) - Method in GrailsNameUtils
Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.
getPropertyForSetter(String) - Method in GrailsClassUtils
Returns a property name equivalent for the given setter name or null if it is not a valid setter.
getPropertyForSetter(String) - Method in GrailsNameUtils
Returns a property name equivalent for the given setter name or null if it is not a valid setter.
getPropertyIfExists(Object, String, Class<T>) - Method in GrailsMetaClassUtils
Obtains a property of an instance if it exists
getPropertyInitializer(def, String) - Method in SimpleDataBinder
getPropertyName() - Method in AbstractConstraint
getPropertyName() - Method in AbstractGrailsClass
getPropertyName() - Method in BindingError
@return the name of the property that the data binding error occurred on
getPropertyName() - Method in ConstrainedDelegate
getPropertyName() - Method in ConstrainedProperty
@return Returns the propertyName.
getPropertyName() - Method in Constraint
@return 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(Class<?>) - Method in GrailsNameUtils
Shorter version of getPropertyNameRepresentation.
getPropertyName(String, String, String) - Method in GrailsWebDataBindingListener
getPropertyName() - Method in Model
A property name version of the class name.
getPropertyName() - Method in SimpleBindingError
getPropertyNameConvention(Object, String) - Method in GrailsNameUtils
Returns an appropriate property name for the given object.
getPropertyNameForLowerCaseHyphenSeparatedName(String) - Method in GrailsNameUtils
Converts foo-bar into fooBar.
getPropertyNameForNode(Node) - Method in GPathResultMap
getPropertyNameForNode(Node) - Method in HalGPathResultMap
getPropertyNameForNodeChild(NodeChild) - Method in GPathResultMap
getPropertyNameForNodeChild(NodeChild) - Method in HalGPathResultMap
getPropertyNameRepresentation(String) - Method in GrailsNameUtils
Returns the property name representation of the given name.
getPropertyNames() - Method in DataBindingSource
@return the names of properties represented
getPropertyNames() - Method in EnvironmentAwarePropertySource
getPropertyNames() - Method in NavigableMapPropertySource
getPropertyNames() - Method in SimpleMapDataBindingSource
getPropertyOrStaticPropertyOrFieldValue(String, Class<T>) - Method in AbstractGrailsClass
getPropertyOrStaticPropertyOrFieldValue(BeanWrapper, Object, String) - Method in GrailsClassUtils
getPropertySource() - Method in AbstractGrailsPlugin
getPropertySource() - Method in GrailsPlugin
getPropertySources() - Method in PropertySourcesConfig
getPropertyType(String) - Method in AbstractGrailsClass
getPropertyType(String, boolean) - Method in ClassPropertyFetcher
getPropertyType() - Method in Constrained
@return Returns the propertyType.
getPropertyType() - Method in ConstrainedDelegate
getPropertyType() - Method in ConstrainedProperty
@return Returns the propertyType.
getPropertyType(Class<?>, String) - Method in GrailsClassUtils
Returns the type of the given property contained within the specified class
getPropertyValue(String) - Method in AbstractGrailsClass
getPropertyValue(Map) - Method in AbstractStructuredBindingEditor
getPropertyValue(def, String, DataBindingSource) - Method in AbstractStructuredDateBindingEditor
getPropertyValue(String) - Method in BeanConfiguration
Returns the value of the given property or throws a MissingPropertyException.
getPropertyValue(Object, String, DataBindingSource) - Method in BindingHelper
The value returned from this method will be bound to the property specified by propertyName.
getPropertyValue(String, Class<T>) - Method in ClassPropertyFetcher
getPropertyValue(String) - Method in DataBindingSource
@param propertyName the name of a property
getPropertyValue(String) - Method in DefaultBeanConfiguration
getPropertyValue(String, Class<T>) - Method in GrailsClass
Obtains a property value for the given name and type
getPropertyValue(String) - Method in SimpleMapDataBindingSource
getPropertyValue(Object, String, DataBindingSource) - Method in StructuredBindingEditor
The value returned from this method will be bound to the property specified by propertyName.
getPropertyValueObject(String) - Method in AbstractGrailsClass
getPropertyValueOfNewInstance(Class<?>, String) - Method in GrailsClassUtils
Returns the value of the specified property and type from an instance of the specified Grails class
getPropertyValuesMap(String, DataBindingSource) - Method in AbstractStructuredBindingEditor
A convenience method for extracting structured values from a DataBindingSource.
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
@return The class names provided by the plugin
getProxiedClass(Object) - Method in EntityProxyHandler
Returns the proxied class without initializing the proxy
getProxyIdentifier(Object) - Method in EntityProxyHandler
This method returns the identifier of the proxy or null if the object is not a proxy
getQuality() - Method in MimeType
@return The quality of the Mime type
getQualityAsNumber() - Method in MimeType
@return The quality in BigDecimal form
getRange() - Method in Constrained
@return Constrains the be within the range of given values
getRange() - Method in ConstrainedDelegate
getRange() - Method in ConstrainedProperty
@return Returns the range.
getRange() - Method in RangeConstraint
@return Returns the range.
getRange() - Method in SizeConstraint
@return Returns the range.
getRawArguments() - Method in CommandLine
getRawArguments() - Method in DefaultCommandLine
getReader() - Method in FastStringPrintWriter
getReader() - Method in FastStringWriter
getReader() - Method in GrailsConsole
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
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
getReferencedDomainClass() - Method in DefaultGrailsDomainClassProperty
getReferencedDomainClass() - Method in GrailsDomainClassProperty
Returns the GrailsDomainClass of a relationship property or null, if the property is not a relationship property.
getReferencedDomainClass() - Method in MetaGrailsDomainClassProperty
getReferencedPropertyName() - Method in DefaultGrailsDomainClassProperty
getReferencedPropertyName() - Method in GrailsDomainClassProperty
Retrieves the name of property referenced by this property if it is an association and is known, otherwise null.
getReferencedPropertyName() - Method in MetaGrailsDomainClassProperty
getReferencedPropertyType() - Method in DefaultGrailsDomainClassProperty
getReferencedPropertyType() - Method in GrailsDomainClassProperty
Returns the referenced property type.
getReferencedPropertyType() - Method in MetaGrailsDomainClassProperty
getReferencedTypeForCollection(String, Object) - Method in GrailsWebDataBinder
getReferencedTypeForCollection(String, Object) - Method in SimpleDataBinder
getReferencedTypeForCollectionInClass(String, Class) - Method in SimpleDataBinder
getReferenceInstance() - Method in AbstractGrailsClass
getReferenceInstance() - Method in DefaultGrailsBootstrapClass
getReferenceInstance() - Method in GrailsClass
@return Sample (reference) instance for this Grails class
getRegex() - Method in MatchesConstraint
@return Returns the regex.
getRegisteredObjects(Class) - Method in ClassAndMimeTypeRegistry
getRegistry() - Method in GrailsMetaClassUtils
Retrieves the MetaClassRegistry instance.
getRejectedValue() - Method in BindingError
@return The value which could not be bound to the property
getRejectedValue() - Method in SimpleBindingError
getRejectValueExpression(ClassNode, String) - Method in ControllerActionTransformer
getRelatedClassType(String) - Method in DefaultGrailsDomainClass
getRelatedClassType(String) - Method in GrailsDomainClass
Returns the type of the related class of the given property
getRelativeInsideWebInf(Resource) - Method in GrailsResourceUtils
Takes a Grails resource (one located inside the grails-app dir) and gets its relative path inside the WEB-INF directory when deployed.
getReloadLocation() - Method in Environment
@return Obtains the location to reload resources from
getRemainingArgs() - Method in CommandLine
@return The remaining arguments after the command name
getRemainingArgs() - Method in DefaultCommandLine
getRemainingArgsArray() - Method in CommandLine
@return The remaining arguments as an array
getRemainingArgsArray() - Method in DefaultCommandLine
getRemainingArgsLineSeparated() - Method in CommandLine
@return The remaining args separated by the line separator char
getRemainingArgsLineSeparated() - Method in DefaultCommandLine
getRemainingArgsString() - Method in CommandLine
@return The remaining args as one big string
getRemainingArgsString() - Method in DefaultCommandLine
getRemainingArgsWithOptionsString() - Method in CommandLine
@return The remaining args as one big string without undeclared options
getRemainingArgsWithOptionsString() - Method in DefaultCommandLine
getRemainingParameterTypes(Parameter) - Method in GrailsASTUtils
Gets the remaining parameters excluding the first parameter in the given list
getRepositories() - Method in AbstractProfile
getRepositories() - Method in Profile
@return The maven repository definitions for this profile
getRequest() - Method in GrailsParameterMap
@return Returns the request.
getRequest() - Method in GrailsRequestContext
The request object.
getRequest() - Method in ServletAttributes
getRequest() - Method in WebRequestDelegatingRequestContext
getRequestLogMessage(String, HttpServletRequest, String) - Method in GrailsExceptionResolver
getRequestURI() - Method in GrailsRequestContext
@return The Request URI
getRequestURI() - Method in WebRequestDelegatingRequestContext
getRequestURIForGrailsDispatchURI(HttpServletRequest) - Method in WebUtils
The Grails dispatch servlet maps URIs like /app/grails/example/index.dispatch.
getRequiredFeatures() - Method in AbstractProfile
getRequiredFeatures() - Method in Profile
@return The required features for this profile
getRequiredFields() - Method in AbstractStructuredDateBindingEditor
getRequiredFields() - Method in StructuredDateEditor
getRequiredFields() - Method in StructuredPropertyEditor
@return The required fields
getRequiredProperty(String, Class<T>) - Method in CodeGenConfig
getRequiredProperty(String, Class<T>) - Method in CompositeConfig
getRequiredProperty(String, Class<T>) - Method in ConfigMap
Return the property value associated with the given key, converted to the given targetType (never null).
getRequiredProperty(String, Class<T>) - Method in Metadata
getRequiredProperty(String, Class<T>) - Method in NavigableMapConfig
getRequiredProperty(String, Class<T>) - Method in PrefixedConfig
getResolver() - Method in DefaultGrailsPlugin
@return the resolver
getResolveStrategy() - Method in AbstractClosureProxy
getResource() - Method in AnnotationMetadataReader
getResource(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(String) - Method in CommandLineResourceLoader
getResource(String) - Method in DefaultResourceLoader
getResource(String) - Method in MockResourceLoader
getResource(String) - Method in MockStringResourceLoader
getResource(String) - Method in PathMatchingResourcePatternResolver
getResource(String) - Method in ResourceLoader
Return a Resource handle for the specified resource.
getResource(String) - Method in SimpleMapResourceLoader
getResource(String) - Method in StaticResourceLoader
getResourceByPath(String) - Method in DefaultResourceLoader
Return a Resource handle for the resource at the given path.
getResourceByPath(String) - Method in FileSystemResourceLoader
Resolve resource paths as file system paths.
getResourceByPath(String) - Method in GrailsWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in PluginPathAwareFileSystemResourceLoader
getResourceForClass(Class) - Method in DefaultGrailsApplication
Retrieves the Spring Resource that was used to load the given Class.
getResourceForClass(Class) - Method in GrailsApplication
Retrieves a Resource instance for the given Grails class or null it doesn't exist.
getResourceId(def) - Method in DefaultLinkGenerator
getResourceLoader() - Method in PathMatchingResourcePatternResolver
Return the ResourceLoader that this pattern resolver works with.
getResourcePath() - Method in RenderContext
@return The path the the resource
getResourcePath() - Method in ServletRenderContext
getResourcePatternResolver() - Method in GrailsWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResources(String) - Method in PathMatchingResourcePatternResolver
getResources() - Method in SimpleMapResourceLoader
getResources(String) - Method in SpringInvoker.Slf4jBindingAwareClassLoader
getResourcesDir() - Method in FileSystemInteraction
@return The directory where resources are processed to
getResourcesDir() - Method in FileSystemInteractionImpl
@return The directory where resources are processed to
getResourceTitle(String, Locale) - Method in AbstractLinkingRenderer
getResponse() - Method in GrailsRequestContext
The response object.
getResponse() - Method in ServletAttributes
Obtains the HttpServletResponse instance
getResponse() - Method in WebRequestDelegatingRequestContext
getResponseCode() - Method in ResponseCodeMappingData
getReverseMapping(String, String, Map) - Method in AbstractGrailsControllerUrlMappings
getReverseMapping(String, String, String, String, Map) - Method in DefaultUrlMappingsHolder
@see UrlMappingsHolder#getReverseMapping(String, String, java.util.Map)
getReverseMapping(String, String, Map) - Method in UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters
getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in AbstractGrailsControllerUrlMappings
getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in DefaultUrlMappingsHolder
getReverseMappingNoDefault(String, String, String, String, String, String, 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.
getRootCause(Throwable) - Method in DefaultErrorsPrinter
Obtains the root cause of the given exception
getRootCause(Throwable) - Method in ExceptionUtils
Obtains the root cause of the given exception
getRootCause(Throwable) - Method in GrailsExceptionResolver
Obtains the root cause of the given exception
getScale() - Method in Constrained
getScale() - Method in ConstrainedDelegate
getScale() - Method in ConstrainedProperty
@return The scale, if defined for this property; null, otherwise
getScale() - Method in ScaleConstraint
@return the scale
getScope() - Method in GrailsControllerClass
@return The scope of the controller, defaults to singleton
getScriptName(String) - Method in GrailsNameUtils
Retrieves the script name representation of the given class name.
getServerBaseURL() - Method in DefaultLinkGenerator
getServerBaseURL() - Method in LinkGenerator
The base URL of the server used for creating absolute links.
getServletConfig() - Method in GrailsWebApplicationContext
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
@return The ServletContext instance
getServletContext() - Method in Holders
getServletContext() - Method in ServletAttributes
Obtains the ServletContext instance
getServletContext() - Method in ServletContextHolder
getServletContext() - Method in WebRequestDelegatingRequestContext
getServletVersion() - Method in Metadata
@return The version of the servlet spec the application was created for
getSession() - Method in GrailsRequestContext
The session object.
getSession() - Method in GrailsWebRequest
@return The Grails session object
getSession() - Method in ServletAttributes
getSession() - Method in WebRequestDelegatingRequestContext
getSessionContext() - Method in GrailsHttpSession
@deprecated
See Also:
javax.servlet.http.HttpSession#getSessionContext()
getSetterName(String) - Method in GrailsClassUtils
Retrieves the name of a setter for the specified property name
getSetterName(String) - Method in GrailsNameUtils
Retrieves the name of a setter for the specified property name
getSetting(String, Class<T>, T) - Method in GrailsCli
Obtains a value from USER_HOME/.grails/settings.yml
getSharedConstraint(String) - Method in ConstrainedPropertyBuilder
getShort(String, Integer) - Method in AbstractTypeConvertingMap
getShortName() - Method in AbstractGrailsClass
getShortName() - Method in GrailsClass
Returns the short name of the class without package prefix.
getShortName(String) - Method in GrailsNameUtils
Returns the class name without the package prefix.
getSimpleName() - Method in Model
@return The class name without package
getSize() - Method in Constrained
getSize() - Method in ConstrainedDelegate
getSize() - Method in ConstrainedProperty
@return Returns the size.
getSize() - Method in MockPart
getSkeletonExcludes() - Method in AbstractProfile
getSkeletonExcludes() - Method in Profile
Returns:
A list of paths to exclude from the skeleton.
getSource() - Method in Metadata
@return The source of the metadata
getSource() - Method in ProfileCompilerTask
getSourceUnit() - Method in ResponseCodeUrlMappingVisitor
getSourceUrl(ClassNode) - Method in GrailsASTUtils
getSpringApplication() - Method in GrailsApplicationContextLoader
getSpringBootVersion() - Method in GrailsDependencyVersions
getSpringConfig() - Method in BeanBuilder
Retrieves the RuntimeSpringConfiguration instance used the the BeanBuilder
getStackReference(int) - Method in PathCapturingJSONWriterWrapper
getStackTraceLines() - Method in GrailsWrappedRuntimeException
@return Returns the stackTrace lines
getStackTraceText() - Method in GrailsWrappedRuntimeException
@return Returns the stackTrace.
getStaticApplicationContext() - Method in Controller
getStaticFieldValue(Class<?>, String) - Method in GrailsClassUtils
getStaticImplementation() - Method in AbstractGrailsArtefactTransformer
The class that provides static methods
getStaticImplementation() - Method in ControllerDomainTransformer
getStaticPropertyValue(String, Class<T>) - Method in AbstractGrailsClass
Get the value of the named static property.
getStaticPropertyValue(String, Class<T>) - Method in ClassPropertyFetcher
getStaticPropertyValue(Class<?>, String) - Method in GrailsClassUtils
getStaticResourcePathForResource(Resource, String) - Method in GrailsResourceUtils
Retrieves the static resource path for the given Grails resource artifact (controller/taglib etc.)
getStatus() - Method in IncludeResponseWrapper
getStep(String, Command, Map) - Method in StepRegistry
Looks up a Step
getSteps() - Method in DefaultMultiStepCommand
getSteps() - Method in MultiStepCommand
@return The steps that make up the command
getStreamingEncoder() - Method in EncodesToWriterAdapter
getString(int) - Method in JSONArray
Get the string associated with an index.
getString(String) - Method in JSONObject
Get the string associated with a key.
getStrings() - Method in StringsCompleter
getSubBufferChunkMinSize() - Method in StreamCharBuffer
getSubClasses() - Method in DefaultGrailsDomainClass
Obtains a Set of subclasses
getSubClasses() - Method in GrailsDomainClass
Returns the sub-classes for this class if any
getSubStringChunkMinSize() - Method in StreamCharBuffer
GetSuffix(int) - Method in SimpleCharStream
Get the suffix.
getSuperClassChain(Class<?>) - Method in GrailsDomainConfigurationUtil
getSuppliedNames() - Method in BasePluginFilter
getSystemProperties() - Method in CommandLine
@return The system properties specified
getSystemProperties() - Method in DefaultCommandLine
getTabSize(int) - Method in SimpleCharStream
getTarget() - Method in GrailsPrintWriterAdapter
getTargetBeanDefinition(ConfigurableListableBeanFactory, String, BeanDefinition, Class) - Method in MapBasedSmartPropertyOverrideConfigurer
getTargetBeanDefinitionForFactoryBean(ConfigurableListableBeanFactory, String, BeanDefinition, Class<? extends FactoryBean>) - Method in MapBasedSmartPropertyOverrideConfigurer
getTargetClassForContainer(Class, Object) - Method in DefaultRendererRegistry
getTargetFileLocation() - Method in GrailsMockMultipartFile
@return The location where the MultipartFile was transfered to
getTargetOut() - Method in GrailsConsoleErrorPrintStream
getTargetOut() - Method in GrailsConsolePrintStream
getTargetType() - Method in AbstractRequestBodyDataBindingSourceCreator
getTargetType() - Method in AbstractVndErrorRenderer
getTargetType() - Method in ByteArrayMultipartFileValueConverter
getTargetType() - Method in ClosureValueConverter
getTargetType() - Method in CurrencyValueConverter
getTargetType() - Method in DataBindingSourceCreator
@return 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 FormattedValueConverter
@return the output type of this converter
getTargetType() - Method in Renderer
@return The target type
getTargetType() - Method in TimeZoneConverter
getTargetType() - Method in TypedStructuredBindingEditor
@return the type that this editor is used for binding to
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(String) - Method in AbstractProfile
getTemplate(String) - Method in Profile
Obtain a template by path
getTemplateUri(String) - Method in Controller
Obtains a URI of a template by name
getTemplateUri(CharSequence, ServletRequest) - Method in DefaultGrailsApplicationAttributes
getTemplateURI(GroovyObject, String) - Method in DefaultGroovyPagesUriService
getTemplateUri(CharSequence, ServletRequest) - Method in GrailsApplicationAttributes
@param templateName
getTemplateURI(GroovyObject, String, boolean) - Method in GroovyPagesUriService
getTemplateURI(String, String, boolean) - Method in GroovyPagesUriSupport
Obtains the URI to a template using the controller name and template name
getTerminal() - Method in GrailsConsole
getText() - Method in AbstractGrailsMockHttpServletResponse
The response body as text
getTheme(String) - Method in GrailsApplicationContext
getThrowable() - Method in Interceptor
Obtains the exception thrown by an action execution
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.
getToken(int) - Method in JSONParser
Get the specific Token.
getTokens() - Method in DefaultUrlMappingData
getTokens() - Method in ResponseCodeMappingData
getTokens(String) - Method in SynchronizerTokensHolder
getTokens() - Method in UrlMappingData
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.
getTrait() - Method in ControllerTraitInjector
getTrait() - Method in DomainClassTraitInjector
getTrait() - Method in InterceptorTraitInjector
getTrait() - Method in RestResponderTraitInjector
getTrait() - Method in TraitInjector
getTrait() - Method in WebDataBindingTraitInjector
getTransaction(TransactionDefinition) - Method in ChainedTransactionManager
getTransactionAttribute(Method, Class) - Method in GroovyAwareNamedTransactionAttributeSource
getTransactionManagerBeanNames(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
getTransactionManagers() - Method in ChainedTransactionManager
getTransactionTemplateMethodName() - Method in RollbackTransform
getTransactionTemplateMethodName() - Method in TransactionalTransform
getTransformedClassNames() - Method in AbstractGrailsArtefactTransformer
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 DefaultGrailsDomainClassProperty
getType() - Method in GrailsDomainClassProperty
Returns the type for the domain class
getType() - Method in MetaGrailsDomainClassProperty
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
getTypePropertyName() - Method in DefaultGrailsDomainClassProperty
getTypePropertyName() - Method in GrailsDomainClassProperty
Returns the class type as a property name representation.
getTypePropertyName() - Method in MetaGrailsDomainClassProperty
getUndeclaredOptions() - Method in CommandLine
getUndeclaredOptions() - Method in DefaultCommandLine
getUnrefreshedApplicationContext() - Method in DefaultRuntimeSpringConfiguration
getUnrefreshedApplicationContext() - Method in RuntimeSpringConfiguration
getUpperVersion(String) - Method in GrailsVersionUtils
Returns the upper version of a Grails version number expression in a plugin
getURI() - Method in ByteArrayResource
getURI() - Method in ClassPathResource
getURI() - Method in DefaultUrlMappingInfo
getURI() - Method in FileSystemResource
This implementation returns a URI for the underlying file.
getURI() - Method in GrailsResource
getURI() - Method in Resource
Return a URI handle for this resource.
getURI() - Method in SpringResource
getURI() - Method in UrlMappingInfo
The URI to map to.
getURI() - Method in UrlResource
This implementation returns the underlying URI directly, if possible.
getUriFromRequest(HttpServletRequest) - Method in GrailsWebUtil
Retrieves the URI from the request from either the include attribute or the request.getRequestURI() method.
getURL() - Method in ByteArrayResource
getURL() - Method in ClassPathResource
This implementation returns a URL for the underlying class path resource.
getURL() - Method in FileSystemResource
This implementation returns a URL for the underlying file.
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 Resource
Return a URL handle for this resource.
getURL() - Method in SpringResource
getURL() - Method in UrlResource
This implementation returns the underlying URL reference.
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
getUrlPattern() - Method in DefaultUrlMappingData
getUrlPattern() - Method in ResponseCodeMappingData
getUrlPattern() - Method in UrlMappingData
Retrieves the URL pattern for this UrlMappingData instance
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
getValidator() - Method in DefaultGrailsDomainClass
getValidator() - Method in GrailsDomainClass
Retreives the validator for this domain class
getValidBasenames(String) - Method in ReloadableResourceBundleMessageSource
getValue() - Method in CacheEntry
getValue() - Method in DefaultCommandLine.SpecifiedOption
getValue() - Method in FastStringPrintWriter
getValue() - Method in FastStringWriter
getValue(String) - Method in GrailsHttpSession
@deprecated
See Also:
javax.servlet.http.HttpSession#getValue(java.lang.String)
getValue() - Method in Token
An optional attribute value of the Token.
getValueConverter(def, String) - Method in SimpleDataBinder
getValueConverterForClass(def, String) - Method in SimpleDataBinder
getValueConverterForField(def, String) - Method in SimpleDataBinder
getValueInitializerForField(def, String) - Method in SimpleDataBinder
getValueNames() - Method in GrailsHttpSession
@deprecated
See Also:
javax.servlet.http.HttpSession#getValueNames()
getValueOfBindInitializer(Annotation) - Method in SimpleDataBinder
@param annotation An instance of grails.databinding.BindInitializer
getValueOfBindUsing(Annotation) - Method in SimpleDataBinder
@param annotation An instance of grails.databinding.BindingUsing or org.grails.databinding.BindingUsing
getValueWhileUpdating(Object) - Method in CacheEntry
getVersion() - Method in AbstractGrailsPlugin
getVersion() - Method in AbstractProfile
getVersion() - Method in AbstractUrlMapping
getVersion() - Method in DefaultGrailsDomainClass
getVersion() - Method in DefaultUrlMappingInfo
getVersion() - Method in GrailsDomainClass
Returns the version property
getVersion() - Method in GrailsPluginInfo
@return The version of the plug-in
getVersion() - Method in MimeType
@return The version of the Mime type
getVersion() - Method in PluginAstReader.BasicGrailsPluginInfo
getVersion() - Method in Profile
@return The version of the profile
getVersion() - Method in UrlMapping
Returns:
The version of the URL mapping.
getVersion() - Method in UrlMappingInfo
@return The version of the API (for REST)
getView() - Method in ForwardUrlMappingInfo
getView() - Method in Interceptor
@return The current view
getViewName() - Method in AbstractUrlMapping
@see grails.web.mapping.UrlMapping#getViewName()
getViewName() - Method in DefaultUrlMappingInfo
getViewName() - Method in RenderContext
@return The view name to use
getViewName() - Method in ResponseCodeUrlMapping
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
getViewsDir(Resource) - Method in GrailsResourceUtils
getViewUri(String) - Method in Controller
Obtains a URI of a view by name
getViewUri(String, HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
getViewUri(String, HttpServletRequest) - Method in GrailsApplicationAttributes
Retrieves the uri of a named view
getViewURI(String, String) - Method in GroovyPagesUriService
Obtains a view name for the given controller name and template name
getViewURI(String, 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
@return the watchedResources
getWatchPatterns(List<String>) - Method in WatchPatternParser
getWebRequest() - Method in DefaultRequestStateLookupStrategy
getWebRequest() - Method in GrailsRequestStateLookupStrategy
@return the current request
getWebRequest() - Method in WebAttributes
Obtains the currently executing web request
getWebRequest() - Method in WebRequestDelegatingRequestContext
Retrieves the webRequest object.
getWidget() - Method in ConstrainedDelegate
getWidget() - Method in ConstrainedProperty
getWikiView(String) - Method in LinkTestFilter
Returns the view of the wiki name that is shown to the user.
getWrappedResponse() - Method in GrailsWebRequest
getWrappedResponse() - Method in WrappedResponseHolder
Return the HttpServletResponse currently bound to the thread.
getWriteDirectlyToConnectedMinSize() - Method in StreamCharBuffer
getWriter() - Method in IncludeResponseWrapper
getWriter() - Method in OutputAwareHttpServletResponse
getWriter() - Method in RenderContext
@return 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
getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in CodecPrintWriter
getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in EncodedAppenderWriter
getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in EncodedAppenderWriterFactory
Gets the EncodedAppenderWriter instance that is connected to this instance implementation with a certain encoder fixed.
getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in GrailsPrintWriter
getWriterForEncoder(Encoder, EncodingStateRegistry, boolean) - Method in StreamCharBuffer
getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in StreamCharBuffer.StreamCharBufferWriter
getXml() - Method in AbstractGrailsMockHttpServletResponse
Get the response XML
getXML() - Method in GrailsMockHttpServletRequest
Parses the request content as XML using XmlSlurper and returns the GPath result object.
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
GlobalGrailsClassInjectorTransformation - Class in org.grails.compiler.injection
A global transformation that applies Grails' transformations to classes within a Grails project
GlobalImportTransformation - Class in org.grails.compiler.injection
@author Graeme Rocher
GORM - Field in GrailsDomainClass
The name of the default ORM implementation used to map the class
GormApiSupport - Class in org.grails.plugins.domain.support
Helper class used in the case where there is not GORM API installed in the application to provide basic validation facility.
gpath - Field in GPathResultMap
GPathResultCollectionDataBindingSource - Class in org.grails.databinding.xml
GPathResultCollectionDataBindingSource(GPathResult) - Constructor in GPathResultCollectionDataBindingSource
GPathResultMap - Class in org.grails.databinding.xml
@author Jeff Brown
GPathResultMap(GPathResult) - Constructor in GPathResultMap
GRADLE_ARGUMENT_ADAPTER - Field in GradleStep
GRADLE - Field in GradleCommand
GradleAsyncInvoker - Class in org.grails.cli.gradle
@author Graeme Rocher
GradleAsyncInvoker(GradleInvoker) - Constructor in GradleAsyncInvoker
GradleCommand - Class in org.grails.cli.gradle.commands
A command for invoking Gradle commands
GradleInvoker - Class in org.grails.cli.gradle
Allow dynamic invocation of Gradle tasks
GradleInvoker(ExecutionContext) - Constructor in GradleInvoker
GradleStep - Class in org.grails.cli.profile.steps
A Step that invokes Gradle
GradleStep(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(Profile, Named) - Constructor in GradleTaskCommandAdapter
GradleUtil - Class in org.grails.cli.gradle
Utility methods for interacting with Gradle
GRAILS_APP_DIR - Field in GrailsASTUtils
GRAILS_APP_DIR - Field in GrailsResourceUtils
The name of the Grails application directory
GRAILS_APP_DIR_PRESENT - Field in BuildSettings
Whether the application is running inside the development environment or deployed
GRAILS_CONFIGURATION_CLASS_NODE - Field in BootInitializerClassInjector
GRAILS_CONTROLLER_CLASS_AVAILABLE - Field in GrailsApplicationAttributes
GRAILS_CONTROLLER_CLASS - Field in GrailsApplicationAttributes
GRAILS_DISPATCH_EXTENSION - Field in GrailsUrlPathHelper
GRAILS_DISPATCH_EXTENSION - Field in WebUtils
GRAILS_HOME - Field in BuildSettings
The location of the local Grails installation.
GRAILS_REDIRECT_ISSUED - Field in ResponseRedirector
GRAILS_RESOURCE_PATTERN_EIGHTH_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_ELEVENTH_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_FIFTH_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_FIRST_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_FOURTH_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_NINTH_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_SECOND_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_SEVENTH_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_SIXTH_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_TENTH_MATCH - Field in GrailsResourceUtils
GRAILS_RESOURCE_PATTERN_THIRD_MATCH - Field in GrailsResourceUtils
GRAILS_SERVLET_PATH - Field in GrailsUrlPathHelper
GRAILS_SERVLET_PATH - Field in WebUtils
GRAILS_URL_MAPPINGS - Field in RuntimeSpringConfigUtilities
GrailsAetherGrapeEngineFactory - Class in org.grails.cli.profile.repository
Creates aether engine to resolve profiles.
GrailsApp - Class in grails.boot
Extends the org.springframework.boot.SpringApplication with reloading behavior and other Grails features
GrailsApp(ResourceLoader, Object) - Constructor in GrailsApp
Create a new GrailsApp instance.
GrailsAppBuilder - Class in grails.boot
Fluent API for constructing GrailsApp instances.
GrailsApplication - Interface in grails.core
grailsApplication - Field in AbstractGrailsClass
grailsApplication - Field in AbstractGrailsPlugin
grailsApplication - Field in AbstractUrlMapping
grailsApplication - Field in DefaultCodecLookup
grailsApplication - Field in GrailsDomainClassCleaner
grailsApplication - Field in GrailsDomainClassValidator
grailsApplication - Field in GrailsExceptionResolver
grailsApplication - Field in GrailsWebDataBinder
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(GrailsApplication) - Constructor in GrailsApplicationAwareBeanPostProcessor
GrailsApplicationClass - Trait in grails.core
Marker interface for the GrailsApplicationClass
GrailsApplicationCommand - Trait in grails.dev.commands
GrailsApplicationCompilerAutoConfiguration - Class in org.grails.cli.boot
A org.springframework.boot.cli.compiler.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
@author Graeme Rocher
GrailsApplicationContextCommandRunner(String, Object) - Constructor in GrailsApplicationContextCommandRunner
GrailsApplicationContextLoader - Class in grails.boot.test
Extends Spring Boot's org.springframework.boot.test.context.SpringBootContextLoader with a version for Grails
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
GrailsApplicationPostProcessor - Class in grails.boot.config
A org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor that enhances any ApplicationContext with plugin manager capabilities
GrailsApplicationPostProcessor(GrailsApplicationLifeCycle, ApplicationContext, Class) - Constructor in GrailsApplicationPostProcessor
grailsApplicationPostProcessor() - Method in GrailsAutoConfiguration
@return 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
grailsAppResourcePatterns - Field in GrailsResourceUtils
GrailsAppServletInitializer - Class in org.grails.boot.context.web
Ensure a GrailsApp in constructed during servlet initialization
GrailsArrayUtils - Class in grails.util
Utility methods for working with Arrays
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.
GrailsAutoConfiguration - Class in grails.boot.config
A base class for configurations that bootstrap a Grails application
GrailsAwareClassLoader - Class in org.grails.compiler.injection
A class loader that is aware of Groovy sources and injection operations.
GrailsAwareClassLoader(ClassLoader, 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(ClassInjector) - Constructor in GrailsAwareInjectionOperation
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[], String) - Constructor in GrailsByteArrayResource
GrailsCentralPublishGradlePlugin - Class in org.grails.gradle.plugin.publishing
A plugin to setup publishing to Grails central repo
GrailsClass - Interface in grails.core
Represents any class in a Grails application.
grailsClassImpl - Field in ArtefactHandlerAdapter
GrailsClasspath - Interface in org.grails.gradle.plugin.model
Gradle ToolingModel class that is used to return Classpath to Grails cli
GrailsClasspathToolingModelBuilder - Class in org.grails.gradle.plugin.model
Builds the GrailsClasspath instance that contains the URLs of the resolved dependencies
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.ExecutionContextImpl - Class in org.grails.cli
GrailsCli.ExecutionContextImpl(CommandLine, ProjectContext) - Constructor in GrailsCli.ExecutionContextImpl
GrailsCodecClass - Interface in org.grails.commons
Provides access to Codec classes.
GrailsCompileStatic - Annotation Type in grails.compiler
@since 2.4
GrailsConfigurationAware - Interface in grails.core.support
Obtains the Grails ConfigObject via Spring.
GrailsConfigurationException - Class in org.grails.core.exceptions
@author Graeme Rocher
GrailsConfigurationException(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(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(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(PrintStream) - Constructor in GrailsConsolePrintStream
GrailsContextEvent - Class in org.grails.spring
Signals various events related to the Grails context loading.
GrailsContextEvent(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(GrailsControllerClass, UrlMappingInfo) - Constructor in GrailsControllerUrlMappingInfo
GrailsControllerUrlMappings - Class in org.grails.web.mapping.mvc
A UrlMappings implementation that matches URLs directly onto controller instances
GrailsControllerUrlMappings(GrailsApplication, UrlMappings) - Constructor in GrailsControllerUrlMappings
GrailsCorsConfiguration - Class in grails.web.mapping.cors
A bean that stores config and converts it to the format expected by Spring
GrailsCorsFilter - Class in grails.web.mapping.cors
A class to be registered as a filter for Cors based on Grails configuration
GrailsCorsFilter(GrailsCorsConfiguration) - Constructor in GrailsCorsFilter
GrailsDataSource - Interface in grails.core
Represents a data source in Grails.
GrailsDefaultCorsConfiguration - Class in grails.web.mapping.cors
A class that stores default CORS settings
GrailsDependencyVersions - Class in org.grails.cli.boot
Introduces dependency management based on a published BOM file
GrailsDependencyVersions(GrapeEngine, Map<String, String>) - Constructor in GrailsDependencyVersions
GrailsDispatcherServlet - Class in org.grails.web.servlet.mvc
Simple extension to the Spring org.springframework.web.servlet.DispatcherServlet implementation that makes sure a GrailsWebRequest is bound
GrailsDispatcherServlet(WebApplicationContext) - Constructor in GrailsDispatcherServlet
GrailsDocGradlePlugin - Class in org.grails.gradle.plugin.doc
Adds Grails doc publishing support
GrailsDomainClass - Interface in grails.core
Represents a persistable Grails domain class.
GrailsDomainClassCleaner - Class in org.grails.plugins.domain.support
Clears static Grails "instance api" instances from domain classes when ApplicationContext's ContextClosedEvent is received.
GrailsDomainClassCleaner(GrailsApplication) - Constructor in GrailsDomainClassCleaner
GrailsDomainClassInjector - Interface in grails.compiler.ast
Mainly just a marker interface for implementations that perform injection on domain classes.
GrailsDomainClassProperty - Interface in grails.core
A property of a GrailsDomainClass instance.
GrailsDomainClassValidator - Class in org.grails.validation
A specialised Spring validator that validates a domain class instance using the constraints defined in the static constraints closure.
GrailsDomainConfigurationUtil - Class in org.grails.core.support
Utility methods used in configuring the Grails Hibernate integration.
GrailsDomainException - Class in org.grails.core.exceptions
Thrown when creation of the Grails domain from the Grails domain classes fails.
GrailsDomainException(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.
GrailsEnvironment - Class in grails.web.servlet.context.support
Bridges Grails' existing environment API with the new Spring 3.1 environment profiles API.
GrailsEnvironment(GrailsApplication) - Constructor in GrailsEnvironment
GrailsException - Class in org.grails.core.exceptions
Base class for all Grails exceptions that are not recoverable.
GrailsException(Throwable) - Constructor in GrailsException
GrailsExceptionResolver - Class in org.grails.web.errors
Wraps any runtime exceptions with a GrailsWrappedException instance.
GrailsExtension - Class in org.grails.gradle.plugin.core
A extension to the Gradle plugin to configure Grails settings
GrailsExtension.Agent - Class in org.grails.gradle.plugin.core
Configuration for the reloading agent
GrailsExtension(Project) - Constructor in GrailsExtension
GrailsFactoriesLoader - Class in org.grails.core.io.support
General purpose factory loading mechanism for internal use within the framework.
GrailsFlashScope - Class in org.grails.web.servlet
Grails implementation of Flash scope (@see grails.web.mvc.FlashScope).
GrailsGradlePlugin - Class in org.grails.gradle.plugin.core
The main Grails gradle plugin implementation
GrailsGradlePlugin(ToolingModelBuilderRegistry) - Constructor in GrailsGradlePlugin
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(HttpServletRequest) - Constructor in GrailsHttpSession
GrailsInterceptorHandlerInterceptorAdapter - Class in org.grails.plugins.web.interceptors
Adapts Grails groovy.lang.Interceptor instances to the Spring org.springframework.web.servlet.HandlerInterceptor interface
GrailsLazyProxyPrintWriter - Class in org.grails.buffer
GrailsLazyProxyPrintWriter.DestinationFactory - Interface in org.grails.buffer
Factory to lazily instantiate the destination.
GrailsLazyProxyPrintWriter(GrailsLazyProxyPrintWriter.DestinationFactory) - Constructor in GrailsLazyProxyPrintWriter
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(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.
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(String, String, String, 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(Throwable) - Constructor in GrailsMVCException
GrailsNameUtils - Class in grails.util
Utility methods for converting between different name types, for example from class names -> property names and vice-versa.
GrailsParameterMap - Class in grails.web.servlet.mvc
A parameter map class that allows mixing of request parameters and controller parameters.
GrailsParameterMap(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.
GrailsPluginApplication - Interface in grails.boot
A marker interface for applications that are also plugins
GrailsPluginGradlePlugin - Class in org.grails.gradle.plugin.core
A Gradle plugin for Grails plugins
GrailsPluginGradlePlugin.ExplodedDir - Class in org.grails.gradle.plugin.core
GrailsPluginGradlePlugin.ExplodedDir(File, Object) - Constructor in GrailsPluginGradlePlugin.ExplodedDir
GrailsPluginGradlePlugin(ToolingModelBuilderRegistry) - Constructor in GrailsPluginGradlePlugin
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(Writer) - Constructor in GrailsPrintWriter
GrailsPrintWriterAdapter - Class in org.grails.buffer
@author Lari Hotari
GrailsPrintWriterAdapter(Writer) - Constructor in GrailsPrintWriterAdapter
GrailsProfileGradlePlugin - Class in org.grails.gradle.plugin.profiles
A plugin that is capable of compiling a Grails profile into a JAR file for distribution
GrailsProfileGradlePlugin(ProjectPublicationRegistry, ProjectConfigurationActionContainer, ImmutableModuleIdentifierFactory) - Constructor in GrailsProfileGradlePlugin
GrailsProfilePublishGradlePlugin - Class in org.grails.gradle.plugin.profiles
A plugin for publishing profiles
GrailsPublishExtension - Class in org.grails.gradle.plugin.publishing
@author Graeme Rocher
GrailsPublishExtension.License - Class in org.grails.gradle.plugin.publishing
GrailsRepositoryConfiguration - Class in org.grails.cli.profile.repository
The configuration of a repository.
GrailsRepositoryConfiguration(String, URI, boolean, String, 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(Resource) - Constructor in GrailsResource
GrailsResourceUtils - Class in org.grails.io.support
Utility methods for resource handling / figuring out class names.
GrailsRunTask - Class in org.grails.gradle.plugin.run
Extension to the standard JavaExec task to run Grails applications
GrailsRuntimeException - Class in org.grails.core.exceptions
Generic global runtime exception.
GrailsRuntimeException(Throwable) - Constructor in GrailsRuntimeException
GrailsServiceClass - Interface in grails.core
@author Steven Devijver
GrailsShell - Class in grails.ui.shell
A Shell
GrailsShell(ResourceLoader, Object) - Constructor in GrailsShell
GrailsSpringLoadedPlugin - Class in org.grails.dev.support
A Spring loaded plugin
GrailsStringUtils - Class in grails.util
Extra methods for string manipulation
GrailsSwingConsole - Class in grails.ui.console
The Grails console runs Grails embedded within a Swing console instead of within a container like Tomcat
GrailsSwingConsole(ResourceLoader, Object) - Constructor in GrailsSwingConsole
GrailsTestAutowirer - Class in org.grails.test.support
Convenience class to autowire test classes
GrailsTestAutowirer(ApplicationContext) - Constructor in GrailsTestAutowirer
GrailsTestCompilerAutoConfiguration - Class in org.grails.cli.boot
@author Graeme Rocher
GrailsTestInterceptor - Class in org.grails.test.support
GrailsTestInterceptor(Object, GrailsTestMode, ApplicationContext, String) - Constructor in GrailsTestInterceptor
GrailsTestMode - Class in org.grails.test.support
GrailsTestRequestEnvironmentInterceptor - Class in org.grails.test.support
Establishes a “mock” request environment suitable for running tests in.
GrailsTestRequestEnvironmentInterceptor(ApplicationContext) - Constructor in GrailsTestRequestEnvironmentInterceptor
GrailsTestTransactionInterceptor - Class in org.grails.test.support
Establishes a rollback only transaction for running a test in.
GrailsTestTransactionInterceptor(ApplicationContext) - Constructor in GrailsTestTransactionInterceptor
GrailsTransactionAttribute - Class in org.grails.transaction
Extended version of org.springframework.transaction.interceptor.RuleBasedTransactionAttribute that ensures all exception types are rolled back and allows inheritance of setRollbackOnly
GrailsTransactionAttribute(RuleBasedTransactionAttribute) - Constructor in GrailsTransactionAttribute
GrailsTransactionTemplate - Class in grails.transaction
Template class that simplifies programmatic transaction demarcation and transaction exception handling.
GrailsTransactionTemplate(PlatformTransactionManager, GrailsTransactionAttribute) - Constructor in GrailsTransactionTemplate
GrailsTypeChecked - Annotation Type in grails.compiler
@since 2.4
GrailsUrlMappingsClass - Interface in grails.core
Loads the UrlMappings.
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.
GrailsVersionUtils - Class in grails.plugins
GrailsViewResolver - Interface in org.grails.web.servlet.view
GrailsWatchPlugin - Class in org.grails.gradle.plugin.watch
A plugin that allows watching for file changes and triggering recompilation of the Gradle build
GrailsWebApplicationContext - Class in grails.web.servlet.context
A WebApplicationContext that extends StaticApplicationContext to allow for programmatic configuration at runtime.
GrailsWebApplicationContext(DefaultListableBeanFactory, ApplicationContext, GrailsApplication) - Constructor in GrailsWebApplicationContext
GrailsWebDataBinder - Class in grails.web.databinding
GrailsWebDataBinder(GrailsApplication) - Constructor in GrailsWebDataBinder
GrailsWebDataBindingListener - Class in org.grails.web.databinding
GrailsWebDataBindingListener(MessageSource) - Constructor in GrailsWebDataBindingListener
GrailsWebGradlePlugin - Class in org.grails.gradle.plugin.web
Adds web specific extensions
GrailsWebGradlePlugin(ToolingModelBuilderRegistry) - Constructor in GrailsWebGradlePlugin
GrailsWebMockUtil - Class in grails.util
@author Jeff Brown
GrailsWebPluginManager - Class in grails.web.servlet.plugins
@author Graeme Rocher
GrailsWebPluginManager(Resource, GrailsApplication) - Constructor in GrailsWebPluginManager
GrailsWebRequest - Class in org.grails.web.servlet.mvc
Encapsulates a Grails request.
GrailsWebRequest(HttpServletRequest, HttpServletResponse, ServletContext, ApplicationContext) - Constructor in GrailsWebRequest
GrailsWebRequestFilter - Class in org.grails.web.servlet.mvc
Binds a GrailsWebRequestFilter to the currently executing thread.
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(ServletContext, Throwable) - Constructor in GrailsWrappedRuntimeException
@param servletContext The ServletContext instance
GrailsWrappedWriter - Interface in org.grails.buffer
GROOVY_OBJECT_CLASS_NODE - Field in MixinTransformation
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
@author Graeme Rocher
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
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
GroovyConsoleWebApplicationContext - Class in grails.ui.console.support
A {@org.springframework.web.context.WebApplicationContext} for use in the embedded Grails console
GroovyEclipseCompilationHelper - Class in org.grails.compiler.injection
GroovyPageCompileTask - Class in org.grails.gradle.plugin.web.gsp
A task for compiling GSPs
GroovyPageInjector - Interface in grails.compiler.ast
Extended marker interface that indicates this ClassInjector applies to GSPs.
GroovyPagePlugin - Class in org.grails.gradle.plugin.web.gsp
A plugin that adds support for compiling Groovy Server Pages (GSP)
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.
GroovyScriptCommand - Class in org.grails.cli.profile.commands.script
A base class for Groovy scripts that implement commands
GroovyScriptCommandFactory - Class in org.grails.cli.profile.commands.factory
A CommandFactory that creates Command instances from Groovy scripts
GroovyScriptCommandTransform - Class in org.grails.cli.profile.commands.script
Transformation applied to command scripts
GroovyScriptCommandTransform.CommandScriptTransformer - Class in org.grails.cli.profile.commands.script
GroovyScriptCommandTransform.CommandScriptTransformer(SourceUnit, ClassNode) - Constructor in GroovyScriptCommandTransform.CommandScriptTransformer
GroovyshApplicationContext - Class in grails.ui.shell.support
@author Graeme Rocher
GroovyshWebApplicationContext - Class in grails.ui.shell.support
@author Graeme Rocher
groupAndArtifactToDependency - Field in GrailsDependencyVersions
GSP_CODEC - Field in GrailsApplicationAttributes
GSP_TEMPLATE_ENGINE - Field in GrailsApplicationAttributes
GSP_TMP_WRITER - Field in GrailsApplicationAttributes
GSP_TO_RENDER - Field in GrailsApplicationAttributes
GspTagSourceMacro - Class in grails.doc.macros
GspTagSourceMacro(def) - Constructor in GspTagSourceMacro

H

HAL_EMBEDDED_ELEMENT - Field in HalJsonDataBindingSourceCreator
HAL_JSON - Field in MimeType
HAL_XML - Field in MimeType
HalGPathResultMap - Class in org.grails.web.databinding.bindingsource
@author Jeff Brown
HalGPathResultMap(GPathResult) - Constructor in HalGPathResultMap
HalJsonCollectionRenderer - Class in grails.rest.render.hal
A HAL JSON renderer for a collection of objects
HalJsonCollectionRenderer(Class, MimeType) - Constructor in HalJsonCollectionRenderer
HalJsonDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
Creates DataBindingSource objects from HAL JSON in the request body
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(Class<T>, MimeType) - Constructor in HalJsonRenderer
HalXmlCollectionRenderer - Class in grails.rest.render.hal
A HAL XML renderer for a collection of objects
HalXmlCollectionRenderer(Class, MimeType) - Constructor in HalXmlCollectionRenderer
HalXmlDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
@author Jeff Brown
HalXmlRenderer - Class in grails.rest.render.hal
Renders domain instances in HAL XML format (see http://stateless.co/hal_specification.html)
HalXmlRenderer(Class<T>, MimeType) - Constructor in HalXmlRenderer
handle(ExecutionContext) - Method in ApplicationCommand
Handles the command
handle(ExecutionContext) - Method in ClosureExecutingCommand
handle(ExecutionContext) - Method in Command
run the command
handle(ExecutionContext) - Method in CreateAppCommand
handle(ExecutionContext) - Method in ExecuteStep
handle(ExecutionContext) - Method in GradleCommand
handle(ExecutionContext) - Method in GradleStep
handle(ExecutionContext) - Method in GradleTaskCommandAdapter
handle() - Method in GrailsApplicationCommand
handle(ExecutionContext) - Method in GroovyScriptCommand
Implementation of the handle method that runs the script
handle(ExecutionContext) - Method in HelpCommand
handle(ExecutionContext) - Method in ListProfilesCommand
handle(ExecutionContext) - Method in MkdirStep
handle(ExecutionContext) - Method in MultiStepCommand
handle(ExecutionContext) - Method in OpenCommand
handle(ExecutionContext) - Method in ProfileInfoCommand
handle(ExecutionContext) - Method in RenderStep
handle(ExecutionContext) - Method in Step
Handles the command logic
handle(HttpServletRequest, HttpServletResponse, Object) - Method in UrlMappingsInfoHandlerAdapter
handle(ExecutionContext) - Method in UrlMappingsReportCommand
handleArgumentOrFlag(Map, String) - Method in DefaultMultiStepCommand
handleCommand(ExecutionContext) - Method in AbstractProfile
handleCommand(ExecutionContext) - Method in GrailsCli
handleCommand(ExecutionContext) - Method in Profile
Obtains a Command
handleExcludes(GPathResult) - Method in GlobalGrailsClassInjectorTransformation
handleIOException(IOException) - Method in GrailsPrintWriterAdapter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in BlockQuoteFilter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in BoldFilter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in CodeFilter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in HeaderFilter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in ImageFilter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in ItalicFilter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in LinkTestFilter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in ListFilter
handleMatch(StringBuffer, MatchResult, FilterContext) - Method in TextileLinkFilter
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
has(String) - Method in JSONObject
Determine if the JSONObject contains a specific key.
HAS_MANY - Field in GrailsDomainClassProperty
HAS_ONE - Field in GrailsDomainClassProperty
hasAnnotation(MethodNode, Class<? extends Annotation>) - Method in GrailsASTUtils
Returns true if MethodNode is marked with annotationClass
hasAnyAnnotations(ClassNode, Class<? extends Annotation>) - Method in GrailsASTUtils
@param classNode a ClassNode to search
hasAppliedConstraint(String) - Method in Constrained
@param constraintName The name of the constraint to check
hasAppliedConstraint(String) - Method in ConstrainedDelegate
hasAppliedConstraint(String) - Method in ConstrainedProperty
@param constraintName The name of the constraint to check
hasArtefactAnnotation(ClassNode) - Method in AbstractGrailsArtefactTransformer
hasArtefactHandler(String) - Method in DefaultGrailsApplication
hasArtefactHandler(String) - Method in GrailsApplication
hasArtefactType(String, GrailsArtefactClassInjector) - Method in ArtefactTypeAstTransformation
hasBeenEnhancedForFeature(Class<?>, 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
hasCommand(ProjectContext, String) - Method in AbstractProfile
hasCommand(ProjectContext, String) - Method in Profile
Whether a command executes for the given context and name
hasCredentials() - Method in GrailsRepositoryConfiguration
hasDeclaredMethod(ClassNode, MethodNode) - Method in MixinTransformation
hasErrors() - Method in Controller
Return true if there are an errors
hasErrors() - Method in Validateable
@return Whether the object has errors
hasExpired(long, Object) - Method in CacheEntry
hasGrailsPlugin(String) - Method in AbstractGrailsPluginManager
hasGrailsPlugin(String) - Method in GrailsPluginManager
@param name The name of the plugin
hasGrailsPlugin(String) - Method in MockGrailsPluginManager
hashCode() - Method in AbstractClosureProxy
hashCode() - Method in AbstractGrailsPlugin
hashCode() - Method in AbstractTypeConvertingMap
hashCode() - Method in ClassPathResource
This implementation returns the hash code of the underlying class path location.
hashCode() - Method in DefaultCodecIdentifier
hashCode() - Method in DefaultUrlMappingInfo
hashCode() - Method in EncodingStateImpl
hashCode() - Method in FileSystemResource
This implementation returns the hash code of the underlying File reference.
hashCode() - Method in GrailsRepositoryConfiguration
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 Pair
hashCode() - Method in PrefixedConfig
hashCode() - Method in ResourceProfile
hashCode() - Method in StreamCharBuffer
{@inheritDoc}
hashCode() - Method in Triple
hashCode() - Method in UrlCreatorCache.ReverseMappingKey
hashCode(UrlMappingInfo) - Method in UrlMappingMatcher
hashCode() - Method in UrlResource
This implementation returns the hash code of the underlying URL reference.
hasIdentifier() - Method in DataBindingSource
@return true if this binding source contains an identifier for binding
hasIdentifier() - Method in SimpleMapDataBindingSource
hasInterestInChange(String) - Method in AbstractGrailsPlugin
hasInterestInChange(String) - Method in DefaultGrailsPlugin
hasInterestInChange(String) - Method in GrailsPlugin
Whether the plugin is interested in a particular change
hasJtaOrChainedTransactionManager(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
hasMetaMethod(String, Object) - Method in AbstractGrailsClass
hasMetaProperty(String) - Method in AbstractGrailsClass
hasOption(String) - Method in CommandLine
@param name The name of the option
hasOption(String) - Method in DefaultCommandLine
hasOptionalExtension() - Method in DefaultUrlMappingData
hasOptionalExtension() - Method in ResponseCodeMappingData
hasOptionalExtension() - Method in UrlMappingData
@return Whether the pattern has an optional extension
hasOriginalRequestAndResponse() - Method in MockAsyncContext
hasOrInheritsProperty(ClassNode, String) - Method in GrailsASTUtils
hasParameters(MethodNode) - Method in GrailsASTUtils
hasPersistentProperty(String) - Method in DefaultGrailsDomainClass
hasPersistentProperty(String) - Method in GrailsDomainClass
Returns true if this domain class has a persistent property for the given name
hasProperty(String) - Method in AbstractGrailsClass
hasProperty(String) - Method in BeanConfiguration
Returns true if the bean config has the name property set.
hasProperty(String) - Method in DefaultBeanConfiguration
hasProperty(ClassNode, String) - Method in GrailsASTUtils
Returns whether a classNode has the specified property or not
hasProperty(String) - Method in GrailsClass
Returns true if the class has the specified property.
hasRegisteredConstraint(String) - Method in ConstrainedProperty
hasReloadLocation() - Method in Environment
@return Whether a reload location is specified
hasRuntimeVariable(String) - Method in AbstractUrlMapping
hasRuntimeVariable(String) - Method in UrlMapping
Whether the mapping has a runtime variable with the given name such as "/$foo"
hasSubClasses() - Method in DefaultGrailsDomainClass
hasSubClasses() - Method in GrailsDomainClass
Returns true if the domain classes has sub classes
hasZeroArgsConstructor(ClassNode) - Method in GrailsASTUtils
header(String) - Method in AbstractGrailsMockHttpServletResponse
Return the primary value for the given header as a String, if any.
header(String, String) - Method in AnsiConsoleUrlMappingsRenderer
header(String, def) - Method in Controller
Sets a response header for the given name and value
header(String, def) - Method in Interceptor
Sets a response header for the given name and value
HEADER_X_HTTP_METHOD_OVERRIDE - Field in HiddenHttpMethodFilter
HeaderFilter - Class in grails.doc.filters
@author Graeme Rocher
HeaderFilter() - Constructor in HeaderFilter
headers(String) - Method in AbstractGrailsMockHttpServletResponse
Return all values for the given header as a List of Strings.
HELP_ARGUMENT - Field in CommandLine
HelpCommand - Class in org.grails.cli.profile.commands
@author Graeme Rocher
HEX_CHAR - Field in JsonParserConstants
RegularExpression Id.
HEX_ESC - Field in JsonParserConstants
RegularExpression Id.
HEX - Field in JsonParserConstants
RegularExpression Id.
HEX_STATE - Field in JsonParserConstants
Lexical state.
HexCodecExtensionMethods - Class in org.grails.plugins.codecs
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 javax.servlet.http.HttpServletRequest wrapper that returns the supplied method for javax.servlet.http.HttpServletRequest#getMethod().
HiddenHttpMethodFilter.HttpMethodRequestWrapper(String, HttpServletRequest) - Constructor in HiddenHttpMethodFilter.HttpMethodRequestWrapper
HiddenMacro - Class in grails.doc.macros
HISTORYFILE - Field in GrailsConsole
Holder - Class in grails.util
@author Burt Beckwith
Holder(String) - Constructor in Holder
HOLDER - Field in SynchronizerTokensHolder
Holders - Class in grails.util
Allows looking up key classes in a static context
HOST - Field in HttpHeaders
HotSwappableTargetSourceFactoryBean - Class in org.grails.spring.beans.factory
Creates a HotSwappableTargetSource
HREF_ATTRIBUTE - Field in AbstractLinkingRenderer
HREF_ATTRIBUTE - Field in AbstractVndErrorRenderer
HREFLANG_ATTRIBUTE - Field in AbstractLinkingRenderer
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 - 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
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
HTTP_METHOD - Field in UrlMapping
The HTTP method this mapping matches
HttpHeaders - Class in grails.web.http
Constants for HTTP headers.
httpMethod - Field in AbstractUrlMapping
httpMethod - Field in UrlCreatorCache.ReverseMappingKey
HttpServletRequestExtension - Class in org.grails.web.servlet
An extension that adds methods to the javax.servlet.http.HttpServletRequest object
HttpServletRequestTypeCheckingExtension - Class in org.grails.compiler
@since 3.0.4
HttpServletResponseExtension - Class in org.grails.web.servlet
@author Jeff Brown
HttpSessionExtension - Class in org.grails.web.servlet
Methods added to the javax.servlet.http.HttpSession interface
HyphenatedUrlConverter - Class in grails.web
URL converter that allows for hyphenated URLs

I

I18nGrailsPlugin - Class in org.grails.plugins.i18n
Configures Grails' internationalisation support.
ID_DATE_FORMAT - Field in AtomRenderer
id - Field in GPathResultMap
ID - Field in JsonApiDataBindingSourceCreator
ID_PARAM - Field in GrailsApplicationAttributes
ID_PARAMETER - Field in GrailsWebRequest
ID_TAG - Field in AtomRenderer
IDENTITY - Field in GrailsDomainClassProperty
IDENTITY - Field in HttpHeaders
IdentityPluginFilter - Class in org.grails.plugins
No-op implementation of PluginFilter.
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
ignoredRootPackages() - Method in ClassPathScanner
@return The root packages to ignore by default
image - Field in Token
The string image of the token.
ImageFilter - Class in grails.doc
ImageFilter() - Constructor in ImageFilter
implementsOrInheritsZeroArgMethod(ClassNode, String, List) - Method in GrailsASTUtils
implementsZeroArgMethod(ClassNode, String) - Method in GrailsASTUtils
Tests whether the ClasNode implements the specified method name.
importBeans(Resource) - Method in BeanBuilder
IN_LIST_CONSTRAINT - Field in ConstrainedProperty
inBuf - Field in SimpleCharStream
include(String) - Method in SettingsFile
IncludedContent - Class in org.grails.web.util
Represents some content that has been used in an include request.
IncludedContent(String) - Constructor in IncludedContent
IncludeExcludeSupport - Class in org.grails.core.util
Simple support class for simplifying include/exclude handling
IncludeExcludeSupport(List<T>, List<T>) - Constructor in IncludeExcludeSupport
includeFlat(String) - Method in SettingsFile
includeForUrl(String, HttpServletRequest, HttpServletResponse, Map) - Method in UrlMappingUtils
Includes the given URL returning the resulting content as a String
includeForUrlMappingInfo(HttpServletRequest, HttpServletResponse, UrlMappingInfo, Map) - Method in UrlMappingUtils
Include whatever the given UrlMappingInfo maps to within the current response
IncludeResponseWrapper - Class in org.grails.web.util
Response wrapper used to capture the content of a response (such as within in an include).
IncludeResponseWrapper(HttpServletResponse) - Constructor in IncludeResponseWrapper
includes(List<T>, T) - Method in IncludeExcludeSupport
INCLUDES - Field in UrlMapping
includesProperty(Object, String) - Method in AbstractIncludeExcludeRenderer
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(String) - Constructor in IncludingPluginFilter
INDEX_ACTION - Field in GrailsControllerClass
The name of the index action.
index(Integer) - Method in RestfulController
Lists all resources up to the given maximum
IndexedPropertyReferenceDescriptor - Class in org.grails.databinding
@author Jeff Brown
indexOf(Object) - Method in JSONArray
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
InetAddressValidator - Class in org.grails.validation.routines
info(String) - Method in AntLogAdapter
info(String) - Method in ConsoleLogger
Synonym for #log
info(String) - Method in GrailsConsole
Synonym for #log
informObservers(String, Map) - Method in DefaultGrailsPluginManager
informObservers(String, Map) - Method in GrailsPluginManager
inform the specified plugins observers of the event specified by the passed Map instance
informObservers(String, Map) - Method in MockGrailsPluginManager
informOfClassChange(File, Class) - Method in AbstractGrailsPluginManager
informOfClassChange(File, Class) - Method in GrailsPluginManager
informOfFileChange(File) - Method in AbstractGrailsPluginManager
informOfFileChange(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
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.
init() - Method in DocEngine
init() - Method in GrailsContextNamespaceHandler
init() - Method in GrailsTestInterceptor
init(String) - Method in GrailsTestRequestEnvironmentInterceptor
Establishes a mock request environment
init() - Method in GrailsTestTransactionInterceptor
Establishes a transaction.
init() - Method in NullPersistentContextInterceptor
init() - Method in PersistenceContextInterceptor
Called to intialisation the persistent context.
initArtefactHandlers() - Method in DefaultGrailsApplication
Initialises the default set of ArtefactHandler instances.
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
initialize() - Method in AbstractProfile
initialize(ArtefactInfo) - Method in ArtefactHandler
initialize(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(Object, Map) - Method in ControllersDomainBindingApi
A map based constructor that binds the named arguments to the target instance
initialize() - Method in DefaultDataBindingSourceRegistry
initialize(Object) - Method in DefaultProxyHandler
initialize() - Method in DefaultRendererRegistry
initialize() - Method in DefaultUrlMappingsHolder
initialize() - Method in DocPublisher
initialize(GrailsApplication) - Method in FilteringCodecsByContentTypeSettings
initialize() - Method in GradleStep
initialize(InputStream, PrintStream, PrintStream) - Method in GrailsConsole
initialize() - Method in GrailsControllerClass
Initialize the controller class
initialize() - Method in HalJsonRenderer
initialize(Object) - Method in ProxyHandler
Initializes an existing uninitialized proxy instance.
initialize() - Method in ValueInitializer
initializeActionParameters(ClassNode, ASTNode, String, Parameter, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
initializeAndValidateCommandObjectParameter(BlockStatement, ClassNode, ClassNode, ASTNode, String, String, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
initializeApplication(CommandLine) - Method in GrailsCli
initializeArray(def, String, Class, int) - Method in SimpleDataBinder
initializeArtefacts(ArtefactHandler) - Method in DefaultGrailsApplication
Re-initialize the artefacts of the specified type.
initializeBeanBuilderForClassLoader(ClassLoader) - Method in BeanBuilder
initializeCollection(def, String, Class, boolean) - Method in SimpleDataBinder
initializeCommandObject(Class, String) - Method in Controller
Initializes a command object.
initializeCommandObjectParameter(BlockStatement, ClassNode, String, SourceUnit) - Method in ControllerActionTransformer
initializeFromPropertySources(PropertySources) - Method in PropertySourcesConfig
initializeGrailsApplication(ApplicationContext) - Method in GrailsApplicationPostProcessor
initializeGroupAndName(String, boolean) - Method in CreateAppCommand
initializeMap(def, String) - Method in SimpleDataBinder
initializeMethodParameter(ClassNode, BlockStatement, ASTNode, String, Parameter, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
initializeMultiple(StreamCharBuffer, boolean) - Method in StreamCharBuffer.LazyInitializingMultipleWriter
initialize underlying writer
initializePrimitiveOrTypeWrapperParameter(ClassNode, BlockStatement, Parameter, String) - Method in ControllerActionTransformer
initializeProperty(def, String, Class, DataBindingSource) - Method in GrailsWebDataBinder
initializeProperty(def, String, Class, DataBindingSource) - Method in SimpleDataBinder
initializeProvidedArtefacts(List<String>) - Method in BinaryGrailsPlugin
initializeResourcePath() - Method in DefaultLinkGenerator
initializeSpringConfig() - Method in BeanBuilder
initializeStringParameter(ClassNode, BlockStatement, Parameter, String) - Method in ControllerActionTransformer
initializeViewMap(BinaryGrailsPluginDescriptor) - Method in BinaryGrailsPlugin
INITIALIZING - Field in Environment
Whether Grails is in the middle of bootstrapping or not
initOut() - Method in FastStringWriter
initPersistenceContext(ApplicationContext) - Method in PersistenceContextInterceptorExecutor
initRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
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(SourceUnit, GeneratorContext, ClassNode) - Method in ASTDatabindingHelper
injectDatabindingCode(SourceUnit, GeneratorContext, ClassNode) - Method in DefaultASTDatabindingHelper
injectErrorsCode(ClassNode) - Method in ASTErrorsHelper
injectErrorsCode(ClassNode) - Method in ASTValidationErrorsHelper
injectTrait(CompilationUnit, SourceUnit, ClassNode, Class) - Method in TraitInjectionUtils
injectValidateableCode(ClassNode, boolean) - Method in ASTValidateableHelper
injectValidateableCode(ClassNode, boolean) - Method in DefaultASTValidateableHelper
InListConstraint - Class in org.grails.validation
A constraint that validates the property is contained within the supplied list.
INPLACE_FLAG - Field in CreateAppCommand
input_stream - Field in JsonParserTokenManager
inputStream - Field in SimpleCharStream
INSTALLED - Field in DevelopmentShutdownHook
INSTANCE - Field in CachingPathMatchingResourcePatternResolver
InstanceFactoryBean - Class in org.grails.spring.beans.factory
Simple singleton instance implementation of Spring's FactoryBean interface
InstanceFactoryBean(T) - Constructor in InstanceFactoryBean
instanceMethods - Field in BaseApiProvider
instantiateFromConfig(ConfigObject, String, String) - Method in GrailsClassUtils
instantiateFromConfig(ConfigObject, String, String) - Method in GrailsResourceUtils
instantiateFromFlatConfig(Map<String, Object>, String, String) - Method in GrailsClassUtils
instantiateFromFlatConfig(Map<String, Object>, String, String) - Method in GrailsResourceUtils
instructions - Field in AbstractProfile
int(String, Integer) - Method in TypeConvertingMap
INTEGER_CLASS_NODE - Field in GrailsASTUtils
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.IntegrationSpecMethodInterceptor(ApplicationContext) - Constructor in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
IntegrationTestGradlePlugin - Class in org.grails.gradle.plugin.core
Gradle plugin for adding separate src/integration-test folder to hold integration tests
INTERACTIVE_MODE_ENABLED - Field in Environment
Whether interactive mode is enabled
intercept(IMethodInvocation) - Method in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
Interceptor - Trait in grails.artefact
An interceptor can be used to intercept requests to controllers and URIs
interceptor - Field in UrlMappingMatcher
InterceptorArtefactHandler - Class in org.grails.plugins.web.interceptors
InterceptorArtefactHandler() - Constructor in InterceptorArtefactHandler
interceptors - Field in GrailsInterceptorHandlerInterceptorAdapter
InterceptorsGrailsPlugin - Class in org.grails.plugins.web.interceptors
A plugin for interceptors
InterceptorTraitInjector - Class in grails.compiler.traits
Injects the groovy.lang.Interceptor trait by convention
internalCommands - Field in AbstractProfile
into(def) - Method in FileSystemInteraction.CopySpec
INVALID_SUFFIX - Field in ConstrainedProperty
INVALID_TOKEN_ATTRIBUTE - Field in TokenResponseHandler
invalidate() - Method in GrailsHttpSession
InvalidPropertyException - Class in org.grails.core.exceptions
Thrown when a property of a Grails class is invalidated.
InvalidPropertyException(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(Exception) - Constructor in InvalidRequestBodyException
InvalidResponseHandler - Class in org.grails.plugins.web.servlet.mvc
Handles an invalid token response.
InvalidResponseHandler() - Constructor in InvalidResponseHandler
invalidToken(Closure) - Method in AbstractTokenResponseHandler
invalidToken(Closure) - Method in TokenResponseHandler
Specify behavior in the event of an invalid token.
invalidTokenInternal(Closure) - Method in AbstractTokenResponseHandler
invalidTokenInternal(Closure) - Method in InvalidResponseHandler
invalidTokenInternal(Closure) - Method in ValidResponseHandler
InvalidVersionException - Class in grails.plugins
Throw when a specified version number is invalid.
InvalidVersionException(Throwable) - Constructor in InvalidVersionException
invoke(Object, String) - Method in GrailsControllerClass
Invokes a controller action on the given controller instance
invokeBeanDefiningClosure(Closure<?>) - Method in BeanBuilder
When an method's argument is only a closure it is a set of bean definitions.
invokeBeanDefiningMethod(String, Object) - Method in BeanBuilder
Called when a bean definition node is called.
invokeMethod(String, Object) - Method in BeanBuilder
Overrides method invocation to create beans for each method name that takes a class argument.
invokeMethod(String, Object) - Method in ClosureToMapPopulator
invokeMethod(String, Object) - Method in DefaultGrailsApplication
invokeMethod(String, Object) - Method in DynamicElementReader
invokeMethod(String, def) - Method in FormatInterceptor
invokeMethod(String, Object) - Method in GradleAsyncInvoker
invokeMethod(String, Object) - Method in GradleInvoker
invokeMethod(String, Object) - Method in GrailsApplicationContext
invokeMethod(String, Object) - Method in GrailsPrintWriter
invokeMethod(String, Object) - Method in NavigableMap.NullSafeNavigator
invokeMethod(String, Object) - Method in SpringInvoker
invokeMethodIfExists(Object, String, Object) - Method in GrailsMetaClassUtils
Invokes a method if it exists otherwise returns null
IOUtils - Class in grails.io
Utility methods for performing I/O operations.
is(Object) - Method in NavigableMap.NullSafeNavigator
isAbsolute(Map) - Method in DefaultLinkGenerator
isAbstract() - Method in AbstractGrailsClass
isAbstract() - Method in GrailsClass
Whether the class is abstract or not
isActionMethod(String) - Method in AbstractGrailsClass
isActive() - Method in GrailsWebRequest
Whether the web request is still active
isAddableMethod(MethodNode) - Method in MixinTransformation
isAllowed(String, HttpServletRequest, Map) - Method in AllowedMethodsHelper
isAllowSubBuffers() - Method in StreamCharBuffer
isAllowUnwrappingOut() - Method in GrailsLazyProxyPrintWriter
isAllowUnwrappingOut() - Method in GrailsPrintWriter
isAllowUnwrappingOut() - Method in GrailsPrintWriterAdapter
isAllowUnwrappingOut() - Method in GrailsWrappedWriter
isAnsiEnabled() - Method in GrailsConsole
isApplicationClass(String) - Method in DefaultStackTraceFilterer
Whether the given class name is an internal class and should be filtered
isApplied(ClassNode) - Method in ArtefactTypeAstTransformation
isApplied(ASTNode, Class<?>) - Method in GrailsASTUtils
isApplyToSafelyEncoded() - Method in AbstractCharReplacementEncoder
isApplyToSafelyEncoded() - Method in BasicJSONEncoder
isApplyToSafelyEncoded() - Method in ChainedEncoder
isApplyToSafelyEncoded() - Method in Encoder
@return 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
isArtefact(ClassNode) - Method in ApplicationArtefactHandler
isArtefact(Class) - Method in ArtefactHandler
isArtefact(Class) - Method in ArtefactHandlerAdapter
isArtefact(Class) - Method in DefaultGrailsApplication
Returns true if the given class is an artefact identified by one of the registered ArtefactHandler instances.
isArtefact(ClassNode) - Method in DomainClassArtefactHandler
isArtefact(Class) - Method in GrailsApplication
isArtefactAnnotationNode(AnnotationNode) - Method in ArtefactTypeAstTransformation
isArtefactClass(Class) - Method in AnnotationDomainClassArtefactHandler
isArtefactClass(Class) - Method in ApplicationArtefactHandler
isArtefactClass(Class) - Method in ArtefactHandlerAdapter
isArtefactClass(Class) - Method in CodecArtefactHandler
isArtefactClass(Class) - Method in DomainClassArtefactHandler
isArtefactGrailsClass(GrailsClass) - Method in ArtefactHandler
isArtefactGrailsClass(GrailsClass) - Method in ArtefactHandlerAdapter
isArtefactOfType(String, String) - Method in DefaultGrailsApplication
Returns true if the specified class name is of the given artefact type as defined by the ArtefactHandler.
isArtefactOfType(String, String) - Method in GrailsApplication
isArtefactResource(Resource) - Method in ArtefactHandlerAdapter
Subclasses can override to narrow down whether the given resource is an artefact of this type.
isArtefactResource(Resource) - Method in DomainClassArtefactHandler
isAssignableFrom(ClassNode, 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.
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.
isAssociation() - Method in DefaultGrailsDomainClassProperty
isAssociation() - Method in GrailsDomainClassProperty
Returns true if this property is a relationship property.
isAssociation() - Method in MetaGrailsDomainClassProperty
isAsync(HttpServletRequest) - Method in WebUtils
Check whether the given request is a forward request
isAsyncStarted() - Method in GrailsMockHttpServletRequest
isAsyncSupported() - Method in GrailsMockHttpServletRequest
isAutoStartup() - Method in EmbeddedDatabaseShutdownHook
isAutowire() - Method in DefaultGrailsDomainClass
isAutowire() - Method in GrailsDomainClass
@return Whether to autowire
isAvailable() - Method in JavaCompiler
isBase - Field in AbstractGrailsPlugin
isBasePlugin() - Method in AbstractGrailsPlugin
isBasePlugin() - Method in GrailsPlugin
Returns whether this plugin is loaded from the current plugin.
isBasicCollectionType() - Method in DefaultGrailsDomainClassProperty
isBasicCollectionType() - Method in GrailsDomainClassProperty
Return whether this is a collection of basic types like String, Integer etc.
isBasicCollectionType() - Method in MetaGrailsDomainClassProperty
isBasicType(Class<?>) - Method in GrailsDomainConfigurationUtil
isBasicType(Class) - Method in SimpleDataBinder
isBidirectional(String) - Method in DefaultGrailsDomainClass
isBidirectional() - Method in DefaultGrailsDomainClassProperty
isBidirectional(String) - Method in GrailsDomainClass
Returns true if the given property is a bi-directional relationship
isBidirectional() - Method in GrailsDomainClassProperty
Returns true if the property is a bi-directional relationship.
isBidirectional() - Method in MetaGrailsDomainClassProperty
isBlank() - Method in BlankConstraint
isBlank() - Method in Constrained
isBlank() - Method in ConstrainedDelegate
isBlank() - Method in ConstrainedProperty
@return the blank.
isBlank(String) - Method in GrailsNameUtils
isBlank(String) - Method in GrailsStringUtils
Same as StringUtils#isEmpty(java.lang.Object) but trims the string for surrounding whitespace
isCacheable(Map) - Method in CachingLinkGenerator
isCandidateInstanceMethod(ClassNode, MethodNode) - Method in AbstractGrailsArtefactTransformer
isCandidateInstanceMethod(ClassNode, MethodNode) - Method in ControllerDomainTransformer
isCandidateInstanceMethod(ClassNode, MethodNode) - Method in GrailsASTUtils
isCandidateMethod(MethodNode) - Method in GrailsASTUtils
isCandidateMethod(MethodNode) - Method in MixinTransformation
isCase(Object) - Method in AbstractClosureProxy
isChildOfFile(File, File) - Method in I18nGrailsPlugin
isChunkSizeResizeable() - Method in StreamCharBuffer
isCircular() - Method in DefaultGrailsDomainClassProperty
isCircular() - Method in GrailsDomainClassProperty
Whether the relationship is cirucular.
isCircular() - Method in MetaGrailsDomainClassProperty
ISCLASS_PATTERN - Field in DefaultGrailsApplication
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
isCommitted() - Method in IncludeResponseWrapper
isConfigTrue(Object, String) - Method in GrailsConfigUtils
isConfigurational(String) - Method in GrailsDomainConfigurationUtil
isConnectedMode() - Method in StreamCharBuffer
isConstructorMethod(MethodNode) - Method in GrailsASTUtils
isContainerType(Class<?>) - Method in DefaultRendererRegistry
isContainerType(Class<?>) - Method in RendererRegistry
Whether the specified class is a container (list, map etc.)
isCreditCard() - Method in Constrained
isCreditCard() - Method in ConstrainedDelegate
isCreditCard() - Method in ConstrainedProperty
@return Returns the creditCard.
isCriteriaCall(MethodCall) - Method in CriteriaTypeCheckingExtension
isDataSourceAware() - Method in DataBindingSource
@return true if GORM operations should be enabled when binding with this DataBindingSource
isDependentOn(GrailsPlugin, String) - Method in BasePluginFilter
Checks whether a plugin is dependent on another plugin with the specified name
isDerived() - Method in DefaultGrailsDomainClassProperty
isDerived() - Method in GrailsDomainClassProperty
isDerived() - Method in MetaGrailsDomainClassProperty
isDestinationActivated() - Method in GrailsLazyProxyPrintWriter
isDestinationActivated() - Method in GrailsPrintWriter
isDevelopmentEnv() - Method in GrailsUtil
Retrieves whether the current execution environment is the development one.
isDevelopmentEnvironmentAvailable() - Method in Environment
This method will return true if the 'grails-app' directory was found, regardless of whether reloading is active or not
isDevelopmentEnvironmentAvailable() - Method in Metadata
@return True if the development sources are present
isDevelopmentGrailsVersion() - Method in BuildSettings
@return Whether the current version of Grails being used is a development version
isDevelopmentMode() - Method in Environment
Returns true if the application is running in development mode (within grails run-app)
isDevelopmentModeActive() - Method in GrailsApp
isDevelopmentRun() - Method in Environment
This method will return true the application is run
isDisplay() - Method in Constrained
isDisplay() - Method in ConstrainedDelegate
isDisplay() - Method in ConstrainedProperty
@return Returns the display.
isDomainClass(Class<?>) - Method in DomainClassArtefactHandler
isDomainClass(ClassNode, SourceUnit) - Method in GrailsASTUtils
isDomainClass(URL) - Method in GrailsResourceUtils
Checks whether the file referenced by the given url is a domain class
isDomainClass(Class<?>) - Method in GrailsWebDataBinder
isDomainResource(Class) - Method in AbstractLinkingRenderer
isEditable() - Method in Constrained
isEditable() - Method in ConstrainedDelegate
isEditable() - Method in ConstrainedProperty
@return Returns the editable.
isEmail() - Method in Constrained
isEmail() - Method in ConstrainedDelegate
isEmail() - Method in ConstrainedProperty
@return Returns the email.
isEmbedded() - Method in DefaultGrailsDomainClassProperty
isEmbedded() - Method in GrailsDomainClassProperty
Returns true if this propert is an embedded component.
isEmbedded() - Method in MetaGrailsDomainClassProperty
isEmbeddedH2orHsqldb(DataSource) - Method in EmbeddedDatabaseShutdownHook
isEmpty() - Method in AbstractTypeConvertingMap
isEmpty() - Method in CodeGenConfig
isEmpty() - Method in CompositeConfig
isEmpty() - Method in FlatConfig
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() - Method in NavigableMap
isEmpty() - Method in NavigableMap.NullSafeNavigator
isEmpty() - Method in NavigableMapConfig
isEmpty() - Method in PrefixedConfig
isEmpty() - Method in StreamCharBuffer
isEmpty() - Method in SynchronizerTokensHolder
isEnabled(String) - Method in AbstractGrailsPlugin
isEnabled() - Method in DefaultGrailsPlugin
isEnabled(String) - Method in GrailsPlugin
Check whether the plugin is enabled for the given profile
isEnabled() - Method in StringCharArrayAccessor
isEncodedWith(Encoder, CharSequence) - Method in DefaultEncodingStateRegistry
isEncodedWith(Encoder, CharSequence) - Method in EncodingStateRegistry
Checks if the CharSequence is encoded with encoder.
isEnum() - Method in DefaultGrailsDomainClassProperty
isEnum() - Method in GrailsDomainClassProperty
Returns true if this properties type is an enum.
isEnum() - Method in MetaGrailsDomainClassProperty
isEnvironmentSet() - Method in CommandLine
@return Whether the environment is user specified
isEnvironmentSet() - Method in DefaultCommandLine
isEquivalent(CodecIdentifier) - Method in CodecIdentifier
Checks if this codec is equivalent to some other codec
isEquivalent(CodecIdentifier) - Method in CombinedCodecIdentifier
isEquivalent(CodecIdentifier) - Method in DefaultCodecIdentifier
isError(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(Resource) - Method in ClassPathScanner
Whether the given resource is excluded
isExcluded(String, UrlMappingInfo) - Method in UrlMappingMatcher
isExcluded(UrlMappingInfo) - Method in UrlMappingMatcher.ClosureExclude
isExcluded(UrlMappingInfo) - Method in UrlMappingMatcher.Exclude
isExcluded(UrlMappingInfo) - Method in UrlMappingMatcher.MapExclude
isExcludedFromDependencyCheck(PropertyDescriptor) - Method in OptimizedAutowireCapableBeanFactory
isExplicitSaveUpdateCascade() - Method in DefaultGrailsDomainClassProperty
isExplicitSaveUpdateCascade() - Method in GrailsDomainClassProperty
Check whether this property is set up to receive save-update cascading via the Mapping DSL rather than using 'belongsTo'.
isExplicitSaveUpdateCascade() - Method in MetaGrailsDomainClassProperty
isFileURL(URL) - Method in GrailsResourceUtils
Determine whether the given URL points to a resource in the file system, that is, has protocol "file" or "vfs".
isFlowRequest() - Method in GrailsWebRequest
Returns true if the current executing request is a flow request
isFork() - Method in Environment
Whether this is a fork of the Grails command line environment
isForward(HttpServletRequest) - Method in WebUtils
Check whether the given request is a forward request
isForwardOrInclude(HttpServletRequest) - Method in WebUtils
Check whether the given request is an include or forward request
isGet() - Method in GrailsMockHttpServletRequest
isGet(HttpServletRequest) - Method in HttpServletRequestExtension
isGetter(String, 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(String, Class, Class<?>) - Method in GrailsNameUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
isGetterMethod(MethodNode) - Method in GrailsASTUtils
isGrailsPath(String) - Method in GrailsResourceUtils
Checks whether the specified path is a Grails path.
isGrailsResource(Resource) - Method in GrailsResourceUtils
Checks whether the specific resources is a Grails resource.
isGrailsSourceDirectory(File) - Method in GrailsGradlePlugin
isGroovyAssignableFrom(Class<?>, Class<?>) - Method in GrailsClassUtils
isHasOne() - Method in DefaultGrailsDomainClassProperty
@return true if the foreign key in a one-to-one is stored in the parent
isHasOne() - Method in GrailsDomainClassProperty
isHasOne() - Method in MetaGrailsDomainClassProperty
isIdentity() - Method in DefaultGrailsDomainClassProperty
isIdentity() - Method in GrailsDomainClassProperty
Returns true of the property is an identifier.
isIdentity() - Method in MetaGrailsDomainClassProperty
isIgnoreEncodingState() - Method in AbstractEncodedAppender
isIgnoreEncodingState() - Method in EncodedAppender
@return current state of ignoreEncodingState setting
isIgnoreEncodingState() - Method in EncodesToWriterAdapter
isInclude(HttpServletRequest) - Method in WebUtils
Check whether the given request is an include request
isInherited() - Method in DefaultGrailsDomainClassProperty
isInherited() - Method in GrailsDomainClassProperty
Whether the property is inherited from a super class.
isInherited() - Method in MetaGrailsDomainClassProperty
isInheritedFromTrait(MethodNode) - Method in GrailsASTUtils
isInheritRollbackOnly() - Method in GrailsTransactionAttribute
isInitialised() - Method in AbstractGrailsPluginManager
@return the initialised
isInitialised() - Method in DefaultGrailsApplication
isInitialised() - Method in GrailsApplication
Returns whether this GrailsApplication has been initialised or not.
isInitialised() - Method in GrailsPluginManager
@return the initialised
isInitialised() - Method in MockGrailsPluginManager
isInitialized() - Method in CacheEntry
isInitialized(Object, String) - Method in DefaultProxyHandler
isInitialized(Object, String) - Method in ProxyHandler
Tests whether an association of the given object has been initialized.
isInitializing() - Method in Environment
@return Whether interactive mode is enabled
isInnerClassNode(ClassNode) - Method in GrailsASTUtils
Whether the given class node is an inner class
isInteractiveEnabled() - Method in GrailsConsole
isInteractiveMode() - Method in Environment
@return Whether interactive mode is enabled
isInteractiveModeActive() - Method in GrailsCli
isJarResource(Resource) - Method in PathMatchingResourcePatternResolver
Return whether the given resource handle indicates a jar resource that the doFindPathMatchingJarResources method can handle.
isJarURL(URL) - Method in GrailsResourceUtils
Determine whether the given URL points to a resource in a jar file, that is, has protocol "jar", "zip", "wsjar" or "code-source".
isJmxEnabled(String, DataSource) - Method in TomcatJDBCPoolMBeanExporter
isJPADomainClass(Class<?>) - Method in AnnotationDomainClassArtefactHandler
isLoggingSql() - Method in GrailsDataSource
Whether SQL logging is enabled
isMainClass(ClassReader) - Method in MainClassFinder
isManyToMany() - Method in DefaultGrailsDomainClassProperty
isManyToMany() - Method in GrailsDomainClassProperty
Returns true if the property is a many-to-many relationship.
isManyToMany() - Method in MetaGrailsDomainClassProperty
isManyToOne(String) - Method in DefaultGrailsDomainClass
isManyToOne() - Method in DefaultGrailsDomainClassProperty
isManyToOne(String) - Method in GrailsDomainClass
Returns true if the given property is a many to one relationship
isManyToOne() - Method in GrailsDomainClassProperty
Returns true if the property is a many-to-one relationship.
isManyToOne() - Method in MetaGrailsDomainClassProperty
isMatch(String, String) - Method in GroovyAwareNamedTransactionAttributeSource
isMatchBetweenPrimativeAndWrapperTypes(Class, Class) - Method in GrailsClassUtils
Detect if left and right types are matching types.
isNew() - Method in GrailsHttpSession
isNoneEncoder(Encoder) - Method in DefaultEncodingStateRegistry
isNoNullCheck() - Method in ApiDelegateTransformation
isNotBlank(String) - Method in GrailsStringUtils
isNotConfigurational(String) - Method in GrailsDomainConfigurationUtil
isNotEmpty(String) - Method in GrailsStringUtils
isNotifyParentBuffersEnabled() - Method in StreamCharBuffer
isNotTransactional(String) - Method in ChainedTransactionManagerPostProcessor
isNull(int) - Method in JSONArray
Determine if the value is null.
isNull(String) - Method in JSONObject
Determine if the value associated with the key is null or if there is no value.
isNullable() - Method in Constrained
isNullable() - Method in ConstrainedDelegate
isNullable() - Method in ConstrainedProperty
@return Returns the nullable.
isNullable() - Method in NullableConstraint
isOkToAddElementAt(Collection, int) - Method in SimpleDataBinder
isOkToBind(String, List, List) - Method in SimpleDataBinder
isolation - Field in Transactional
The transaction isolation level.
isOneToMany(String) - Method in DefaultGrailsDomainClass
isOneToMany() - Method in DefaultGrailsDomainClassProperty
isOneToMany(String) - Method in GrailsDomainClass
Returns true if the given property is a one to many relationship
isOneToMany() - Method in GrailsDomainClassProperty
Returns true if the property is a one-to-many relationship.
isOneToMany() - Method in MetaGrailsDomainClassProperty
isOneToOne() - Method in DefaultGrailsDomainClassProperty
isOneToOne() - Method in GrailsDomainClassProperty
Returns true if the property is a one-to-one relationship.
isOneToOne() - Method in MetaGrailsDomainClassProperty
isOpen() - Method in GrailsResource
isOpen() - Method in NullPersistentContextInterceptor
isOpen() - Method in PersistenceContextInterceptor
Checks whether the persistence context is open.
isOptional() - Method in DefaultGrailsDomainClassProperty
isOptional(int) - Method in DefaultUrlMappingData
isOptional() - Method in GrailsDomainClassProperty
Returns false if the property is required.
isOptional() - Method in MetaGrailsDomainClassProperty
isOptional(int) - Method in ResponseCodeMappingData
isOptional(int) - Method in UrlMappingData
Returns whether the given token in the URL is optional.
isOwningClass(Class) - Method in DefaultGrailsDomainClass
isOwningClass(Class) - Method in GrailsDomainClass
@param domainClass
isOwningSide() - Method in DefaultGrailsDomainClassProperty
isOwningSide() - Method in GrailsDomainClassProperty
Whether this side of the association is the "owning" side.
isOwningSide() - Method in MetaGrailsDomainClassProperty
isParsingRequest() - Method in DefaultUrlMappingInfo
isParsingRequest() - Method in ForwardUrlMappingInfo
isParsingRequest() - Method in UrlMappingInfo
Returns true of the request body should be parsed.
isPassword() - Method in Constrained
isPassword() - Method in ConstrainedDelegate
isPassword() - Method in ConstrainedProperty
isPattern(String) - Method in AntPathMatcher
isPersistent() - Method in DefaultGrailsDomainClassProperty
isPersistent() - Method in GrailsDomainClassProperty
Returns true if the domain class property is a persistent property.
isPersistent() - Method in MetaGrailsDomainClassProperty
isPluginDisabledForProfile(GrailsPlugin) - Method in AbstractGrailsPluginManager
isPooled() - Method in GrailsDataSource
True is connection pooling is enabled.
isPost() - Method in GrailsMockHttpServletRequest
isPost(HttpServletRequest) - Method in HttpServletRequestExtension
isPreferSubChunkWhenWritingToOtherBuffer() - Method in StreamCharBuffer
isPreviousEncoderSafeOrEqual(Encoder, Encoder) - Method in DefaultEncodingStateRegistry
Checks if is previous encoder is already "safe", equal or equivalent
isProjectSource(Resource) - Method in GrailsResourceUtils
Checks whether the specified path is a Grails path.
isPropertyGetter(Method) - Method in GrailsClassUtils
Check whether the specified method is a property getter
isPropertyInherited(Class, String) - Method in GrailsClassUtils
Checks whether the specified property is inherited from a super class
isPropertyMethodSuffix(String) - Method in GrailsNameUtils
This method is used when interrogating a method name to determine if the method represents a property getter.
isPropertyOfType(Class<?>, String, Class<?>) - Method in GrailsClassUtils
Returns true if the specified property in the specified class is of the specified type
isProxy(Object) - Method in DefaultProxyHandler
isProxy(Object) - Method in ProxyHandler
Returns true if the specified object is a proxy.
isPublicField(Object, String) - Method in GrailsClassUtils
Work out if the specified object has a public field with the name supplied.
isPublicStatic(Field) - Method in GrailsClassUtils
Determine whether the field is declared public static
isReadable() - Method in AbstractFileResolvingResource
isReadable() - Method in ByteArrayResource
isReadable() - Method in FileSystemResource
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
isReadable() - Method in GrailsResource
isReadable() - Method in Resource
Return whether the contents of this resource can be read, e.g. via getInputStream() or getFile().
isReadable() - Method in SpringResource
isReadableProperty(String) - Method in AbstractGrailsClass
isReadableProperty(String) - Method in ClassPropertyFetcher
isReloadEnabled() - Method in Environment
@return Returns whether reload is enabled for the environment
isReloadingAgentEnabled() - Method in Environment
isReloadInProgress() - Method in Environment
isRenderView() - Method in GrailsWebRequest
@return true if the view for this GrailsWebRequest should be rendered
isRoot() - Method in DefaultGrailsDomainClass
Check whether the class is a root entity
isRoot() - Method in GrailsDomainClass
Whether the class is the root of a hierarchy
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
isServerAvailable(String, int) - Method in ServerInteraction
Returns true if the server is available
isSetter(String, Class) - Method in GrailsClassUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property setter.
isSetterMethod(MethodNode) - Method in GrailsASTUtils
isSetterOrGetterMethod(MethodNode) - Method in GrailsASTUtils
isShutdown() - Method in AbstractGrailsPluginManager
isShutdown() - Method in GrailsPluginManager
Indicates whether the manager has been shutdown or not
isSingleton() - Method in BeanConfiguration
@return true if the bean is singleton
isSingleton() - Method in ConstraintsEvaluatorFactoryBean
isSingleton() - Method in DataSourceConnectionSourcesFactoryBean
isSingleton() - Method in DefaultBeanConfiguration
isSingleton() - Method in DefaultConstraintEvaluatorFactoryBean
isSingleton() - Method in DefaultMappingContextFactoryBean
isSingleton() - Method in GrailsControllerClass
@return Whether the scope is singleton
isSingleton() - Method in HotSwappableTargetSourceFactoryBean
isSingleton() - Method in InstanceFactoryBean
isSingleton() - Method in MimeTypesFactoryBean
isSingleton() - Method in UrlMappingsHolderFactoryBean
isSingleton() - Method in ValidatorRegistryFactoryBean
isSkipFilteringCodec() - Method in GrailsWebRequest
@return true if grails.views.filteringCodecForMimeType settings should be ignored for this request
isSnapshot(String) - Method in VersionComparator
isSpockTest(ClassNode) - Method in TransactionalTransform
isStacktrace() - Method in GrailsConsole
@return Whether to show stack traces
isStandalone() - Method in Environment
Whether the application has been executed standalone via static void main.
isStandaloneDeployed() - Method in Environment
Whether the application is running standalone within a JAR
isStaticCandidateMethod(ClassNode, MethodNode) - Method in AbstractGrailsArtefactTransformer
isStaticMethodExcluded(ClassNode, MethodNode) - Method in AbstractGrailsArtefactTransformer
isStaticMethodIncluded(ClassNode, MethodNode) - Method in AbstractGrailsArtefactTransformer
isStaticProperty(Class, String) - Method in GrailsClassUtils
isSubclassOf(ClassNode, String) - Method in GrailsASTUtils
Returns true if the given class name is a parent class of the given class
isSubclassOfOrImplementsInterface(ClassNode, String) - Method in GrailsASTUtils
isSwapped() - Method in SystemOutAndErrSwapper
isSystemSet() - Method in Environment
@return Return true if the environment has been set as a System property
isTrait(ClassNode) - Method in EnhancesTraitTransformation
isTransactional() - Method in DefaultGrailsServiceClass
isTransactional() - Method in GrailsServiceClass
Service should be configured with transaction demarcation.
isTransactional(def) - Method in GrailsTestTransactionInterceptor
A test is non transactional if it defines an instance or static property name 'transactional' with a value of false.
isTransactionAnnotation(AnnotationNode) - Method in RollbackTransform
isTransactionAnnotation(AnnotationNode) - Method in TransactionalTransform
isTrouble() - Method in GrailsPrintWriterAdapter
isUrl() - Method in Constrained
isUrl() - Method in ConstrainedDelegate
isUrl() - Method in ConstrainedProperty
@return Returns the url.
isUseCompileStatic() - Method in ApiDelegateTransformation
isUsed() - Method in GrailsPrintWriter
isUsed() - Method in GrailsPrintWriterAdapter
isUsed() - Method in StreamCharBuffer.StreamCharBufferWriter
isValid() - Method in AbstractConstraint
Return whether the constraint is valid for the owning class
isValid(String) - Method in BuildScope
Returns whether the specified scope name(s) are valid given the current scope.
isValid() - Method in Constraint
Return whether the constraint is valid for the owning class
isValid(String) - Method in DomainValidator
Returns true if the specified String parses as a valid domain name with a recognized top-level domain.
isValid(String) - Method in InetAddressValidator
Checks if the specified string is a valid IP address.
isValid(String) - Method in RegexValidator
Validate a value against the set of regular expressions.
isValid(String, String) - Method in SynchronizerTokensHolder
isValid(String) - Method in UrlValidator
isValidArtefactClassNode(ClassNode, int) - Method in ArtefactHandlerAdapter
isValidArtefactClassNode(ClassNode, int) - Method in DomainClassArtefactHandler
isValidArtefactType() - Method in AbstractGrailsArtefactTransformer
isValidAuthority(String) - Method in UrlValidator
Returns true if the authority is properly formatted.
isValidCountryCodeTld(String) - Method in DomainValidator
Returns true if the specified String matches any IANA-defined country code top-level domain.
isValidFragment(String) - Method in UrlValidator
Returns true if the given fragment is null or fragments are allowed.
isValidGenericTld(String) - Method in DomainValidator
Returns true if the specified String matches any IANA-defined generic top-level domain.
isValidInet4Address(String) - Method in InetAddressValidator
Validates an IPv4 address.
isValidInfrastructureTld(String) - Method in DomainValidator
Returns true if the specified String matches any IANA-defined infrastructure top-level domain.
isValidJavaIdentifier(String) - Method in GrailsNameUtils
Test whether the given name is a valid Java identifier
isValidJavaPackage(String) - Method in GrailsNameUtils
Test whether the give package name is a valid Java package
isValidPath(String) - Method in UrlValidator
Returns true if the path is valid.
isValidQuery(String) - Method in UrlValidator
Returns true if the query is null or it's a properly formatted query string.
isValidResource(Resource) - Method in ClassNameCompleter
isValidResource(Resource) - Method in DomainClassCompleter
isValidResource(Resource) - Method in TestsCompleter
isValidScheme(String) - Method in UrlValidator
Validate scheme.
isValidTargetClassNode(ClassNode) - Method in AbstractGrailsArtefactTransformer
isValidTld(String) - Method in DomainValidator
Returns true if the specified String matches any IANA-defined top-level domain.
isValidTransactionManagerBeanDefinition(String, BeanDefinition) - Method in ChainedTransactionManagerPostProcessor
isValidVersion(String, String) - Method in GrailsVersionUtils
Check if the required version is a valid for the given plugin version.
isVerbose() - Method in GrailsConsole
@return Whether verbose output is being used
isVersionGreaterThan(String, String) - Method in GrailsVersionUtils
Returns true if rightVersion is greater than leftVersion
isVisible(Class<?>, ClassLoader) - Method in GrailsClassUtils
Check whether the given class is visible in the given ClassLoader.
isWarDeployed() - Method in AbstractGrailsApplication
isWarDeployed() - Method in Environment
Check whether the application is deployed
isWarDeployed() - Method in GrailsApplication
Returns true if this application has been deployed as a WAR file
isWarDeployed() - Method in Metadata
@return true if this application is deployed as a WAR
isWhereQueryCall(MethodCall) - Method in WhereQueryTypeCheckingExtension
isWindows() - Method in GrailsConsole
isWithinBinary(URL) - Method in IOUtils
Whether the given URL is within a binary like a JAR or WAR file
isWithinShell() - Method in Environment
Returns whether the environment is running within the Grails shell (executed via the 'grails' command line in a terminal window)
isWritable() - Method in FileSystemResource
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
isWriterReferenced() - Method in BoundedCharsAsEncodedBytesCounter
isXhr() - Method in GrailsMockHttpServletRequest
Indicates whether this is an AJAX request or not (as far as Grails is concerned).
isXhr(HttpServletRequest) - Method in HttpServletRequestExtension
ItalicFilter - Class in grails.doc
ItalicFilter() - Constructor in ItalicFilter
item - Field in ResultPair
iterator() - Method in CodeGenConfig
iterator() - Method in CompositeConfig
iterator() - Method in GrailsDependencyVersions
iterator() - Method in JSONArray
iterator() - Method in Metadata
iterator() - Method in NavigableMap.NullSafeNavigator
iterator() - Method in NavigableMapConfig
iterator() - Method in PrefixedConfig

J

JAR_PATTERN - Field in BuildSettings
JAR_URL_SEPARATOR - Field in GrailsResourceUtils
JavaCompiler - Class in org.grails.boot.internal
Helper for recompiling Java code at runtime
JAVASCRIPT_CODEC_IDENTIFIER - Field in JavaScriptEncoder
JavaScriptCodec - Class in org.grails.encoder.impl
A codec that encodes strings to Javascript
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
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.
join(String) - Method in JSONArray
Make a string from the contents of this JSONArray.
JSON_API - Field in MimeType
JSON_CODEC_IDENTIFIER - Field in BasicJSONEncoder
JSON - Field in MimeType
JsonApiDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
Creates DataBindingSource objects from JSON API in the request body
JSONArray - Class in org.grails.web.json
A JSONArray is an ordered sequence of values.
JSONArray(Collection) - Constructor in JSONArray
Construct a JSONArray from a Collection.
JSONCodecFactory - Class in org.grails.encoder.impl
JsonCollectionRenderer - Class in grails.rest.render.json
A JSON renderer for a collection of objects
JsonCollectionRenderer(Class, MimeType) - Constructor in JsonCollectionRenderer
JsonDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
Creates DataBindingSource objects from JSON in the request body
JSONElement - Interface in org.grails.web.json
Base interface for all valid JSON Elements
JSONException - Class in org.grails.web.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(Throwable) - Constructor in JSONException
JSONObject - Class in org.grails.web.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject(String) - Constructor in JSONObject
Construct a JSONObject from a string.
JSONParser - Class in org.grails.web.json.parser
JSONParser(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(SimpleCharStream, int) - Constructor in JsonParserTokenManager
Constructor.
JsonRenderer - Class in grails.rest.render.json
A JSON renderer that allows including / excluding properties
JsonRenderer(Class<T>, MimeType) - Constructor in JsonRenderer
jsonSlurper - Field in YamlCommandFactory
JSONTokener - Class in org.grails.web.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor in JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.grails.web.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter.Mode - Enum in org.grails.web.json
Enumeration of the possible modes of the JSONWriter
JSONWriter(Writer) - Constructor in JSONWriter
Make a fresh JSONWriter.
JUnitReports - Class in org.grails.test.report.junit
Simply propagates to the underlying reports.
JUnitReports(JUnitResultFormatter) - Constructor in JUnitReports
JUnitReportsFactory - Class in org.grails.test.report.junit
JUnitReportsFactory(String, String, File, List<String>) - Constructor in JUnitReportsFactory

K

KEEP_ALIVE - Field in HttpHeaders
KEY - Field in BuildScope
Represents the different scopes that plugins apply to.
KEY - Field in Environment
Represents the current environment.
key(String) - Method in JSONWriter
Append a key.
key(String) - Method in PathCapturingJSONWriterWrapper
key(String) - Method in PrettyPrintJSONWriter
KEY - Field in TokenResponseHandler
keys() - Method in ConfigProperties
keys() - Method in JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in AbstractTypeConvertingMap
keySet() - Method in CodeGenConfig
keySet() - Method in CompositeConfig
keySet() - Method in ConfigProperties
keySet() - Method in FlatConfig
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 PrefixedConfig
KEYWORDS - Field in UrlMapping
kind - Field in Token
An integer that describes the kind of this token.

L

LAST_MODIFIED - Field in HttpHeaders
LAST_UPDATED - Field in GrailsDomainClassProperty
lastIndexOf(Object) - Method in JSONArray
lastModified() - Method in AbstractFileResolvingResource
lastModified() - Method in ByteArrayResource
lastModified() - Method in FileSystemResource
lastModified() - Method in GrailsResource
lastModified() - Method in Resource
Determine the last-modified timestamp for this resource.
lastModified() - Method in SpringResource
lastOption() - Method in CommandLine
@return The last specified option
lastOption() - Method in DefaultCommandLine
LAYOUT_ATTRIBUTE - Field in WebUtils
LayoutViewResolver - Interface in org.grails.web.servlet.view
A ViewResolver for resolving layouts
LazyBeanMap - Class in grails.beans.util
LazyBeanMap(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(Object) - Constructor in LazyMetaPropertyMap
Constructs the map
leftShift(String) - Method in AbstractGrailsMockHttpServletResponse
Appends the given content string to the response's output stream.
leftShift(String) - Method in GrailsPrintWriter
leftShift(Writable) - Method in GrailsPrintWriterAdapter
leftShift(HttpServletResponse, def) - Method in HttpServletResponseExtension
LegacyDocMigrator - Class in grails.doc
LegacyDocMigrator(File, File, def) - Constructor in LegacyDocMigrator
LegacyTocStrategy - Class in grails.doc.internal
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 StreamCharBuffer
LexicalError(boolean, int, int, int, 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(Closure) - Method in GrailsPublishExtension
Configures the license
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
Link - Class in grails.rest
Represents a Link in a RESTful resource.
LINK_ATTRIBUTES - Field in LinkGenerator
link(Map, String) - Method in CachingLinkGenerator
link(Map, String) - Method in DefaultLinkGenerator
')) { resourcePath = resourcePattern.substring(0, resourcePattern.length() - 3) } }
Link(String, String) - Constructor in Link
link(Map, String) - Method in LinkGenerator
Generates a link to a controller, action or URI for the given named parameters.
LINK_METHOD - Field in LinkableTransform
LINK_PREFIX - Field in CachingLinkGenerator
LINK_TAG - Field in HalXmlRenderer
LINK_TAG - Field in VndErrorXmlRenderer
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
LinkGenerator - Interface in grails.web.mapping
Generates links for a Grails application based on URL mapping rules and/or base context settings.
LinkGeneratorFactory - Class in grails.web.mapping
Helper class for creating a LinkGenerator.
LINKS_ATTRIBUTE - Field in HalJsonRenderer
LINKS_ATTRIBUTE - Field in VndErrorJsonRenderer
LINKS_METHOD - Field in LinkableTransform
LinkTestFilter - Class in grails.doc.filters
@author Graeme Rocher
LinkTestFilter() - Constructor in LinkTestFilter
list(String) - Method in AbstractTypeConvertingMap
listAllResources(Map) - Method in RestfulController
List all of resource based on parameters
listeners - Field in DataBindingEventMulticastListener
listeners - Field in GrailsWebDataBinder
ListFilter - Class in grails.doc.filters
@author Graeme Rocher
listIterator(int) - Method in JSONArray
ListProfilesCommand - Class in org.grails.cli.profile.commands
Lists the available Profile instances 
ListReadingCachedGradleOperation - Class in org.grails.cli.gradle.cache
A CachedGradleOperation that reads and writes a list of values
load(String, Resource, String, List<String>) - Method in GroovyConfigPropertySourceLoader
load(String, Resource, String, boolean, List<String>) - Method in YamlPropertySourceLoader
load(Reader) - Method in YamlTocStrategy
loadApplicationConfig() - Method in GrailsApplicationPostProcessor
loadBeans(Resource) - Method in BeanBuilder
Loads a set of given beans
loadCorePlugins - Field in AbstractGrailsPluginManager
loadedClasses - Field in DefaultGrailsApplication
loadExternalSpringConfig(RuntimeSpringConfiguration, GrailsApplication) - Method in RuntimeSpringConfigUtilities
Loads any external Spring configuration into the given RuntimeSpringConfiguration object.
loadFactories(Class<T>, ClassLoader) - Method in GrailsFactoriesLoader
Load the factory implementations of the given type from the default location, using the given class loader.
loadFactoriesWithArguments(Class<T>, ClassLoader, Object) - Method in GrailsFactoriesLoader
loadFactory(Class<T>, ClassLoader, Object) - Method in GrailsFactoriesLoader
loadFactoryClasses(Class<T>, ClassLoader) - Method in GrailsFactoriesLoader
loadFactoryNames(String, ClassLoader) - Method in FactoriesLoaderSupport
Loads the names of the classes from grails.factories without loading the classes themselves
loadGroovy(File) - Method in CodeGenConfig
loadMimeTypeConfig(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(Properties) - Method in GrailsPlaceholderConfigurer
loadProperties(Resource, String) - Method in ReloadableResourceBundleMessageSource
Load the properties from the given resource.
loadSpringGroovyResources(RuntimeSpringConfiguration, GrailsApplication) - Method in RuntimeSpringConfigUtilities
loadSpringGroovyResourcesIntoContext(RuntimeSpringConfiguration, GrailsApplication, GenericApplicationContext) - Method in RuntimeSpringConfigUtilities
loadYml(InputStream) - Method in CodeGenConfig
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.
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.
locateResource(String) - Method in ReloadableResourceBundleMessageSource
locateResourceWithoutCache(String) - Method in ReloadableResourceBundleMessageSource
LOCATION - Field in HttpHeaders
log(String) - Method in ConsoleLogger
Logs a message below the current status message
LOG - Field in ConstrainedProperty
log - Field in DefaultGrailsApplication
LOG - Field in DefaultGrailsPlugin
log(String) - Method in GrailsConsole
Logs a message below the current status message
LOG - Field in GrailsExceptionResolver
LOG - Field in GrailsPrintWriter
LOG - Field in NavigableMapConfig
LoggingTransformer - Class in org.grails.compiler.logging
Adds a log field to all artifacts.
LOGICAL_AND_OPERATOR - Field in GrailsASTUtils
LOGREF_ATTRIBUTE - Field in AbstractVndErrorRenderer
logStackTrace(Exception, HttpServletRequest) - Method in GrailsExceptionResolver
long(String, Long) - Method in TypeConvertingMap
lookup() - Method in EncodingStateRegistryLookup
Lookup encoding state registry.
lookup() - Method in GrailsWebRequest
Looks up the current Grails WebRequest instance
lookup(UrlCreatorCache.ReverseMappingKey) - Method in UrlCreatorCache
lookupApplication(ServletContext) - Method in GrailsWebUtil
Looks up a GrailsApplication instance from the ServletContext.
lookupApplication(ServletContext) - Method in WebUtils
Looks up the GrailsApplication instance
lookupCodec(String, ConcurrentMap<String, T>, Class<T>) - Method in BasicCodecLookup
lookupDecoder(String) - Method in BasicCodecLookup
lookupDecoder(String) - Method in CodecLookup
lookupDefaultEncodingStateRegistry() - Method in StreamCharBuffer
lookupEncoder(String) - Method in BasicCodecLookup
lookupEncoder(String) - Method in CodecLookup
lookupEncoder(GrailsApplication, String) - Method in CodecLookupHelper
Lookup encoder.
lookupEncodingState(String, int, int) - Method in StreamingEncoderWriter
lookupEnvironmentForCommand() - Method in CommandLine
lookupEnvironmentForCommand() - Method in DefaultCommandLine
lookupFilteringEncoder() - Method in GrailsWebRequest
lookupFormat(def) - Method in MimeTypesApiSupport
lookupHandlerInterceptors(ServletContext) - Method in WebUtils
Looks up all of the HandlerInterceptor instances registered for the application
lookupMapping(String, String, String, String, String, String, Map) - Method in DefaultUrlMappingsHolder
Performs a match uses reverse mappings to looks up a mapping from the controller, action and params.
lookupMimeTypes(def) - Method in MimeTypesApiSupport
lookupSecondary() - Method in Holder
lookupSecondary() - Method in WebRequestServletHolder
lookupUrlMappings() - Method in GrailsExceptionResolver
lookupUrlMappings(ServletContext) - Method in UrlMappingUtils
Looks up the UrlMappingsHolder instance
lookupViewResolver(ApplicationContext) - Method in WebUtils
lookupWebRequestInterceptors(ServletContext) - Method in WebUtils
Looks up all of the WebRequestInterceptor instances registered with the application

M

MAIN_CLASS_NAME - Field in BuildSettings
Name of the System property that specifies the main class name
main(String) - Method in GrailsApplicationContextCommandRunner
Main method to run an existing Application class
main(String) - Method in GrailsApplicationScriptRunner
Main method to run an existing Application class
main(String) - Method in GrailsCli
Main method for running via the command line
main(String) - Method in GrailsShell
Main method to run an existing Application class
main(String) - Method in GrailsSwingConsole
Main method to run an existing Application class
MainClassFinder - Class in org.grails.io.support
@author Graeme Rocher
MainClassFinder.MainMethodFinder - Class in org.grails.io.support
MainClassFinder.MainMethodFinder() - Constructor in MainClassFinder.MainMethodFinder
makeAjaxRequest() - Method in GrailsMockHttpServletRequest
Makes this request an AJAX request as Grails understands it.
makeDynamicGormCall(MethodCall, ClassNode, ClassNode) - Method in DynamicFinderTypeCheckingExtension
makeKey(String, Map) - Method in CachingLinkGenerator
makeRelativeIfPossible(String) - Method in DefaultStackTracePrinter
makeServerURL() - Method in DefaultLinkGenerator
Get the declared URL of the server from config, or guess at localhost for non-production.
manageListIfNecessary(Object) - Method in BeanBuilder
Checks whether there are any runtime refs inside the list and converts it to a ManagedList if necessary.
manageMapIfNecessary(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
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.
MAPPED_BY - Field in GrailsDomainClassProperty
mappedInterceptor(HandlerInterceptor) - Method in UrlMappingsHandlerMapping
MAPPING - Field in GrailsDomainClassProperty
MAPPING_STRATEGY - Field in GrailsDomainClassProperty
mappingContext - Field in DefaultGrailsApplication
mappingName - Field in AbstractUrlMapping
MapReadingCachedGradleOperation - Class in org.grails.cli.gradle.cache
Cached Gradle operation that reads a Map
mapsToURI(String) - Method in GrailsControllerClass
Tests if a controller maps to a given URI.
markApplied(ClassNode) - Method in ArtefactTypeAstTransformation
markApplied(ASTNode, Class<?>) - Method in GrailsASTUtils
markBufferChanged() - Method in StreamCharBuffer
markEncoded(CharSequence) - Method in AbstractCharReplacementEncoder
markEncoded(CharSequence) - Method in ChainedEncoder
markEncoded(CharSequence) - Method in Encoder
Mark this instance as encoded with this encoder in the current EncodingStateRegistry
markEncoded(CharSequence) - Method in NoneEncoder
markEncoded(CharSequence) - Method in RawCodec
markEncoded(StreamCharBuffer.StringChunk) - Method in StreamCharBuffer
markUsed() - Method in GrailsPrintWriter
markUsed() - Method in GrailsPrintWriterAdapter
markUsed() - Method in GrailsWrappedWriter
markUsed() - Method in StreamCharBuffer.StreamCharBufferWriter
match(String) - Method in AbstractGrailsControllerUrlMappings
match(String, String) - Method in AntPathMatcher
match(String) - Method in DefaultUrlMappingsHolder
@see grails.web.mapping.UrlMappingsHolder#match(String)
match(Map) - Method in Interceptor
Used to define a match.
match(String) - Method in RegexUrlMapping
Matches the given URI and returns a DefaultUrlMappingInfo instance or null
match(String) - Method in RegexValidator
Validate a value against the set of regular expressions returning the array of matched groups.
match(int) - Method in ResponseCodeUrlMapping
MATCH_SUFFIX - Field in InterceptorArtefactHandler
match(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(String) - Method in UrlMappingsHolder
Match and return the first UrlMappingInfo instance possible
matchAll(String, HttpMethod, String) - Method in DefaultUrlMappingsHolder
matchAll(String, HttpMethod, 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(String, HttpMethod, 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_CONSTRAINT - Field in ConstrainedProperty
matches(ClassNode) - Method in GrailsApplicationCompilerAutoConfiguration
matches(ClassNode) - Method in GrailsTestCompilerAutoConfiguration
matches(Map) - Method in Matcher
Defines the match for the given arguments
matches(Map) - Method in UrlMappingMatcher
MatchesConstraint - Class in org.grails.validation
Validates the property against a supplied regular expression.
matchesPath(String) - Method in WatchPattern
Whether the given path matches this watch pattern
matchStart(String, String) - Method in AntPathMatcher
matchStatusCode(int, Throwable) - Method in AbstractGrailsControllerUrlMappings
matchStatusCode(int, Throwable) - Method in DefaultUrlMappingsHolder
matchStatusCode(Exception, UrlMappingsHolder) - Method in GrailsExceptionResolver
matchStatusCode(int, Throwable) - Method in UrlMappingsHolder
Match and return for first UrlMappingInfo for the give response code and exception
MavenProfileRepository - Class in org.grails.cli.profile.repository
Resolves profiles from a configured list of repositories using Aether
MavenProfileRepository() - Constructor in MavenProfileRepository
MAX_CONSTRAINT - Field in ConstrainedProperty
MAX_FORWARDS - Field in HttpHeaders
MAX_SIZE_CONSTRAINT - Field in ConstrainedProperty
MaxConstraint - Class in org.grails.validation
Implements a maximum value constraint.
maxNextCharInd - Field in SimpleCharStream
MaxSizeConstraint - Class in org.grails.validation
Validates maximum size or length of the property, for strings and arrays this is the length and collections the size.
MD5BytesCodecExtensionMethods - Class in org.grails.plugins.codecs
MD5CodecExtensionMethods - Class in org.grails.plugins.codecs
merge(Map<String, Object>) - Method in CompositeConfig
merge(Map<String, Object>) - Method in Config
Merge another config and return this config
merge(Map, boolean) - Method in NavigableMap
merge(Map<String, Object>) - Method in NavigableMapConfig
merge(Map<String, Object>) - Method in PrefixedConfig
mergeBinaryPluginProperties(Locale, Properties) - Method in PluginAwareResourceBundleMessageSource
mergeMap(Map, boolean) - Method in CodeGenConfig
mergeMapEntry(NavigableMap, String, def) - Method in NavigableMap
MESSAGE_ATTRIBUTE - Field in AbstractVndErrorRenderer
MESSAGE_SOURCE_BEAN - Field in GrailsApplication
messageLogged(BuildEvent) - Method in GrailsConsoleBuildListener
messageSource - Field in AbstractConstraint
messageSource - Field in ConstrainedProperty
messageSource - Field in DefaultMappingContextFactoryBean
messageSource - Field in GrailsDomainClassValidator
messageSource - Field in GrailsWebDataBinder
META_CLASS - Field in GrailsDomainClassProperty
metaClass - Field in GrailsApplicationContext
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
MetaClassEnhancer - Class in org.grails.core.metaclass
Enhances one or many MetaClasses with the given API methods provided by the super class BaseApiProvider.
MetaClassRegistryCleaner - Class in grails.build.support
Allows clean-up of changes made to the MetaClassRegistry.
Metadata - Class in grails.util
Represents the application Metadata and loading mechanics.
Metadata.FinalReference - Class in grails.util
Metadata.FinalReference(T) - Constructor in Metadata.FinalReference
MetaGrailsDomainClassProperty - Class in org.grails.core
Simplified version that encapsulates a meta property
MetaGrailsDomainClassProperty(GrailsDomainClass, MetaProperty) - Constructor in MetaGrailsDomainClassProperty
METHOD_MISSING_METHOD_NAME - Field in AbstractGrailsArtefactTransformer
METHOD_MISSING_METHOD_NAME - Field in GrailsASTUtils
METHOD_SIGNATURE - Field in RenderDynamicMethod
methodMissing(String, def) - Method in GroovyScriptCommand
Method missing handler used to invoke other commands from a command script
methodMissing(String, def) - Method in SettingsFile
methodMissing(String, Object) - Method in StreamCharBuffer
Delegates methodMissing to String object
methodRegex - Field in UrlMappingMatcher
methodShouldBeConfiguredAsControllerAction(MethodNode) - Method in ControllerActionTransformer
@param method a potential controller action method
migrate() - Method in LegacyDocMigrator
migrate() - Method in MigrateLegacyDocs
MigrateLegacyDocs - Class in grails.doc.gradle
Gradle task for migrating Grails 1.x gdocs to the newer Grails 2.x form with a YAML-based table of contents.
MIME_TYPE - Field in AtomRenderer
MIME_TYPE - Field in HalJsonRenderer
MIME_TYPE - Field in HalXmlRenderer
MIME_TYPE - Field in VndErrorJsonRenderer
MIME_TYPE - Field in VndErrorXmlRenderer
MIME_VERSION - Field in HttpHeaders
MimeType - Class in grails.web.mime
@author Graeme Rocher
MimeType(String, String, Map<String, String>) - Constructor in MimeType
MimeTypeProvider - Interface in grails.web.mime
Objects that expose a Mime Type.
MimeTypeResolver - Interface in grails.web.mime
Resolves the response format
mimeTypeResolver - Field in UrlMappingsHandlerMapping
mimeTypes - Field in DefaultHtmlRenderer
MimeTypesApiSupport - Class in org.grails.plugins.web.api
Support class for dealing with calls to withFormat.
MimeTypesFactoryBean - Class in org.grails.plugins.web.mime
Creates the MimeType[] object that defines the configured mime types.
MimeTypesGrailsPlugin - Class in org.grails.plugins.web.mime
Provides content negotiation capabilities to Grails via a new withFormat method on controllers as well as a format property on the HttpServletRequest instance.
MimeTypeUtils - Class in grails.web.mime
Utility methods for MimeType handling
MimeUtility - Interface in grails.web.mime
@author Graeme Rocher
MIN_CONSTRAINT - Field in ConstrainedProperty
MIN_SIZE_CONSTRAINT - Field in ConstrainedProperty
MinConstraint - Class in org.grails.validation
Implements a minimum value constraint.
MinSizeConstraint - Class in org.grails.validation
Validates minimum size or length of the property, for strings and arrays this is the length and collections the size.
MISSING_METHOD_EXCEPTION - Field in GrailsASTUtils
Mixin - Annotation Type in grails.util
@author Graeme Rocher
mixins - Field in Enhanced
@default {}
MixinTargetAware - Interface in grails.util
An interface for mixins to implement that want to be made aware of the target object
MixinTransformation - Class in org.grails.compiler.injection
The logic for the Mixin location transform.
mkdir(def) - Method in FileSystemInteraction
Makes a directory
mkdir(def) - Method in FileSystemInteractionImpl
Makes a directory
MkdirStep - Class in org.grails.cli.profile.steps
A step that makes a directory
MkdirStep(ProfileCommand, Map<String, Object>) - Constructor in MkdirStep
MockAsyncContext - Class in org.grails.plugins.testing
MockAsyncContext(HttpServletRequest, HttpServletResponse) - Constructor in MockAsyncContext
MockClosureProxy - Class in grails.test
This closure proxy stores an expectation and checks it before each call to the target closure.
MockClosureProxy(Closure<?>, String, Object) - Constructor in MockClosureProxy
Constructor.
MockFileResource - Class in org.grails.core.io
Mocks the behavior of a FileResource.
MockFileResource(String, String, String) - Constructor in MockFileResource
MockGrailsPluginManager - Class in org.grails.plugins
@author Graeme Rocher
MockGrailsPluginManager() - Constructor in MockGrailsPluginManager
MockPart - Class in org.grails.plugins.testing
MockPart(MultipartFile) - Constructor in MockPart
MockResourceLoader - Class in org.grails.core.io
Loads from the file system if its not found on the classpath.
MockStringResourceLoader - Class in org.grails.core.io
Loads Resources from Strings that are registered as Mock resources.
mode - Field in JSONWriter
The current mode.
mode - Field in XMLStreamWriter
Model - Interface in grails.codegen.model
The model of the naming conventions of a class used for Codegen
MODEL_AND_VIEW - Field in GrailsApplicationAttributes
model(Resource) - Method in ModelBuilder
A model for the given class name
ModelBuilder - Trait in grails.codegen.model
Used to build a Model for the purposes of codegen
modifyConfig() - Method in CoreGrailsPlugin.YmlConfigModifier
more() - Method in JSONTokener
Determine if the source string still contains characters that next() can consume.
mostSimilar(String, def, double) - Method in CosineSimilarity
Sort the candidates by their similarity to the specified input.
moveOriginalCodeToNewMethod(SourceUnit, ClassNode, MethodNode) - Method in TransactionalTransform
MULTIPART_FORM - Field in MimeType
MULTIPART_RESOLVER_BEAN - Field in GrailsApplication
MultiplexingOutputStream - Class in org.grails.test.io
MultiplexingOutputStream(OutputStream) - Constructor in MultiplexingOutputStream
MultiStepCommand - Class in org.grails.cli.profile
A command that executes multiple steps
MultiStepCommand(String, Profile) - Constructor in MultiStepCommand
MY_TYPE - Field in RollbackTransform
MY_TYPE - Field in TransactionalTransform

N

name - Field in AbstractProfile
NAME - Field in CreateAppCommand
NAME - Field in CreatePluginCommand
NAME - Field in CreateProfileCommand
NAME - Field in ExecuteStep
name - Field in GrailsPlugin
NAME - Field in GrailsPluginInfo
The name of the plugin
NAME - Field in HelpCommand
NAME - Field in MkdirStep
NAME - Field in OpenCommand
name - Field in PlainFormatter
NAME - Field in ProfileInfoCommand
NAME - Field in RenderStep
Named - Interface in grails.util
A interface for objects that have been assigned a name
NAMED_QUERIES - Field in GrailsDomainClassProperty
NamedArtefactTypeAstTransformation - Class in org.grails.compiler.injection
An AST transform used to apply a named artefact type
NamedArtefactTypeAstTransformation(String) - Constructor in NamedArtefactTypeAstTransformation
NamedQueryTypeCheckingExtension - Class in org.grails.compiler
@since 3.3
nameMap - Field in BasePluginFilter
Holds a name to GrailsPlugin map (String, Plugin).
names() - Method in JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
namespace - Field in AbstractUrlMapping
NAMESPACE_PROPERTY - Field in GrailsControllerClass
The name of the namespace property
namespace() - Method in Resource
Returns:
The namespace of the resource.
namespace - Field in UrlCreatorCache.ReverseMappingKey
NAMESPACE - Field in UrlMapping
The namespace of the URL mapping
namespaceRegex - Field in UrlMappingMatcher
navigableConfig - Field in AbstractProfile
NavigableMap - Class in org.grails.config
NavigableMap.NullSafeNavigator - Class in org.grails.config
NavigableMap.NullSafeNavigator(NavigableMap, List<String>) - Constructor in NavigableMap.NullSafeNavigator
NavigableMap(NavigableMap, List<String>) - Constructor in NavigableMap
NavigableMapConfig - Class in org.grails.config
A Config implementation that operates against a NavigableMap
NavigableMapConfig.ClassConversionException - Class in org.grails.config
NavigableMapConfig.ClassConversionException(String, Class<?>, Exception) - Constructor in NavigableMapConfig.ClassConversionException
NavigableMapPropertySource - Class in org.grails.config
A org.springframework.core.env.PropertySource that doesn't return values for navigable submaps
NavigableMapPropertySource(String, NavigableMap) - Constructor in NavigableMapPropertySource
navigate(String) - Method in CodeGenConfig
navigate(String) - Method in CompositeConfig
navigate(String) - Method in ConfigMap
Navigate the map for the given path
navigate(String) - Method in NavigableMap
navigate(String) - Method in NavigableMapConfig
navigate(String) - Method in PrefixedConfig
navigateConfig(String) - Method in ProjectContext
Obtains a value from the codegen configuration
navigateConfigForType(Class<T>, String) - Method in ProjectContext
Obtains a value of the given type from the codegen configuration
navigateSubMap(List<String>, boolean) - Method in NavigableMap
newArtefactClass(Class) - Method in AnnotationDomainClassArtefactHandler
newArtefactClass(Class) - Method in ArtefactHandler
newArtefactClass(Class) - Method in ArtefactHandlerAdapter
newArtefactClass(Class, MappingContext) - Method in DomainClassArtefactHandler
newInstance() - Method in AbstractGrailsClass
newInstance() - Method in ConstraintFactory
newInstance(int) - Method in FastStringPrintWriter
newInstance() - Method in GrailsClass
Creates a new instance of this class.
newInstance(Writer) - Method in GrailsPrintWriterAdapter
NewInstanceCreationException - Class in org.grails.core.exceptions
Occurs when the creation of a new instance fails.
NewInstanceCreationException(Throwable) - Constructor in NewInstanceCreationException
NEWLINE - Field in PrettyPrintJSONWriter
NEWLINE - Field in PrettyPrintXMLStreamWriter
newList(T) - Method in CollectionUtils
newMap(Object) - Method in CollectionUtils
newSAXParser() - Method in SpringIOUtils
newSet(T) - Method in CollectionUtils
newToken(int) - Method in Token
next() - Method in FlashScope
Sets the flash scope to the next state upon a new request
next() - Method in GrailsFlashScope
next(int) - Method in JSONTokener
Get the next n characters.
next - Field in Token
A reference to the next regular (non-special) token from the input stream.
nextClean() - Method in JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextString(char) - Method in JSONTokener
Return the characters up to the next close quote character.
nextTo(String) - Method in JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextValue() - Method in JSONTokener
Get the next value.
NO_BINDABLE_PROPERTIES - Field in DefaultASTDatabindingHelper
NO_FRAGMENTS - Field in UrlValidator
Enabling this options disallows any URL fragments.
NOANSI_ARGUMENT - Field in CommandLine
noImplicitThis(MethodCallExpression) - Method in GrailsASTUtils
NON_INTERACTIVE_ARGUMENT - Field in CommandLine
NONE_ENCODER - Field in BasicCodecLookup
NONE_ENCODER - Field in DefaultEncodingStateRegistry
NoneEncoder - Class in org.grails.encoder.impl
@author Lari Hotari
nonGeneric(ClassNode, ClassNode) - Method in GrailsASTUtils
noRollbackFor - Field in Transactional
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must not cause a transaction rollback.
noRollbackForClassName - Field in Transactional
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable) indicating which exception types must not cause a transaction rollback.
NOT_EQUAL_CONSTRAINT - Field in ConstrainedProperty
NOT_EQUALS_OPERATOR - Field in GrailsASTUtils
NOT_PREFIX - Field in ConstrainedProperty
NoteMacro - Class in grails.doc
NotEqualConstraint - Class in org.grails.validation
Validates not equal to something.
notFound() - Method in RestfulController
notify(String, Object) - Method in CommandEvents
Notify of an event
notifyBufferChange() - Method in StreamCharBuffer
notifyOfEvent(int, Object) - Method in DefaultGrailsPlugin
notifyOfEvent(int, Object) - Method in GrailsPlugin
Notifies the plugin of a specific event for the given event id, which is one of ON_CHANGE, ON_CONFIG_CHANGE
notifyPreferSubChunkEnabled() - Method in StreamCharBuffer
NOTMET_SUFFIX - Field in ConstrainedProperty
NotTransactional - Annotation Type in grails.transaction
Marks a specific method to be skipped by the @Transactional annotation added at class level
NULL_EXPRESSION - Field in GrailsASTUtils
NULL_RESOURCE - Field in DefaultResourceLocator
NULL_RESOURCE - Field in ResourceLocator
NULLABLE_CONSTRAINT - Field in ConstrainedProperty
NullableConstraint - Class in org.grails.validation
Validates not null.
NullPersistentContextInterceptor - Class in grails.persistence.support
A dummy persistence context interceptor that does nothing.
numberToString(Number) - Method in JSONObject
Produce a string from a number.

O

OBJECT_CLASS - Field in AbstractGrailsArtefactTransformer
OBJECT_CLASS - Field in GrailsASTUtils
OBJECT_CLASS - Field in MixinTransformation
OBJECT_CLASS_NODE - Field in GrailsASTUtils
object() - Method in JSONWriter
Begin appending a new object.
object() - Method in PathCapturingJSONWriterWrapper
object() - Method in PrettyPrintJSONWriter
OBSERVE - Field in GrailsPlugin
The field that represents the plugin names that this plugin is observing for changes.
OFFLINE_ARGUMENT - Field in CommandLine
OFFLINE_MODE - Field in BuildSettings
ON_CHANGE - Field in GrailsPlugin
Defines the name of the property that defines the closure that will be invoked when a watched resource changes
on(String, Closure) - Method in CommandEvents
Register to listen for an event
ON_CONFIG_CHANGE - Field in GrailsPlugin
Defines the name of the property that defines the closure that will be invoked when a the Grails configuration object changes
ON_SHUTDOWN - Field in GrailsPlugin
Defines the name of the property that holds a closure to be invoked when shutdown is called
onApplicationEvent(ApplicationEvent) - Method in AbstractGrailsApplication
onApplicationEvent(ContextRefreshedEvent) - Method in BeanCreationProfilingPostProcessor
onApplicationEvent(ApplicationContextEvent) - Method in GrailsApplicationPostProcessor
onApplicationEvent(ContextClosedEvent) - Method in GrailsDomainClassCleaner
onChange(Map<String, Object>) - Method in CodecsGrailsPlugin
onChange(Map<String, Object>) - Method in ControllersGrailsPlugin
onChange(Map<String, Object>) - Method in CoreGrailsPlugin
onChange(File) - Method in DirectoryWatcher.FileChangeListener
Fired when a file changes
onChange(File, List<String>) - Method in FileExtensionFileChangeListener
onChange(Map<String, Object>) - Method in I18nGrailsPlugin
onChange(Map<String, Object>) - Method in InterceptorsGrailsPlugin
onChange(Map<String, Object>) - Method in Plugin
Invoked when a object this plugin is watching changes
onChange(Map<String, Object>) - Method in RestResponderGrailsPlugin
onChange(Map<String, Object>) - Method in ServicesGrailsPlugin
onChange(Map<String, Object>) - Method in UrlMappingsGrailsPlugin
onConfigChange(Map<String, Object>) - Method in GrailsApplicationLifeCycle
Invoked when the application configuration changes
onConfigChange(Map<String, Object>) - Method in GrailsApplicationLifeCycleAdapter
onConfigChange(Map<String, Object>) - Method in GrailsAutoConfiguration
onConfigChange(Map<String, Object>) - Method in Plugin
Invoked when the application configuration changes
onNew(File) - Method in DirectoryWatcher.FileChangeListener
Fired when a new file is created
onNew(File, List<String>) - Method in FileExtensionFileChangeListener
onRefresh() - Method in GrailsApplicationContext
Initialize the theme capability.
onShutdown(Map<String, Object>) - Method in BootStrapClassRunner
onShutdown(Map<String, Object>) - Method in DataSourceGrailsPlugin
onShutdown(Map<String, Object>) - Method in GrailsApplicationLifeCycle
Invoked when the org.springframework.context.ApplicationContext is closed
onShutdown(Map<String, Object>) - Method in GrailsApplicationLifeCycleAdapter
onShutdown(Map<String, Object>) - Method in GrailsAutoConfiguration
onShutdown(Map<String, Object>) - Method in Plugin
Invoked when the org.springframework.context.ApplicationContext is closed
onStartup(Map<String, Object>) - Method in AbstractGrailsPluginManager
onStartup(Map<String, Object>) - Method in BootStrapClassRunner
onStartup(Map<String, Object>) - Method in GrailsApplicationLifeCycle
onStartup(Map<String, Object>) - Method in GrailsApplicationLifeCycleAdapter
onStartup(Map<String, Object>) - Method in GrailsAutoConfiguration
onStartup(Map<String, Object>) - Method in GrailsPluginManager
Executes the Plugin.onStartup hook for all plugins
onStartup(Map<String, Object>) - Method in Plugin
OPEN_SESSION_IN_VIEW_INTERCEPTOR_BEAN - Field in GrailsApplication
OpenCommand - Class in org.grails.cli.profile.commands
@author graemerocher
openGradleConnection(File) - Method in GradleUtil
openStream(File) - Method in IOUtils
Gracefully opens a stream for a file, throwing exceptions where appropriate.
opt(int) - Method in JSONArray
Get the optional object value associated with an index.
opt(String) - Method in JSONObject
Get an optional value associated with a key.
optBoolean(int, boolean) - Method in JSONArray
Get the optional boolean value associated with an index.
optBoolean(String, boolean) - Method in JSONObject
Get an optional boolean associated with a key.
optDouble(int, double) - Method in JSONArray
Get the optional double value associated with an index.
optDouble(String, double) - Method in JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
OptimizedAutowireCapableBeanFactory - Class in org.grails.spring.beans.factory
Applies autowiring performance optimizations to Spring
OptimizedAutowireCapableBeanFactory() - Constructor in OptimizedAutowireCapableBeanFactory
Default constructor.
optInt(int, int) - Method in JSONArray
Get the optional int value associated with an index.
optInt(String, int) - Method in JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
Option - Class in org.grails.build.parsing
Represents a command line option.
Option(String, String) - Constructor in Option
OPTIONAL_EXTENSION_WILDCARD_PATTERN - Field in RegexUrlMapping
OPTIONAL_EXTENSION_WILDCARD - Field in UrlMapping
optionValue(String) - Method in CommandLine
The value of an option
optionValue(String) - Method in DefaultCommandLine
optJSONArray(int) - Method in JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in JSONObject
Get an optional JSONObject associated with a key.
optLong(int, long) - Method in JSONArray
Get the optional long value associated with an index.
optLong(String, long) - Method in JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int, String) - Method in JSONArray
Get the optional string associated with an index.
optString(String, String) - Method in JSONObject
Get an optional string associated with a key.
original() - Method in SystemStreamsRedirector
ORM_MAPPING - Field in GrailsDomainClass
OUT - Field in GrailsApplicationAttributes
out - Field in GrailsPrintWriter
OutputAwareHttpServletResponse - Class in org.grails.web.servlet.mvc
Tracks whether getOutputStream() was called in order to prevent calls to getWriter() after getOutputStream() has been called
outputMissingArgumentsMessage(Command) - Method in GrailsCli
owningClass - Field in ConstrainedProperty

P

packageNames() - Method in GrailsAutoConfiguration
Returns:
The package names to scan.
packages() - Method in GrailsAutoConfiguration
@return The packages to scan
PackagingException - Class in org.grails.core.io.watch
Exception thrown when there was an error in the packing process of an application.
PackagingException(String, Throwable) - Constructor in PackagingException
padAnsi(String, String, int) - Method in AnsiConsoleUrlMappingsRenderer
PAGE_SCOPE - Field in GrailsApplicationAttributes
Pair - Class in grails.util
Pair(A, B) - Constructor in Pair
ParameterCreationListener - Interface in org.grails.web.servlet.mvc
A callback interface that is fired when the params object is created
parametersEqual(Parameter, Parameter) - Method in GrailsASTUtils
@return true if the two arrays are of the same size and have the same contents
parameterValues - Field in AbstractUrlMapping
paramKeys - Field in UrlCreatorCache.ReverseMappingKey
PARAMS_OBJECT - Field in GrailsApplicationAttributes
PARAMS_VARIABLE - Field in ResourceTransform
ParamsAwareLocaleChangeInterceptor - Class in org.grails.web.i18n
A LocaleChangeInterceptor instance that is aware of the Grails params object.
paramsCreated(GrailsParameterMap) - Method in ParameterCreationListener
Fired when the params object is created
paramValues - Field in UrlCreatorCache.ReverseMappingKey
PARENT_APPLICATION_CONTEXT - Field in ApplicationAttributes
parent - Field in DefaultRuntimeSpringConfiguration
ParentApplicationContextAware - Interface in grails.core.support
Allows objects to be aware of the Grails parent application context.
parentContext - Field in AbstractGrailsApplication
parentNames - Field in AbstractProfile
parentProfiles - Field in AbstractProfile
parentTargetFolder - Field in AbstractProfile
parse(String, MimeType) - Method in AcceptHeaderParser
Parses an Accept header into an ordered array of MimeType definitions
parse(DefaultCommandLine, String) - Method in CommandLineParser
parse(String, MimeType) - Method in DefaultAcceptHeaderParser
parse(String) - Method in DefaultUrlMappingParser
parse() - Method in JSONParser
parse(String) - Method in UrlMappingParser
Parses the given URI pattern into a UrlMappingData instance
parseCurrentVersion(File) - Method in MavenProfileRepository
ParseException - Class in org.grails.web.json.parser
This exception is thrown when parse errors are encountered.
ParseException(String) - Constructor in ParseException
Constructor with message.
parseJSON() - Method in JSONParser
parseNew(String) - Method in CommandLine
Parses a new CommandLine instance that combines this instance with the given arguments
parseNew(String) - Method in DefaultCommandLine
parseRequest - Field in AbstractUrlMapping
parseRequest(HttpServletRequest) - Method in ContentLengthAwareCommonsMultipartResolver
parseString(String, String) - Method in CommandLineParser
Parses a string of all the command line options converting them into an array of arguments to pass to #parse(String..args)
passArguments - Field in GradleStep
patch() - Method in RestfulController
Updates a resource for the given id
patchMatchingResolver - Field in DefaultResourceLocator
patchMatchingResolver - Field in ResourceLocator
PATH_ATTRIBUTE - Field in AbstractVndErrorRenderer
PATH_TO_VIEWS - Field in GrailsApplicationAttributes
PATH_TO_VIEWS - Field in GroovyPagesUriSupport
PathCapturingJSONWriterWrapper - Class in org.grails.web.json
TODO Proof of concept Should capture the JSON Path to the current element
PathCapturingJSONWriterWrapper(JSONWriter) - Constructor in PathCapturingJSONWriterWrapper
pathMatcher - Field in UrlMappingMatcher
PathMatchingResourcePatternResolver - Class in org.grails.io.support
A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.
PathMatchingResourcePatternResolver(ResourceLoader) - Constructor in PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver.
patterns - Field in GrailsResourceUtils
PdfBuilder - Class in grails.doc
pdfCss() - Method in PdfBuilder
PdfPublisher - Class in grails.doc
performGrailsInitializationSequence() - Method in GrailsApplicationPostProcessor
performInjection(SourceUnit, ClassNode) - Method in AbstractGrailsArtefactTransformer
performInjection(SourceUnit, ClassNode) - Method in ApplicationClassInjector
performInjection(SourceUnit, ClassNode, Collection<ClassInjector>) - Method in ArtefactTypeAstTransformation
performInjection(SourceUnit, ClassNode) - Method in ClassInjector
Handles injection of properties, methods etc. into a class.
performInjection(SourceUnit, ClassNode) - Method in ControllerActionTransformer
performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in ControllerDomainTransformer
performInjection(SourceUnit, ClassNode) - Method in DefaultGrailsDomainClassInjector
performInjection(SourceUnit, ClassNode) - Method in GlobalClassInjectorAdapter
performInjection(SourceUnit, ClassNode) - Method in LoggingTransformer
performInjectionInternal(String, SourceUnit, ClassNode) - Method in AbstractGrailsArtefactTransformer
Subclasses can override to provide additional transformation
performInjectionInternal(SourceUnit, ClassNode) - Method in BootInitializerClassInjector
performInjectionInternal(SourceUnit, ClassNode) - Method in GlobalClassInjectorAdapter
performInjectionOnAnnotatedClass(SourceUnit, GeneratorContext, ClassNode) - Method in AbstractGrailsArtefactTransformer
performInjectionOnAnnotatedClass(SourceUnit, GeneratorContext, ClassNode) - Method in AnnotatedClassInjector
Performs injection on an annotated entity
performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in ApplicationClassInjector
performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in ClassInjector
Handles injection of properties, methods etc. into a class.
performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in ControllerActionTransformer
performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in DefaultGrailsDomainClassInjector
performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in GlobalClassInjectorAdapter
performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in LoggingTransformer
performInjectionOnAnnotatedEntity(ClassNode) - Method in DefaultGrailsDomainClassInjector
performInjectionOnAnnotatedEntity(ClassNode) - Method in GrailsDomainClassInjector
Doesn't check with the specified ClassNode is a valid entity and assumes it is and proceeds with the injection regardless.
performInjectionOnArtefactType(SourceUnit, ClassNode, String) - Method in AbstractArtefactTypeAstTransformation
performInjectionOnArtefactType(SourceUnit, ClassNode, String) - Method in ArtefactTypeAstTransformation
performInstanceImplementationInjection(SourceUnit, ClassNode, Map<String, ClassNode>, Class) - Method in AbstractGrailsArtefactTransformer
performStaticImplementationInjection(ClassNode, Map<String, ClassNode>, Class) - Method in AbstractGrailsArtefactTransformer
performTraitInjectionOnArtefactType(SourceUnit, ClassNode, String) - Method in ArtefactTypeAstTransformation
PERMANENT - Field in UrlMapping
PersistenceContextInterceptor - Interface in grails.persistence.support
Sets up the persistent context before and after a Grails operation is invoked.
PersistenceContextInterceptorExecutor - Class in grails.persistence.support
Executes persistence context interceptors phases.
PersistenceContextInterceptorExecutor(Collection<PersistenceContextInterceptor>) - Constructor in PersistenceContextInterceptorExecutor
PersistenceMethod - Annotation Type in grails.persistence
A marker annotation for methods added to a class that are for persistence purposes
persistHistory() - Method in GrailsConsole
phaseName - Field in JUnitReportsFactory
PLAIN - Field in JUnitReportsFactory
PlainFormatter - Class in org.grails.test.report.junit
Sanitises the stack traces generated by tests.
PlainFormatter(String, File) - Constructor in PlainFormatter
Plugin - Class in grails.plugins
Super class for plugins to implement.
PLUGIN_DESCRIPTOR_PATH - Field in BinaryGrailsPlugin
PLUGIN_EXCLUDES - Field in GrailsPlugin
The field that represents the list of resources to exclude from plugin packaging
PLUGIN_GROOVY - Field in AbstractGrailsPlugin
PLUGIN_GROOVY_PATH - Field in AbstractGrailsPlugin
PLUGIN_LOAD_AFTER_NAMES - Field in GrailsPlugin
The name of the property that provides a list of plugins this plugin should after before
PLUGIN_LOAD_BEFORE_NAMES - Field in GrailsPlugin
The name of the property that provides a list of plugins this plugin should load before
PLUGIN_MANAGER - Field in ApplicationAttributes
PLUGIN_NAME - Field in ControllerArtefactHandler
PLUGIN_NAME - Field in DomainClassArtefactHandler
PLUGIN_NAME - Field in InterceptorArtefactHandler
PLUGIN_NAME - Field in ServiceArtefactHandler
PLUGIN_SOURCE_ANNOTATION - Field in BootInitializerClassInjector
PLUGIN - Field in UrlMapping
The plugin of the URL Mapping
PLUGIN_YML - Field in AbstractGrailsPlugin
PLUGIN_YML_PATH - Field in AbstractGrailsPlugin
PluginAstReader.BasicGrailsPluginInfo - Class in org.grails.compiler.injection
Simple Javabean implementation of the GrailsPluginInfo interface.
PluginAstReader.BasicGrailsPluginInfo() - Constructor in PluginAstReader.BasicGrailsPluginInfo
PluginAwareResourceBundleMessageSource - Class in org.grails.spring.context.support
A ReloadableResourceBundleMessageSource that is capable of loading message sources from plugins.
PluginAwareResourceBundleMessageSource(GrailsApplication, GrailsPluginManager) - Constructor in PluginAwareResourceBundleMessageSource
pluginBaseNames - Field in PluginAwareResourceBundleMessageSource
pluginBean - Field in DefaultGrailsPlugin
pluginClass - Field in AbstractGrailsPlugin
pluginClasses - Field in AbstractGrailsPluginManager
PluginException - Class in grails.plugins.exceptions
PluginException(Throwable) - Constructor in PluginException
PluginFilter - Interface in grails.plugins
Defines interface for obtaining a sublist of GrailsPlugin instances based on an original supplied list of GrailsPlugin instances.
PluginFilterRetriever - Class in org.grails.plugins
Implements mechanism for figuring out what PluginFilter implementation to use based on a set of provided configuration properties.
pluginList - Field in AbstractGrailsPluginManager
pluginManager - Field in DefaultResourceLocator
pluginManager - Field in GrailsApplicationPostProcessor
pluginManager - Field in PluginAwareResourceBundleMessageSource
PluginManagerAware - Interface in grails.plugins
For implementors interested in obtaining a reference to the Grails PluginManager instance.
PluginManagerAwareBeanPostProcessor - Class in org.grails.spring.beans
Auto-injects beans that implement PluginManagerAware.
PluginManagerAwareBeanPostProcessor(GrailsPluginManager) - Constructor in PluginManagerAwareBeanPostProcessor
PluginManagerLoader - Interface in grails.plugins
Interface for a class that loads plugins
pluginName - Field in AbstractUrlMapping
pluginName - Field in UrlCreatorCache.ReverseMappingKey
PluginPathAwareFileSystemResourceLoader - Class in org.grails.core.io
FileSystemResourceLoader capable of understanding paths to plugins via the ResourceLocator interface
pluginResources - Field in AbstractGrailsPluginManager
plugins - Field in AbstractGrailsPluginManager
plugins(Closure) - Method in GrailsExtension
Allows defining plugins in the available scopes
PLUGINS_PATH - Field in GrailsPlugin
The prefix used in plug-ins paths
PluginSource - Annotation Type in grails.plugins.metadata
Source level annotation that indicates that a given source file is part of a plugin
plus(Object) - Method in GrailsPrintWriter
plus(Object) - Method in GrailsPrintWriterAdapter
plus(Object) - Method in NavigableMap.NullSafeNavigator
plus(Object) - Method in StreamCharBuffer
POOL - Field in GradleAsyncInvoker
pop(JSONWriter.Mode) - Method in JSONWriter
Pop an array or object scope.
pop(Mode) - Method in PathCapturingJSONWriterWrapper
populate(Closure) - Method in ClosureToMapPopulator
populateAllClasses() - Method in DefaultGrailsApplication
populateAutowiredApiLookupMethod(ClassNode, ClassNode, String, String, BlockStatement) - Method in AbstractGrailsArtefactTransformer
populateBeanInAutowireByName(Object) - Method in OptimizedAutowireCapableBeanFactory
populateContextLoader() - Method in GrailsCli
populateDefaultApiLookupMethod(ClassNode, String, String, BlockStatement) - Method in AbstractGrailsArtefactTransformer
populateDescription() - Method in CreateAppCommand
populateDescription() - Method in CreatePluginCommand
populateDescription() - Method in CreateProfileCommand
populateErrors(def, BindingResult) - Method in GrailsWebDataBinder
populatePackages(File, File, Collection<String>, String) - Method in ResourceUtils
populateParamsForMapping(GrailsWebRequest) - Method in AbstractUrlMappingInfo
Populates request parameters for the given UrlMappingInfo instance using the GrailsWebRequest
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in GrailsInterceptorHandlerInterceptorAdapter
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in UrlMappingsHandlerMapping.ErrorHandlingHandler
postProcess(SourceUnit, AnnotationNode, ClassNode, String) - Method in ArtefactTypeAstTransformation
postProcessAfterInitialization(Object, String) - Method in BeanCreationProfilingPostProcessor
postProcessAfterInitialization(Object, String) - Method in BeanPostProcessorAdapter
@param bean
postProcessAfterInitialization(Object, String) - Method in ProfilingGrailsApplicationPostProcessor
postProcessAfterInstantiation(Object, String) - Method in BeanCreationProfilingPostProcessor
postProcessAfterInstantiation(Object, String) - Method in TransactionManagerPostProcessor
Injects the platform transaction manager into the given bean if that bean implements the TransactionManagerAware interface.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in GrailsApplicationPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in ChainedTransactionManagerPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in GrailsApplicationPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in GrailsWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in MapBasedSmartPropertyOverrideConfigurer
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in ServiceBeanAliasPostProcessor
postProcessBeforeInitialization(Object, String) - Method in BeanCreationProfilingPostProcessor
postProcessBeforeInitialization(Object, String) - Method in BeanPostProcessorAdapter
@param bean
postProcessBeforeInitialization(Object, String) - Method in ClassLoaderAwareBeanPostProcessor
postProcessBeforeInitialization(Object, String) - Method in GrailsApplicationAwareBeanPostProcessor
postProcessBeforeInitialization(Object, String) - Method in PluginManagerAwareBeanPostProcessor
postProcessBeforeInitialization(Object, String) - Method in ProfilingGrailsApplicationPostProcessor
postProcessBeforeInstantiation(Class<?>, String) - Method in BeanCreationProfilingPostProcessor
postProcessPropertyValues(PropertyValues, PropertyDescriptor, Object, String) - Method in BeanCreationProfilingPostProcessor
postValidate(Object, Errors) - Method in GrailsDomainClassValidator
Subclasses can overrite to provide custom handling of the errors object post validation.
PRAGMA - Field in HttpHeaders
prefix - Field in PrefixedConfig
PrefixedConfig - Class in org.grails.config
A config that accepts a prefix
PrefixedConfig(String, Config) - Constructor in PrefixedConfig
PrefixedMapPropertySource - Class in org.grails.config
A org.springframework.core.env.PropertySource with keys prefixed by the given prefix
PrefixedMapPropertySource(String, EnumerablePropertySource) - Constructor in PrefixedMapPropertySource
prefixTokens - Field in PrefixedConfig
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in GrailsInterceptorHandlerInterceptorAdapter
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in ParamsAwareLocaleChangeInterceptor
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in UrlMappingsHandlerMapping.ErrorHandlingHandler
prepareBeanFactory(ConfigurableListableBeanFactory) - Method in GrailsApplicationContext
prepareBeanFactory(ConfigurableListableBeanFactory) - Method in GrailsWebApplicationContext
prepareHistory() - Method in GrailsConsole
Prepares a history file to be used by the ConsoleReader.
prepareRead() - Method in StreamByteBuffer
preprocessValue(def) - Method in GrailsWebDataBinder
preprocessValue(def) - Method in SimpleDataBinder
prettyPrint(Throwable) - Method in DefaultStackTracePrinter
prettyPrint(Throwable) - Method in ErrorsViewStackTracePrinter
prettyPrint(Throwable) - Method in StackTracePrinter
Pretty print the given stack trace and return the result
prettyPrint() - Method in StopWatch
Return a string with a table describing all tasks performed.
prettyPrintCodeSnippet(Throwable) - Method in CodeSnippetPrinter
Attempts to present a preview code snippet of the code that went wrong
prettyPrintCodeSnippet(Throwable) - Method in DefaultErrorsPrinter
prettyPrintCodeSnippet(Throwable) - Method in ErrorsViewStackTracePrinter
PrettyPrintJSONWriter - Class in org.grails.web.json
A JSONWriter dedicated to create indented/pretty printed output.
PrettyPrintJSONWriter(Writer, String) - Constructor in PrettyPrintJSONWriter
PrettyPrintXMLStreamWriter - Class in org.grails.web.xml
A XMLStreamWriter dedicated to create indented/pretty printed output.
PrettyPrintXMLStreamWriter(StreamingMarkupWriter, String) - Constructor in PrettyPrintXMLStreamWriter
prevCharIsCR - Field in SimpleCharStream
prevCharIsLF - Field in SimpleCharStream
previousOut - Field in GrailsPrintWriter
PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Field in GrailsClassUtils
print(Object) - Method in DevNullPrintStream
print(String) - Method in GrailsConsoleErrorPrintStream
print(String) - Method in GrailsConsolePrintStream
print(GStringImpl) - Method in GrailsPrintWriter
print(Writable) - Method in GrailsPrintWriterAdapter
print(String) - Method in SystemOutAndErrSwapper.TestOutputCapturingPrintStream
printCausedByMessage(PrintWriter, Throwable) - Method in DefaultStackTracePrinter
printf(Locale, String, Object) - Method in DevNullPrintStream
printFailureLocation(PrintWriter, String, String, String) - Method in DefaultStackTracePrinter
printHeader(PrintWriter, String) - Method in DefaultStackTracePrinter
printLastEntry(PrintWriter, String, String, String) - Method in DefaultStackTracePrinter
println(Object) - Method in DevNullPrintStream
println(Object) - Method in GrailsConsoleErrorPrintStream
println(Object) - Method in GrailsConsolePrintStream
println(StreamCharBuffer) - Method in GrailsPrintWriter
println(StreamCharBuffer) - Method in GrailsPrintWriterAdapter
println(Object) - Method in SystemOutAndErrSwapper.TestOutputCapturingPrintStream
printRunStatus(ConfigurableApplicationContext) - Method in GrailsApp
printSanitizedStackTrace(Throwable) - Method in GrailsUtil
printStackLine(PrintWriter, String, String, String) - Method in DefaultStackTracePrinter
PRIVATE_STATIC_MODIFIER - Field in ClassInjector
processAwareInterfaces(GrailsApplication, Object) - Method in GrailsApplicationAwareBeanPostProcessor
processIndexedProperty(def, MetaProperty, IndexedPropertyReferenceDescriptor, def, DataBindingSource, DataBindingListener, def) - Method in GrailsWebDataBinder
processIndexedProperty(def, MetaProperty, IndexedPropertyReferenceDescriptor, def, DataBindingSource, DataBindingListener, def) - Method in SimpleDataBinder
processOption(DefaultCommandLine, String) - Method in CommandLineParser
processProperty(def, MetaProperty, def, DataBindingSource, DataBindingListener, def) - Method in GrailsWebDataBinder
processProperty(def, MetaProperty, def, DataBindingSource, DataBindingListener, def) - Method in SimpleDataBinder
processSystemArg(DefaultCommandLine, String) - Method in CommandLineParser
processTraitsForNode(SourceUnit, ClassNode, String, CompilationUnit) - Method in TraitInjectionUtils
processUrls() - Method in MavenProfileRepository
processValidate(Object, Object, Errors) - Method in AbstractConstraint
processValidate(Object, Object, Errors) - Method in AbstractVetoingConstraint
processValidate(Object, Object, Errors) - Method in CreditCardConstraint
processValidate(Object, Object, Errors) - Method in EmailConstraint
processValidate(Object, Object, Errors) - Method in InListConstraint
processValidate(Object, Object, Errors) - Method in MatchesConstraint
processValidate(Object, Object, Errors) - Method in MaxConstraint
processValidate(Object, Object, Errors) - Method in MaxSizeConstraint
processValidate(Object, Object, Errors) - Method in MinConstraint
processValidate(Object, Object, Errors) - Method in MinSizeConstraint
processValidate(Object, Object, Errors) - Method in NotEqualConstraint
processValidate(Object, Object, Errors) - Method in RangeConstraint
processValidate(Object, Object, Errors) - Method in ScaleConstraint
{@inheritDoc}
processValidate(Object, Object, Errors) - Method in SizeConstraint
processValidate(Object, Object, Errors) - Method in UrlConstraint
processValidate(Object, Object, Errors) - Method in ValidatorConstraint
processValidateWithVetoing(Object, Object, Errors) - Method in AbstractVetoingConstraint
processValidateWithVetoing(Object, Object, Errors) - Method in BlankConstraint
processValidateWithVetoing(Object, Object, Errors) - Method in NullableConstraint
processVariableScopes(SourceUnit, ClassNode, MethodNode) - Method in GrailsASTUtils
Profile - Interface in org.grails.cli.profile
A Profile defines an active code generation and command execution policy.
PROFILE - Field in BuildSettings
The name of the profile being used
PROFILE_COMMANDS - Field in ProfileCompilerTask
PROFILE_CONFIGURATION - Field in GrailsGradlePlugin
PROFILE_FLAG - Field in CreateAppCommand
PROFILE_NAME - Field in ProfileCompilerTask
PROFILE_REPOSITORIES - Field in BuildSettings
Specifies the profile repositories to use
ProfileCommand - Interface in org.grails.cli.profile
A Command applicable only to a certain Profile
ProfileCompilerTask - Class in org.grails.gradle.plugin.profiles.tasks
Compiles the classes for a profile
ProfileCompilerTask() - Constructor in ProfileCompilerTask
profileDir - Field in AbstractProfile
ProfileInfoCommand - Class in org.grails.cli.profile.commands
A command to find out information about the given profile
ProfileInfoCommand() - Constructor in ProfileInfoCommand
ProfileRepository - Interface in org.grails.cli.profile
A repository of Profile instances
profileRepository - Field in AbstractProfile
ProfileRepositoryAware - Interface in org.grails.cli.profile
For commands and steps that need to be made aware of the ProfileRepository to implement
PROFILES - Field in GrailsPlugin
The profiles for which this plugin is active
profilesByName - Field in AbstractJarProfileRepository
ProfilingGrailsApplicationPostProcessor - Class in grails.boot.config.tools
Profiles bean creation outputting data to the console
ProfilingGrailsApplicationPostProcessor(GrailsApplicationLifeCycle, ApplicationContext, Class) - Constructor in ProfilingGrailsApplicationPostProcessor
ProfilingGrailsPluginManager - Class in org.grails.plugins
A GrailsPluginManager implementation that outputs profile data to a logger.
ProfilingGrailsPluginManager(String, GrailsApplication) - Constructor in ProfilingGrailsPluginManager
PROJECT_AUTODEPLOY_DIR - Field in BuildSettings
The name of the WAR file of the project
PROJECT_CLASSES_DIR - Field in BuildSettings
The name of the system property for the project classes directory.
PROJECT_DOCS_OUTPUT_DIR - Field in BuildSettings
The name of the system property for documentation output directory
PROJECT_META_FILE - Field in GrailsApplication
The name of the project metadata file
PROJECT_RESOURCES_DIR - Field in BuildSettings
The name of the system property for #.
PROJECT_SOURCE_DIR - Field in BuildSettings
The name of the system property for project source directory.
PROJECT_TARGET_DIR - Field in BuildSettings
The name of the system property for the the project target directory.
PROJECT_TEST_CLASSES_DIR - Field in BuildSettings
The name of the system property for project test classes directory.
PROJECT_TEST_REPORTS_DIR - Field in BuildSettings
The name of the system property for test reported directory
PROJECT_TEST_SOURCE_DIR - Field in BuildSettings
The name of the property specification test locations, must be set of the directory is changed from src/test/groovy
PROJECT_WAR_FILE - Field in BuildSettings
The name of the WAR file of the project
PROJECT_WORK_DIR - Field in BuildSettings
The name of the system property for the project work directory
ProjectCommand - Interface in org.grails.cli.profile
A marker interface for commands that are global, but apply only within the context of a project
ProjectContext - Interface in org.grails.cli.profile
The project context used by a Profile
projectContext - Field in CachedGradleOperation
ProjectContextAware - Interface in org.grails.cli.profile
Interface for components that want to be made aware of the proxy context
projectPath(Object) - Method in FileSystemInteraction
Obtain the path of the resource relative to the current project
projectPath(Object) - Method in FileSystemInteractionImpl
Obtain the path of the resource relative to the current project
projectPaths - Field in FetchAllTaskSelectorsBuildAction.AllTasksModel
PROMPT - Field in GrailsConsole
propagation - Field in Transactional
The transaction propagation type.
PROPERTIES_EXTENSION - Field in BinaryGrailsPlugin
PROPERTIES_PROPERTY - Field in GrailsDomainConfigurationUtil
PropertiesEditor - Class in org.grails.beans.support
Fixed version of Spring's PropertiesEditor that converts all keys and values to String values
PROPERTY_DATA_SOURCE - Field in TransactionalTransform
PROPERTY_NAME - Field in ConstraintsEvaluator
PROPERTY_NAME - Field in GrailsDomainConfigurationUtil
PROPERTY_REGISTRY - Field in GrailsApplicationAttributes
PROPERTY_RELOAD_AGENT_PATH - Field in Support
PropertyEditorRegistryUtils - Class in org.grails.web.beans
@author Graeme Rocher
propertyMissing(ApplicationContext, String) - Method in ApplicationContextExtension
Adds the ability to get beans via the dot operator
propertyMissing(HttpServletRequest, String, def) - Method in HttpServletRequestExtension
propertyMissing(HttpSession, String) - Method in HttpSessionExtension
propertyMissing(ServletContext, String) - Method in ServletContextExtension
propertyMissing(String) - Method in SettingsFile
propertyName - Field in ConstrainedProperty
propertyNames() - Method in ConfigProperties
propertyNames - Field in EnvironmentAwarePropertySource
propertySource - Field in AbstractGrailsPlugin
propertySources - Field in PropertySourcesConfig
PropertySourcesConfig - Class in org.grails.config
@author Graeme Rocher
PropertySourcesConfig(PropertySource) - Constructor in PropertySourcesConfig
propertySourcesPropertyResolver - Field in PropertySourcesConfig
propertyType - Field in ConstrainedProperty
PROVIDED_ARTEFACTS - Field in GrailsPlugin
The name of the property that provides a list of shipped, but overridable artefacts
PROVIDED_SCOPE - Field in BuildSettings
PROVIDED_SCOPE_DESC - Field in BuildSettings
PROXY_AUTHENTICATE - Field in HttpHeaders
PROXY_AUTHORIZATION - Field in HttpHeaders
PROXY_CONNECTION - Field in HttpHeaders
PROXY_HTTP_PASSWORD - Field in BuildSettings
The http proxy password
PROXY_HTTP_USER - Field in BuildSettings
The http proxy username
PROXY_SELECTOR - Field in BuildSettings
The proxy selector object to use when connecting remotely from the CLI
ProxyHandler - Interface in grails.core.support.proxy
Interface that defines logic for handling proxied instances
proxyMappingContext - Field in DefaultGrailsApplication
PUBLIC_STATIC_MODIFIER - Field in AbstractGrailsArtefactTransformer
publish() - Method in DocPublisher
publish() - Method in PublishPdf
PUBLISHED_TAG - Field in AtomRenderer
PublishGuide - Class in grails.doc.gradle
Gradle task for generating a gdoc-based HTML user guide.
publishGuide() - Method in PublishGuide
PublishGuideTask - Class in org.grails.gradle.plugin.doc
A task used to publish the user guide if a publin that is in GDoc format
PublishPdf - Class in grails.doc.gradle
Gradle task for generating a gdoc-based PDF user guide.
publishPdfFromHtml(File, String, String) - Method in PdfPublisher
push(JSONWriter.Mode) - Method in JSONWriter
Push an array or object scope.
push(Mode) - Method in PathCapturingJSONWriterWrapper
put(Object, Object) - Method in AbstractTypeConvertingMap
put(String, Object) - Method in CodeGenConfig
put(String, Object) - Method in CompositeConfig
put(Object, Object) - Method in DataBindingLazyMetaPropertyMap
put(String, Object) - Method in FlatConfig
put(def, def) - Method in GPathResultMap
put(String, Object) - Method in GrailsFlashScope
put(Object, Object) - Method in GrailsParameterMap
put(int, Object) - Method in JSONArray
Put or replace an object value in the JSONArray.
put(Object, Object) - Method in JSONObject
put(String, def) - Method in LazyBeanMap
put(Object, Object) - Method in LazyMetaPropertyMap
put(String, Object) - Method in NavigableMap
put(String, Object) - Method in NavigableMap.NullSafeNavigator
put(String, Object) - Method in NavigableMapConfig
put(String, Object) - Method in PrefixedConfig
putAll(Map) - Method in AbstractTypeConvertingMap
putAll(Map<? extends String, ?>) - Method in CodeGenConfig
putAll(Map<? extends String, ?>) - Method in CompositeConfig
putAll(Map<? extends String, ?>) - Method in FlatConfig
putAll(Map) - Method in GPathResultMap
putAll(Map<? extends String, ? extends Object>) - Method in GrailsFlashScope
putAll(Map) - Method in GrailsParameterMap
putAll(Map) - Method in JSONObject
putAll(Map<? extends String, ?>) - Method in LazyBeanMap
putAll(Map) - Method in LazyMetaPropertyMap
putAll(Map<? extends String, ?>) - Method in NavigableMap
putAll(Map<? extends String, ?>) - Method in NavigableMap.NullSafeNavigator
putAll(Map<? extends String, ?>) - Method in NavigableMapConfig
putAll(Map<? extends String, ?>) - Method in PrefixedConfig
putAndDecorate(UrlCreatorCache.ReverseMappingKey, UrlCreator) - Method in UrlCreatorCache
putAt(String, Object) - Method in GrailsMockHttpServletRequest
Map-like setting of request attributes, e.g. request["count"] = 10.
putAt(String, Object) - Method in GrailsMockHttpSession
putAt(HttpServletRequest, String, def) - Method in HttpServletRequestExtension
putAt(String, String) - Method in ValidationErrors
putChainedCodecInstance(String, ConcurrentMap<String, T>, T) - Method in BasicCodecLookup
putOpt(String, Object) - Method in JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putValue(String, Object) - Method in GrailsHttpSession
@deprecated
See Also:
javax.servlet.http.HttpSession#putValue(java.lang.String, java.lang.Object)

Q

QUALITY_RATING - Field in MimeType
QUALITY_RATING_NUMBER - Field in MimeType
QualityComparator - Class in org.grails.web.mime
queryForResource(Serializable) - Method in RestfulController
Queries for a resource for the given id
QUESTION_MARK - Field in UrlMapping
quote(String) - Method in JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
QUOTE - Field in JsonParserConstants
RegularExpression Id.

R

RANGE_CONSTRAINT - Field in ConstrainedProperty
RANGE - Field in HttpHeaders
RangeConstraint - Class in org.grails.validation
Validates a range.
RawCodec - Class in org.grails.encoder.impl
Codec that doesn't do any encoding or decoding.
read(char[], int, int) - Method in StreamCharBuffer.StreamCharBufferReader
readAsByteArray() - Method in StreamByteBuffer
readAsString(Charset) - Method in StreamByteBuffer
readChar() - Method in SimpleCharStream
Read a character.
readCommandFile(Resource) - Method in GroovyScriptCommandFactory
readCommandFile(Resource) - Method in ResourceResolvingCommandFactory
readCommandFile(Resource) - Method in YamlCommandFactory
readExternal(ObjectInput) - Method in StreamCharBuffer
readFromCached(File) - Method in CachedGradleOperation
readFromCached(File) - Method in ListReadingCachedGradleOperation
readFromCached(File) - Method in MapReadingCachedGradleOperation
readFromGradle(ProjectConnection) - Method in CachedGradleOperation
readFromGradle(ProjectConnection) - Method in ReadGradleTasks
ReadGradleTasks - Class in org.grails.cli.gradle.commands
@author Graeme Rocher
ReadGradleTasks(ProjectContext) - Constructor in ReadGradleTasks
readOnly() - Method in Resource
@default false
Returns:
Whether this is a read-only resource (one that doesn't allow DELETE, POST, PUT or PATCH requests)
readOnly - Field in Transactional
true if the transaction is read-only.
ReadOnlyDriverManagerDataSource - Class in org.grails.plugins.datasource
Used for secondary datasources that are read-only and not pooled.
readPluginConfiguration(Class<?>) - Method in AbstractGrailsPlugin
readToSingleStringChunk(boolean) - Method in StreamCharBuffer
ready() - Method in StreamCharBuffer.StreamCharBufferReader
rebuild() - Method in DefaultGrailsApplication
rebuild() - Method in GrailsApplication
Rebuilds this Application throwing away the class loader and re-constructing it from the loaded resources again.
recompile(File, CompilerConfiguration, String) - Method in GrailsApp
recompile(CompilerConfiguration, File) - Method in JavaCompiler
reconnect() - Method in NullPersistentContextInterceptor
reconnect() - Method in PersistenceContextInterceptor
Reconnects the persistence context.
redirect(Map) - Method in Controller
Redirects for the given arguments.
REDIRECT_INFO - Field in UrlMapping
Redirect information for this url mapping.
REDIRECT_ISSUED - Field in GrailsApplicationAttributes
REDIRECT_METHOD - Field in ResourceTransform
redirect(HttpServletRequest, HttpServletResponse, Map) - Method in ResponseRedirector
redirect() - Method in SystemStreamsRedirector
RedirectEventListener - Interface in grails.web.mapping.mvc
Listener interface that gets fired when the redirect(..) method is called
redirectInfo - Field in AbstractUrlMapping
redirector - Field in UrlMappingsInfoHandlerAdapter
redirectSystemOutAndErr(boolean) - Method in GrailsConsole
redirectToNull() - Method in SystemOutErrCapturer
REFERER - Field in HttpHeaders
refresh() - Method in AbstractGrailsPlugin
refresh() - Method in DefaultGrailsApplication
Refreshes this GrailsApplication, rebuilding all of the artefact definitions as defined by the registered ArtefactHandler instances.
refresh() - Method in DefaultGrailsPlugin
REFRESH_DEPENDENCIES_ARGUMENT - Field in CommandLine
refresh() - Method in GrailsApplication
This method will refresh the entire application
refresh() - Method in GrailsPlugin
Refreshes this Grails plugin reloading any watched resources as necessary
refresh() - Method in PropertySourcesConfig
refreshAll() - Method in ClassNameCompleter
refreshArtefactGrailsClassCaches() - Method in DefaultGrailsApplication
Tell all our artefact info objects to update their internal state after we've added a bunch of classes.
refreshConstraints() - Method in DefaultGrailsApplication
Refreshes constraints defined by the DomainClassArtefactHandler.
refreshConstraints() - Method in DefaultGrailsDomainClass
refreshConstraints() - Method in GrailsDomainClass
Refreshes the constraint defined on a domain class
refreshPlugin(String) - Method in DefaultGrailsPluginManager
refreshPlugin(String) - Method in GrailsPluginManager
Refreshes the specified plugin.
refreshPlugin(String) - Method in MockGrailsPluginManager
REGEX_FILE_SEPARATOR - Field in GrailsResourceUtils
RegexCompletor - Class in org.grails.cli.interactive.completers
JLine Completor that accepts a string if it matches a given regular expression pattern.
RegexCompletor(Pattern) - Constructor in RegexCompletor
RegexUrlMapping - Class in org.grails.web.mapping
RegexUrlMapping(Object, UrlMappingData, Object, Object, Object, Object, Object, String, String, ConstrainedProperty, GrailsApplication) - Constructor in RegexUrlMapping
Constructs a new RegexUrlMapping for the given pattern, controller name, action name and constraints.
RegexValidator - Class in org.grails.validation.routines
Regular Expression validation (using JDK 1.4+ regex support).
RegexValidator(String, boolean) - Constructor in RegexValidator
Construct a validator that matches any one of the set of regular expressions with the specified case sensitivity.
register(GrailsPluginManager) - Method in GrailsSpringLoadedPlugin
registerAdditionalTransactionManagers(BeanDefinitionRegistry, BeanDefinition, ManagedList<RuntimeBeanReference>) - Method in ChainedTransactionManagerPostProcessor
registerArtefactHandler(ArtefactHandler) - Method in DefaultGrailsApplication
Registers a new ArtefactHandler that is responsible for identifying and managing a particular artefact type that is defined by some convention.
registerArtefactHandler(ArtefactHandler) - Method in GrailsApplication
registerBeans(RuntimeSpringConfiguration) - Method in BeanBuilder
Registers bean definitions with another instance of RuntimeSpringConfiguration, overriding any beans in the target.
registerBeans() - Method in TomcatJDBCPoolMBeanExporter
registerBeansWithConfig(RuntimeSpringConfiguration) - Method in DefaultRuntimeSpringConfiguration
registerBeansWithConfig(RuntimeSpringConfiguration) - Method in RuntimeSpringConfiguration
Registers the beans held within this RuntimeSpringConfiguration instance with the given RuntimeSpringConfiguration.
registerBeansWithContext(GenericApplicationContext) - Method in DefaultRuntimeSpringConfiguration
registerBeansWithContext(GenericApplicationContext) - Method in RuntimeSpringConfiguration
Registers the beans held within this RuntimeSpringConfiguration instance with the given ApplicationContext.
registerBeansWithRegistry(BeanDefinitionRegistry) - Method in DefaultRuntimeSpringConfiguration
registerBeansWithRegistry(BeanDefinitionRegistry) - Method in RuntimeSpringConfiguration
Registers the beans held within this RuntimeSpringConfiguration instance with the given BeanDefinitionRegistry.
registerCodec(GrailsCodecClass) - Method in DefaultCodecLookup
registerCodecFactory(CodecFactory) - Method in BasicCodecLookup
registerCodecFactory(CodecFactory) - Method in StandaloneCodecLookup
registerCodecs() - Method in BasicCodecLookup
registerCodecs() - Method in DefaultCodecLookup
registerCodecs() - Method in StandaloneCodecLookup
registerController(GrailsControllerClass) - Method in AbstractGrailsControllerUrlMappings
registerConverter(ValueConverter) - Method in SimpleDataBinder
registerCustomConverter() - Method in JsonRenderer
registerCustomConverter() - Method in XmlRenderer
registerCustomEditors(GrailsWebRequest, PropertyEditorRegistry, Locale) - Method in PropertyEditorRegistryUtils
Registers all known
registerCustomMarshaller(ObjectMarshaller) - Method in JsonRenderer
registerCustomMarshaller(ObjectMarshaller) - Method in XmlRenderer
registerDecoder(Decoder) - Method in BasicCodecLookup
registerDefault(MimeType, R) - Method in ClassAndMimeTypeRegistry
registerDependency(List, GrailsPlugin) - Method in BasePluginFilter
Adds a plugin to the additional if this hasn't happened already
registerEncodedWith(Encoder, CharSequence) - Method in DefaultEncodingStateRegistry
registerEncodedWith(Encoder, CharSequence) - Method in EncodingStateRegistry
Registers that the CharSequence has been encoded with encoder
registerEncoder(Encoder) - Method in BasicCodecLookup
registerEvent(String, Closure) - Method in EventStorage
registerFindMainClassTask(Project) - Method in GrailsGradlePlugin
registerFormattedValueConverter(FormattedValueConverter) - Method in SimpleDataBinder
registerGrailsExtension(Project) - Method in GrailsGradlePlugin
registerMacro(def) - Method in DocPublisher
Registers a custom Radeox macro.
registerMetaMethods(CodecFactory) - Method in StandaloneCodecLookup
registerMockPlugin(GrailsPlugin) - Method in MockGrailsPluginManager
registerMockResource(String, byte[]) - Method in MockStringResourceLoader
Registers a mock resource with the first argument as the location and the second as the contents of the resource.
registerNewConstraint(String, ConstraintFactory) - Method in ConstrainedProperty
registerParentCommands(ProjectContext, Iterable<Profile>, Closure) - Method in AbstractProfile
registerPostProcessor(BeanFactoryPostProcessor) - Method in DefaultRuntimeSpringConfiguration
registerPostProcessor(BeanFactoryPostProcessor) - Method in RuntimeSpringConfiguration
Registers a bean factory post processor with the context.
registerProfile(URL, ClassLoader) - Method in AbstractJarProfileRepository
registerPrototype(String, Class<?>, MutablePropertyValues) - Method in GrailsApplicationContext
Register a prototype bean with the underlying bean factory.
registerProvidedArtefacts(GrailsApplication) - Method in AbstractGrailsPluginManager
registerProvidedArtefacts(GrailsApplication) - Method in GrailsPluginManager
Registers pre-compiled artefacts with the GrailsApplication instance, only overriding if the application doesn't already provide an artefact of the same name.
registerSingleton(String, Class<?>, MutablePropertyValues) - Method in GrailsApplicationContext
Register a singleton bean with the underlying bean factory.
registerStreamCharBufferMetaClass() - Method in StreamCharBufferMetaUtils
registerStructuredEditor(Class, StructuredBindingEditor) - Method in SimpleDataBinder
registerToolingModelBuilder(Project, ToolingModelBuilderRegistry) - Method in GrailsGradlePlugin
registerUrlConverter(UrlConverter) - Method in GrailsControllerClass
Register a new UrlConverter with the controller
registerVariationsOfName(Map<String, T>, T, String) - Method in BasicCodecLookup
registerWithNameVaritions(Map<String, T>, T) - Method in BasicCodecLookup
registryResourceControllers(GrailsApplication) - Method in RestResponderGrailsPlugin
ReInit(JsonParserTokenManager) - Method in JSONParser
Reinitialise.
ReInit(SimpleCharStream, int) - Method in JsonParserTokenManager
Reinitialise parser.
ReInit(InputStream, int, int) - Method in SimpleCharStream
Reinitialise.
reInitialize() - Method in BasicCodecLookup
reinitialize(InputStream, PrintStream, PrintStream) - Method in GrailsConsole
Use in testing when System.out, System.err or System.in change
rejectValue(Object, Errors, String, Object, String) - Method in AbstractConstraint
rejectValueWithDefaultMessage(Object, Errors, String, String, Object) - Method in AbstractConstraint
RELATIONSHIP_ALTERNATE - Field in AtomRenderer
RELATIONSHIP_ATTRIBUTE - Field in HalXmlRenderer
RELATIONSHIP_SELF - Field in AbstractLinkingRenderer
RelationshipManagementMethodTypeCheckingExtension - Class in org.grails.compiler
@author Jeff Brown
RELATIONSHIPS - Field in JsonApiDataBindingSourceCreator
RELATIVE_STRING - Field in GroovyPagesUriSupport
RELATIVE_VIEWS_PROPERTIES - Field in BinaryGrailsPlugin
relativePath(File, File) - Method in RenderStep
RELOAD_ENABLED - Field in Environment
Specify whether reloading is enabled for this environment
RELOAD_LOCATION - Field in Environment
The location where to reload resources from
reload() - Method in Metadata
Reloads the application metadata.
ReloadableResourceBundleMessageSource - Class in org.grails.spring.context.support
Spring-specific org.springframework.context.MessageSource implementation that accesses resource bundles using specified basenames, participating in the Spring org.springframework.context.ApplicationContext's resource loading.
ReloadableResourceBundleMessageSource.PropertiesHolder - Class in org.grails.spring.context.support
PropertiesHolder for caching.
ReloadableResourceBundleMessageSource.PropertiesHolder(Properties) - Constructor in ReloadableResourceBundleMessageSource.PropertiesHolder
ReloadableResourceBundleMessageSource.PropertiesHolderCacheEntry - Class in org.grails.spring.context.support
ReloadableResourceBundleMessageSource.PropertiesHolderCacheEntry() - Constructor in ReloadableResourceBundleMessageSource.PropertiesHolderCacheEntry
reloadEvent(String, Class<?>, String) - Method in GrailsSpringLoadedPlugin
reloadPlugin(GrailsPlugin) - Method in DefaultGrailsPluginManager
reloadSpringResourcesConfig(RuntimeSpringConfiguration, GrailsApplication, Class<?>) - Method in RuntimeSpringConfigUtilities
remove(Object) - Method in AbstractTypeConvertingMap
remove(Object) - Method in CodeGenConfig
remove(Object) - Method in CompositeConfig
remove(Object) - Method in FlatConfig
remove(def) - Method in GPathResultMap
remove(Object) - Method in GrailsFlashScope
remove(Object) - Method in GrailsParameterMap
remove(Object) - Method in JSONArray
remove(Object) - Method in JSONObject
remove(Object) - Method in LazyBeanMap
remove(Object) - Method in LazyMetaPropertyMap
@throws UnsupportedOperationException
remove(Object) - Method in NavigableMap
remove(Object) - Method in NavigableMap.NullSafeNavigator
remove(Object) - Method in NavigableMapConfig
remove(Object) - Method in PrefixedConfig
removeAll(Collection) - Method in JSONArray
removeAnnotation(MethodNode, Class<? extends Annotation>) - Method in GrailsASTUtils
removeAttribute(String) - Method in GrailsHttpSession
removeCompileStaticAnnotations(AnnotatedNode) - Method in GrailsASTUtils
removeConnections() - Method in StreamCharBuffer
removeConstraint(String) - Method in ConstrainedProperty
removeCssLinks(String) - Method in PdfBuilder
removeDomainClassMetaClasses() - Method in GrailsDomainClassCleaner
removeFromCache(Class, MimeType) - Method in ClassAndMimeTypeRegistry
removeInstance() - Method in GrailsConsole
removeListener(DirectoryWatcher.FileChangeListener) - Method in DirectoryWatcher
Removes a file listener from the current list
removeShutdownHook() - Method in GrailsConsole
removeValue(String) - Method in GrailsHttpSession
@deprecated
See Also:
javax.servlet.http.HttpSession#removeValue(java.lang.String)
render(T, RenderContext) - Method in AbstractLinkingRenderer
render(List<UrlMapping>) - Method in AnsiConsoleUrlMappingsRenderer
render(String, RenderContext) - Method in AsciiDocEngine
render(T, RenderContext) - Method in DefaultHtmlRenderer
render(T, RenderContext) - Method in DefaultJsonRenderer
render(T, RenderContext) - Method in DefaultXmlRenderer
render(Map) - Method in Interceptor
Overridden render method that renders the view directly inside before()
RENDER_METHOD - Field in ResourceTransform
render(T, RenderContext) - Method in Renderer
Renders the object
render(Map) - Method in ResponseRenderer
Render a response for the given named arguments
render(Map<String, String>) - Method in SimpleTemplate
render(Resource, File, Map, boolean) - Method in TemplateRenderer
Render the given template to the given destination
render(Resource, File, Map, boolean) - Method in TemplateRendererImpl
Render the given template to the given destination
render(List<UrlMapping>) - Method in UrlMappingsRenderer
Render the URL mappings to whatever output destination is defined by the implementation
render(Errors, RenderContext) - Method in VndErrorJsonRenderer
render(Errors, RenderContext) - Method in VndErrorXmlRenderer
RenderContext - Interface in grails.rest.render
Passed to a renderer to provide context information
RenderDynamicMethod - Class in org.grails.plugins.web.controllers.metaclass
Allows rendering of text, views, and templates to the response
renderEmbeddedAttributes(StreamingJsonDelegate, def, RenderContext, MimeType) - Method in HalJsonRenderer
Renderer - Interface in grails.rest.render
Interface for class that render RESTful responses to implement
RendererRegistry - Interface in grails.rest.render
@author Graeme Rocher
RENDERING_ERROR_ATTRIBUTE - Field in GrailsApplicationAttributes
RENDERING_VIEW - Field in WebUtils
renderInternal(T, RenderContext) - Method in AbstractLinkingRenderer
renderInternal(T, RenderContext) - Method in AtomRenderer
renderInternal(T, RenderContext) - Method in HalJsonRenderer
renderInternal(T, RenderContext) - Method in HalXmlRenderer
renderJson(JSON, RenderContext) - Method in DefaultJsonRenderer
renderJson(JSON, RenderContext) - Method in JsonCollectionRenderer
renderJson(JSON, RenderContext) - Method in JsonRenderer
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in AbstractGrailsView
Delegates to renderMergedOutputModel(..)
RenderStep - Class in org.grails.cli.profile.steps
A Step that renders a template
renderTemplate(Map<String, Object>, GrailsWebRequest, HttpServletRequest, HttpServletResponse) - Method in AbstractGrailsView
Renders a page with the specified TemplateEngine, mode and response.
renderToDestination(File, Map) - Method in RenderStep
renderXml(XML, RenderContext) - Method in DefaultXmlRenderer
Subclasses should override to customize XML response rendering
renderXml(XML, RenderContext) - Method in XmlCollectionRenderer
renderXml(XML, RenderContext) - Method in XmlRenderer
replaceBuildTokens(String, Profile, List<Feature>, File) - Method in CreateAppCommand
replaceGenericsPlaceholders(ClassNode, Map<String, ClassNode>, ClassNode) - Method in GrailsASTUtils
reports - Field in JUnitReports
reportsDir - Field in JUnitReportsFactory
repositories - Field in AbstractProfile
REQUEST_BODY_PARSED - Field in GrailsParameterMap
REQUEST_FORMATS - Field in GrailsApplicationAttributes
REQUEST_RANGE - Field in HttpHeaders
REQUEST_REDIRECTED_ATTRIBUTE - Field in GrailsApplicationAttributes
REQUEST_SCOPE_ID - Field in ApplicationAttributes
requestCompleted() - Method in GrailsWebRequest
RequestForwarder - Trait in grails.artefact.controller.support
A Trait for classes that forward the request
RequestParameter - Annotation Type in grails.web
requiredFeatureNames - Field in AbstractProfile
requiresAutowiring() - Method in AbstractGrailsArtefactTransformer
If the API requires autowiring then a
Autowired:
property will be added.
requiresAutowiring() - Method in ControllerDomainTransformer
requiresStaticLookupMethod() - Method in AbstractGrailsArtefactTransformer
Subclasses should override in the instance API requires a static lookup method instead of autowiring.
reset() - Method in AbstractGrailsMockHttpServletResponse
reset() - Method in Environment
Reset the current environment
reset() - Method in Holders
reset() - Method in IncludeResponseWrapper
reset() - Method in Metadata
Resets the current state of the Metadata so it is re-read.
reset() - Method in RuntimeSpringConfigUtilities
Resets the GrailsRumtimeConfigurator.
reset() - Method in StreamByteBuffer
reset(boolean) - Method in StreamCharBuffer
resets the state of this buffer (empties it)
resetBuffer() - Method in IncludeResponseWrapper
resetCompleters() - Method in GrailsConsole
resetOperations() - Method in ShutdownOperations
Clears all shutdown operations without running them.
resetParams() - Method in GrailsWebRequest
Reset params by re-reading & initializing parameters from request
resetTimestamp(boolean) - Method in CacheEntry
resetToken(String, String) - Method in SynchronizerTokensHolder
resetUsed() - Method in GrailsPrintWriter
resetUsed() - Method in GrailsPrintWriterAdapter
resetUsed() - Method in StreamCharBuffer.StreamCharBufferWriter
resizeChunkSizeAsProcentageOfTotalSize() - Method in StreamCharBuffer
resolveAllFormat(def, LinkedHashMap<String, Object>) - Method in MimeTypesApiSupport
implementation for resolving "all" format
resolveArtefactType(SourceUnit, AnnotationNode, ClassNode) - Method in ArtefactTypeAstTransformation
resolveArtefactType(SourceUnit, AnnotationNode, ClassNode) - Method in ControllerArtefactTypeTransformation
resolveArtifactString(Dependency) - Method in CreateAppCommand
resolveAutowireablePropertyDescriptors(Object) - Method in OptimizedAutowireCapableBeanFactory
resolveAutowireablePropertyDescriptorsForClass(Class<?>, Callable<BeanWrapper>) - Method in OptimizedAutowireCapableBeanFactory
resolveClassesDirs(SourceSetOutput, Project) - Method in FindMainClassTask
resolveClassesDirs(SourceSetOutput, Project) - Method in GrailsGradlePlugin
resolveClassesDirs(SourceSetOutput, Project) - Method in GroovyPagePlugin
resolveCode(String, Locale) - Method in PluginAwareResourceBundleMessageSource
resolveCode(String, Locale) - Method in ReloadableResourceBundleMessageSource
Resolves the given message code as key in the retrieved bundle files, using a cached MessageFormat instance per message code.
resolveCodeFromPlugins(String, Locale) - Method in PluginAwareResourceBundleMessageSource
Attempts to resolve a MessageFormat for the code from the list of plugin base names
resolveCodeWithoutArguments(String, Locale) - Method in PluginAwareResourceBundleMessageSource
resolveCodeWithoutArguments(String, Locale) - Method in ReloadableResourceBundleMessageSource
Resolves the given message code as key in the retrieved bundle files, returning the value found in the bundle as-is (without MessageFormat parsing).
resolveCodeWithoutArgumentsFromPlugins(String, Locale) - Method in PluginAwareResourceBundleMessageSource
Attempts to resolve a String for the code from the list of plugin base names
resolveCompilationTargetDirectory(SourceUnit) - Method in GlobalGrailsClassInjectorTransformation
resolveConstructorArguments(Object, int, int) - Method in BeanBuilder
resolveDataSourceSuffix(String) - Method in ChainedTransactionManagerPostProcessor
resolveDelegate() - Method in DefaultConstraintEvaluator
resolveEclipseCompilationTargetDirectory(SourceUnit) - Method in GroovyEclipseCompilationHelper
Attempts to resolve the compilation directory when using Eclipse
resolveEncoding() - Method in URLCodec
resolveEncoding() - Method in URLCodecFactory
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in GrailsExceptionResolver
resolveFile(String, ExecutionContext) - Method in ArtefactVariableResolver
resolveGenericsPlaceHolders(ClassNode) - Method in AbstractGrailsArtefactTransformer
resolveGenericsPlaceHolders(ClassNode) - Method in ApiDelegateTransformation
resolveGrailsResourceDirs(Project) - Method in GrailsGradlePlugin
resolveGrailsSourceDirs(Project) - Method in GrailsGradlePlugin
resolveGrailsVersion(Project) - Method in GrailsGradlePlugin
resolveLoadDependencies(List<GrailsPlugin>) - Method in DefaultGrailsPluginManager
resolveLogRef(def, ObjectError) - Method in AbstractVndErrorRenderer
Resolve the 'logref' attribute for the error
resolveMetaClasses() - Method in StandaloneCodecLookup
resolveMimeType(Object, MimeTypeResolver) - Method in DataBindingUtils
resolveMimeType(Object, MimeTypeResolver) - Method in MimeTypeUtils
resolveModelVariableName(Object) - Method in DefaultHtmlRenderer
resolveNameAndPackage(ExecutionContext, String) - Method in RenderStep
resolvePlaceholders(String) - Method in CompositeConfig
resolvePlaceholders(String) - Method in PrefixedConfig
resolvePlaceholders(String) - Method in PropertySourcesConfig
resolveProfile(String) - Method in MavenProfileRepository
resolveRequestMimeType(GrailsWebRequest) - Method in DefaultMimeTypeResolver
Resolve the MimeType to be used for the request, typically established from the CONTENT_TYPE header
resolveRequestMimeType(GrailsWebRequest) - Method in MimeTypeResolver
@return The request format sent by the client
resolveRequiredPlaceholders(String) - Method in CompositeConfig
resolveRequiredPlaceholders(String) - Method in PrefixedConfig
resolveRequiredPlaceholders(String) - Method in PropertySourcesConfig
resolveResponseMimeType(GrailsWebRequest) - Method in DefaultMimeTypeResolver
Resolve the MimeType to be used for the response, typically established from the ACCEPT header
resolveResponseMimeType(GrailsWebRequest) - Method in MimeTypeResolver
@return The response format requested by the client
resolveRootDirResource(Resource) - Method in PathMatchingResourcePatternResolver
Resolve the specified resource for path matching.
resolvesTo(String, String) - Method in ScriptNameResolver
Matches a camelCase scriptName to a potential scriptFileName in canonical form.
resolveTraitInjectors(List<TraitInjector>) - Method in TraitInjectionSupport
resolveTransactionManagerClass(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
resolveView(String) - Method in BinaryGrailsPlugin
Resolves a view for the given view name.
resolveView(String, Locale) - Method in CompositeViewResolver
resolveView(HttpServletRequest, UrlMappingInfo, ModelAndView) - Method in GrailsExceptionResolver
resolveView(HttpServletRequest, UrlMappingInfo, String, ViewResolver) - Method in UrlMappingUtils
Resolves a view for the given view and UrlMappingInfo instance
resolveView(HttpServletRequest, String, String, ViewResolver) - Method in WebUtils
Resolves a view for the given view name and controller name
resolveViewOrForward(Exception, UrlMappingsHolder, HttpServletRequest, HttpServletResponse, ModelAndView) - Method in GrailsExceptionResolver
Resource - Interface in org.grails.io.support
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
RESOURCE_ATTRIBUTE - Field in AbstractVndErrorRenderer
resource(Map) - Method in CachingLinkGenerator
resource(Map) - Method in DefaultLinkGenerator
{@inheritDoc }
resource(Object) - Method in FileSystemInteraction
Obtain a resource for the given path
resource(Object) - Method in FileSystemInteractionImpl
Obtain a resource for the given path
RESOURCE_JAR_PREFIX - Field in IOUtils
resource(Map) - Method in LinkGenerator
Generates a link to a static resource for the given named parameters.
RESOURCE_LINKS_FIELD - Field in LinkableTransform
RESOURCE_PATH_PATTERN - Field in GrailsResourceUtils
RESOURCE_PREFIX - Field in CachingLinkGenerator
RESOURCE_TAG - Field in HalXmlRenderer
RESOURCE_WAR_PREFIX - Field in IOUtils
ResourceLoader - Interface in org.grails.io.support
Strategy interface for loading resources (e.. class path or file system resources).
ResourceLocator - Interface in org.grails.core.io
Used to locate resources at development or production time.
ResourceProfile - Class in org.grails.cli.profile
A profile that operates against abstract Resource references
ResourceProfile(ProfileRepository, String, Resource) - Constructor in ResourceProfile
ResourceResolvingCommandFactory - Class in org.grails.cli.profile.commands.factory
A abstract CommandFactory that reads from the file system
resources - Field in DefaultGrailsApplication
RESOURCES_DIR - Field in BuildSettings
The resources directory of the project, null outside of the development environment
resources(String) - Method in FileSystemInteraction
Obtain resources for the given pattern
resources(String) - Method in FileSystemInteractionImpl
Obtain resources for the given pattern
RESOURCES - Field in UrlMapping
resourceSearchDirectories - Field in DefaultResourceLocator
resourceSearchDirectories - Field in ResourceLocator
ResourceTransform - Class in org.grails.plugins.web.rest.transform
The Resource transform automatically exposes a domain class as a RESTful resource.
ResourceUtils - Class in grails.io
Utility methods for interacting with resources
RESPOND_METHOD - Field in ResourceTransform
respond(def, Map) - Method in RestResponder
The respond method will attempt to delivery an appropriate response for the requested response format and value.
RESPONSE_FORMAT - Field in GrailsApplicationAttributes
RESPONSE_FORMATS - Field in GrailsApplicationAttributes
RESPONSE_MIME_TYPE - Field in GrailsApplicationAttributes
RESPONSE_MIME_TYPES - Field in GrailsApplicationAttributes
ResponseCodeMappingData - Class in org.grails.web.mapping
A mapping data for response codes (numbers)
ResponseCodeMappingData(String) - Constructor in ResponseCodeMappingData
ResponseCodeUrlMapping - Class in org.grails.web.mapping
A Url mapping for http response codes.
ResponseCodeUrlMapping(UrlMappingData, Object, Object, Object, Object, Object, ConstrainedProperty, GrailsApplication) - Constructor in ResponseCodeUrlMapping
ResponseCodeUrlMappingVisitor - Class in org.grails.web.mapping
responseRedirected(String) - Method in RedirectEventListener
Called when the response is redirected
ResponseRedirector - Class in grails.web.mapping
Encapsulates the logic for issuing a redirect based on a Map of arguments
ResponseRedirector(LinkGenerator) - Constructor in ResponseRedirector
ResponseRenderer - Trait in grails.artefact.controller.support
A trait that adds behavior to allow rendering of objects to the response
REST_RESOURCE_ACTION_TO_HTTP_METHOD_MAP - Field in LinkGenerator
REST_RESOURCE_HTTP_METHOD_TO_ACTION_MAP - Field in LinkGenerator
RestfulController - Class in grails.rest
Base class that can be extended to get the basic CRUD operations needed for a RESTful API.
RestfulController(Class<T>, boolean) - Constructor in RestfulController
restoreOriginalSystemOutAndErr() - Method in GrailsConsole
restoreTerminal() - Method in GrailsConsole
RestResponder - Trait in grails.artefact.controller
@author Jeff Brown
RestResponderGrailsPlugin - Class in org.grails.plugins.web.rest.plugin
@since 2.3
RestResponderTraitInjector - Class in grails.compiler.traits
@author Jeff Brown
ResultPair - Class in org.grails.validation.routines
Groups tests and expected results.
ResultPair(String, boolean) - Constructor in ResultPair
retainAfterReadingMode() - Method in StreamByteBuffer
retainAll(Collection) - Method in JSONArray
rethrowCause() - Method in CacheEntry.UpdateException
rethrowRenderException(Throwable, String) - Method in AbstractGrailsView
rethrowRuntimeException() - Method in CacheEntry.UpdateException
retrieveGrailsWebRequest() - Method in WebUtils
Returns the GrailsWebRequest associated with the current request.
retrieveMatchingFiles(File, String) - Method in PathMatchingResourcePatternResolver
Retrieve files that match the given path pattern, checking the given directory and its subdirectories.
RETRY_AFTER - Field in HttpHeaders
reverseInterceptors - Field in GrailsInterceptorHandlerInterceptorAdapter
Rollback - Annotation Type in grails.transaction
A transforms that applies a transaction that always rolls back.
rollback(TransactionStatus) - Method in ChainedTransactionManager
rollbackFor - Field in Transactional
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must cause a transaction rollback.
rollbackForClassName - Field in Transactional
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable), indicating which exception types must cause a transaction rollback.
rollbackOn(Throwable) - Method in GrailsTransactionAttribute
RollbackTransform - Class in org.grails.transaction.transform
The transform class for Rollback
RUN_ACTIVE - Field in Environment
Constant indicating whether run-app or test-app was executed
run() - Method in CriteriaTypeCheckingExtension
run() - Method in DirectoryWatcher
run() - Method in DomainMappingTypeCheckingExtension
run() - Method in DynamicFinderTypeCheckingExtension
RUN_EXECUTED - Field in BuildSettings
run(Object, String) - Method in GrailsApp
Static helper that can be used to run a GrailsApp from the specified sources using default settings and user supplied arguments.
run(String) - Method in GrailsApplicationContextCommandRunner
run(String) - Method in GrailsApplicationScriptRunner
run(Object, String) - Method in GrailsShell
Static helper that can be used to run a GrailsApp from the specified sources using default settings and user supplied arguments.
run(Object, String) - Method in GrailsSwingConsole
Static helper that can be used to run a GrailsApp from the specified sources using default settings and user supplied arguments.
run() - Method in HttpServletRequestTypeCheckingExtension
run() - Method in NamedQueryTypeCheckingExtension
run() - Method in RelationshipManagementMethodTypeCheckingExtension
run() - Method in ValidateableTypeCheckingExtension
run() - Method in WhereQueryTypeCheckingExtension
runActions() - Method in DeferredBindingActions
runBuildActionWithConsoleOutput(ProjectConnection, ProjectContext, BuildAction<T>, Closure<?>) - Method in GradleUtil
runBuildWithConsoleOutput(ExecutionContext, Closure<?>) - Method in GradleUtil
runOperations() - Method in ShutdownOperations
Runs the shutdown operations
RUNTIME_CONFIGURATION - Field in GrailsProfileGradlePlugin
RUNTIME_SCOPE - Field in BuildSettings
RUNTIME_SCOPE_DESC - Field in BuildSettings
RuntimeSpringConfiguration - Interface in org.grails.spring
A programmable runtime Spring configuration that allows a spring ApplicationContext to be constructed at runtime.
RuntimeSpringConfigUtilities - Class in org.grails.spring
@since 2.4

S

sanitize(Throwable) - Method in TestStacktraceSanitizer
sanitizeRootCause(Throwable) - Method in GrailsUtil
save() - Method in RestfulController
Saves a resource
saveResource(T) - Method in RestfulController
Saves a resource
SCALE_CONSTRAINT - Field in ConstrainedProperty
ScaleConstraint - Class in org.grails.validation
Manages the scale for floating point numbers (i.e., the number of digits to the right of the decimal point).
scan(ClassLoader, ResourcePatternResolver, Collection<String>, Closure<Boolean>) - Method in ClassPathScanner
Scans for classes in the given package names
SCOPE_TO_DESC - Field in BuildSettings
SCOPES - Field in GrailsPlugin
The scopes to which this plugin applies
ScriptNameResolver - Class in org.grails.build.parsing
@author Andres Almiray
searchMainClass(URI) - Method in MainClassFinder
Searches for the main class relative to the give path that is within the project tree
searchTemplateDepthFirst(Profile, String) - Method in RenderStep
SECURE_MASK_CHAR - Field in GrailsConsole
secureUserInput(String) - Method in GrailsConsole
Like userInput(String) except that the user's entered characters will be replaced with '*' on the CLI, masking the input (i.e. suitable for capturing passwords etc.).
SEND_ALLOW_HEADER_FOR_INVALID_HTTP_METHOD - Field in WebUtils
sendError(int) - Method in IncludeResponseWrapper
sendRedirect(String) - Method in IncludeResponseWrapper
SERVER - Field in HttpHeaders
ServerInteraction - Trait in org.grails.cli.profile.commands.io
Methods to aid interacting with the server from the CLI
SERVICE - Field in DefaultGrailsServiceClass
ServiceArtefactHandler - Class in org.grails.core.artefact
@author Marc Palmer ([email protected])
ServiceArtefactHandler() - Constructor in ServiceArtefactHandler
ServiceBeanAliasPostProcessor - Class in org.grails.plugins.services
Registers bean aliases for service beans provided by plugins.
ServiceCommandFactory - Class in org.grails.cli.profile.commands.factory
Uses the service registry pattern to locate commands
ServicesGrailsPlugin - Class in org.grails.plugins.services
Configures services in the Spring context.
SERVLET_CONTEXT_INIT_METHOD - Field in GrailsWebPluginManager
SERVLET_ENGINE - Field in HttpHeaders
SERVLET_VERSION - Field in BuildSettings
The version of the servlet API
SERVLET_VERSION - Field in Metadata
ServletAttributes - Trait in grails.web.api
A trait that adds attributes specific to the Servlet API
servletContext - Field in AbstractUrlMapping
servletContext - Field in GrailsExceptionResolver
ServletContextExtension - Class in org.grails.web.servlet
An extension that adds methods to the javax.servlet.ServletContext interface
ServletContextHolder - Class in grails.web.context
Holds a reference to the ServletContext.
ServletEnvironmentGrailsApplicationDiscoveryStrategy - Class in org.grails.web.context
Strategy for discovering the GrailsApplication and ApplicationContext instances in the Servlet environment
ServletEnvironmentGrailsApplicationDiscoveryStrategy(ServletContext) - Constructor in ServletEnvironmentGrailsApplicationDiscoveryStrategy
ServletRenderContext - Class in org.grails.plugins.web.rest.render
RenderContext for the servlet environment
ServletRenderContext(GrailsWebRequest, Map<String, Object>) - Constructor in ServletRenderContext
SESSION_FACTORY_BEAN - Field in GrailsApplication
SET_COOKIE2 - Field in HttpHeaders
SET_COOKIE - Field in HttpHeaders
set(T) - Method in Holder
set(int, Object) - Method in JSONArray
setAbstract(boolean) - Method in BeanConfiguration
Sets the BeanConfiguration as an Abstract bean definition
setAbstract(boolean) - Method in DefaultBeanConfiguration
setAction(String) - Method in ForwardUrlMappingInfo
setActionName(String) - Method in GrailsWebRequest
setActionResultTransformers(ActionResultTransformer) - Method in ResponseRenderer
setActive(boolean) - Method in DirectoryWatcher
Sets whether to stop the directory watcher
setAllowSubBuffers(boolean) - Method in StreamCharBuffer
setAlwaysIncludeNewline(boolean) - Method in CandidateListCompletionHandler
setAnsiEnabled(boolean) - Method in GrailsConsole
setApplication(GrailsApplication) - Method in AbstractGrailsPlugin
setApplication(GrailsApplication) - Method in AbstractGrailsPluginManager
setApplication(GrailsApplication) - Method in DefaultGrailsPluginManager
setApplication(GrailsApplication) - Method in GrailsPlugin
setApplication(GrailsApplication) - Method in GrailsPluginManager
Sets the GrailsApplication used be this plugin manager
setApplicationContext(ApplicationContext) - Method in AbstractGrailsApplication
setApplicationContext(ApplicationContext) - Method in AbstractGrailsPlugin
setApplicationContext(ApplicationContext) - Method in AbstractGrailsPluginManager
setApplicationContext(ConfigurableApplicationContext) - Method in ApplicationCommand
Sets the application context of the command
setApplicationContext(ApplicationContext) - Method in DefaultGrailsPlugin
setApplicationContext(ApplicationContext) - Method in DefaultGrailsPluginManager
setApplicationContext(ApplicationContext) - Method in DevelopmentShutdownHook
setApplicationContext(ApplicationContext) - Method in EmbeddedDatabaseShutdownHook
setApplicationContext(ApplicationContext) - Method in GrailsApplicationPostProcessor
setApplicationContext(ApplicationContext) - Method in GrailsDomainClassCleaner
setApplicationContext(ApplicationContext) - Method in GrailsWebRequestFilter
setApplicationContext(ApplicationContext) - Method in LinkGeneratorFactory
setApplicationContext(ApplicationContext) - Method in Plugin
setApplicationContext(ApplicationContext) - Method in UrlMappingFactoryBean
setApplicationContext(ApplicationContext) - Method in UrlMappingsHolderFactoryBean
Set the ApplicationContext that this object runs in.
setApplicationContext(ApplicationContext) - Method in UrlMappingsInfoHandlerAdapter
setAsText(String) - Method in ClassEditor
setAsText(String) - Method in CompositeEditor
setAt(Object, Object) - Method in CodeGenConfig
setAt(Object, Object) - Method in CompositeConfig
setAt(Object, Object) - Method in ConfigMap
Enables the object[foo] = 'stuff' syntax
setAt(Object, Object) - Method in NavigableMap
setAt(Object, Object) - Method in NavigableMap.NullSafeNavigator
setAt(Object, Object) - Method in NavigableMapConfig
setAt(Object, Object) - Method in PrefixedConfig
setAttribute(String, Object) - Method in GrailsHttpSession
setAttributes(Map) - Method in ConstrainedProperty
setAutowire(String) - Method in BeanConfiguration
Sets the autowire type, either "byType" or "byName"
setAutowire(String) - Method in DefaultBeanConfiguration
setBasename(String) - Method in ReloadableResourceBundleMessageSource
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to org.springframework.context.support.ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasenames(String) - Method in ReloadableResourceBundleMessageSource
Set an array of basenames, each following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to org.springframework.context.support.ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasePlugin(boolean) - Method in AbstractGrailsPlugin
setBasePlugin(boolean) - Method in GrailsPlugin
Sets whether this plugin is the base plugin
setBaseResource(Resource) - Method in StaticResourceLoader
setBasicCollectionType(boolean) - Method in DefaultGrailsDomainClassProperty
setBeanClassLoader(ClassLoader) - Method in AbstractGrailsApplication
setBeanClassLoader(ClassLoader) - Method in DefaultGrailsApplication
setBeanDefinition(BeanDefinition) - Method in BeanConfiguration
setBeanDefinition(BeanDefinition) - Method in DefaultBeanConfiguration
setBeanFactory(ListableBeanFactory) - Method in DefaultRuntimeSpringConfiguration
setBeanFactory(BeanFactory) - Method in GrailsPlaceholderConfigurer
setBeanFactory(BeanFactory) - Method in PluginManagerAwareBeanPostProcessor
setBeanFactory(ListableBeanFactory) - Method in RuntimeSpringConfiguration
Sets the BeanFactory implementation to use.
setBeanFactory(BeanFactory) - Method in TomcatJDBCPoolMBeanExporter
setBeanFactory(BeanFactory) - Method in TransactionManagerPostProcessor
Gets the platform transaction manager from the bean factory if there is one.
setBeanName(String) - Method in GrailsPlaceholderConfigurer
setBeanNameBlacklistPattern(String) - Method in ChainedTransactionManagerPostProcessor
setBeanNameInternalBlacklistPattern(String) - Method in ChainedTransactionManagerPostProcessor
setBeanNameWhitelistPattern(String) - Method in ChainedTransactionManagerPostProcessor
setBidirectional(boolean) - Method in DefaultGrailsDomainClassProperty
Sets whether the relationship is bidirectional or not
setBinding(Binding) - Method in BeanBuilder
Sets the binding (the variables available in the scope of the BeanBuilder).
setBlank(boolean) - Method in ConstrainedProperty
@param blank The blank to set.
setCacheSeconds(int) - Method in ReloadableResourceBundleMessageSource
Set the number of seconds to cache the list of matching properties files.
setCapacity(int) - Method in BoundedCharsAsEncodedBytesCounter
setChild(Object, Object, String, String) - Method in DomainBuilder.DefaultGrailsChildPropertySetter
setChunkMinSize(int) - Method in StreamCharBuffer
setClassesDirs(Test, SourceSet) - Method in IntegrationTestGradlePlugin
setClassInjectors(ClassInjector) - Method in GrailsAwareClassLoader
setClassLoader(ClassLoader) - Method in BeanBuilder
setClassLoader(ClassLoader) - Method in ClassEditor
setClassLoader(ClassLoader) - Method in ClassLoaderAware
This method is called by the org.springframework.context.ApplicationContext that loads the Grails application.
setClassLoader(ClassLoader) - Method in DefaultResourceLoader
Specify the ClassLoader to load class path resources with, or null for using the thread context class loader at the time of actual resource access.
setClassLoader(ClassLoader) - Method in DefaultUrlMappingEvaluator
setClassLoader(ClassLoader) - Method in DynamicElementReader
setClassLoader(ClassLoader) - Method in PropertySourcesConfig
setCommand(String) - Method in ApplicationContextCommandTask
setCommand(String) - Method in CommandLine
setCommand(String) - Method in DefaultCommandLine
setCommandName(String) - Method in DefaultCommandLine
setCompilationUnit(CompilationUnit) - Method in ArtefactTypeAstTransformation
setCompilationUnit(CompilationUnit) - Method in ControllerActionTransformer
setCompilationUnit(CompilationUnit) - Method in EntityASTTransformation
setCompilationUnit(CompilationUnit) - Method in ResourceTransform
setConfig(ConfigObject) - Method in AbstractGrailsApplication
setConfig(Config) - Method in ChainedTransactionManagerPostProcessor
setConfig(Config) - Method in Holders
setConfigLocation(String) - Method in GrailsWebApplicationContext
setConfigLocations(String) - Method in GrailsWebApplicationContext
setConfiguration(Config) - Method in GrailsConfigurationAware
setConfiguration(Config) - Method in GrailsPlaceholderConfigurer
setConstraintsEvaluatorClass(Class<?>) - Method in ConstraintsEvaluatorFactoryBean
setContentLength(int) - Method in IncludeResponseWrapper
setContentType(String) - Method in GrailsMockHttpServletRequest
setContentType(String) - Method in IncludeResponseWrapper
setContentType(String) - Method in RenderContext
Sets the content type of the rendered response
setContentType(String) - Method in ServletRenderContext
setController(String) - Method in ForwardUrlMappingInfo
setControllerName(String) - Method in GrailsWebRequest
setControllerNamespace(String) - Method in GrailsWebRequest
setConversionService(ConfigurableConversionService) - Method in PropertySourcesConfig
setCreditCard(boolean) - Method in ConstrainedProperty
@param creditCard The creditCard to set.
setCssDir(File) - Method in DocPublisherTask
The directory of the css templates (optional)
setCurrentReloadError(Throwable) - Method in Environment
setCutOffPackage(String) - Method in DefaultStackTraceFilterer
setCutOffPackage(String) - Method in StackTraceFilterer
Sets the package where the stack trace should end
setDataBindingListeners(DataBindingListener) - Method in GrailsWebDataBinder
setDataBindingSourceCreators(DataBindingSourceCreator) - Method in DefaultDataBindingSourceRegistry
setDataSourceAware(boolean) - Method in DataBindingSource
@param isDataSourceAware true if GORM operations should be enabled when binding with this DataBindingSource
setDateToStringConverter(Converter<Date, String>) - Method in HalJsonRenderer
setDebugStream(PrintStream) - Method in JsonParserTokenManager
Set debug output.
setDefaultConstraints(Map) - Method in ConstraintsEvaluatorFactoryBean
setDefaultEncoding(String) - Method in ReloadableResourceBundleMessageSource
Set the default charset to use for parsing properties files.
setDefaultInputMask(Character) - Method in GrailsConsole
setDelegate(Object) - Method in AbstractClosureProxy
setDependsOn(String) - Method in BeanConfiguration
Sets the names of the beans this bean configuration depends on
setDependsOn(String) - Method in DefaultBeanConfiguration
setDerived(boolean) - Method in DefaultGrailsDomainClassProperty
setDerived(boolean) - Method in GrailsDomainClassProperty
setDerived(boolean) - Method in MetaGrailsDomainClassProperty
setDescriptor(Resource) - Method in DefaultGrailsPlugin
setDescriptor(Resource) - Method in GrailsPlugin
Sets the plugin descriptor for this plugin
setDest(File) - Method in DocPublisherTask
The documentation publishing destination
setDestinationActivated(boolean) - Method in GrailsLazyProxyPrintWriter
setDestinationDir(File) - Method in ProfileCompilerTask
setDestroyMethod(String) - Method in BeanConfiguration
Sets the name of the method to call when destroying the bean.
setDestroyMethod(String) - Method in DefaultBeanConfiguration
setDevelopmentModeActive(boolean) - Method in GrailsApp
setDirective(int) - Method in AbstractClosureProxy
setDisplay(boolean) - Method in ConstrainedProperty
@param display The display to set.
setDomainClass(GrailsDomainClass) - Method in GrailsDomainClassValidator
@param domainClass The domainClass to set.
setEditable(boolean) - Method in ConstrainedProperty
@param editable The editable to set.
setEmail(boolean) - Method in ConstrainedProperty
@param email The email to set.
setEmbedded(boolean) - Method in DefaultGrailsDomainClassProperty
setEncoding(String) - Method in BoundedCharsAsEncodedBytesCounter
setEncoding(String) - Method in DocPublisherTask
The encoding to use (default is UTF-8)
setEncodingStateRegistryLookup(EncodingStateRegistryLookup) - Method in EncodingStateRegistryLookupHolder
setEngineProperties(Properties) - Method in DocPublisher
Sets the engine properties.
setEnvironment(String) - Method in DefaultCommandLine
setErr(PrintStream) - Method in GrailsConsole
setError() - Method in DevNullPrintStream
setError() - Method in GrailsPrintWriter
setError() - Method in GrailsPrintWriterAdapter
setErrors(Errors) - Method in Controller
Sets the errors instance of the current controller
setExceptionType(Class<?>) - Method in ResponseCodeUrlMapping
setExecutionContext(ExecutionContext) - Method in GroovyScriptCommand
setExplicitSaveUpdateCascade(boolean) - Method in DefaultGrailsDomainClassProperty
setExplicitSaveUpdateCascade(boolean) - Method in GrailsDomainClassProperty
Sets whether the domain class property is explicitly set up to receive save and update cascades via a means other than 'belongsTo'.
setExplicitSaveUpdateCascade(boolean) - Method in MetaGrailsDomainClassProperty
setFactoryBean(String) - Method in BeanConfiguration
@param beanName
setFactoryBean(String) - Method in DefaultBeanConfiguration
setFactoryMethod(String) - Method in BeanConfiguration
@param methodName
setFactoryMethod(String) - Method in DefaultBeanConfiguration
setFallbackToSystemLocale(boolean) - Method in ReloadableResourceBundleMessageSource
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
setFileCacheSeconds(int) - Method in ReloadableResourceBundleMessageSource
Set the number of seconds to cache loaded properties files.
setFileEncodings(Properties) - Method in ReloadableResourceBundleMessageSource
Set per-file charsets to use for parsing properties files.
setFilteringCodec(String) - Method in GrailsWebRequest
setFilteringEncoder(Encoder) - Method in GrailsWebRequest
setFormat(String) - Method in AbstractGrailsMockHttpServletResponse
Sets the response format
setFormat(String) - Method in ConstrainedProperty
setFormat(String) - Method in GrailsMockHttpServletRequest
Sets the request format to use
setFormattedValueConverters(FormattedValueConverter) - Method in GrailsWebDataBinder
setForwardedUrl(String) - Method in GrailsMockHttpServletResponse
setForwardURI(String) - Method in GrailsMockHttpServletRequest
Sets the "forwardURI" property for the request.
setGrailsApplication(GrailsApplication) - Method in AbstractGrailsClass
setGrailsApplication(GrailsApplication) - Method in DefaultCodecLookup
setGrailsApplication(GrailsApplication) - Method in DefaultRequestStateLookupStrategy
setGrailsApplication(GrailsApplication) - Method in DomainClassArtefactHandler
setGrailsApplication(GrailsApplication) - Method in GrailsApplicationAware
setGrailsApplication(GrailsApplication) - Method in GrailsDomainClassValidator
setGrailsApplication(GrailsApplication) - Method in GrailsExceptionResolver
setGrailsApplication(GrailsApplication) - Method in Holders
setGrailsApplication(GrailsApplication) - Method in HTMLCodec
setGrailsApplication(GrailsApplication) - Method in PluginAwareResourceBundleMessageSource
setGrailsApplication(GrailsApplication) - Method in UrlMappingsHolderFactoryBean
setGrailsCorsConfiguration(GrailsCorsConfiguration) - Method in UrlMappingsHandlerMapping
setGrailsLinkGenerator(LinkGenerator) - Method in ResponseRedirector
setGroovyPageLayoutFinder(GroovyPageLayoutFinder) - Method in ResponseRenderer
setHandlerInterceptors(HandlerInterceptor) - Method in UrlMappingsHandlerMapping
setHasOne(boolean) - Method in DefaultGrailsDomainClassProperty
Set whether the foreign key is stored in the parent or child in a one-to-one
setId(Object) - Method in GrailsWebRequest
Sets the id of the request.
setIdentity(boolean) - Method in DefaultGrailsDomainClassProperty
setIgnoreEncodingState(boolean) - Method in AbstractEncodedAppender
setIgnoreEncodingState(boolean) - Method in EncodedAppender
When enabled, will encode all input regardless of it's current state disables double-encoding prevention.
setIgnoreEncodingState(boolean) - Method in EncodesToWriterAdapter
setImagesDir(File) - Method in DocPublisherTask
The directory of the images (optional)
setInheritRollbackOnly(boolean) - Method in GrailsTransactionAttribute
setInitialized(boolean) - Method in CacheEntry
setInitializing(boolean) - Method in Environment
setInList(List) - Method in ConstrainedProperty
@param inList The inList to set.
setInstance(GrailsConsole) - Method in GrailsConsole
setInterceptors(Interceptor) - Method in GrailsInterceptorHandlerInterceptorAdapter
setJson(Object) - Method in GrailsMockHttpServletRequest
Sets the body of the request to be a json packet
setLastMessage(String) - Method in GrailsConsole
setLicense(String) - Method in GrailsPublishExtension
setLoadCorePlugins(boolean) - Method in AbstractGrailsPluginManager
setLoadCorePlugins(boolean) - Method in GrailsPluginManager
Set whether the core plugins should be loaded
setLocale(Locale) - Method in IncludeResponseWrapper
setLocaleResolver(LocaleResolver) - Method in ParamsAwareLocaleChangeInterceptor
setMainClassProperty() - Method in FindMainClassTask
setMainContext(ApplicationContext) - Method in AbstractGrailsApplication
setMainContext(ApplicationContext) - Method in GrailsApplication
Sets the main Spring context for this application.
setManager(GrailsPluginManager) - Method in AbstractGrailsPlugin
setManager(GrailsPluginManager) - Method in DefaultGrailsPlugin
setManager(GrailsPluginManager) - Method in GrailsPlugin
Sets the plugin manager for this plugin
setManyToMany(boolean) - Method in DefaultGrailsDomainClassProperty
@param manyToMany The manyToMany to set.
setManyToOne(boolean) - Method in DefaultGrailsDomainClassProperty
@param manyToOne The manyToOne to set.
setMappingContext(MappingContext) - Method in DefaultGrailsApplication
setMappingContext(MappingContext) - Method in GrailsApplication
Configures the org.grails.datastore.mapping.model.MappingContext for this application
setMappingName(String) - Method in AbstractUrlMapping
setMappingName(String) - Method in UrlMapping
Sets the name of the URL mapping
setMappings(Map) - Method in UrlMappingFactoryBean
setMappingStrategy(String) - Method in DefaultGrailsDomainClass
setMappingStrategy(String) - Method in GrailsDomainClass
Sets the strategy to use for ORM mapping.
setMatches(String) - Method in ConstrainedProperty
@param regex The matches to set.
setMax(Comparable) - Method in ConstrainedProperty
@param max The max to set.
setMaxInactiveInterval(int) - Method in GrailsHttpSession
setMaxSize(Integer) - Method in ConstrainedProperty
@param maxSize The maxSize to set.
setMaxWeightedCacheCapacity(int) - Method in DefaultUrlMappingsHolder
setMessageBundleLocationPattern(String) - Method in PluginAwareResourceBundleMessageSource
The location pattern for message bundles
setMessageSource(MessageSource) - Method in AbstractConstraint
setMessageSource(MessageSource) - Method in ConstrainedProperty
The message source used to evaluate error messages
setMessageSource(MessageSource) - Method in Constraint
The message source to evaluate the default messages from
setMessageSource(MessageSource) - Method in ConstraintDelegate
setMessageSource(MessageSource) - Method in GrailsDomainClassValidator
@param messageSource The messageSource to set.
setMessageSource(MessageSource) - Method in GrailsWebDataBinder
setMetaClass(MetaClass) - Method in ExtendedProxy
setMetaClass(MetaClass) - Method in GrailsApplicationContext
setMetaClass(MetaClass) - Method in GrailsPrintWriter
setMethodParam(String) - Method in HiddenHttpMethodFilter
Set the parameter name to look for HTTP methods.
setMimeTypeResolver(MimeTypeResolver) - Method in UrlMappingsHandlerMapping
setMimeUtility(MimeUtility) - Method in ResponseRenderer
setMin(Comparable) - Method in ConstrainedProperty
@param min The min to set.
setMinSize(Integer) - Method in ConstrainedProperty
@param minSize The minLength to set.
setModel(Map<String, Object>) - Method in Interceptor
Sets the model
setModel(Map) - Method in RenderContext
The model to use for the response
setModel(Map) - Method in ServletRenderContext
setModelAndView(ModelAndView) - Method in Controller
Sets the ModelAndView of the current controller
setModelAndView(ModelAndView) - Method in Interceptor
Sets the ModelAndView of the current controller
setMultipartContentType(String, String) - Method in GrailsMockHttpServletRequest
setMultipartHeaders(String, HttpHeaders) - Method in GrailsMockHttpServletRequest
setMultipartRequest(HttpServletRequest) - Method in GrailsWebRequest
Holds a reference to the org.springframework.web.multipart.MultipartRequest
setName(String) - Method in BeanConfiguration
Sets the name of the bean in the app ctx.
setName(String) - Method in DefaultBeanConfiguration
setName(String) - Method in Environment
Set the name.
setName(String) - Method in PluginAstReader.BasicGrailsPluginInfo
setNamespace(String) - Method in ForwardUrlMappingInfo
setNamespace(String) - Method in GrailsWebApplicationContext
setNamespaceHandlerResolver(NamespaceHandlerResolver) - Method in BeanBuilder
setNotEqual(Object) - Method in ConstrainedProperty
@param notEqual The notEqual to set.
setNotifyParentBuffersEnabled(boolean) - Method in StreamCharBuffer
By default the parent buffers (a buffer where this buffer has been appended to) get notified of changed to this buffer.
setNullable(boolean) - Method in ConstrainedProperty
@param nullable The nullable to set.
setObject(T) - Method in InstanceFactoryBean
setObjectType(Class<?>) - Method in InstanceFactoryBean
setOneToMany(boolean) - Method in DefaultGrailsDomainClassProperty
@param oneToMany The oneToMany to set.
setOneToOne(boolean) - Method in DefaultGrailsDomainClassProperty
@param oneToOne The oneToOne to set.
setOrder(int) - Method in ConstrainedProperty
@param order The order to set.
setOtherSide(GrailsDomainClassProperty) - Method in DefaultGrailsDomainClassProperty
setOtherSide(GrailsDomainClassProperty) - Method in GrailsDomainClassProperty
Sets the other side of an associative property.
setOtherSide(GrailsDomainClassProperty) - Method in MetaGrailsDomainClassProperty
setOut(HttpServletRequest, Writer) - Method in DefaultGrailsApplicationAttributes
setOut(HttpServletRequest, Writer) - Method in GrailsApplicationAttributes
Sets the current write for the request
setOut(PrintStream) - Method in GrailsConsole
setOut(Writer) - Method in GrailsPrintWriter
setOut(Writer) - Method in GrailsWebRequest
@param out the out to set
setOutput(OutputStream) - Method in JUnitReports
setOutput(OutputStream) - Method in PlainFormatter
setOutput(OutputStream) - Method in XMLFormatter
setOwningClass(Class) - Method in AbstractConstraint
{@inheritDoc}
setOwningClass(Class) - Method in Constraint
The class the constraint applies to
setOwningClass(Class) - Method in ConstraintDelegate
setOwningSide(boolean) - Method in DefaultGrailsDomainClassProperty
setOwningSide(boolean) - Method in GrailsDomainClassProperty
setOwningSide(boolean) - Method in MetaGrailsDomainClassProperty
setParameter(Object) - Method in AbstractConstraint
@param constraintParameter The constraintParameter to set.
setParameter(Object) - Method in BlankConstraint
setParameter(Object) - Method in Constraint
The parameter which the constraint is validated against.
setParameter(Object) - Method in ConstraintDelegate
setParameter(Object) - Method in CreditCardConstraint
setParameter(Object) - Method in EmailConstraint
setParameter(Object) - Method in InListConstraint
setParameter(Object) - Method in MatchesConstraint
setParameter(Object) - Method in MaxConstraint
setParameter(Object) - Method in MaxSizeConstraint
setParameter(Object) - Method in MinConstraint
setParameter(Object) - Method in MinSizeConstraint
setParameter(Object) - Method in NotEqualConstraint
setParameter(Object) - Method in NullableConstraint
setParameter(Object) - Method in RangeConstraint
setParameter(Object) - Method in ScaleConstraint
setParameter(Object) - Method in SizeConstraint
setParameter(Object) - Method in UrlConstraint
setParameter(Object) - Method in ValidatorConstraint
setParameterValues(Map) - Method in AbstractUrlMapping
setParameterValues(Map) - Method in ResponseCodeUrlMapping
setParameterValues(Map) - Method in UrlMapping
Sets any parameter values that should be populated into the request
setParamName(String) - Method in ParamsAwareLocaleChangeInterceptor
setParams(Map) - Method in AbstractUrlMappingInfo
setParams(Map) - Method in ForwardUrlMappingInfo
setParent(Object) - Method in BeanConfiguration
Sets the name of the parent bean.
setParent(Object, Object) - Method in ConstrainedPropertyBuilder
setParent(Object) - Method in DefaultBeanConfiguration
setParentApplicationContext(ApplicationContext) - Method in CorePluginFinder
setParentApplicationContext(ApplicationContext) - Method in DefaultGrailsPlugin
setParentApplicationContext(ApplicationContext) - Method in DefaultGrailsPluginManager
setParentApplicationContext(ApplicationContext) - Method in ParentApplicationContextAware
setParseRequest(boolean) - Method in AbstractUrlMapping
setParseRequest(boolean) - Method in UrlMapping
Sets whether this UrlMapping should parse the request
setParsingRequest(boolean) - Method in DefaultUrlMappingInfo
setPassword(boolean) - Method in ConstrainedProperty
setPathMatcher(AntPathMatcher) - Method in PathMatchingResourcePatternResolver
Set the PathMatcher implementation to use for this resource pattern resolver.
setPathSeparator(String) - Method in AntPathMatcher
Set the path separator to use for pattern parsing.
setPersistent(boolean) - Method in DefaultGrailsDomainClassProperty
@param persistent The persistant to set.
setPluginCacheSeconds(int) - Method in PluginAwareResourceBundleMessageSource
Set the number of seconds to cache the list of matching properties files loaded from plugin.
setPluginFilter(PluginFilter) - Method in AbstractGrailsPluginManager
setPluginFilter(PluginFilter) - Method in DefaultGrailsPluginManager
setPluginFilter(PluginFilter) - Method in GrailsPluginManager
Sets the filter to use to filter for plugins
setPluginManager(GrailsPluginManager) - Method in DefaultLinkGenerator
setPluginManager(GrailsPluginManager) - Method in DefaultResourceLocator
setPluginManager(GrailsPluginManager) - Method in DefaultUrlMappingEvaluator
setPluginManager(GrailsPluginManager) - Method in Holders
setPluginManager(GrailsPluginManager) - Method in PluginAwareResourceBundleMessageSource
setPluginManager(GrailsPluginManager) - Method in PluginManagerAware
Sets the plug-in manager on this instance
setPluginManager(GrailsPluginManager) - Method in UrlMappingsHolderFactoryBean
setPluginManagerInCreation(boolean) - Method in Holders
setPluginName(String) - Method in ForwardUrlMappingInfo
setPortalUsername(String) - Method in GrailsPublishExtension
setPreferSubChunkWhenWritingToOtherBuffer(boolean) - Method in StreamCharBuffer
setProfile(Profile) - Method in ProfileCommand
Sets the command profile
setProfileRepository(ProfileRepository) - Method in AbstractProfile
setProfileRepository(ProfileRepository) - Method in ProfileInfoCommand
setProfileRepository(ProfileRepository) - Method in ProfileRepositoryAware
setProjectContext(ProjectContext) - Method in GradleCommand
setProjectContext(ProjectContext) - Method in ProjectContextAware
setProperties(Properties) - Method in DocPublisherTask
A properties containing the title, author etc.
setProperties(def) - Method in WebDataBinding
Binds the source object to the properties of the target instance converting any types as necessary
setPropertiesPersister(PropertiesPersister) - Method in ReloadableResourceBundleMessageSource
Set the PropertiesPersister to use for parsing properties files.
setProperty(String, Object) - Method in AbstractClosureProxy
setProperty(String, Object) - Method in BeanBuilder
Overrides property setting in the scope of the BeanBuilder to set properties on the current BeanConfiguration.
setProperty(String, Object) - Method in ClosureToMapPopulator
setProperty(String, Object) - Method in CodeGenConfig
setProperty(String, Object) - Method in ConstrainedPropertyBuilder
setProperty(String, Object) - Method in DefaultBeanConfiguration
setProperty(String, Object) - Method in ExtendedProxy
setProperty(String, Object) - Method in GrailsApplicationContext
setProperty(String, def) - Method in GrailsMockHttpServletRequest
Property setting of request attributes.
setProperty(String, Object) - Method in GrailsMockHttpSession
setProperty(String, Object) - Method in GrailsPrintWriter
setProperty(HttpServletRequest, String, def) - Method in HttpServletRequestExtension
setProperty(String, Object) - Method in NavigableMap
setProperty(String, Object) - Method in NavigableMap.NullSafeNavigator
setProperty(String, Object) - Method in PluginAstReader.BasicGrailsPluginInfo
setPropertyName(String) - Method in AbstractConstraint
@param constraintPropertyName The constraintPropertyName to set.
setPropertyName(String) - Method in ConstrainedProperty
@param propertyName The propertyName to set.
setPropertyName(String) - Method in Constraint
The name of the property the constraint applies to
setPropertyName(String) - Method in ConstraintDelegate
setPropertyOnBeanConfig(String, Object) - Method in BeanBuilder
setPropertyValue(String, Object) - Method in BeanConfiguration
Sets a property value on the bean configuration
setPropertyValue(String, Object) - Method in DefaultBeanConfiguration
setPropertyValue(def, DataBindingSource, MetaProperty, def, DataBindingListener) - Method in GrailsWebDataBinder
setPropertyValue(def, DataBindingSource, MetaProperty, def, DataBindingListener, boolean) - Method in SimpleDataBinder
setRange(Range) - Method in ConstrainedProperty
@param range The range to set.
setRawArguments(String) - Method in DefaultCommandLine
setReadMode(StreamByteBuffer.ReadMode) - Method in StreamByteBuffer
setReadOnly() - Method in NullPersistentContextInterceptor
setReadOnly() - Method in PersistenceContextInterceptor
Sets the persistence context to read-only mode.
setReadWrite() - Method in NullPersistentContextInterceptor
setReadWrite() - Method in PersistenceContextInterceptor
Sets the persistence context to read-write mode.
setRedirectListeners(Collection<RedirectEventListener>) - Method in ResponseRedirector
setReferencedDomainClass(GrailsDomainClass) - Method in DefaultGrailsDomainClassProperty
setReferencedDomainClass(GrailsDomainClass) - Method in GrailsDomainClassProperty
Sets the references domain class on the property.
setReferencedDomainClass(GrailsDomainClass) - Method in MetaGrailsDomainClassProperty
setReferencedPropertyType(Class<?>) - Method in DefaultGrailsDomainClassProperty
Sets the referenced property type of this property
setReferencePropertyName(String) - Method in DefaultGrailsDomainClassProperty
setRenderers(Renderer) - Method in DefaultRendererRegistry
setRenderView(boolean) - Method in GrailsWebRequest
setRequestDataValueProcessor(RequestDataValueProcessor) - Method in ResponseRedirector
setResolveStrategy(int) - Method in AbstractClosureProxy
setResourceLoader(ResourceLoader) - Method in DefaultResourceLocator
setResourceLoader(ResourceLoader) - Method in PluginAwareResourceBundleMessageSource
setResourceLoader(ResourceLoader) - Method in ReloadableResourceBundleMessageSource
Set the ResourceLoader to use for loading bundle properties files.
setResourceLoader(ResourceLoader) - Method in ResourceLocator
setResourcePath(String) - Method in ServletRenderContext
setResourcePatternResolver(ResourcePatternResolver) - Method in BeanBuilder
setResourceResolver(PathMatchingResourcePatternResolver) - Method in PluginAwareResourceBundleMessageSource
setSearchClasspath(boolean) - Method in PluginAwareResourceBundleMessageSource
Whether to search the full classpath for message bundles.
setSearchLocation(String) - Method in DefaultResourceLocator
setSearchLocation(String) - Method in ResourceLocator
The basic location from which to conduct the search.
setSearchLocation(String) - Method in StaticResourceLocator
setSearchLocations(Collection<String>) - Method in DefaultResourceLocator
setSearchLocations(Collection<String>) - Method in PluginPathAwareFileSystemResourceLoader
setSearchLocations(Collection<String>) - Method in ResourceLocator
Multiple locations to search.
setSearchLocations(Collection<String>) - Method in StaticResourceLocator
setServletConfig(ServletConfig) - Method in GrailsWebApplicationContext
setServletContext(ServletContext) - Method in GrailsDispatcherServlet
setServletContext(ServletContext) - Method in GrailsExceptionResolver
setServletContext(ServletContext) - Method in GrailsWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(Object) - Method in Holders
setServletContext(ServletContext) - Method in ServletContextHolder
setServletContext(ServletContext) - Method in WebRuntimeSpringConfiguration
setServletVersion(String) - Method in Metadata
setShouldFilter(boolean) - Method in DefaultStackTraceFilterer
setShouldFilter(boolean) - Method in StackTraceFilterer
@param shouldFilter Whether to filter stack traces or not
setSize(Range) - Method in ConstrainedProperty
@param size The size to set.
setSkipFilteringCodec(boolean) - Method in GrailsWebRequest
setSleepTime(long) - Method in DirectoryWatcher
Sets the amount of time to sleep between checks
setSource(Object) - Method in GroovyPageCompileTask
setSource(Object) - Method in PublishGuideTask
setSpringConfig(RuntimeSpringConfiguration) - Method in BeanBuilder
Sets the runtime Spring configuration instance to use.
setSrc(File) - Method in DocPublisherTask
The documentation source location
setStacktrace(boolean) - Method in GrailsConsole
@param stacktrace Sets whether to show stack traces on errors
setStatus(HttpServletRequest, HttpServletResponse, ModelAndView, Exception) - Method in GrailsExceptionResolver
setStatus(int, String) - Method in IncludeResponseWrapper
setStatus(HttpStatus) - Method in RenderContext
@param status The status to set
setStatus(HttpStatus) - Method in ServletRenderContext
setStrings(SortedSet<String>) - Method in StringsCompleter
setStructuredBindingEditors(TypedStructuredBindingEditor) - Method in GrailsWebDataBinder
setStyleDir(File) - Method in DocPublisherTask
The directory of the style templates (optional)
setSubBufferChunkMinSize(int) - Method in StreamCharBuffer
setSubStringChunkMinSize(int) - Method in StreamCharBuffer
Minimum size for a String to be added as a StringChunk instead of copying content to the char[] buffer of the current StreamCharBufferChunk
setSystemError(String) - Method in JUnitReports
setSystemError(String) - Method in PlainFormatter
setSystemOutput(String) - Method in JUnitReports
setSystemOutput(String) - Method in PlainFormatter
setTabSize(int) - Method in SimpleCharStream
setTarget(Writer) - Method in GrailsPrintWriterAdapter
setTarget(Object) - Method in HotSwappableTargetSourceFactoryBean
setTarget(T) - Method in MixinTargetAware
Settings - Interface in grails.config
Constants for names of settings in Grails
SETTINGS_FILE - Field in BuildSettings
SettingsFile - Class in grails.boot.config.tools
Used to interpret the Gradle settings.gradle file
setTransactionalAttributes(Properties) - Method in GroovyAwareNamedTransactionAttributeSource
setTransactionManager(PlatformTransactionManager) - Method in TransactionManagerAware
Sets the transaction manager on implementors
setupCompleters() - Method in GrailsCli
setupConsoleOutput(ProjectContext, LongRunningOperation) - Method in GradleUtil
setUrl(boolean) - Method in ConstrainedProperty
@param url The url to set.
setUrlConverter(UrlConverter) - Method in RequestForwarder
setUrlCreatorMaxWeightedCacheCapacity(int) - Method in DefaultUrlMappingsHolder
setUsed(boolean) - Method in GrailsPrintWriter
setUsed(boolean) - Method in GrailsPrintWriterAdapter
setUseLegacyEncoder(boolean) - Method in HTMLCodec
setValidator(Validator) - Method in DefaultGrailsDomainClass
setValidator(Validator) - Method in GrailsDomainClass
Sets the validator for this domain class
setValue(V) - Method in CacheEntry
setValue(Object) - Method in PropertiesEditor
setValueConverters(ValueConverter) - Method in GrailsWebDataBinder
setVerbose(boolean) - Method in GrailsConsole
@param verbose Sets whether verbose output should be used
setVersion(String) - Method in PluginAstReader.BasicGrailsPluginInfo
setView(String) - Method in ForwardUrlMappingInfo
setView(String) - Method in Interceptor
Sets the view name
setViewName(String) - Method in RenderContext
The view to use for the response
setViewName(String) - Method in ServletRenderContext
setWatchedResources(Resource) - Method in DefaultGrailsPlugin
setWebRequestInterceptors(WebRequestInterceptor) - Method in UrlMappingsHandlerMapping
setWidget(String) - Method in ConstrainedProperty
setWorkDir(File) - Method in DocPublisherTask
The temporary directory to use (optional)
setWrappedResponse(HttpServletResponse) - Method in GrailsWebRequest
setWrappedResponse(HttpServletResponse) - Method in WrappedResponseHolder
Bind the given HttpServletResponse to the current thread.
setWriteDirectlyToConnectedMinSize(int) - Method in StreamCharBuffer
Minimum size for a String or char[] to get written directly to connected writer (in "connectTo" mode).
setXml(Object) - Method in GrailsMockHttpServletRequest
Sets the body of the request to be an XML packet
SHA1BytesCodecExtensionMethods - Class in org.grails.plugins.codecs
SHA1CodecExtensionMethods - Class in org.grails.plugins.codecs
SHA256BytesCodecExtensionMethods - Class in org.grails.plugins.codecs
SHA256CodecExtensionMethods - Class in org.grails.plugins.codecs
short(String, Integer) - Method in TypeConvertingMap
shortSummary() - Method in StopWatch
Return a short description of the total running time.
shouldApplyEncoder(StreamingEncoder) - Method in ChainedEncoders
checks that the encoder isn't a NoneEncoder instance
shouldEncode(Encoder, EncodingState) - Method in AbstractEncodedAppender
Check if the encoder should be used to a input with certain encodingState
shouldEncode(Encoder, EncodingState) - Method in EncodedAppender
Check if the encoder should be used to a input with certain encodingState
shouldEncodeWith(Encoder, EncodingState) - Method in AbstractEncodedAppender
shouldEncodeWith(Encoder, EncodingState) - Method in DefaultEncodingStateRegistry
Checks if encoder should be applied to a input with given encoding state
shouldEncodeWith(Encoder, EncodingState) - Method in EncodesToWriterAdapter
shouldEncodeWith(Encoder, CharSequence) - Method in EncodingStateRegistry
Checks if a encoder should be applied to a CharSequence
shouldEncodeWith(Encoder, EncodingState) - Method in StreamingEncoderWriter
shouldInclude(List<T>, List, T) - Method in IncludeExcludeSupport
shouldIncludeProperty(RenderContext, Object, String) - Method in AbstractIncludeExcludeRenderer
shouldInject(URL) - Method in ApplicationClassInjector
shouldInject(URL) - Method in ClassInjector
Returns whether this injector should inject
shouldInject(URL) - Method in ControllerActionTransformer
shouldInject(URL) - Method in ControllerDomainTransformer
shouldInject(URL) - Method in DefaultGrailsDomainClassInjector
shouldInject(URL) - Method in GlobalClassInjectorAdapter
shouldInject(URL) - Method in LoggingTransformer
shouldInjectClass(ClassNode) - Method in DefaultGrailsDomainClassInjector
shouldNotFilterAsyncDispatch() - Method in GrailsWebRequestFilter
shouldNotFilterErrorDispatch() - Method in GrailsWebRequestFilter
shouldProxyTargetClass(Class<?>, String) - Method in GroovyAwareAspectJAwareAdvisorAutoProxyCreator
shouldProxyTargetClass(Class<?>, String) - Method in GroovyAwareInfrastructureAdvisorAutoProxyCreator
shouldRerunStaticInitializer(String, Class<?>, String) - Method in GrailsSpringLoadedPlugin
shouldSkipInjection(ClassNode) - Method in AbstractGrailsArtefactTransformer
shouldSkipNextCause(Throwable) - Method in DefaultStackTracePrinter
shouldSkipNextCause(Throwable) - Method in ErrorsViewStackTracePrinter
shouldUpdate(long, Object) - Method in CacheEntry
show() - Method in RestfulController
Shows a single resource
showCreate() - Method in DocEngine
showPrompt() - Method in GrailsConsole
Shows the prompt to request user input
shutdown - Field in AbstractGrailsPluginManager
shutdown() - Method in GrailsPluginManager
Shuts down the PluginManager
shutdownEmbeddedDatabase(DataSource) - Method in EmbeddedDatabaseShutdownHook
ShutdownOperations - Class in org.grails.core.lifecycle
Operations that should be executed on shutdown.
SimpleBindingError - Class in org.grails.databinding.errors
@author Jeff Brown
SimpleBindingError(Object, String, Object, Throwable) - Constructor in SimpleBindingError
SimpleCharStream - Class in org.grails.web.json.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor in SimpleCharStream
Constructor.
SimpleDataBinder - Class in grails.databinding
A data binder that will bind nested Maps to an object.
SimpleDataBinder() - Constructor in SimpleDataBinder
SimpleMapDataBindingSource - Class in grails.databinding
SimpleMapDataBindingSource(Map) - Constructor in SimpleMapDataBindingSource
SimpleMapResourceLoader - Class in org.grails.core.io
Simple implementation of the ResourceLoader interface that uses a Map to load resources.
SimpleOrFileNameCompletor - Class in org.grails.cli.interactive.completers
JLine Completor that mixes a fixed set of options with file path matches.
SimpleOrFileNameCompletor(String) - Constructor in SimpleOrFileNameCompletor
SimpleTemplate - Class in org.grails.cli.profile.commands.templates
SINGLE_QUOTE_LITERAL - Field in JsonParserConstants
RegularExpression Id.
size() - Method in AbstractTypeConvertingMap
size() - Method in BoundedCharsAsEncodedBytesCounter
size() - Method in CodeGenConfig
size() - Method in CompositeConfig
SIZE_CONSTRAINT - Field in ConstrainedProperty
size() - Method in DataBindingSource
@return the number of properties represented by this binding source
size() - Method in FlatConfig
size() - Method in GPathResultMap
size() - Method in GrailsFlashScope
size() - Method in JSONArray
size() - Method in JSONObject
size() - Method in LazyBeanMap
size() - Method in LazyMetaPropertyMap
{@inheritDoc}
size() - Method in NavigableMap
size() - Method in NavigableMap.NullSafeNavigator
size() - Method in NavigableMapConfig
size() - Method in PrefixedConfig
size() - Method in SimpleMapDataBindingSource
size() - Method in StreamCharBuffer
SizeConstraint - Class in org.grails.validation
Validates size of the property, for strings and arrays this is the length, collections the size and numbers the value.
skeletonExcludes - Field in AbstractProfile
skipBlankValues() - Method in AbstractConstraint
skipBlankValues() - Method in BlankConstraint
skipBlankValues() - Method in ValidatorConstraint
skipNullValues() - Method in AbstractConstraint
skipNullValues() - Method in NullableConstraint
skipNullValues() - Method in ValidatorConstraint
skipPast(String) - Method in JSONTokener
Skip characters until past the requested string.
skipTo(char) - Method in JSONTokener
Skip characters until the next character is the requested character.
SLASH - Field in UrlMapping
SLASH - Field in WebUtils
SORT - Field in GrailsDomainClassProperty
SortedAggregateCompleter - Class in org.grails.cli.interactive.completers
Copied from jline AggregateCompleter
SortedAggregateCompleter(Completer) - Constructor in SortedAggregateCompleter
Construct an AggregateCompleter with the given completers.
sortPlugins(List<GrailsPlugin>) - Method in DefaultGrailsPluginManager
source(String) - Method in FileSystemInteraction
Finds a source file for the given class name
source(String) - Method in FileSystemInteractionImpl
Finds a source file for the given class name
SourceCodeAware - Interface in org.grails.exceptions.reporting
An interface that represents an exception that is capable of providing more information about the source code
SourceSets - Class in org.grails.gradle.plugin.util
@author Graeme Rocher
SPACE - Field in GrailsConsole
specialConstructor - Field in ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Field in Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitIndexedStruct(IndexedPropertyReferenceDescriptor, DataBindingSource) - Method in SimpleDataBinder
SPRING_RESOURCES_CLASS - Field in RuntimeSpringConfigUtilities
SPRING_RESOURCES_GROOVY - Field in RuntimeSpringConfigUtilities
SPRING_RESOURCES_XML - Field in RuntimeSpringConfigUtilities
SPRING_SCRIPTS_PATH_PATTERN - Field in GrailsResourceUtils
SpringConversionServiceAdapter - Class in org.grails.web.databinding
This class implements org.grails.databinding.converters.ConversionService and delegates to a org.springfraemwork core.convert.support.DefaultConversionService.
SpringInvoker - Class in org.grails.cli.boot
Allows invocation of Spring commands from command scripts
SpringInvoker.Slf4jBindingAwareClassLoader - Class in org.grails.cli.boot
SpringIOUtils - Class in org.grails.io.support
Simple utility methods for file and stream copying.
SpringResource - Class in org.grails.core.io
Bridges Grails and Spring Resource APIs
SpringResource(Resource) - Constructor in SpringResource
STACK_LOG - Field in DefaultStackTraceFilterer
STACK_LOG_NAME - Field in DefaultStackTraceFilterer
stackFilterer - Field in GrailsExceptionResolver
STACKTRACE_ARGUMENT - Field in CommandLine
STACKTRACE_FILTERED_MESSAGE - Field in GrailsConsole
STACKTRACE_MESSAGE - Field in GrailsConsole
StackTraceFilterer - Interface in org.grails.exceptions.reporting
Improves the output of stack traces produced by exceptions in a Grails application.
StackTracePrinter - Interface in org.grails.exceptions.reporting
Defines method for pretty printing Stack traces.
STANDALONE - Field in Environment
Whether Grails has been executed standalone via the static void main method and not loaded in via the container
StandaloneCodecLookup - Class in org.grails.encoder.impl
start() - Method in EmbeddedDatabaseShutdownHook
start(Runnable) - Method in MockAsyncContext
start(String) - Method in StopWatch
Start a named task.
startAsync(ServletRequest, ServletResponse) - Method in GrailsMockHttpServletRequest
startConsole() - Method in GroovyConsoleApplicationContext
startConsole() - Method in GroovyConsoleWebApplicationContext
startConsole() - Method in GroovyshApplicationContext
startConsole() - Method in GroovyshWebApplicationContext
startDocument(String, String) - Method in PrettyPrintXMLStreamWriter
startDocument(String, String) - Method in XMLStreamWriter
startInteractiveMode(GrailsConsole) - Method in GrailsCli
startNode(String) - Method in PrettyPrintXMLStreamWriter
startNode(String) - Method in XMLStreamWriter
startResourceTag(XMLStreamWriter, String, Locale, String) - Method in HalXmlRenderer
startResourceTagForCurrentPath(RenderContext, XMLStreamWriter) - Method in HalXmlRenderer
startTag() - Method in PrettyPrintXMLStreamWriter
startTag() - Method in XMLStreamWriter
startTest(Test) - Method in JUnitReports
startTestSuite(JUnitTest) - Method in JUnitReports
STATIC_METHOD_MISSING_METHOD_NAME - Field in AbstractGrailsArtefactTransformer
STATIC_METHOD_MISSING_METHOD_NAME - Field in GrailsASTUtils
staticFlag - Field in SimpleCharStream
Whether parser is static.
StaticJarProfileRepository - Class in org.grails.cli.profile.repository
A JAR file repository that resolves profiles from a static array of JAR file URLs
StaticJarProfileRepository(ClassLoader, URL) - Constructor in StaticJarProfileRepository
staticMethods - Field in BaseApiProvider
StaticResourceLoader - Class in org.grails.core.io
A ResourceLoader that loads resources from a statically defined base resource.
StaticResourceLoader(Resource) - Constructor in StaticResourceLoader
StaticResourceLocator - Class in org.grails.core.io
A static resource locator that uses an internal map to locate resources.
STATUS_DISABLED - Field in GrailsPlugin
When a plugin is "disabled" it will not be loaded
STATUS_ENABLED - Field in GrailsPlugin
When a plugin is "enabled" it will be loaded as usual.
STATUS - Field in GrailsPlugin
The status of the plugin.
Step - Interface in org.grails.cli.profile
Represents a step within a Command.
StepFactory - Interface in org.grails.cli.profile.steps
Creates steps
StepRegistry - Class in org.grails.cli.profile.steps
Registry of steps
stop(Runnable) - Method in EmbeddedDatabaseShutdownHook
stop() - Method in StopWatch
Stop the current task.
stop() - Method in StopWatch.TaskInfo
StopWatch - Class in org.grails.core.util
Based on the Spring StopWatch class, but supporting nested tasks
StopWatch.TaskInfo - Class in org.grails.core.util
Inner class to hold data about one task executed within the stop watch.
StopWatch(String) - Constructor in StopWatch
Construct a new stop watch with the given id.
store(HttpSession) - Method in SynchronizerTokensHolder
storeData(T) - Method in CachedGradleOperation
storeGrailsWebRequest(GrailsWebRequest) - Method in WebUtils
Helper method to store the given GrailsWebRequest for the current request.
streamBuffer - Field in FastStringWriter
StreamByteBuffer - Class in org.grails.buffer
An in-memory buffer that provides OutputStream and InputStream interfaces.
StreamByteBuffer.ReadMode - Enum in org.grails.buffer
StreamByteBuffer(int, StreamByteBuffer.ReadMode) - Constructor in StreamByteBuffer
StreamCharBuffer - Class in org.grails.buffer
StreamCharBuffer.EncodedPart - Class in org.grails.buffer
StreamCharBuffer.EncodedPart(EncodingState, String) - Constructor in StreamCharBuffer.EncodedPart
StreamCharBuffer.LazyInitializingMultipleWriter - Interface in org.grails.buffer
StreamCharBuffer.LazyInitializingWriter - Interface in org.grails.buffer
Interface for a Writer that gets initialized if it is used Can be used for passing in to "connectTo" method of StreamCharBuffer
StreamCharBuffer.StreamCharBufferReader - Class in org.grails.buffer
This is the java.io.Reader implementation for StreamCharBuffer
StreamCharBuffer.StreamCharBufferReader(boolean) - Constructor in StreamCharBuffer.StreamCharBufferReader
StreamCharBuffer.StreamCharBufferWriter - Class in org.grails.buffer
This is the java.io.Writer implementation for StreamCharBuffer
StreamCharBuffer(int, int, int) - Constructor in StreamCharBuffer
StreamCharBufferMetaUtils - Class in org.grails.buffer
streamCharBufferTarget - Field in GrailsPrintWriter
StreamEncodeable - Interface in org.grails.encoder
Marks a class capable of encoding itself with given Encoder to given EncodedAppender instance
StreamingEncoder - Interface in org.grails.encoder
Streaming encoder interface that makes it possible to encode a portion of a CharSequence and append it directly to the EncodedAppender instance.
StreamingEncoderEncodedAppender - Class in org.grails.encoder
EncodedAppender implementation used for piping / chaining several StreamingEncoders
StreamingEncoderEncodedAppender(StreamingEncoder, EncodedAppender) - Constructor in StreamingEncoderEncodedAppender
StreamingEncoderWritable - Interface in org.grails.encoder
Marks a class capable of encoding itself with given EncodesToWriter instance to given Writer instance
StreamingEncoderWriter - Class in org.grails.encoder
StreamingEncoderWriter(Writer, StreamingEncoder, EncodingStateRegistry) - Constructor in StreamingEncoderWriter
StreamingMarkupWriter - Class in org.grails.web.xml
Specialized StreamingMarkupWriter that handles the escaping of double quotes in XML attributes
StreamingMarkupWriter(Writer) - Constructor in StreamingMarkupWriter
STRING_STATE - Field in JsonParserConstants
Lexical state.
StringCharArrayAccessor - Class in org.grails.buffer
Provides optimized access to java.lang.String internals
StringEscapeCategory - Class in grails.doc.internal
stringPropertyNames() - Method in ConfigProperties
StringsCompleter - Class in org.grails.cli.interactive.completers
A completer that completes based on a collection of Strings
StringsCompleter(String) - Constructor in StringsCompleter
StructuredBindingEditor - Interface in grails.databinding
StructuredBindingEditors convert structured data in a Map into an object.
StructuredCalendarBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
StructuredDateBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
StructuredDateEditor - Class in org.grails.web.binding
Structured editor for editing dates that takes 5 fields that represent the year, month, day, hour and minute and constructs a Date instance
StructuredDateEditor(DateFormat, boolean, int) - Constructor in StructuredDateEditor
structuredEditors - Field in SimpleDataBinder
StructuredPropertyEditor - Interface in org.grails.web.binding
A PropertyEditor that is able to edit structured properties (properties made up of multiple field values).
StructuredSqlDateBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
subarray(Object, int, int) - Method in BeanBuilder
subarray(Object, int, int) - Method in GrailsArrayUtils
Returns the subarray of an existing array
subList(int, int) - Method in JSONArray
subSequence(int, int) - Method in StreamCharBuffer
substringAfter(String, String) - Method in GrailsStringUtils
Returns a substring after the given token
substringAfterLast(String, String) - Method in GrailsStringUtils
Returns a substring after the last occurrence of the given token
substringBefore(String, String) - Method in GrailsStringUtils
Returns a substring before the given token
substringBeforeLast(String, String) - Method in GrailsStringUtils
Returns a substring before the last occurance of the given token
SUFFIX - Field in GroovyPagesUriSupport
superClass() - Method in Resource
@default RestfulController
Returns:
The super class to use for the generated controller class
Support - Class in grails.dev
Methods to support the development environment
supports(Class) - Method in BlankConstraint
supports(Class) - Method in Constraint
Returns whether the constraint supports being applied against the specified type;
supports(Class) - Method in CreditCardConstraint
supports(Class<?>) - Method in DataBindingEventMulticastListener
supports(Class<?>) - Method in DataBindingListener
@return true if the listener is interested in events for the specified type.
supports(Class<?>) - Method in DataBindingListenerAdapter
supports(Class) - Method in EmailConstraint
supports(Class) - Method in GrailsDomainClassValidator
supports(Class) - Method in InListConstraint
supports(Class) - Method in MatchesConstraint
supports(Class) - Method in MaxConstraint
supports(Class) - Method in MaxSizeConstraint
supports(Class) - Method in MinConstraint
supports(Class) - Method in MinSizeConstraint
supports(Class) - Method in NotEqualConstraint
supports(Class) - Method in NullableConstraint
supports(Class) - Method in RangeConstraint
supports(Class) - Method in ScaleConstraint
supports(Class) - Method in SizeConstraint
supports(ClassNode) - Method in SupportsClassNode
supports(Class) - Method in UrlConstraint
supports(Object) - Method in UrlMappingsInfoHandlerAdapter
supports(Class) - Method in ValidatorConstraint
supportsAtLeastVersion(String, String) - Method in GrailsVersionUtils
SupportsClassNode - Interface in grails.compiler.ast
Indicates whether the Transformation/TraitInjector supports given ClassNode
supportsContraint(String) - Method in Constrained
supportsContraint(String) - Method in ConstrainedDelegate
supportsContraint(String) - Method in ConstrainedProperty
Checks with this ConstraintedProperty instance supports applying the specified constraint.
supportsCurrentBuildScope(String) - Method in AbstractGrailsPluginManager
supportsCurrentBuildScope(String) - Method in GrailsPluginManager
Returns true if the given plugin supports the current BuildScope
supportsCurrentScopeAndEnvironment() - Method in DefaultGrailsPlugin
supportsCurrentScopeAndEnvironment() - Method in GrailsPlugin
@return true if the current plugin supports the current BuildScope and Environment
supportsEnvironment(Environment) - Method in DefaultGrailsPlugin
supportsEnvironment(Environment) - Method in GrailsPlugin
Returns whether this plugin supports the given environment name
supportsEventType(Class<? extends ApplicationEvent>) - Method in AbstractGrailsApplication
supportsScope(BuildScope) - Method in DefaultGrailsPlugin
supportsScope(BuildScope) - Method in GrailsPlugin
Return whether this plugin supports the given PluginScope
supportsSourceType(Class<?>) - Method in AbstractGrailsApplication
SVN_DIR_NAME - Field in DirectoryWatcher
swapIn(OutputStream, OutputStream) - Method in SystemOutAndErrSwapper
Replaces System.out and System.err with PrintStream's wrapping outStream and errStream
swapOut() - Method in SystemOutAndErrSwapper
Restores System.out and System.err to what they were before swappedIn() was called.
swapped - Field in SystemOutAndErrSwapper
swappedInErr - Field in SystemOutAndErrSwapper
swappedInErrStream - Field in SystemOutAndErrSwapper
swappedInOut - Field in SystemOutAndErrSwapper
swappedInOutStream - Field in SystemOutAndErrSwapper
swappedOutErr - Field in SystemOutAndErrSwapper
swappedOutOut - Field in SystemOutAndErrSwapper
SwitchTo(int) - Method in JsonParserTokenManager
Switch to specified lex state.
SynchronizerTokensHolder - Class in org.grails.web.servlet.mvc
A token used to handle double-submits.
synonyms(String) - Method in CommandDescription
Adds a synonyms for this command
syntaxError(String) - Method in JSONTokener
Make a JSONException to signal a syntax error.
SYS_PROP_DISPLAY_FULL_STACKTRACE - Field in StackTraceFilterer
systemError - Field in PlainFormatter
SystemOutAndErrSwapper - Class in org.grails.test.io
Convenience class to temporarily swap in an output stream for standard error and standard out.
SystemOutAndErrSwapper.TestOutputCapturingPrintStream - Class in org.grails.test.io
SystemOutAndErrSwapper.TestOutputCapturingPrintStream(PrintStream) - Constructor in SystemOutAndErrSwapper.TestOutputCapturingPrintStream
SystemOutAndErrSwapper(boolean, boolean) - Constructor in SystemOutAndErrSwapper
SystemOutErrCapturer - Class in grails.io.support
Utility for capturing the result of calls to System.out / System.err
SystemOutErrCapturer.NullOutputStream - Class in grails.io.support
systemOutput - Field in PlainFormatter
SystemPropertiesAuthenticator - Class in grails.build.proxy
An Authenticator that authenticates via System properties
SystemStreamsRedirector - Class in grails.io.support

T

tabSize - Field in SimpleCharStream
TAG_CACHE - Field in GrailsApplicationAttributes
tagStack - Field in XMLStreamWriter
TARGET_DIR - Field in BuildSettings
The target directory of the project, null outside of the development environment
target - Field in GrailsPrintWriterAdapter
target - Field in HotSwappableTargetSourceFactoryBean
targetClass - Field in GrailsDomainClassValidator
targetFinished(BuildEvent) - Method in GrailsConsoleBuildListener
targetSource - Field in HotSwappableTargetSourceFactoryBean
targetStarted(BuildEvent) - Method in GrailsConsoleBuildListener
targetType - Field in DefaultHtmlRenderer
taskFinished(BuildEvent) - Method in GrailsConsoleBuildListener
tasks - Field in GradleStep
tasks(String) - Method in WatchConfig
The tasks to trigger when a modification event is received
taskStarted(BuildEvent) - Method in GrailsConsoleBuildListener
TE - Field in HttpHeaders
TEMPLATE_MODEL - Field in GrailsApplicationAttributes
template(Object) - Method in TemplateRenderer
Find a template at the given location
template(Object) - Method in TemplateRendererImpl
Find a template at the given location
templateCache - Field in TemplateRendererImpl
TEMPLATED_ATTRIBUTE - Field in AbstractLinkingRenderer
TemplateException - Class in org.grails.cli.profile.commands.templates
Exception thrown when an error in template rendering occurs
TemplateRenderer - Interface in org.grails.cli.profile.commands.templates
API for locating and rendering templates in the code generation layer
TemplateRendererImpl - Class in org.grails.cli.profile.commands.templates
Interface for classes that can render templates
TemplateRendererImpl(ExecutionContext, Profile, ProfileRepository, ResourceLoader) - Constructor in TemplateRendererImpl
TEMPLATES_DIR - Field in RenderStep
templates(String) - Method in TemplateRenderer
Find templates matching the given pattern
templates(String) - Method in TemplateRendererImpl
Find templates matching the given pattern
TEST_SCOPE - Field in BuildSettings
TEST_SCOPE_DESC - Field in BuildSettings
TestsCompleter - Class in org.grails.cli.interactive.completers
A completer that completes the names of the tests in the project
TestsCompleter() - Constructor in TestsCompleter
TestStacktraceSanitizer - Class in org.grails.test.support
TEXT_HTML - Field in RenderDynamicMethod
TEXT_JSON - Field in MimeType
TEXT_XML - Field in MimeType
TextileLinkFilter - Class in grails.doc
TextileLinkFilter() - Constructor in TextileLinkFilter
tiggerAppLoad() - Method in GrailsCli
timeout - Field in Transactional
The timeout for this transaction.
TimeZoneConverter - Class in org.grails.databinding.converters
@since 2.3.6
TITLE_ATTRIBUTE - Field in AbstractLinkingRenderer
toArray(Object) - Method in JSONArray
toBoolean(String) - Method in GrailsStringUtils
Converts a string to a boolean.
toCharArray() - Method in StreamCharBuffer
Reads the buffer to a char[].
toFlatConfig() - Method in NavigableMap
toJSONArray(JSONArray) - Method in JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
Token - Class in org.grails.web.json.parser
Describes the input token stream.
token - Field in JSONParser
Current token.
TOKEN_KEY - Field in SynchronizerTokensHolder
token_source - Field in JSONParser
Generated Token Manager.
Token(int, String) - Constructor in Token
Constructs a new token for the specified Image and Kind.
TOKEN_URI - Field in SynchronizerTokensHolder
tokenImage - Field in JsonParserConstants
Literal token values.
tokenImage - Field in ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Class in org.grails.web.json.parser
Token Manager Error.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor in TokenMgrError
Full Constructor.
TokenResponseActionResultTransformer - Class in org.grails.web.servlet.mvc
An ActionResultTransformer that adds support for the "Synchronizer Token Pattern"
TokenResponseHandler - Interface in org.grails.web.servlet.mvc
Invokes user code that handles double or invalid submits.
TomcatJDBCPoolMBeanExporter - Class in org.grails.plugins.datasource
TomcatJDBCPoolMBeanExporter() - Constructor in TomcatJDBCPoolMBeanExporter
TOOBIG_SUFFIX - Field in ConstrainedProperty
TOOLONG_SUFFIX - Field in ConstrainedProperty
TOOSHORT_SUFFIX - Field in ConstrainedProperty
TOOSMALL_SUFFIX - Field in ConstrainedProperty
toProperties() - Method in CompositeConfig
toProperties() - Method in Config
Converts the config to properties
toProperties() - Method in NavigableMap
toProperties() - Method in NavigableMapConfig
toProperties() - Method in PrefixedConfig
toQueryString() - Method in GrailsParameterMap
Converts this parameter map into a query String.
toQueryString(Map) - Method in WebUtils
Converts the given parameters to a query string using the default UTF-8 encoding
toStreamingEncoders(List<Encoder>) - Method in ChainedEncoders
toString() - Method in AbstractConstraint
toString() - Method in AbstractGrailsClass
toString() - Method in AbstractTypeConvertingMap
toString() - Method in BuildScope
toString() - Method in ConfigProperties
toString() - Method in ConstrainedProperty
toString() - Method in DefaultCodecIdentifier
toString() - Method in DefaultGrailsDomainClassProperty
toString() - Method in DefaultGrailsPlugin
toString() - Method in DefaultUrlMappingInfo
toString() - Method in DefaultUrlMappingsHolder
toString() - Method in EncodingStateImpl
toString() - Method in FastStringPrintWriter
toString() - Method in FastStringWriter
toString() - Method in FileSystemResource
toString(char[]) - Method in GrailsArrayUtils
toString() - Method in GrailsHttpSession
toString() - Method in GrailsRepositoryConfiguration
toString() - Method in IndexedPropertyReferenceDescriptor
toString(InputStream, String) - Method in IOUtils
Convert a stream to a String, reading the data from the stream
toString(int) - Method in JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(int) - Method in JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in JSONTokener
Make a printable string of this JSONTokener.
toString() - Method in MimeType
toString() - Method in NavigableMap
toString() - Method in NavigableMap.NullSafeNavigator
toString() - Method in NavigableMapConfig
toString() - Method in Pair
toString() - Method in RegexUrlMapping
toString() - Method in RegexValidator
Provide a String representation of this validator.
toString() - Method in ReloadableResourceBundleMessageSource
toString() - Method in SortedAggregateCompleter
@return a string representing the aggregated completers
toString() - Method in StopWatch
Return an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
toString() - Method in StreamCharBuffer
{@inheritDoc}
toString() - Method in StreamCharBuffer.EncodedPart
toString() - Method in Token
Returns the image.
toString() - Method in Triple
toString() - Method in UrlCreatorCache.ReverseMappingKey
toString() - Method in UrlResource
totalBytesUnread() - Method in StreamByteBuffer
toURI(String) - Method in GrailsResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" quotes first.
toUrlElement(String) - Method in CamelCaseUrlConverter
toUrlElement(String) - Method in HyphenatedUrlConverter
toUrlElement(String) - Method in UrlConverter
TRAILER - Field in HttpHeaders
TRAILING_NAME - Field in GrailsPluginInfo
Defines the convention that appears within plugin class names
TRAIT_INJECTOR_CLASS - Field in GlobalGrailsClassInjectorTransformation
TraitInjectionSupport - Class in org.grails.compiler.injection
Utility methods used by TraitInjectionUtils
TraitInjectionUtils - Class in org.grails.compiler.injection
@author Jeff Brown
TraitInjector - Interface in grails.compiler.traits
@author Jeff Brown
TRANSACTION_MANAGER_BEAN - Field in GrailsApplication
The name of the transaction manager bean
TRANSACTION_MANAGER_BLACK_LIST_PATTERN - Field in DataSourceGrailsPlugin
TRANSACTION_MANAGER_ENABLED - Field in DataSourceGrailsPlugin
TRANSACTION_MANAGER_WHITE_LIST_PATTERN - Field in DataSourceGrailsPlugin
Transactional - Annotation Type in grails.transaction
Describes transaction attributes on a method or class.
TransactionalTransform - Class in org.grails.transaction.transform
This AST transform reads the Transactional annotation and transforms method calls by wrapping the body of the method in an execution of GrailsTransactionTemplate.
TransactionManagerAware - Interface in grails.transaction
@author Graeme Rocher
TransactionManagerPostProcessor - Class in org.grails.transaction
Injects the platform transaction manager into beans that implement TransactionManagerAware.
transactionManagers - Field in GrailsTestTransactionInterceptor
transactionStatuses - Field in GrailsTestTransactionInterceptor
TRANSFER_ENCODING - Field in HttpHeaders
transferTo(File) - Method in GrailsMockMultipartFile
transformActionResult(GrailsWebRequest, String, def) - Method in ActionResultTransformer
Transforms an action result
transformActionResult(GrailsWebRequest, String, Object) - Method in TokenResponseActionResultTransformer
transformClosureToMethod(ClassNode, ClosureExpression, PropertyNode, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
TRANSIENT - Field in GrailsDomainClassProperty
translateCommandline(String) - Method in CommandLineParser
Crack a command line.
trimStart(String, String) - Method in GrailsStringUtils
Trims the start of the string
trimToSize() - Method in JSONArray
Triple - Class in grails.util
Triple(A, B, C) - Constructor in Triple
trouble - Field in GrailsPrintWriter
TYPE - Field in ApplicationArtefactHandler
type - Field in ArtefactHandlerAdapter
TYPE_ATTRIBUTE - Field in AbstractLinkingRenderer
TYPE - Field in BootstrapArtefactHandler
TYPE_CHECKED_TYPE - Field in TransactionalTransform
TYPE - Field in CodecArtefactHandler
TYPE - Field in ControllerArtefactHandler
TYPE - Field in DomainClassArtefactHandler
TYPE_FILTERS - Field in GrailsPlugin
The field that represents the list of type filters a plugin provides
TYPE - Field in InterceptorArtefactHandler
TYPE - Field in ServiceArtefactHandler
TYPE - Field in UrlMappingsArtefactHandler
TypeConvertingMap - Class in grails.util
A category for use with maps that want type conversion capabilities.
TypeConvertingMap(Map) - Constructor in TypeConvertingMap
TypedStructuredBindingEditor - Interface in grails.databinding
@since 3.0
typeName - Field in JUnitReportsFactory
TypeSpecifyableTransactionProxyFactoryBean - Class in org.grails.spring
Allows the type of the underlying object to be specified explicitly.
TypeSpecifyableTransactionProxyFactoryBean(Class<?>) - Constructor in TypeSpecifyableTransactionProxyFactoryBean

U

UNDEFINED_ENCODING_STATE - Field in EncodingStateImpl
UNDERSCORE - Field in BinaryGrailsPlugin
UNICODE_CHAR - Field in JsonParserConstants
RegularExpression Id.
unregister() - Method in GrailsSpringLoadedPlugin
unwrap() - Method in GrailsLazyProxyPrintWriter
unwrap() - Method in GrailsPrintWriter
unwrap() - Method in GrailsPrintWriterAdapter
unwrap() - Method in GrailsWrappedWriter
unwrapIfProxy(Object) - Method in DefaultProxyHandler
unwrapIfProxy(Object) - Method in ProxyHandler
Returns the unwrapped proxy instance or the original object if not proxied.
unwrapWriter(Writer) - Method in GrailsPrintWriter
unzipProfile(AntBuilder, Resource) - Method in CreateAppCommand
update(char[], int, int) - Method in BoundedCharsAsEncodedBytesCounter
update() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
update() - Method in RestfulController
Updates a resource for the given id
updateComplete() - Method in DefaultArtefactInfo
Refresh the arrays generated from the maps.
updateConstantMetaClass(MetaClassRegistryChangeEvent) - Method in MetaClassChangeReporter
Called when the a constant MetaClass is updated.
updateConstantMetaClass(MetaClassRegistryChangeEvent) - Method in MetaClassRegistryCleaner
UPDATED_TAG - Field in AtomRenderer
updateDestination(GrailsLazyProxyPrintWriter.DestinationFactory) - Method in GrailsLazyProxyPrintWriter
updateFlatConfig() - Method in AbstractGrailsApplication
updateGrailsFactoriesWithType(ClassNode, ClassNode, File) - Method in GlobalGrailsClassInjectorTransformation
UpdateLineColumn(char) - Method in SimpleCharStream
updateNestedKeys(Map) - Method in GrailsParameterMap
updatePluginXml(ClassNode, String, File, Collection<String>) - Method in GlobalGrailsClassInjectorTransformation
updateResource(T) - Method in RestfulController
Updates a resource
updateStatus(String) - Method in ConsoleLogger
Updates the current state message
updateStatus(String) - Method in GrailsConsole
Updates the current state message
updateStatusMessage() - Method in CachedGradleOperation
updateValue(V, Callable<V>, Object) - Method in CacheEntry
updateValue(PropertiesHolder, Callable<PropertiesHolder>, Object) - Method in ReloadableResourceBundleMessageSource.PropertiesHolderCacheEntry
UPGRADE - Field in HttpHeaders
uri() - Method in Resource
Returns:
The URI of the resource.
URI - Field in UrlMapping
The URI of the URL mapping
uriExcludePatterns - Field in UrlMappingMatcher
uriPatterns - Field in UrlMappingMatcher
uriToResourceCache - Field in DefaultResourceLocator
uriToResourceCache - Field in ResourceLocator
URL_CONSTRAINT - Field in ConstrainedProperty
URL_MAPPINGS - Field in DefaultGrailsUrlMappingsClass
URL_PREFIX - Field in GrailsWrappedRuntimeException
URL_PROTOCOL_CODE_SOURCE - Field in GrailsResourceUtils
URL protocol for an entry from an OC4J jar file: "code-source"
URL_PROTOCOL_FILE - Field in GrailsResourceUtils
URL protocol for a file in the file system: "file"
URL_PROTOCOL_JAR - Field in GrailsResourceUtils
URL protocol for an entry from a jar file: "jar"
URL_PROTOCOL_VFS - Field in GrailsResourceUtils
URL protocol for a JBoss VFS resource: "vfs"
URL_PROTOCOL_VFSZIP - Field in GrailsResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip"
URL_PROTOCOL_WSJAR - Field in GrailsResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar"
URL_PROTOCOL_ZIP - Field in GrailsResourceUtils
URL protocol for an entry from a zip file: "zip"
URLCodec - Class in org.grails.plugins.codecs
A codec that encodes and decodes Objects to and from URL encoded strings.
URLCodecFactory - Class in org.grails.encoder.impl
Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.
UrlConstraint - Class in org.grails.validation
Validates a url.
UrlConverter - Interface in grails.web
URL converter interface for conversion strategies to implement
UrlCreator - Interface in grails.web.mapping
Creates URL patterns as Strings.
UrlCreatorCache - Class in org.grails.web.mapping
Implements caching layer for UrlCreator
UrlCreatorCache.ReverseMappingKey - Class in org.grails.web.mapping
UrlCreatorCache.ReverseMappingKey(String, String, String, String, String, Map<Object, Object>) - Constructor in UrlCreatorCache.ReverseMappingKey
UrlCreatorCache(int) - Constructor in UrlCreatorCache
urlHelper - Field in UrlMappingsHandlerMapping
UrlMapping - Interface in grails.web.mapping
UrlMappingData - Interface in grails.web.mapping
UrlMappingEvaluator - Interface in grails.web.mapping
Evaluates URL mapping from the given Spring Resource or class.
UrlMappingException - Class in grails.web.mapping.exceptions
Thrown when an error occurs evaluating an URL mapping.
UrlMappingException(String, Throwable) - Constructor in UrlMappingException
UrlMappingFactoryBean - Class in org.grails.plugins.web.mapping.factory
A factory bean that creates the URL mappings, checking if there is a bean called urlMap in the ctx and merging that with the mappings set explicitly on this bean.
UrlMappingInfo - Interface in grails.web.mapping
Defines that data that was produced when matching a URI with a UrlMapping instance.
UrlMappingMatcher - Class in org.grails.plugins.web.interceptors
Used to match UrlMappingInfo instance by Interceptor instances
UrlMappingMatcher.ClosureExclude - Class in org.grails.plugins.web.interceptors
UrlMappingMatcher.ClosureExclude(Interceptor, Closure<Boolean>) - Constructor in UrlMappingMatcher.ClosureExclude
UrlMappingMatcher.Exclude - Interface in org.grails.plugins.web.interceptors
UrlMappingMatcher.MapExclude - Class in org.grails.plugins.web.interceptors
UrlMappingMatcher(Interceptor) - Constructor in UrlMappingMatcher
UrlMappingParser - Interface in grails.web.mapping
UrlMappings - Interface in grails.web.mapping
Interface that allows access to all defined URL mappings and registration of new mappings at runtime
UrlMappingsArtefactHandler - Class in org.grails.core.artefact
A handler for UrlMappings.
UrlMappingsArtefactHandler() - Constructor in UrlMappingsArtefactHandler
UrlMappingsErrorPageCustomizer - Class in org.grails.web.mapping.servlet
Customizes the error pages based on UrlMappings
UrlMappingsFactory - Class in grails.web.mapping
Helper class for creating a UrlMapping.
UrlMappingsGrailsPlugin - Class in org.grails.plugins.web.mapping
Handles the configuration of URL mappings.
UrlMappingsGrailsPlugin.DefaultUrlMappings - Class in org.grails.plugins.web.mapping
UrlMappingsHandlerMapping - Class in org.grails.web.mapping.mvc
Spring MVC org.springframework.web.servlet.HandlerMapping to match requests onto Grails controllers
UrlMappingsHandlerMapping.ErrorHandlingHandler - Class in org.grails.web.mapping.mvc
UrlMappingsHandlerMapping(UrlMappingsHolder) - Constructor in UrlMappingsHandlerMapping
UrlMappingsHolder - Interface in grails.web.mapping
Main entry point of Grails URL mapping mechanism.
urlMappingsHolder - Field in UrlMappingsHandlerMapping
UrlMappingsHolderFactoryBean - Class in org.grails.web.mapping
Constructs the UrlMappingsHolder from the registered UrlMappings class within a GrailsApplication.
UrlMappingsInfoHandlerAdapter - Class in org.grails.web.mapping.mvc
A org.springframework.web.servlet.HandlerAdapter that takes a matched UrlMappingInfo and executes the underlying controller producing an appropriate model
UrlMappingsRenderer - Interface in grails.web.mapping.reporting
An interface for classes to implement that renders URL mappings to some output format
UrlMappingsReportCommand - Class in org.grails.web.mapping.reporting
A ApplicationCommand that renders the URL mappings
UrlMappingUtils - Class in org.grails.web.mapping
Utility methods for working with UrlMappings
UrlResource - Class in org.grails.io.support
Resource implementation for java.net.URL locators.
UrlResource(String) - Constructor in UrlResource
Create a new UrlResource.
UrlValidator - Class in org.grails.validation.routines
UrlValidator(String, RegexValidator, long) - Constructor in UrlValidator
Customizable constructor.
usageFlag - Field in GrailsPrintWriter
useCachesIfNecessary(URLConnection) - Method in GrailsResourceUtils
USED_ATTRIBUTES_SUFFIX - Field in CachingLinkGenerator
USER_AGENT - Field in HttpHeaders
UserGuideNode - Class in grails.doc.internal
userInput(String, String) - Method in GrailsConsole
Replacement for AntBuilder.input() to eliminate dependency of GrailsScriptRunner on the Ant libraries.
usesDatasource(String) - Method in DefaultGrailsServiceClass
usesDatasource(String) - Method in GrailsServiceClass
Check if the service class can use the named DataSource.

V

valid - Field in ResultPair
validate(Object, Object, Errors) - Method in AbstractConstraint
validate(Object, Errors, boolean) - Method in CascadingValidator
An extended version of the validate(errors,obj) method that takes an additional argument specifying whether the Validator should cascade into associations or not.
validate(Object, Object, Errors) - Method in ConstrainedDelegate
validate(Object, Object, Errors) - Method in ConstrainedProperty
Validate this constrainted property against specified property value
validate(Object, Object, Errors) - Method in Constraint
Validate this constraint against a property value.
validate(Object, Errors) - Method in GrailsDomainClassValidator
@see org.springframework.validation.Validator#validate(Object, org.springframework.validation.Errors)
validate(String) - Method in RegexValidator
Validate a value against the set of regular expressions returning a String value of the aggregated groups.
validate(List, Map<String, Object>, Closure<?>) - Method in Validateable
Validate the object for the given list of fields, parameters and adhoc constraints
Validateable - Trait in grails.validation
A trait that can be applied to make any object Validateable
ValidateableTypeCheckingExtension - Class in org.grails.compiler
@since 2.4
validateInstance(def, ApplicationContext) - Method in DomainClassPluginSupport
Validates a domain class (or command object) instance.
validateInstance(def, List) - Method in ValidationSupport
validateProfile(Profile, String) - Method in CreateAppCommand
validateProfile(Profile, String, ExecutionContext) - Method in CreatePluginCommand
validateWithVetoing(Object, Object, Errors) - Method in AbstractVetoingConstraint
validateWithVetoing(Object, Object, Errors) - Method in VetoingConstraint
ValidationErrors - Class in grails.validation
Models validation errors in a Grails application.
ValidationErrors(Object, String) - Constructor in ValidationErrors
ValidationException - Class in grails.validation
Thrown when validation fails during a .save().
ValidationException(String, Errors) - Constructor in ValidationException
ValidationSupport - Class in org.grails.web.plugins.support
VALIDATOR_CONSTRAINT - Field in ConstrainedProperty
ValidatorConstraint - Class in org.grails.validation
ValidatorRegistryFactoryBean - Class in org.grails.plugins.domain.support
A factory bean for the validator registry
ValidResponseHandler - Class in org.grails.plugins.web.servlet.mvc
Handles a valid token response.
ValidResponseHandler(def) - Constructor in ValidResponseHandler
value - Field in ApiDelegate
@return The super class to check for in the first argument of api methods
value - Field in Artefact
value - Field in BindingFormat
@default ""
value - Field in BindInitializer
value - Field in BindUsing
value - Field in Enhances
@return The artefact types (Example: Controller, Service etc.)
value(Object) - Method in JSONWriter
Append an object value.
value - Field in Mixin
value(Object) - Method in PathCapturingJSONWriterWrapper
value - Field in RequestParameter
The name of the request parameter to bind to.
value() - Method in Rollback
Whether or not the transaction for the annotated method should be rolled back after the method has completed.
value - Field in Transactional
A qualifier value for the specified transaction.
ValueConverter - Interface in grails.databinding.converters
@author Jeff Brown
ValueInitializer - Interface in grails.databinding.initializers
valueNull() - Method in JSONWriter
values() - Method in AbstractTypeConvertingMap
values() - Method in CodeGenConfig
values() - Method in CompositeConfig
values() - Method in FlatConfig
values() - Method in GPathResultMap
values() - Method in GrailsFlashScope
values() - Method in JSONObject
values() - Method in LazyBeanMap
values() - Method in LazyMetaPropertyMap
values() - Method in NavigableMap
values() - Method in NavigableMap.NullSafeNavigator
values() - Method in NavigableMapConfig
values() - Method in PrefixedConfig
variable(String, boolean) - Method in AnsiConsoleUrlMappingsRenderer
VARY - Field in HttpHeaders
VERBOSE_ARGUMENT - Field in CommandLine
verbose(String) - Method in ConsoleLogger
Outputs a verbose message
verbose(String) - Method in GrailsConsole
verify() - Method in MockGrailsPluginManager
verifyToc(File, def, def) - Method in DocPublisher
Checks the table of contents (a tree of UserGuideNodes) for duplicate section/alias names and invalid file paths.
version - Field in AbstractGrailsPlugin
version - Field in AbstractProfile
version - Field in AbstractUrlMapping
VERSION_ARGUMENT - Field in CommandLine
version - Field in Enhanced
VERSION - Field in GrailsDomainClassProperty
version - Field in GrailsPlugin
VERSION - Field in GrailsPluginInfo
Defines the name of the property that specifies the plugin version
VERSION - Field in UrlMapping
The version of the URL mapping
VersionComparator - Class in grails.plugins
A comparator capable of sorting versions from from newest to oldest
VetoingConstraint - Interface in grails.validation
Marker interface for vetoing constraint.
VIA - Field in HttpHeaders
VIEW - Field in GrailsControllerClass
The general name to use when referring to action view.
VIEW - Field in UrlMapping
viewName - Field in AbstractUrlMapping
VIEWS_DIR_PATH - Field in GrailsResourceUtils
The path to the views directory
VIEWS_DIR_PATH_NO_SLASH - Field in GrailsResourceUtils
The path to the views directory without a trailing slash
VIEWS_PROPERTIES - Field in BinaryGrailsPlugin
visit(ASTNode, SourceUnit) - Method in ApiDelegateTransformation
visit(ASTNode, SourceUnit) - Method in ArtefactTypeAstTransformation
visit(ASTNode, SourceUnit) - Method in BindingFormatASTTransformation
visit(ASTNode, SourceUnit) - Method in EnhancesTraitTransformation
visit(ASTNode, SourceUnit) - Method in EntityASTTransformation
visit(ASTNode, SourceUnit) - Method in GlobalGrailsClassInjectorTransformation
visit(ASTNode, SourceUnit) - Method in GlobalImportTransformation
visit(ASTNode, SourceUnit) - Method in GroovyScriptCommandTransform
visit(ASTNode, SourceUnit) - Method in LinkableTransform
visit(ASTNode, SourceUnit) - Method in MixinTransformation
visit(ASTNode, SourceUnit) - Method in NamedArtefactTypeAstTransformation
visit(ASTNode, SourceUnit) - Method in ResourceTransform
visit(ASTNode, SourceUnit) - Method in TransactionalTransform
visitExpressionStatement(ExpressionStatement) - Method in ResponseCodeUrlMappingVisitor
visitMethod(int, String, String, String, String) - Method in MainClassFinder.MainMethodFinder
visitMethodCallExpression(MethodCallExpression) - Method in GroovyScriptCommandTransform.CommandScriptTransformer
visitMethodCallExpression(MethodCallExpression) - Method in ResponseCodeUrlMappingVisitor
visitProperty(PropertyNode) - Method in ResponseCodeUrlMappingVisitor
visitSpecAnnotation(Annotation, SpecInfo) - Method in IntegrationSpecConfigurerExtension
VndErrorJsonRenderer - Class in grails.rest.render.errors
A JSON renderer that renders errors in in the Vnd.Error format (see https://github.com/blongden/vnd.error)
VndErrorXmlRenderer - Class in grails.rest.render.errors
A renderer that renders errors in in the Vnd.Error format (see https://github.com/blongden/vnd.error)
VOID_CLASS_NODE - Field in GrailsASTUtils
VOID_TYPE - Field in ControllerActionTransformer

W

waitForStartup(String, int) - Method in ServerInteraction
Waits for the server to startup
WAR_DEPLOYED - Field in Metadata
warDeployed - Field in DefaultResourceLocator
warDeployed - Field in ResourceLocator
warn(String) - Method in AntLogAdapter
warn(String) - Method in ConsoleLogger
Prints a warning message
warn(String) - Method in GrailsConsole
Prints a warn message
warn(String) - Method in GrailsUtil
Logs warning message to grails.util.GrailsUtil logger which is turned on in development mode.
warning(String) - Method in ConsoleLogger
Prints a warning message
warning(SourceUnit, ASTNode, String) - Method in GrailsASTUtils
WARNING - Field in GrailsConsole
WARNING - Field in HttpHeaders
WarningMacro - Class in grails.doc
wasInvalidToken() - Method in AbstractTokenResponseHandler
wasInvalidToken() - Method in TokenResponseHandler
Return whether the token was invalid
wasInvoked() - Method in AbstractTokenResponseHandler
wasInvoked() - Method in TokenResponseHandler
Return whether the response handle was invoked.
wasWrittenTo() - Method in RenderContext
Returns true if the getWriter() method was called
wasWrittenTo() - Method in ServletRenderContext
WatchConfig - Class in org.grails.gradle.plugin.watch
A configuration for watching files for changes
WatchConfig(String) - Constructor in WatchConfig
WATCHED_RESOURCES - Field in GrailsPlugin
Defines the name of the property that specifies resources which this plugin monitors for changes in the format a Ant-style path
WatchPattern - Class in org.grails.plugins.support
@author Graeme Rocher
WatchPatternParser - Class in org.grails.plugins.support
Parses a Grails plugin's watchedResources property value into a list of
weaveMixinsIntoClass(ClassNode, ListExpression) - Method in MixinTransformation
weaveTransactionalBehavior(SourceUnit, ClassNode, AnnotationNode) - Method in TransactionalTransform
weaveTransactionalMethod(SourceUnit, ClassNode, AnnotationNode, MethodNode, String) - Method in TransactionalTransform
weaveTransactionManagerAware(SourceUnit, ClassNode) - Method in TransactionalTransform
WEB_APP_DIR - Field in DefaultResourceLocator
WEB_APP_DIR - Field in GrailsResourceUtils
The name of the Web app dir within Grails
WEB_APP_DIR - Field in ResourceLocator
WEB_APP_DIRECTORY - Field in PluginPathAwareFileSystemResourceLoader
WEB_INF - Field in GrailsResourceUtils
The relative path to the WEB-INF directory
WEB_REQUEST - Field in GrailsApplicationAttributes
WebAttributes - Trait in grails.web.api
Common web attributes inherited by all controllers and tag libraries
WebBeanBuilder - Class in grails.spring
Extended version of the BeanBuilder class that provides support for constructing WebApplicationContext instances
WebBeanBuilder(ApplicationContext, ClassLoader) - Constructor in WebBeanBuilder
WebDataBinding - Trait in grails.web.databinding
@author Jeff Brown
WebDataBindingTraitInjector - Class in grails.compiler.traits
@author Jeff Brown
WebRequestDelegatingRequestContext - Class in org.grails.web.servlet
Delegates calls to a passed GrailsWebRequest instance.
WebRequestDelegatingRequestContext() - Constructor in WebRequestDelegatingRequestContext
webRequestHandlerInterceptors - Field in UrlMappingsHandlerMapping
WebRequestServletHolder - Class in grails.web.context
@author Burt Beckwith
WebRequestServletHolder() - Constructor in WebRequestServletHolder
WebRuntimeSpringConfiguration - Class in org.grails.web.servlet.context.support
Subclasses DefaultRuntimeSpringConfiguration to provide construction of WebApplicationContext instances.
WebRuntimeSpringConfiguration(ApplicationContext, GrailsApplication) - Constructor in WebRuntimeSpringConfiguration
WebUtils - Class in org.grails.web.util
Utility methods to access commons objects and perform common web related functions for the internal framework.
weight() - Method in UrlCreatorCache.ReverseMappingKey
WhereQueryTypeCheckingExtension - Class in org.grails.compiler
@since 2.4.1
WILD_CARD_PATTERN - Field in UrlMappingMatcher
WILD_CARD - Field in WatchPatternParser
WILDCARD - Field in DefaultResourceLocator
WILDCARD - Field in ResourceLocator
WILDCARD - Field in UrlMapping
wireCancellationSupport(ExecutionContext, BuildLauncher) - Method in GradleUtil
withCapturedOutput(Closure<T>) - Method in SystemOutErrCapturer
withForm(GrailsWebRequest, Closure) - Method in Controller
withFormat(Closure) - Method in Controller
withFormat(HttpServletRequest, Closure) - Method in HttpServletRequestExtension
withFormat(HttpServletResponse, Closure) - Method in HttpServletResponseExtension
Allows for the response.withFormat { } syntax
withFormat(HttpServletResponse, Closure<T>) - Method in MimeTypesApiSupport
withFormatInternal(def, LinkedHashMap<String, Object>) - Method in MimeTypesApiSupport
withNullOutput(Closure<T>) - Method in SystemOutErrCapturer
withOriginalIO(Closure<T>) - Method in SystemStreamsRedirector
withProjectConnection(File, boolean, Closure<T>) - Method in GradleUtil
withRedirectedIO(Closure<T>) - Method in SystemStreamsRedirector
WORK_DIR - Field in BuildSettings
The name of the system property for the Grails work directory.
wrap(Closure) - Method in GrailsTestInterceptor
wrapMethodBodyInTryCatchDebugStatements(MethodNode) - Method in GrailsASTUtils
Wraps a method body in try / catch logic that catches any errors and logs an error, but does not rethrow!
wrapMethodBodyWithExceptionHandling(ClassNode, MethodNode) - Method in ControllerActionTransformer
This will wrap the method body in a try catch block which does something like this:
 try {
     // original method body here
 } catch (Exception $caughtException) {
     Method $method = getExceptionHandlerMethod($caughtException.getClass())
     if($method) {
         return $method.invoke(this, $caughtException)
     } else {
         throw $caughtException
     }
 }
 
wrappedMap - Field in AbstractTypeConvertingMap
WrappedResponseHolder - Class in org.grails.web.servlet
A holder for the original Wrapped response for use when using includes.
write(EncodingState, String, int, int) - Method in AbstractEncodedAppender
Append a portion of a string to the buffer and attach the encodingState information to it
write(byte[]) - Method in DevNullPrintStream
write(String, int, int) - Method in EncodedAppenderWriter
write(Writable) - Method in GrailsPrintWriter
write(Writable) - Method in GrailsPrintWriterAdapter
write(Writer) - Method in JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in JSONObject
Write the contents of the JSONObject as JSON text to a writer.
write(String) - Method in MockPart
write(int) - Method in MultiplexingOutputStream
write(int) - Method in StreamCharBuffer.StreamCharBufferWriter
write(EncodingState, String, int, int) - Method in StreamingEncoderEncodedAppender
write(int) - Method in StreamingEncoderWriter
write(int) - Method in StreamingMarkupWriter
write(byte[], int, int) - Method in SystemOutErrCapturer.NullOutputStream
write(EncodingState, String, int, int) - Method in WriterEncodedAppender
writeAssociationLinks(RenderContext, def, Locale, def, PersistentEntity, MetaClass) - Method in AbstractLinkingRenderer
writeChapter(def, Template, Template, File, String, def, def) - Method in DocPublisher
writeCharSequence(Writer, CharSequence) - Method in CharSequences
writeDomain(RenderContext, MetaClass, PersistentEntity, Object, def) - Method in AbstractLinkingRenderer
Writes a domain instance
writeDomainProperty(def, String, def) - Method in AbstractLinkingRenderer
writeDomainProperty(def, String, def) - Method in HalJsonRenderer
writeDomainProperty(def, String, def) - Method in HalXmlRenderer
writeDomainWithEmbeddedAndLinks(PersistentEntity, Object, RenderContext, XML, Set, boolean) - Method in AtomRenderer
writeDomainWithEmbeddedAndLinks(RenderContext, Class, Object, StreamingJsonDelegate, Locale, MimeType, Set, Stack) - Method in HalJsonRenderer
writeDomainWithEmbeddedAndLinks(PersistentEntity, def, RenderContext, XML, Set) - Method in HalXmlRenderer
writeExternal(ObjectOutput) - Method in StreamCharBuffer
writeExtraLinks(def, Locale, def) - Method in AbstractLinkingRenderer
writeLink(Link, Locale, def) - Method in AbstractLinkingRenderer
writeLink(Link, Locale, def) - Method in HalJsonRenderer
writeLink(Link, Locale, def) - Method in HalXmlRenderer
writeLinkForCurrentPath(RenderContext, MimeType, StreamingJsonDelegate) - Method in HalJsonRenderer
writeLinks(RenderContext, MetaClass, def, PersistentEntity, Locale, MimeType, StreamingJsonDelegate, boolean) - Method in HalJsonRenderer
writePage(def, Template, Template, File, String, String, def, def, def) - Method in DocPublisher
writePluginXml(ClassNode, String, File, Collection<String>) - Method in GlobalGrailsClassInjectorTransformation
writer - Field in JSONWriter
The writer that will receive the output.
writer - Field in XMLStreamWriter
WriterEncodedAppender - Class in org.grails.encoder
An EncodedAppender implementation that writes to a java.io.Writer.
WriterEncodedAppender(Writer) - Constructor in WriterEncodedAppender
Default constructor.
writeSimpleObject(Object, RenderContext, StreamingJsonDelegate) - Method in HalJsonRenderer
writeSimpleObjectAndLink(Object, RenderContext, StreamingJsonDelegate, MimeType) - Method in HalJsonRenderer
writeStringAsCharArray(Writer, String, int, int) - Method in StringCharArrayAccessor
Writes a portion of a string to a target java.io.Writer with direct access to the char[] of the java.lang.String
writeTemplateToDestination(Template, Map, File) - Method in TemplateRendererImpl
writeTo(Writer) - Method in IncludedContent
writeTo(Writer) - Method in JSONArray
writeTo(Writer) - Method in JSONObject
writeTo(OutputStream) - Method in StreamByteBuffer
writeTo(Writer, boolean, boolean) - Method in StreamCharBuffer
Writes the buffer content to a target java.io.Writer
writeToCache(PrintWriter, T) - Method in CachedGradleOperation
writeToCache(PrintWriter, List<T>) - Method in ListReadingCachedGradleOperation
writeToCache(PrintWriter, Map<String, V>) - Method in MapReadingCachedGradleOperation
writeToFile(File, String) - Method in PlainFormatter
writeWritable(Writable) - Method in GrailsPrintWriter
WWW_AUTHENTICATE - Field in HttpHeaders

X

X_FORWARDED_FOR - Field in HttpHeaders
XHTML - Field in MimeType
XML_CODEC_IDENTIFIER - Field in BasicXMLEncoder
XML - Field in JUnitReportsFactory
XML - Field in MimeType
XMLCodecFactory - Class in org.grails.encoder.impl
XmlCollectionRenderer - Class in grails.rest.render.xml
A XML renderer for a collection of objects
XmlCollectionRenderer(Class, MimeType) - Constructor in XmlCollectionRenderer
XmlDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
Creates DataBindingSource objects from XML in the request body
xmlEscapeCharacter(char) - Method in BasicXMLEncoder
XMLFormatter - Class in org.grails.test.report.junit
Sanitises the stack traces generated by tests.
XMLFormatter(File) - Constructor in XMLFormatter
XMLNS_ATTRIBUTE - Field in AtomRenderer
xmlns(Map<String, String>) - Method in BeanBuilder
Defines a Spring namespace definition to use.
XmlRenderer - Class in grails.rest.render.xml
An XML renderer that allows including / excluding properties
XmlRenderer(Class<T>, MimeType) - Constructor in XmlRenderer
XMLStreamWriter - Class in org.grails.web.xml
A simple XML Stream Writer that leverages the StreamingMarkupWriter of Groovy
XMLStreamWriter.Mode - Enum in org.grails.web.xml
XMLStreamWriter(StreamingMarkupWriter) - Constructor in XMLStreamWriter

Y

YamlCommandFactory - Class in org.grails.cli.profile.commands.factory
A CommandFactory that can discover commands defined in YAML or JSON
yamlParser - Field in YamlCommandFactory
YamlPropertySourceLoader - Class in org.grails.config.yaml
@author Graeme Rocher
YamlTocStrategy - Class in grails.doc.internal
Class representing a Grails user guide table of contents defined in YAML.
YamlTocStrategy(def, String) - Constructor in YamlTocStrategy
yellowBar() - Method in AnsiConsoleUrlMappingsRenderer

Z

ZERO_ARGS - Field in GrailsArtefactClassInjector
ZERO_ARGUMENTS - Field in GrailsASTUtils
ZERO_PARAMETERS - Field in GrailsArtefactClassInjector
ZERO_PARAMETERS - Field in GrailsASTUtils

_

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 _