- 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
- 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
AbstractTypeConvertingMap is a Map with 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
-
- 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
- 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
-
- 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
- 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
- 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
-
- 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(def) - Method in UUIDConverter
-
- 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
-
- 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
-
- 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
- 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
- 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
-
- 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
- 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
- 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(def) - Method in UUIDConverter
-
- 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
-
- 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
-
- 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
-
- 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
- DefaultCodecIdentifier(String, Set<String>) - Constructor in DefaultCodecIdentifier
-
- DefaultCodecLookup - Class in org.grails.plugins.codecs
@author Lari Hotari
- DefaultCommandLine - Class in org.grails.build.parsing
- 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
- 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
- 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
- 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 - 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
- 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
- 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
-
- 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
- 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
-
- 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
-
- getApplicationUri(ServletRequest) - Method in GrailsApplicationAttributes
-
- 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
- getBindingIncludeList(Object) - Method in DataBindingUtils
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-