- AbstractArtefactTypeAstTransformation - Class in org.codehaus.groovy.grails.compiler.injection
Base implementation for the artefact type transformation.
- AbstractBuildSettings - Class in grails.util
Methods optimized to Java for the BuildSettings class.
- AbstractCharReplacementEncoder - Class in org.codehaus.groovy.grails.plugins.codecs
Abstract base class for implementing encoders that do character replacements
Implements the
StreamingEncoder interface that enables efficient
streaming encoding
- AbstractCharReplacementEncoder(CodecIdentifier) - Constructor in AbstractCharReplacementEncoder
-
- AbstractCliTestCase - Class in grails.test
This abstract test case makes it easy to run a Grails command and
query its output.
- 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 org.codehaus.groovy.grails.validation
Abstract class for constraints to extend.
- AbstractConverter - Class in org.codehaus.groovy.grails.web.converters
Abstract base implementation of the Converter interface that provides a default toString() implementation.
- AbstractDynamicControllerMethod - Class in org.codehaus.groovy.grails.web.metaclass
An abstract class for dynamic controller methods to implement.
- AbstractDynamicControllerMethod(Pattern, HttpServletRequest, HttpServletResponse) - Constructor in AbstractDynamicControllerMethod
-
- AbstractDynamicControllerProperty - Class in org.codehaus.groovy.grails.web.metaclass
An abstract class for dynamic controller properties to implement.
- AbstractDynamicControllerProperty(String, HttpServletRequest, HttpServletResponse) - Constructor in AbstractDynamicControllerProperty
-
- AbstractDynamicMethodInvocation - Class in org.codehaus.groovy.grails.commons.metaclass
@author Steven Devijver
- AbstractDynamicMethodInvocation(Pattern) - Constructor in AbstractDynamicMethodInvocation
-
- AbstractDynamicMethods - Class in org.codehaus.groovy.grails.commons.metaclass
Provides the base implementation responsible for performing dynamic method invocation
such as the dynamic finders in GORM.
- AbstractDynamicMethods() - Constructor in AbstractDynamicMethods
-
A non-registering constructor that simple creates an instance
- AbstractDynamicMethodsInterceptor - Class in org.codehaus.groovy.grails.commons.metaclass
Implements an the Interceptor interface to add support for using ProxyMetaClass to define
dynamic methods.
- AbstractDynamicMethodsInterceptor(Class<?>) - Constructor in AbstractDynamicMethodsInterceptor
-
- AbstractDynamicProperty - Class in org.codehaus.groovy.grails.commons.metaclass
An abstract class for implementors of dynamic getters to implement.
- AbstractDynamicProperty(String) - Constructor in AbstractDynamicProperty
-
- AbstractEncodedAppender - Class in org.codehaus.groovy.grails.support.encoding
- AbstractFileResolvingResource - Class in org.codehaus.groovy.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
.
- AbstractGrailsArtefactTransformer - Class in org.codehaus.groovy.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.codehaus.groovy.grails.commons
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.
- AbstractGrailsControllerHelper - Class in org.codehaus.groovy.grails.web.servlet.mvc
Processes Grails controller requests and responses.
- AbstractGrailsControllerTests - Class in org.codehaus.groovy.grails.web.servlet.mvc
- AbstractGrailsMockHttpServletResponse - Class in org.codehaus.groovy.grails.plugins.testing
Simple sub-class of Spring's MockHttpServletResponse that adds the
left-shift operator, "<<".
- AbstractGrailsMockTests - Class in org.codehaus.groovy.grails.commons.test
Abstract simple test harness for testing Grails Applications that just loads
the parsed classes into the GrailsApplication instance.
- AbstractGrailsPlugin - Class in org.codehaus.groovy.grails.plugins
Abstract implementation that provides some default behaviours
- AbstractGrailsPlugin(Class<?>, GrailsApplication) - Method in AbstractGrailsPlugin
-
- AbstractGrailsPluginManager - Class in org.codehaus.groovy.grails.plugins
Abstract implementation of the GrailsPluginManager interface
- AbstractGrailsPluginManager(GrailsApplication) - Constructor in AbstractGrailsPluginManager
-
- AbstractGrailsPluginTests - Class in org.codehaus.groovy.grails.plugins.web
- AbstractGrailsTagTests - Class in org.codehaus.groovy.grails.web.taglib
- AbstractGrailsView - Class in org.codehaus.groovy.grails.web.servlet.view
- AbstractGroovyPageBinding - Class in org.codehaus.groovy.grails.web.pages
Abstract super class for GroovyPage bindings
- AbstractGroovyPageBinding.BindingMapEntry - Class in org.codehaus.groovy.grails.web.pages
- AbstractGroovyPageBinding.BindingMapEntry(AbstractGroovyPageBinding, Object, Object) - Constructor in AbstractGroovyPageBinding.BindingMapEntry
-
- AbstractGroovyPageBinding.GroovyPageBindingMap - Class in org.codehaus.groovy.grails.web.pages
- AbstractGroovyPageBinding.GroovyPageBindingMap(AbstractGroovyPageBinding) - Constructor in AbstractGroovyPageBinding.GroovyPageBindingMap
-
- AbstractGroovyPageBinding(String) - Constructor in AbstractGroovyPageBinding
-
- 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.codehaus.groovy.grails.commons
Configures Grails classe to be autowirable by name, always.
- AbstractInjectableGrailsClass(Class<?>, String) - Constructor in AbstractInjectableGrailsClass
-
- AbstractIvyDependencyManager - Class in org.codehaus.groovy.grails.resolve
Base class for IvyDependencyManager with some logic implemented in Java.
- AbstractIvyDependencyManager(IvySettings, BuildSettings, Metadata) - Constructor in AbstractIvyDependencyManager
-
- AbstractLinkingRenderer - Class in grails.rest.render.util
Abstract base class for HAL renderers
- AbstractLinkingRenderer(Class<T>, MimeType) - Constructor in AbstractLinkingRenderer
-
- AbstractParsingParameterCreationListener - Class in org.codehaus.groovy.grails.web.converters
Abstract base class for parameter creation listeners that parse incoming data such as JSON and XML.
- AbstractPromiseFactory - Class in org.grails.async.factory
Abstract implementation of the
PromiseFactory interface, subclasses should extend
this class to obtain common generic functionality
- 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.databinding.bindingsource
- AbstractStaticMethodInvocation - Class in org.codehaus.groovy.grails.commons.metaclass
@author Steven Devijver
- AbstractStructuredBindingEditor - Class in org.grails.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.codehaus.groovy.grails.web.servlet.mvc
Implements the behavior of wasInvoked in the TokenResponseHandler interface.
- AbstractTokenResponseHandler(boolean) - Constructor in AbstractTokenResponseHandler
-
- AbstractTypeConvertingMap - Class in org.codehaus.groovy.grails.web.util
An category for use with maps that want type conversion capabilities
- AbstractTypeConvertingMap(Map) - Constructor in AbstractTypeConvertingMap
-
- AbstractUrlMapping - Class in org.codehaus.groovy.grails.web.mapping
Abstract UrlMapping implementation that provides common basic functionality.
- AbstractUrlMapping(URI, ConstrainedProperty, ServletContext) - Constructor in AbstractUrlMapping
-
- AbstractUrlMappingInfo - Class in org.codehaus.groovy.grails.web.mapping
Abstract super class providing pass functionality for configuring a UrlMappingInfo.
- AbstractVetoingConstraint - Class in org.codehaus.groovy.grails.validation
TODO: write javadoc
- 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(String, String, String, String, GrailsControllerClass) - Method in FilterToHandlerAdapter
-
- ACCEPT - Field in HttpHeaders
-
- ACCEPT_LANGUAGE - Field in HttpHeaders
-
- accept(Resource) - Method in PomModuleDescriptorParser
-
- ACCEPT_RANGES - Field in HttpHeaders
-
- ACCEPT_VERSION - Field in HttpHeaders
-
- AcceptHeaderParser - Interface in org.codehaus.groovy.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_NAME - Field in GroovyPage
-
- ACTION_NAME_PROPERTY - Field in ControllerDynamicMethods
-
- ACTION_PATCH - Field in DefaultUrlMappingEvaluator
-
- ACTION_SAVE - Field in DefaultUrlMappingEvaluator
-
- ACTION_SHOW - Field in DefaultUrlMappingEvaluator
-
- ACTION_UPDATE - Field in DefaultUrlMappingEvaluator
-
- ACTION_URI_PROPERTY - Field in ControllerDynamicMethods
-
- action - Field in UrlCreatorCache.ReverseMappingKey
-
- ACTION - Field in UrlMapping
-
The action this mapping matches
- action(Closure) - Method in WebFlowUnitTestSupport
-
- actionName - Field in AbstractUrlMapping
-
- actionName(HttpServletRequest) - Method in FilterToHandlerAdapter
-
Returns the name of the action targeted by the given request.
- ActionResultTransformer - Interface in org.codehaus.groovy.grails.web.servlet.mvc
Interface for classes which transform the result of an action.
- activateDestination() - Method in GrailsLazyProxyPrintWriter.DestinationFactory
-
- activateDestination() - Method in GrailsRoutablePrintWriter
-
- activateDestination() - Method in GrailsRoutablePrintWriter.DestinationFactory
-
- activateSiteMesh(String, String) - Method in GrailsPageResponseWrapper
-
- adaptee - Field in ProxyMetaClass
-
- 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(Process) - Method in ForkedProcessShutdownHooks
-
- 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
-
- add(int, Object) - Method in ListOrderedSet
-
- add(Promise<T>) - Method in PromiseList
-
Implementation of add that takes a promise, adding it to the list
- 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(Object, Object) - Method in IOUtils
-
Adds the contents of 1 array to another
- addAll(int, Collection) - Method in JSONArray
-
- addAll(int, Collection) - Method in ListOrderedSet
-
- addAlteredMetaClass(Class, MetaClass) - Method in MetaClassRegistryCleaner
-
- addAnnotationIfNecessary(ClassNode, Class<Entity>) - 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
- addArtefact(Class) - Method in StandaloneGrailsApplication
-
- addArtifacts(String, EnhancedDefaultDependencyDescriptor) - Method in JarDependenciesConfigurer
-
- addAttachments(DependencyNode, String) - Method in AetherDependencyManager
-
- 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
-
- addBuildDependency(Dependency, DependencyConfiguration) - Method in AetherDependencyManager
-
- addBuildDependency(Dependency) - Method in DependenciesConfiguration
-
- addBuildDependency(Dependency, Closure) - Method in PluginConfiguration
-
- addBuildDependencyToManager(DependencyConfiguration) - Method in DependenciesConfiguration
-
- addBuildDependencyToManager(DependencyConfiguration) - Method in DependencyManagementConfiguration
-
- addChainedTransactionManager(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
-
- addClasspath(Path) - Method in GrailsTask
-
- addClassResource(String, Resource) - Method in StaticResourceLocator
-
- addClassUnderTestMethod(ClassNode, ClassExpression, String) - Method in TestForTransformation
-
- addClearErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
-
- addCommonWebProperties(Class) - Method in MockUtils
-
Adds the properties common to controllers and tag libraries (and
anything else HTTP based) to objects of the given class.
- addCompileClasspath(Path) - Method in GrailsTask
-
- 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
- addConverters(Class, boolean) - Method in GrailsUnitTestCase
-
- addDataBindingSourceCreator(DataBindingSourceCreator) - Method in DataBindingSourceRegistry
-
- addDataBindingSourceCreator(DataBindingSourceCreator) - Method in DefaultDataBindingSourceRegistry
-
- addDeclaredOption(String, Option, Object) - Method in DefaultCommandLine
-
- 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.
- addDependenciesToURLs(Set<String>, List<URL>, List<File>) - Method in ClasspathConfigurer
-
- addDependency(Dependency, String, ExclusionDependencySelector) - Method in AetherDependencyManager
-
- addDependency(Dependency, String) - Method in DependenciesConfiguration
-
- addDependency(Resource, PomDependencyData) - Method in GrailsPackagingAwarePomModuleDescriptorBuilder
-
- addDependency(String, EnhancedDefaultDependencyDescriptor) - Method in JarDependenciesConfigurer
-
- addDependency(Dependency, Closure) - Method in PluginConfiguration
-
- addDependencyToManager(DependencyConfiguration) - Method in DependenciesConfiguration
-
- addDependencyToManager(DependencyConfiguration) - Method in DependencyManagementConfiguration
-
- addDynamicConstructor(DynamicConstructor) - Method in AbstractDynamicMethods
-
- addDynamicConstructor(DynamicConstructor) - Method in DynamicMethods
-
Adds a dynamic constructor.
- addDynamicMethodInvocation(DynamicMethodInvocation) - Method in AbstractDynamicMethods
-
- addDynamicMethodInvocation(DynamicMethodInvocation) - Method in DynamicMethods
-
Adds a new dynamic method invocation.
- addDynamicProperty(DynamicProperty) - Method in AbstractDynamicMethods
-
- addDynamicProperty(DynamicProperty) - Method in DynamicMethods
-
Adds a new dynamic property.
- addElementToArrayAt(def, def, def) - Method in SimpleDataBinder
-
- addElementToCollection(def, String, GrailsDomainClassProperty, 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
-
- addEnableEMCStatement(ClassNode) - Method in TestMixinTransformation
-
- 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
- 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
- addGetConstraintsMethod(ClassNode, boolean) - Method in DefaultASTValidateableHelper
-
- addGetErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
-
- addGrailsApplicationHolder(DefaultGrailsApplication) - Method in GrailsApplicationTestPlugin
-
- addGrailsBuildListener(GrailsBuildListener) - Method in GrailsBuildEventListener
-
- addGrailsClass(GrailsClass) - Method in DefaultArtefactInfo
-
- addGrailsConsoleBuildListener(Project) - Method in GrailsConsoleAntBuilder
-
- addGspSitemeshCapturing(String) - Method in SitemeshPreprocessor
-
- addHandler(HandlerInterceptor) - Method in CompositeInterceptor
-
- addHasErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
-
- addHeader(String, String) - Method in GrailsPageResponseWrapper
-
Prevent content-length being set if page is parseable.
- addInitErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
-
- addInterceptor(TestEventInterceptor) - Method in TestRuntime
-
- addInternalPackage(String) - Method in DefaultStackTraceFilterer
-
- addInternalPackage(String) - Method in StackTraceFilterer
-
Adds a package name that should be filtered
- addJunitRuleFields(ClassNode) - Method in TestMixinTransformation
-
- addLegacyMixinFieldIfNonExistent(ClassNode, ClassNode, String) - Method in TestMixinTransformation
-
- addLibs(File, List<URL>, Collection<?>) - Method in ClasspathConfigurer
-
Adds all the JAR files in the given directory to the list of URLs.
- 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
-
- addLogField(ClassNode, String) - Method in LoggingTransformer
-
- addMacro(def) - Method in DocEngine
-
- addMainArtifact(String, String) - Method in GrailsPackagingAwarePomModuleDescriptorBuilder
-
- addManagedDependency(Dependency) - Method in AetherDependencyManager
-
Adds a dependency to be used for dependency management.
- addMap(Map) - Method in GroovyPageBinding
-
- addMappings(Closure) - Method in DefaultUrlMappingsHolder
-
- addMappings(Closure) - Method in UrlMappings
-
Adds URL mappings to the current definition for the given closure
- addMetaBeanProperty(MetaBeanProperty) - Method in MetadataGeneratingExpandoMetaClass
-
- 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
-
- addMethodCallsToMethod(ClassNode, String, List<MethodNode>) - Method in TestMixinTransformation
-
- addMethodIfNotPresent(ClassNode, MethodNode) - Method in GrailsASTUtils
-
- addMethodToInvokeClosure(ClassNode, PropertyNode, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
-
- addMockCollaborator(String, ClassExpression, BlockStatement) - Method in TestForTransformation
-
- addMockCollaborators(String, List<ClassExpression>, BlockStatement) - Method in TestForTransformation
-
- 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
- addOverridableArtefact(Class) - Method in StandaloneGrailsApplication
-
- addOverridableGrailsClass(GrailsClass) - Method in DefaultArtefactInfo
-
- addParam(String, Object) - Method in GetParamsDynamicProperty
-
- addParameterListener(ParameterCreationListener) - Method in GrailsWebRequest
-
- addParameterListener(ParameterCreationListener) - Method in ParameterInitializationCallback
-
Adds a listener that will be called when the parameters are created.
- addParametersFrom(GrailsParameterMap) - Method in GrailsParameterMap
-
- addParametersFrom(Map) - Method in GrailsWebRequest
-
- addParams(Map) - Method in GetParamsDynamicProperty
-
- addPluginClass(Class<? extends TestPlugin>) - Method in TestRuntimeFactory
-
Registers TestPlugin class to global static plugin registry.
- 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
-
- addPluginDirectory(File, boolean) - Method in AbstractBuildSettings
-
Adds a plugin directory
- addPluginLibs(File, List<URL>, BuildSettings) - Method in ClasspathConfigurer
-
Adds all the libraries in a plugin to the given list of URLs.
- addPluginScopeInfoForDirAndInfo(PluginScopeInfo, GrailsPluginInfo, Resource) - Method in PluginBuildSettings
-
- addPromiseDecoratorLookupStrategy(PromiseDecoratorLookupStrategy) - Method in AbstractPromiseFactory
-
- addPromiseDecoratorLookupStrategy(PromiseDecoratorLookupStrategy) - Method in PromiseFactory
-
Adds a PromiseDecoratorLookupStrategy.
- addProperty(String, Object) - Method in BeanConfiguration
-
Adds a property value to this bean.
- addProperty(String, Object) - Method in DefaultBeanConfiguration
-
- addProperty(String, String) - Method in GSPSitemeshPage
-
- addPrototypeBean(String) - Method in DefaultRuntimeSpringConfiguration
-
- addPrototypeBean(String) - Method in RuntimeSpringConfiguration
-
Adds an empty prototype bean configuration.
- AddProxy_ - Class in AddProxy_
- addProxy(String, String, String, String, String) - Method in AetherDependencyManager
-
- addRelationshipManagementMethods(GrailsDomainClass, ApplicationContext) - Method in DomainClassGrailsPlugin
-
- addRemainingArg(String) - Method in DefaultCommandLine
-
- addRenderer(Renderer<T>) - Method in DefaultRendererRegistry
-
- addRenderer(Renderer<T>) - Method in RendererRegistry
-
Adds a new renderer
- addRepository(Repository, boolean) - Method in GrailsModelResolver
-
- addResourceLoader(ResourceLoader) - Method in DefaultGroovyPageLocator
-
- addResourceLoader(ResourceLoader) - Method in GroovyPageLocator
-
Adds a new resource loader to search
- addRuleForModuleId(ModuleId, String, String, String) - Method in EnhancedDefaultDependencyDescriptor
-
- addRuntimeClasspath(Path) - Method in GrailsTask
-
- addSetErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
-
- 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.
- addStaticMethodInvocation(StaticMethodInvocation) - Method in AbstractDynamicMethods
-
- addStaticMethodInvocation(StaticMethodInvocation) - Method in DynamicMethods
-
Adds a new static method invocation.
- addStatus(String) - Method in GrailsConsole
-
Keeps doesn't replace the status message
- addSystemProperty(String, String) - Method in DefaultCommandLine
-
- addTagLibMethodToMetaClass(GroovyObject, MetaMethod, MetaClass) - Method in GroovyPagesMetaUtils
-
- addTestClasspath(Path) - Method in GrailsTask
-
- addTestRuntimeAwareMixinFieldIfNonExistent(ClassNode, ClassNode, String) - Method in TestMixinTransformation
-
- 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
- addUndeclaredOption(String, Object) - Method in DefaultCommandLine
-
- addUrlsToRootLoader(URLClassLoader, URL) - Method in ClasspathConfigurer
-
- addUserDefinedRules(State, PageBuilder) - Method in GrailsHTMLPageParser
-
- addValidateMethod(ClassNode) - Method in DefaultASTValidateableHelper
-
- addValidationMethods(GrailsDomainClass) - Method in AbstractGrailsControllerTests
-
- addValidationMethods(GrailsApplication, GrailsDomainClass, ApplicationContext) - Method in DomainClassGrailsPlugin
-
- 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.
- AetherArtifactResultReport - Class in org.codehaus.groovy.grails.resolve.maven.aether
Implementation of the
DependencyReport interface that adapts Aether's ArtifactResult class
- AetherArtifactResultReport(String, List<ArtifactResult>) - Constructor in AetherArtifactResultReport
-
- AetherDependencyManager - Class in org.codehaus.groovy.grails.resolve.maven.aether
An implementation of the
DependencyManager interface that uses Aether, the dependency resolution
engine used by Maven.
- AetherDependencyManager() - Constructor in AetherDependencyManager
-
- AetherDependencyReport - Class in org.codehaus.groovy.grails.resolve.maven.aether
Implementation of the
DependencyReport interface that adapts Aether's PreorderNodeListGenerator
- AetherDependencyReport(PreorderNodeListGenerator, String, Throwable) - Constructor in AetherDependencyReport
-
- AetherDsl - Class in org.codehaus.groovy.grails.resolve.maven.aether.config
Core of the DSL for configuring Aether dependency resolution
- AetherDsl(AetherDependencyManager) - Constructor in AetherDsl
-
- AetherExcludeResolver - Class in org.codehaus.groovy.grails.resolve.maven.aether
An exclude resolver for Aether
- AetherExcludeResolver(AetherDependencyManager) - Constructor in AetherExcludeResolver
-
- AetherGraphNode - Class in org.codehaus.groovy.grails.resolve.maven.aether
Adapts a Aether dependency graph into the Grails graph node API for reporting
- AetherGraphNode(DependencyResult, List<Artifact>) - Constructor in AetherGraphNode
-
- AFTER_ANNOTATION - Field in TestForTransformation
-
- AFTER_CLASS_NODE - Field in TestForTransformation
-
- after(TestRuntime, GrailsApplication) - Method in DomainClassTestPlugin
-
- AFTER_INTERCEPTOR - Field in GrailsControllerClass
-
The name of the after interceptor property.
- after(TestRuntime, Object, Description, Throwable) - Method in TestRuntimeJunitAdapter
-
- afterBinding(def, def) - Method in DataBindingEventMulticastListener
-
- afterBinding(Object, Object) - Method in DataBindingListener
-
Called after data binding has finished.
- afterBinding(Object, Object) - Method in DataBindingListenerAdapter
-
- afterClass(TestRuntime, Class, Description, Throwable) - Method in TestRuntimeJunitAdapter
-
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in CompositeInterceptor
-
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in FilterToHandlerAdapter
-
- afterConstructor(Object, Object) - Method in AbstractDynamicMethodsInterceptor
-
- afterConstructor(Object, Object) - Method in ConstructorInterceptor
-
Executed after the constructor passing the args and the instantiated instance.
- afterInvocation() - Method in DynamicElementReader
-
Hook that subclass or anonymous classes can overwrite to implement custom behavior after invocation
completes
- afterInvoke(Object, String, Object, Object) - Method in AbstractDynamicMethodsInterceptor
-
- afterInvoke(Object, String, Object, Object) - Method in Interceptor
-
This code is executed after the method is optionally called.
- afterPropertiesSet() - Method in ApplicationTagLib
-
- afterPropertiesSet() - Method in BasicCodecLookup
-
- afterPropertiesSet() - Method in BindEventListenerAdapter
-
- afterPropertiesSet() - Method in ConstraintsEvaluatorFactoryBean
-
- afterPropertiesSet() - Method in DefaultGrailsCodecClass
-
- afterPropertiesSet() - Method in FilterToHandlerAdapter
-
- afterPropertiesSet() - Method in FormTagLib
-
- afterPropertiesSet() - Method in GrailsApplicationFactoryBean
-
- afterPropertiesSet() - Method in GrailsPluginManagerFactoryBean
-
- afterPropertiesSet() - Method in GroovyPagesTemplateEngine
-
- afterPropertiesSet() - Method in GroovyPagesTemplateRenderer
-
- afterPropertiesSet() - Method in GroovyPageUnitTestResourceLoader
-
- afterPropertiesSet() - Method in GroovyPageView
-
- afterPropertiesSet() - Method in HTMLCodec
-
- afterPropertiesSet() - Method in PluginAwareResourceBundleMessageSource
-
- afterPropertiesSet() - Method in StandaloneTagLibraryLookup
-
- afterPropertiesSet() - Method in TagLibraryLookup
-
- afterPropertiesSet() - Method in UrlMappingsHolderFactoryBean
-
- AGE - Field in HttpHeaders
-
- AGENT_ARGUMENT - Field in CommandLine
-
- AGENT_CONFIGURATION - Field in AbstractIvyDependencyManager
-
- agent(String) - Method in DependenciesConfiguration
-
Configure the JAR to use for the reloading agent
- Alias - Class in Alias
- aliases - Field in DefaultRuntimeSpringConfiguration
-
- ALL_CODECS_FALLBACK_KEY_NAME - Field in WithCodecHelper
-
all is the key to set all codecs at once
- ALL_CONFIGURATIONS - Field in AbstractIvyDependencyManager
-
- ALL_DATA_SOURCES - Field in GrailsDomainClassProperty
-
- ALL_DATA_SOURCES - Field in GrailsServiceClass
-
- all(Object) - Method in Log4jConfig
-
- ALL - Field in MimeType
-
- all(Object) - Method in RootLog4jConfig
-
- ALL_SCOPES - Field in DependenciesConfiguration
-
- allArtefactClasses - Field in DefaultGrailsApplication
-
- allArtefactClassesArray - Field in DefaultGrailsApplication
-
- AllArtefactClassInjector - Interface in org.codehaus.groovy.grails.compiler.injection
Extended marker interface that indicates this ClassInjector applies to all types of artefacts.
- 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
-
- allowCreate(boolean) - Method in GroovyPageOutputStackAttributes.Builder
-
- ALLOWED_HTTP_METHODS_PROPERTY - Field in DefaultGrailsControllerClass
-
- allowedMethods(String) - Method in DefaultUrlMappingsHolder
-
- allowedMethods(UrlMappingsHolder, String) - Method in UrlMappingsFilter
-
- allowedMethods(String) - Method in UrlMappingsHolder
-
Return the allowed HTTP methods for the given URI
- allowedMethodsSupport - Field in AbstractGrailsControllerHelper
-
- allowedValues() - Method in Converter.CircularReferenceBehaviour
-
Defines an Object that can convert an instance and render it to the
response or a supplied writer.
- allowUnwrappingOut - Field in GrailsPrintWriter
-
- AMPERSAND - Field in UrlMapping
-
- annotateActionMethod(ClassNode, Parameter, MethodNode) - Method in ControllerActionTransformer
-
- AnnotatedClassInjector - Interface in org.codehaus.groovy.grails.compiler.injection
Injector applied to annotated (local transform) entities
- AnnotationDomainClassArtefactHandler - Class in org.codehaus.groovy.grails.commons
Detects annotated domain classes for EJB3 style mappings.
- AnsiConsoleUrlMappingsRenderer - Class in org.codehaus.groovy.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
-
- ant - Field in GrailsProjectPackager
-
- ant - Field in PluginInstallEngine
-
- AntLogAdapter - Class in grails.doc.ant
- AntLogAdapter(def, def) - Constructor in AntLogAdapter
-
- AntPathMatcher - Class in org.codehaus.groovy.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.codehaus.groovy.grails.compiler.injection
- apiSupport - Field in ControllersMimeTypesApi
-
- APP_BASE_DIR - Field in BuildSettings
-
The base directory of the application
- APP_URI_ATTRIBUTE - Field in GrailsApplicationAttributes
-
- appClassName - Field in BaseSettingsApi
-
- appCtx - Field in IntegrationTestPhaseConfigurer
-
- append(Encoder, StreamEncodeable) - Method in AbstractEncodedAppender
-
- append(Encoder, StreamEncodeable) - Method in EncodedAppender
-
- append(char) - Method in EncodedAppenderWriter
-
- append(String) - Method in GrailsConsole
-
- append(LoggingEvent) - Method in GrailsConsoleAppender
-
- append(StreamCharBuffer) - Method in GrailsPrintWriter
-
- append(StreamCharBuffer) - Method in GrailsPrintWriterAdapter
-
- append(CharSequence) - Method in GrailsRoutablePrintWriter
-
- 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
-
- appender(Appender) - Method in Log4jConfig
-
- appenders(Closure) - Method in Log4jConfig
-
- appendLink(StringBuffer, String, String) - Method in DocEngine
-
- 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 AbstractGrailsControllerHelper
-
- application - Field in AbstractGrailsPlugin
-
- application - Field in AbstractGrailsPluginManager
-
- APPLICATION_CONTEXT - Field in ApplicationAttributes
-
- APPLICATION_CONTEXT - Field in GroovyPage
-
- APPLICATION_CONTEXT_ID - Field in GrailsUrlHandlerMapping
-
- APPLICATION_CONTEXT_TARGET_SOURCE - Field in GrailsUrlHandlerMapping
-
- application - Field in DomainClassMarshaller
-
- APPLICATION_GRAILS_VERSION - Field in Metadata
-
- application - Field in GrailsRuntimeConfigurator
-
- APPLICATION_ID - Field in GrailsApplication
-
The id of the grails application within a bean context
- APPLICATION_NAME - Field in Metadata
-
- application - Field in NamespacedTagDispatcher
-
- application - Field in PluginAwareResourceBundleMessageSource
-
- APPLICATION_VERSION - Field in Metadata
-
- ApplicationAttributes - Interface in org.codehaus.groovy.grails.commons
@author Graeme Rocher
- applicationContext - Field in AbstractGrailsControllerHelper
-
- applicationContext - Field in AbstractGrailsPlugin
-
- applicationContext - Field in AbstractGrailsPluginManager
-
- applicationContext - Field in DefaultCodecLookup
-
- applicationContext - Field in GrailsDomainClassCleaner
-
- applicationContext - Field in RequestContextTag
-
- applicationContext - Field in TagLibraryLookup
-
- applicationInitialized(TestRuntime, GrailsApplication) - Method in ControllerTestPlugin
-
- applicationInitialized(TestRuntime, GrailsApplication) - Method in DomainClassTestPlugin
-
- applicationInitialized(TestRuntime, DefaultGrailsApplication) - Method in GrailsApplicationTestPlugin
-
- applicationName - Field in AbstractIvyDependencyManager
-
- applicationPluginsLocation - Field in PluginInstallEngine
-
- ApplicationTagLib - Class in org.codehaus.groovy.grails.plugins.web.taglib
The base application tag library for Grails many of which take inspiration from Rails helpers (thanks guys!
- applicationVersion - Field in AbstractIvyDependencyManager
-
- appliedConstraints - Field in ConstrainedProperty
-
- applyConstraint(String, Object) - Method in Constrained
-
- applyConstraint(String, Object) - Method in ConstrainedProperty
-
Applies a constraint for the specified name and consraint value.
- applyContentType(String) - Method in GrailsPageResponseWrapper
-
- applyDecorators(Closure<T>, List<PromiseDecorator>) - Method in AbstractPromiseFactory
-
- applyDecorators(Closure<T>, List<PromiseDecorator>) - Method in PromiseFactory
-
Applies the registered decorators to the given closure
- applyDefaultConstraints(String, GrailsDomainClassProperty, Constrained, Map<String, Object>) - Method in DefaultConstraintEvaluator
-
- applyDefaultMethodTarget(MethodCallExpression, Class<?>) - Method in GrailsASTUtils
-
Set the method target of a MethodCallExpression to the first matching method with same number of arguments.
- applyDefaultNullableConstraint(Constrained, boolean) - Method in DefaultConstraintEvaluator
-
- applyImplicitThis(MethodCallExpression, boolean) - Method in GrailsASTUtils
-
- applyLastModifiedFromResource(Resource) - Method in GroovyPageMetaInfo
-
- applyLayout(String, String, Map) - Method in AbstractGrailsTagTests
-
- applyMapOfConstraints(Map<String, Object>, String, GrailsDomainClassProperty, Constrained) - Method in DefaultConstraintEvaluator
-
- applyMetaHttpEquivContentType(Content, HttpServletResponse) - Method in GrailsLayoutView
-
- 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
-
- 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).
- applySharedConstraints(ConstrainedPropertyBuilder, Map<String, Constrained>) - Method in DefaultConstraintEvaluator
-
- applyTemplate(def, def, def, String) - Method in AbstractGrailsTagTests
-
- applyTemplate(StringWriter, def, def) - Method in GroovyPagesTestCase
-
- applyTemplate(StringWriter, def, def) - Method in GroovyPageUnitTestMixin
-
- 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 COnfig.groovy
- ARGS_MAP - Field in ScriptBindingInitializer
-
- argsToAttrs(String, Object) - Method in TemplateNamespacedTagDispatcher
-
- ARGUMENT_BEAN - Field in RenderDynamicMethod
-
- ARGUMENT_BUILDER - Field in RenderDynamicMethod
-
- ARGUMENT_COLLECTION - Field in RenderDynamicMethod
-
- ARGUMENT_CONTENT_TYPE - Field in RenderDynamicMethod
-
- ARGUMENT_CONTEXTPATH - Field in RenderDynamicMethod
-
- ARGUMENT_ENCODING - Field in RenderDynamicMethod
-
- ARGUMENT_ERRORS - Field in RedirectDynamicMethod
-
- ARGUMENT_ID - Field in DefaultUrlCreator
-
- ARGUMENT_LAYOUT - Field in RenderDynamicMethod
-
- ARGUMENT_MODEL - Field in RenderDynamicMethod
-
- ARGUMENT_PERMANENT - Field in RedirectDynamicMethod
-
- ARGUMENT_PERMANENT - Field in ResponseRedirector
-
- 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
-
- array(Closure) - Method in JSONBuilder
-
- 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
-
- ArrayMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
@author Siegfried Puchbauer
- Artefact - Annotation Type in grails.artefact
Used to define the artefact type for classes declared outside of Grails' usual conventions.
- ARTEFACT_PATTERN - Field in PluginDescriptorGenerator
-
- ArtefactHandler - Interface in org.codehaus.groovy.grails.commons
- ArtefactHandlerAdapter - Class in org.codehaus.groovy.grails.commons
@author Marc Palmer (marc@anyware.co.uk)
- ArtefactHandlerAdapter(String, Class<?>, Class<?>, String, boolean) - Constructor in ArtefactHandlerAdapter
-
- artefactHandlers - Field in DefaultGrailsApplication
-
- artefactHandlersByName - Field in DefaultGrailsApplication
-
- ArtefactInfo - Interface in org.codehaus.groovy.grails.commons
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
- ArtefactTypeAstTransformation - Class in org.codehaus.groovy.grails.compiler.injection
A transformation used to apply transformers to classes not located in Grails
directory structure.
- artefactTypeToTestMap - Field in TestForTransformation
-
- asBoolean() - Method in AbstractTypeConvertingMap
-
- asBoolean() - Method in GroovyPage.ConstantClosure
-
- asBoolean() - Method in JSONObject.Null
-
Null in JSON should evaluate to false
- asBoolean() - Method in StreamCharBuffer
-
- asList() - Method in ListOrderedSet
-
Gets an unmodifiable view of the order of the Set.
- asMap() - Method in ForkedGrailsProcessConfig
-
- 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
- assertAction(def, def, def) - Method in GrailsUrlMappingsTestCase
-
- assertAction(def, def, def) - Method in UrlMappingsUnitTestMixin
-
Asserts an action exists for the specified controller name, action name and url
- assertBeanFactoryActive() - Method in GrailsApplicationContext
-
- assertCompiledSourceContains(def, def, def) - Method in AbstractGrailsTagTests
-
- assertController(def, def) - Method in GrailsUrlMappingsTestCase
-
- assertController(def, def) - Method in UrlMappingsUnitTestMixin
-
asserts a controller exists for the specified name and url
- assertForwardUrlMapping(def, def, def) - Method in GrailsUrlMappingsTestCase
-
- assertForwardUrlMapping(def, def, def) - Method in UrlMappingsUnitTestMixin
-
- assertHasMethod(Object, String, Class) - Method in ExplicitDemandProxy
-
- assertNoExistingInlinePlugin(String) - Method in PluginInstallEngine
-
- assertNotNull(Object, String) - Method in FileSystemResource
-
- assertOutputContains(def, def, def) - Method in AbstractGrailsTagTests
-
- assertOutputEquals(def, def, def, Closure) - Method in AbstractGrailsTagTests
-
Compares the output generated by a template with a string.
- assertOutputEquals(def, def, def, Closure) - Method in GroovyPagesTestCase
-
Asserts the output of a given template against the specified expected value.
- assertOutputEquals(def, def, def, Closure) - Method in GroovyPageUnitTestMixin
-
Asserts the output of a given template against the specified expected value.
- assertOutputMatches(def, def, def, Closure) - Method in GroovyPageUnitTestMixin
-
Asserts the output of a given template against the specified regex.
- assertOutputNotContains(def, def, def) - Method in AbstractGrailsTagTests
-
- assertReverseUrlMapping(def, def, def) - Method in GrailsUrlMappingsTestCase
-
- assertReverseUrlMapping(Map, def, Closure) - Method in UrlMappingsUnitTestMixin
-
Asserts the given controller and action produce the given reverse URL mapping
- assertTemplateOutputEquals(def, GroovyPageTemplate, def, Closure) - Method in AbstractGrailsTagTests
-
- assertUrlMapping(def, def, def) - Method in GrailsUrlMappingsTestCase
-
- assertUrlMapping(Map, def, Closure) - Method in UrlMappingsUnitTestMixin
-
Asserts a URL mapping maps to the controller and action specified by named parameters.
- assertView(def, def, def) - Method in GrailsUrlMappingsTestCase
-
- assertView(def, def, def) - Method in UrlMappingsUnitTestMixin
-
Asserts a view exists for the specified controller name, view name and url
- assertXPathExists(Document, String) - Method in AbstractGrailsTagTests
-
Asserts that the given XPath expression matches at least one
node in the given DOM document.
- assertXPathNotExists(Document, String) - Method in AbstractGrailsTagTests
-
Asserts that the given XPath expression matches no nodes in the
given DOM document.
- asShortObject(Object, JSON, GrailsDomainClassProperty, GrailsDomainClass) - Method in DomainClassMarshaller
-
- assignBidirectionalAssociations(Object, Map, GrailsDomainClass) - 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.codehaus.groovy.grails.web.binding
@author Jeff Brown
- ASTErrorsHelper - Interface in org.codehaus.groovy.grails.compiler.injection
Enhances a class to contain an Errors property of type org.springframework.validation.Errors.
- AstPluginDescriptorReader - Class in org.codehaus.groovy.grails.plugins
Used to read plugin information from the AST.
- AstPluginDescriptorReader(GroovyClassLoader) - Constructor in AstPluginDescriptorReader
-
- AstTransformer - Annotation Type in org.codehaus.groovy.grails.compiler.injection
Marker annotation that for classes that transform Grails classes at the AST level.
- ASTValidateableHelper - Interface in grails.validation
- ASTValidationErrorsHelper - Class in org.codehaus.groovy.grails.compiler.injection
- asType(Object, Class<?>) - Method in ConvertersApi
-
Converter an instance from one format to another
- asType(Class<?>) - Method in GrailsPrintWriter
-
- asWritable() - Method in AbstractClosureProxy
-
- ASYNC_STARTED - Field in GrailsApplicationAttributes
-
- AsyncActionResultTransformer - Class in org.codehaus.groovy.grails.plugins.web.async.mvc
Handles an Async response from a controller
- 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
-
- attachOutputListener(Process, boolean) - Method in ForkedGrailsProcess
-
- 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_IN - Field in GroovySyntaxTag
-
- 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_VAR - Field in GroovySyntaxTag
-
- attribute(String, String) - Method in XML
-
- attribute(String, String) - Method in XMLStreamWriter
-
- ATTRIBUTES - Field in GroovyPage
-
- attributes - Field in GroovySyntaxTag
-
- attributes - Field in JspInvokeGrailsTagLibTag
-
- attributes - Field in RequestContextTag
-
- ATTRIBUTES_STATUS - Field in GroovySyntaxTag
-
- attrsToString(Map) - Method in ApplicationTagLib
-
- auth(Map<String, String>) - Method in RepositoryConfiguration
-
- authentication(Map<String, String>) - Method in RepositoryConfiguration
-
- AUTHORIZATION - Field in HttpHeaders
-
- autoAnnotateSetupTeardown(ClassNode) - Method in TestMixinTransformation
-
- autoCreateIfPossible(MutablePropertyValues) - Method in GrailsDataBinder
-
Auto-creates the a type if it is null and is possible to auto-create.
- AUTOFLUSH_ENABLED - Field in GSPResponseWriter
-
- autoSync(boolean) - Method in GroovyPageOutputStackAttributes.Builder
-
- 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
-
- back() - Method in JSONTokener
-
Back up one character.
- backup(int) - Method in SimpleCharStream
-
Backup a number of characters.
- bang() - Method in InteractiveMode
-
- Base64ByteArrayMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
@author Siegfried Puchbauer
- Base64Codec - Class in org.codehaus.groovy.grails.plugins.codecs
A codec that encodes and decodes Objects using Base64 encoding.
- BASE_FILE - Field in ScriptBindingInitializer
-
- BASE_NAME - Field in ScriptBindingInitializer
-
- BaseApiProvider - Class in org.codehaus.groovy.grails.commons.metaclass
@author Graeme Rocher
- basedir - Field in GrailsProjectPackager
-
- BASEDIR - Field in ScriptBindingInitializer
-
- basePath - Field in DefaultGroovyPageLocator.PluginViewPathInfo
-
- BasePluginFilter - Class in org.codehaus.groovy.grails.plugins
Base functionality shared by IncludingPluginFilter
and
ExcludingPluginFilter
.
- BasePluginFilter(String) - Constructor in BasePluginFilter
-
- BaseSettingsApi - Class in org.codehaus.groovy.grails.cli.api
Utility methods used on the command line.
- BaseSettingsApi(BuildSettings, GrailsBuildEventListener, boolean) - Constructor in BaseSettingsApi
-
- BASIC_TYPES - Field in SimpleDataBinder
-
- BasicCodecLookup - Class in org.codehaus.groovy.grails.plugins.codecs
- BasicCodecLookup() - Constructor in BasicCodecLookup
-
- BasicGrailsPluginInfo - Class in org.codehaus.groovy.grails.plugins
Simple Javabean implementation of the GrailsPluginInfo interface.
- BasicGrailsPluginInfo(Resource) - Constructor in BasicGrailsPluginInfo
-
- BasicJSONEncoder - Class in org.codehaus.groovy.grails.plugins.codecs
Escapes characters in JSON output
- BasicJSONEncoder() - Constructor in BasicJSONEncoder
-
- BasicXMLEncoder - Class in org.codehaus.groovy.grails.plugins.codecs
Encoder implementation that escapes some characters for inclusion in XML documents
- BasicXMLEncoder(CodecIdentifier) - Constructor in BasicXMLEncoder
-
- bean(Class, Object) - Method in BeanBuilder
-
Defines an inner bean definition.
- bean - Field in GrailsDataBinder
-
- BEAN_ID - Field in GrailsRuntimeConfigurator
-
- BEAN_ID - Field in GroovyPageResourceLoader
-
The id of the instance of this bean to be used in the Spring context
- BEAN_ID - Field in GroovyPagesTemplateEngine
-
- BEAN_ID - Field in GroovyPagesUriService
-
- BEAN_ID - Field in PluginMetaManager
-
Id of the bean in the app ctx
- BEAN_ID - Field in ResourceAwareTemplateEngine
-
- BEAN_ID - Field in UrlMappingsHolder
-
- BEAN_NAME - Field in ConstraintsEvaluator
-
- BEAN_NAME - Field in FilteringCodecsByContentTypeSettings
-
- BEAN_NAME - Field in GrailsPluginManager
-
- BEAN_NAME - Field in MimeType
-
The bean name used to store the mime type definitions
- BEAN_NAME - Field in UrlConverter
-
- bean - Field in RequestContextTag
-
- BeanBinding - Class in org.codehaus.groovy.grails.commons.metaclass
Extends Groovy's Binding Object to allow a binding to a particular bean where the
properties of the Object become binding variables.
- BeanBinding(Object) - Constructor in BeanBinding
-
- BeanBuilder - Class in grails.spring
- BeanBuilder(ApplicationContext, RuntimeSpringConfiguration, ClassLoader) - Constructor in BeanBuilder
-
- BeanConfiguration - Interface in org.codehaus.groovy.grails.commons.spring
Represents a runtime bean configuration.
- beanFactory - Field in DefaultRuntimeSpringConfiguration
-
- BeanPostProcessorAdapter - Class in org.codehaus.groovy.grails.plugins.support
Adapter implementation of org.springframework.beans.factory.config.BeanPostProcessor.
- beans(Closure<?>) - Method in BeanBuilder
-
Defines a set of beans for the given block or closure.
- beans(Closure) - Method in DefaultGrailsPlugin
-
- BEFORE_ANNOTATION - Field in TestForTransformation
-
- BEFORE_CLASS_NODE - Field in TestForTransformation
-
- before(TestRuntime, GrailsApplication) - Method in DomainClassTestPlugin
-
- BEFORE_INTERCEPTOR - Field in GrailsControllerClass
-
The name of the before interceptor property.
- before(TestRuntime, Object, Description) - Method in TestRuntimeJunitAdapter
-
- beforeBinding(Object, Object) - Method in BindEventListenerAdapter
-
- beforeBinding(def, String, def, def) - Method in DataBindingEventMulticastListener
-
- beforeBinding(Object, String, Object, Object) - Method in DataBindingListener
-
Called when data binding is about to imposed on a property
- beforeBinding(Object, String, Object, Object) - Method in DataBindingListenerAdapter
-
- beforeClass(TestRuntime, Class, Description) - Method in TestRuntimeJunitAdapter
-
- beforeConstructor(Object, InvocationCallback) - Method in AbstractDynamicMethodsInterceptor
-
- beforeConstructor(Object, InvocationCallback) - Method in ConstructorInterceptor
-
Executed before the real constructor.
- beforeDecorating(Content, Map<String, Object>, GrailsWebRequest, HttpServletRequest, HttpServletResponse) - Method in GrailsLayoutView
-
- beforeGet(Object, String, InvocationCallback) - Method in AbstractDynamicMethodsInterceptor
-
- beforeGet(Object, String, InvocationCallback) - Method in PropertyAccessInterceptor
-
Intercepts a getXXX call and returns a result.
- beforeInvoke(Object, String, Object, InvocationCallback) - Method in AbstractDynamicMethodsInterceptor
-
- beforeInvoke(Object, String, Object, InvocationCallback) - Method in Interceptor
-
This code is executed before the method is optionally called.
- beforeSet(Object, String, Object, InvocationCallback) - Method in AbstractDynamicMethodsInterceptor
-
- beforeSet(Object, String, Object, InvocationCallback) - Method in PropertyAccessInterceptor
-
Intercepts a setXXX call.
- beforeShutdown() - Method in GrailsConsole
-
- beginColumn - Field in Token
-
The column number of the first character of this Token.
- beginLine - Field in Token
-
The line number of the first character of this Token.
- beginLinks(JsonWriter) - Method in HalJsonRenderer
-
- BeginToken() - Method in SimpleCharStream
-
Start.
- BELONGS_TO - Field in GrailsDomainClassProperty
-
- BinaryGrailsPlugin - Class in org.codehaus.groovy.grails.plugins
Models a pre-compiled binary plugin.
- BinaryGrailsPlugin(Class<?>, BinaryGrailsPluginDescriptor, GrailsApplication) - Constructor in BinaryGrailsPlugin
-
Creates a binary plugin instance.
- BinaryGrailsPluginDescriptor - Class in org.codehaus.groovy.grails.plugins
Holds a reference to the parsed grails-plugin.xml descriptor and the
resource used to parse the descriptor
- BinaryGrailsPluginDescriptor(Resource, GPathResult) - Constructor in BinaryGrailsPluginDescriptor
-
- BIND_DATA_METHOD - Field in ControllersApi
-
- bind(Object, DataBindingSource) - Method in DataBinder
-
@param obj The object being bound to
- bind(ServletRequest, String) - Method in GrailsDataBinder
-
- bind(def, GPathResult) - Method in GrailsWebDataBinder
-
- bind(def, DataBindingSource, String, List, List, DataBindingListener) - Method in SimpleDataBinder
-
@param obj The object being bound to
- bind(GrailsParameterMap, String) - Method in SpringWebDataBinder
-
- BINDABLE_CONSTRAINT_NAME - Field in DefaultASTDatabindingHelper
-
- bindAssociations(MutablePropertyValues) - Method in GrailsDataBinder
-
Interrogates the specified properties looking for properites that represent associations to other
classes (e.g., 'author.id').
- bindData(Object, Class<T>, Collection<T>, CollectionDataBindingSource) - Method in ControllersApi
-
- bindData(Object, Object, String) - Method in FilterConfig
-
- BindDynamicMethod - Class in org.codehaus.groovy.grails.web.metaclass
A dynamic method present in controllers allowing data binding from a map to a target instance.
- BindDynamicMethod() - Constructor in BindDynamicMethod
-
- BindEventListener - Interface in org.codehaus.groovy.grails.web.binding
An event listener used to inform when binding occurs
- BindEventListenerAdapter - Class in org.codehaus.groovy.grails.web.binding
An adapter which supports notifying BindEventListener instances
of binding events generated by the Grails 2.3 data binder.
- bindGrailsWebRequest(TestRuntime, GrailsApplication) - Method in ControllerTestPlugin
-
- BindingError - Interface in org.grails.databinding.errors
Represents a problem which occurred during data binding.
- bindingError(BindingError, def) - Method in DataBindingEventMulticastListener
-
- bindingError(BindingError, Object) - Method in DataBindingListener
-
Called when an error occurs binding to a property
- bindingError(BindingError, Object) - Method in DataBindingListenerAdapter
-
- bindingError(BindingError, def) - Method in GrailsWebDataBindingListener
-
- BindingFormat - Annotation Type in org.grails.databinding
Apply BindingFormat to a field to provide a format
to be used when binding a String to this field.
- BindingFormatASTTransformation - Class in org.grails.databinding.compiler
- BindingHelper - Interface in org.grails.databinding
Classes which implement this interface may participate in the data binding
process.
- bindMockWebRequest() - Method in GrailsWebUtil
-
Binds a Mock implementation of a GrailsWebRequest object to the current thread.
- bindMockWebRequest(GrailsMockHttpServletRequest, GrailsMockHttpServletResponse) - Method in MvcUnitTestCase
-
- bindObjectToDomainInstance(GrailsDomainClass, Object, Object, List, List, String) - Method in DataBindingUtils
-
Binds the given source object to the given target object performing type conversion if necessary
- bindObjectToInstance(Object, Object, List, List, String) - Method in DataBindingUtils
-
Binds the given source object to the given target object performing type conversion if necessary
- bindPageScope(TestRuntime) - Method in GroovyPageTestPlugin
-
- bindProperty(def, DataBindingSource, MetaProperty, def, DataBindingListener, def) - Method in SimpleDataBinder
-
- bindToCollection(Class<T>, Collection<T>, ServletRequest) - Method in DataBindingUtils
-
- BindUsing - Annotation Type in org.grails.databinding
This annotation may be applied to a class or to a field to
customize the data binding process.
- BLANK_CONSTRAINT - Field in ConstrainedProperty
-
- BlankConstraint - Class in org.codehaus.groovy.grails.validation
A Constraint that validates a string is not blank.
- blockFlushAndClose() - Method in GrailsRoutablePrintWriter
-
- BlockQuoteFilter - Class in grails.doc
- BlockQuoteFilter() - Constructor in BlockQuoteFilter
-
- bold(String) - Method in AnsiConsoleUrlMappingsRenderer
-
- BoldFilter - Class in grails.doc
- BoldFilter() - Constructor in BoldFilter
-
- boolean(String, Boolean) - Method in TypeConvertingMap
-
- BOOT_STRAP - Field in DefaultGrailsBootstrapClass
-
- BootstrapArtefactHandler - Class in org.codehaus.groovy.grails.commons
@author Marc Palmer (marc@anyware.co.uk)
- BootstrapArtefactHandler() - Constructor in BootstrapArtefactHandler
-
- BoundedCharsAsEncodedBytesCounter - Class in org.codehaus.groovy.grails.web.util
Counts chars encoded as bytes up to a certain limit (capacity of byte buffer).
- BoundedCharsAsEncodedBytesCounter(int, String) - Constructor in BoundedCharsAsEncodedBytesCounter
-
- BoundPromise - Class in org.grails.async.factory
A bound promise is a promise which is already resolved and doesn't require any asynchronous processing to calculate the value
- BoundPromise(T) - Constructor in BoundPromise
-
- bufcolumn - Field in SimpleCharStream
-
- buffer - Field in SimpleCharStream
-
- BUFFER_SIZE - Field in IOUtils
-
- bufferChanged(StreamCharBuffer) - Method in StreamCharBuffer
-
- BUFFERING_ENABLED - Field in GSPResponseWriter
-
- bufline - Field in SimpleCharStream
-
- bufpos - Field in SimpleCharStream
-
Position in buffer.
- BUILD_CONFIGURATION - Field in AbstractIvyDependencyManager
-
- build(Closure) - Method in Converter
-
- build(Map<String, String>, Closure) - Method in DependenciesConfiguration
-
- build() - Method in GroovyPageOutputStackAttributes.Builder
-
- build(Closure) - Method in JSON
-
- build(Closure) - Method in JSONBuilder
-
- BUILD_LISTENERS - Field in BuildSettings
-
- build(Map) - Method in PdfBuilder
-
Builds a PDF file from the manual's single.html file.
- build(String, Closure) - Method in PluginConfiguration
-
- build(Closure) - Method in XML
-
- buildDependencies - Field in AetherDependencyManager
-
- buildDependencies - Field in GrailsCoreDependencies
-
- buildDependencies(MarkupBuilder, String, Collection<Dependency>) - Method in GrailsCoreDependenciesPomGenerator
-
- buildDispatchUrlForMapping(UrlMappingInfo) - Method in UrlMappingUtils
-
Constructs the URI to forward to using the given request and UrlMappingInfo instance
- buildEventListener - Field in BaseSettingsApi
-
- buildEventListener - Field in GrailsTestEventPublisher
-
- buildFinished(BuildEvent) - Method in GrailsBuildEventListener
-
- buildFinished(BuildEvent) - Method in GrailsConsoleBuildListener
-
- buildGetMapExpression(Expression, String) - Method in GrailsASTUtils
-
Build static direct call to get entry from Map
- buildGetPropertyExpression(Expression, String, ClassNode, boolean) - Method in GrailsASTUtils
-
Build static direct call to getter of a property
- buildGetThisObjectExpression(boolean) - Method in GrailsASTUtils
-
- buildMinimalIsolatedClasspath(BuildSettings) - Method in ExecutionContext
-
- buildMinimalIsolatedClasspath(BuildSettings) - Method in ForkedGrailsProcess
-
- buildMinimalIsolatedClasspath(BuildSettings) - Method in TestExecutionContext
-
- buildMockRequest(ConfigObject) - Method in AbstractGrailsControllerTests
-
- buildMockRequest(ConfigObject) - Method in AbstractGrailsTagTests
-
- buildPageMetaInfo(InputStream, Resource, String) - Method in GroovyPagesTemplateEngine
-
Constructs a GroovyPageMetaInfo instance which holds the script class, modified date and so on
- buildPluginViewPath(String, String, String) - Method in GroovyPageResourceLoader
-
- buildPluginViewPathFromBase(String, String, StringBuilder) - Method in GroovyPageResourceLoader
-
- buildPom() - Method in GrailsCoreDependenciesPomGenerator
-
Generates the POM file for the requested Grails version and dependency scope.
- buildProcessCommand(ExecutionContext, String, boolean, boolean) - Method in ForkedGrailsProcess
-
- buildProps - Field in BaseSettingsApi
-
- buildPutMapExpression(Expression, String, Expression) - Method in GrailsASTUtils
-
Build static direct call to put entry in Map
- buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes) - Method in GrailsDispatcherServlet
-
- buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes) - Method in GroovyPagesServlet
-
- BuildScope - Enum in grails.util
Represents the different scopes that plugins apply to.
- buildSetPropertyExpression(Expression, String, ClassNode, Expression) - Method in GrailsASTUtils
-
Build static direct call to setter of a property
- BuildSettings - Class in grails.util
- buildSettings - Field in AbstractIvyDependencyManager
-
- buildSettings - Field in BaseSettingsApi
-
- BuildSettings(File, File) - Constructor in BuildSettings
-
- BuildSettingsAware - Interface in org.codehaus.groovy.grails.cli.support
Marker interface for classes interested in BuildSettings.
- BuildSettingsHolder - Class in grails.util
Static singleton holder for the BuildSettings instance.
- buildStarted(BuildEvent) - Method in GrailsBuildEventListener
-
- buildStarted(BuildEvent) - Method in GrailsConsoleBuildListener
-
- buildThisExpression() - Method in GrailsASTUtils
-
- bundle - Field in ConstrainedProperty
-
- byName() - Method in AbstractInjectableGrailsClass
-
- byName() - Method in InjectableGrailsClass
-
If autowiring by name is enabled.
- byte(String, Integer) - Method in TypeConvertingMap
-
- ByteArrayMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
@author Siegfried Puchbauer
- ByteArrayMultipartFileValueConverter - Class in org.codehaus.groovy.grails.web.binding.converters
@author Jeff Brown
- ByteArrayResource - Class in org.codehaus.groovy.grails.io.support
A Resource impl used represent a Resource as an array of bytes
- ByteArrayResource(byte[], String) - Constructor in ByteArrayResource
-
- byteArrayToHexString(byte[]) - Method in IOUtils
-
Convert a byte[] array to readable string format.
- byType() - Method in AbstractInjectableGrailsClass
-
- byType() - Method in InjectableGrailsClass
-
If autowiring by type is enabled.
- cache - Field in AbstractBuildSettings
-
Used to cache results of certain expensive operations
- CACHE_CONTROL - Field in HttpHeaders
-
- cacheCurrentEnvironment() - Method in Environment
-
- cacheDir(String) - Method in AetherDsl
-
- cacheDir(String) - Method in DependencyConfigurationConfigurer
-
- 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
-
- CachingGrailsConventionGroovyPageLocator - Class in org.codehaus.groovy.grails.web.pages.discovery
Extends GrailsConventionGroovyPageLocator adding caching of the located GrailsPageScriptSource.
- CachingGroovyPageStaticResourceLocator - Class in org.codehaus.groovy.grails.web.pages.discovery
- CachingLinkGenerator - Class in org.codehaus.groovy.grails.web.mapping
A link generator that uses a LRU cache to cache generated links.
- CachingLinkGenerator(String, String, Map<String, Object>) - Constructor in CachingLinkGenerator
-
- calculateAllFilenames(String, Locale) - Method in ReloadableResourceBundleMessageSource
-
Calculate all filenames for the given bundle basename and Locale.
- calculateBaseNamesFromMessageSources(def, Set) - Method in I18nGrailsPlugin
-
- calculateExpression(String) - Method in GroovySyntaxTag
-
- calculateFilenamesForLocale(String, Locale) - Method in BinaryGrailsPlugin
-
Calculate the filenames for the given bundle basename and Locale,
appending language code, country code, and variant code.
- calculateFilenamesForLocale(String, Locale) - Method in ReloadableResourceBundleMessageSource
-
Calculate the filenames for the given bundle basename and Locale,
appending language code, country code, and variant code.
- calculateFormats(def, String, def, Map) - Method in ControllersRestApi
-
- calculateLineNumbersForPage(ServletContext, String) - Method in GroovyPagesTemplateEngine
-
Retrieves a line number matrix for the specified page that can be used
to retrieve the actual line number within the GSP page if the line number within the
compiled GSP is known
- call(Object) - Method in AbstractClosureProxy
-
This is the important one: logs entry and exit of the closure call.
- call(SourceUnit, GeneratorContext, ClassNode) - Method in GrailsAwareInjectionOperation
-
- call(Object) - Method in GroovyPage.ConstantClosure
-
- call(SourceUnit, GeneratorContext, ClassNode) - Method in GroovyPageInjectionOperation
-
- call(Object) - Method in GroovyPageTagBody
-
- callDestroy() - Method in DefaultGrailsBootstrapClass
-
- callDestroy() - Method in GrailsBootstrapClass
-
Calls the destroy closure if one exists.
- CALLED - Field in ForwardMethod
-
- callInit(ServletContext) - Method in DefaultGrailsBootstrapClass
-
- callInit(ServletContext) - Method in GrailsBootstrapClass
-
Calls the init closure if one exists.
- callRender(Map, Object) - Method in TemplateNamespacedTagDispatcher
-
- CamelCaseUrlConverter - Class in grails.web
URL converter that allows for camel case URLs
- canApplyNullableConstraint(String, GrailsDomainClassProperty, Constrained) - Method in DefaultConstraintEvaluator
-
- canConvert(Object) - Method in ByteArrayMultipartFileValueConverter
-
- canConvert(Object) - Method in ClosureValueConverter
-
- canConvert(Class<?>, Class<?>) - Method in ConversionService
-
- canConvert(Object) - Method in CurrencyValueConverter
-
- canConvert(Object) - Method in DateConversionHelper
-
- canConvert(Object) - Method in LocaleAwareNumberConverter
-
- canConvert(Class<?>, Class<?>) - Method in SpringConversionServiceAdapter
-
- canConvert(def) - Method in TimeZoneConverter
-
- canConvert(Object) - Method in ValueConverter
-
- CandidateListCompletionHandler - Class in org.codehaus.groovy.grails.cli.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 org.codehaus.groovy.grails.web.servlet.mvc.exceptions
Thrown when the request cannot be redirected.
- CannotRedirectException(String) - Constructor in CannotRedirectException
-
- canPropertyBeConstrained(GrailsDomainClassProperty) - Method in DefaultConstraintEvaluator
-
- 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
- CAPTURED_DOUBLE_WILDCARD - Field in UrlMapping
-
- CAPTURED_WILDCARD - Field in UrlMapping
-
- captureTagContent(GrailsPrintWriter, String, Map, Object, boolean) - Method in SitemeshTagLib
-
- captureTagOutput(TagLibraryLookup, String, String, Map, Object, GrailsWebRequest) - Method in GroovyPage
-
- 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 org.codehaus.groovy.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
-
- cglibVersion - Field in GrailsCoreDependencies
-
- chain(Object, Map) - Method in ControllersApi
-
Invokes the chain method for the given arguments
- chain(Map) - Method in FilterConfig
-
- chainAllButLastEncoders(EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
-
- chainAllEncoders(EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
-
- ChainedConverterConfiguration - Class in org.codehaus.groovy.grails.web.converters.configuration
An immutable ConverterConfiguration which chains the lookup calls for ObjectMarshallers
for performance reasons.
- ChainedConverterConfiguration.ChainedObjectMarshaller - Class in org.codehaus.groovy.grails.web.converters.configuration
- ChainedConverterConfiguration.ChainedObjectMarshaller(ObjectMarshaller<C>, ChainedObjectMarshaller<C>) - Constructor in ChainedConverterConfiguration.ChainedObjectMarshaller
-
- ChainedConverterConfiguration(ConverterConfiguration<C>, ProxyHandler) - Constructor in ChainedConverterConfiguration
-
- ChainedDecoder - Class in org.codehaus.groovy.grails.support.encoding
- ChainedDecoder(Decoder) - Constructor in ChainedDecoder
-
- ChainedEncoder - Class in org.codehaus.groovy.grails.support.encoding
- ChainedEncoder(StreamingEncoder, boolean) - Method in ChainedEncoder
-
- ChainedEncoders - Class in org.codehaus.groovy.grails.support.encoding
- ChainedTransactionManager - Class in org.codehaus.groovy.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.codehaus.groovy.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
-
- ChainMethod - Class in org.codehaus.groovy.grails.web.metaclass
Implementation of the chain() method for controllers.
- chainStreamingEncode(StreamEncodeable, EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
-
- changeFeaturesAndPlugins(Set<String>, List<TestPlugin>) - Method in TestRuntime
-
- changeItVariable(Object) - Method in GroovyPage
-
- 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.codehaus.groovy.grails.support.encoding
Marker interface for telling that the underlying char array is directly accessible
- charAt(int) - Method in StreamCharBuffer
-
- chars(String) - Method in XML
-
- CharSequences - Class in org.codehaus.groovy.grails.support.encoding
Utility functions for handling java.lang.CharSequence instances
- checkError() - Method in GrailsPrintWriter
-
Flush the stream if it's not closed and check its error state.
- checkError() - Method in GrailsPrintWriterAdapter
-
- checkError() - Method in GrailsRoutablePrintWriter
-
- checkExistingPluginInstall(String, def, File, boolean) - Method in PluginInstallEngine
-
Checks an existing plugin path to install and returns true if the installation should be aborted or false if it should continue
- checkFieldMarkers(MutablePropertyValues) - Method in GrailsDataBinder
-
This overrides the method from WebDataBinder to allow for nested checkbox handling, so property paths such as
a.
- checkForChanges() - Method in AbstractGrailsPlugin
-
- checkForChanges() - Method in DefaultGrailsPlugin
-
Monitors the plugin resources defined in the watchResources property for changes and
fires onChange events by calling an onChange closure defined in the plugin (if it exists)
- checkForChanges() - Method in DefaultGrailsPluginManager
-
@deprecated Replaced by agent-based reloading, will be removed in a future version of Grails
- checkForChanges() - Method in GrailsPlugin
-
When called this method checks for any changes to the plug-ins watched resources
and reloads appropriately
- checkForChanges() - Method in GrailsPluginManager
-
Checks all the plugins to see whether they have any changes
- checkForChanges() - Method in MockGrailsPluginManager
-
- checkIfReloadableResourceHasChanged(PrivilegedAction<Resource>) - Method in GroovyPageMetaInfo
-
- checkInitialised() - Method in AbstractGrailsPluginManager
-
- checkInitialized() - Method in JspTagImpl
-
- checkMultipart(HttpServletRequest) - Method in ErrorHandlingServlet
-
- checkMultipart(HttpServletRequest) - Method in GrailsDispatcherServlet
-
Convert the request into a multipart request.
- checkMultipart(HttpServletRequest) - Method in UrlMappingsFilter
-
- checkPluginsToUninstall(List<File>) - Method in PluginInstallEngine
-
- checkState() - Method in AbstractConstraint
-
- checksumPolicy(String) - Method in RepositoryConfiguration
-
- checksums(String) - Method in AetherDsl
-
Uses an explicit checksum policy.
- checksums(boolean) - Method in DependencyConfigurationConfigurer
-
- ChildFirstURLClassLoader - Class in org.codehaus.groovy.grails.cli.support
Based on http://stackoverflow.com/a/6424879/166062
- ChildFirstURLClassLoader(ClassLoader) - Constructor in ChildFirstURLClassLoader
-
- circularReferenceBehaviour - Field in JSON
-
- CLASS_EDITOR_BEAN - Field in GrailsApplication
-
- CLASS_EDITOR_BEAN - Field in GrailsRuntimeConfigurator
-
- CLASS - Field in GrailsDomainClassProperty
-
- CLASS_LOADER_BEAN - Field in GrailsApplication
-
- CLASS_LOADER_BEAN - Field in GrailsRuntimeConfigurator
-
- CLASS_TO_BINDING_INCLUDE_LIST - Field in GrailsWebDataBinder
-
- ClassAndMimeTypeRegistry - Class in org.codehaus.groovy.grails.web.util
Abstract class for class that maintains a registry of mappings MimeType,Class and a particular object type.
- ClassEditor - Class in org.codehaus.groovy.grails.support
Converts Strings to Class references for Spring.
- ClassEditor(Object) - Constructor in ClassEditor
-
- ClassInjector - Interface in org.codehaus.groovy.grails.compiler.injection
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 DefaultRuntimeSpringConfiguration
-
- ClassLoaderAware - Interface in org.codehaus.groovy.grails.plugins.support.aware
Convenience interface that can be implemented by classes that are registered by plugins.
- ClassLoaderAwareBeanPostProcessor - Class in org.codehaus.groovy.grails.plugins.support.aware
- ClassLoaderAwareBeanPostProcessor(ClassLoader) - Constructor in ClassLoaderAwareBeanPostProcessor
-
- ClassNameCompletor - Class in org.codehaus.groovy.grails.cli.interactive.completors
A completor that completes
- ClassNameCompletor() - Constructor in ClassNameCompletor
-
- classNameToPluginMap - Field in AbstractGrailsPluginManager
-
- classNameToResourceCache - Field in DefaultResourceLocator
-
- 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:"
- ClasspathConfigurer - Class in org.codehaus.groovy.grails.cli.support
Support class that configures the Grails classpath when executing command line scripts.
- ClasspathConfigurer(BuildSettings, boolean) - Constructor in ClasspathConfigurer
-
- ClassPathResource - Class in org.codehaus.groovy.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.
- classPatternToFilePattern(String) - Method in GrailsTestTargetPattern
-
- ClassPropertyFetcher - Class in org.codehaus.groovy.grails.commons
Accesses class "properties": static fields, static getters, instance fields
or instance getters.
- ClassPropertyFetcher.ReferenceInstanceCallback - Interface in org.codehaus.groovy.grails.commons
- classSearchDirectories - Field in DefaultResourceLocator
-
- classShortName - Field in AbstractConstraint
-
- clazz - Field in AbstractDynamicMethods
-
- clean(boolean) - Method in GrailsProjectCleaner
-
Implementation of clean
- clean() - Method in MetaClassRegistryCleaner
-
- cleanAll(boolean) - Method in GrailsProjectCleaner
-
Cleans a Grails project
- cleanAndRemove(MetaClassRegistryCleaner) - Method in MetaClassRegistryCleaner
-
- cleanCompiledSources(boolean) - Method in GrailsProjectCleaner
-
Cleans compiled Java and Groovy sources
- cleanPath(String) - Method in GrailsResourceUtils
-
Normalize the path by suppressing sequences like "path/.." and
inner simple dots.
- cleanResolveCache(BuildSettings) - Method in ClasspathConfigurer
-
- cleanTestReports(boolean) - Method in GrailsProjectCleaner
-
Cleans the test reports
- cleanup(Binding, Map<String, Object>) - Method in ClosureInvokingTestPhaseConfigurer
-
- cleanup(Binding, Map<String, Object>) - Method in DefaultTestPhaseConfigurer
-
- cleanup(Binding, Map<String, Object>) - Method in FunctionalTestPhaseConfigurer
-
- cleanup() - Method in GrailsTestType
-
Do any necessary tidy up.
- cleanup() - Method in GrailsTestTypeSupport
-
Called after the tests have completed, regardless of success or not.
- cleanup() - Method in GroovyPage
-
- cleanup() - Method in IntegrationSpec
-
- cleanup(Binding, Map<String, Object>) - Method in IntegrationTestPhaseConfigurer
-
- cleanup(Binding, Map<String, Object>) - Method in TestPhaseConfigurer
-
Cleanup of the test phase
- cleanUpAfterWar() - Method in GrailsProjectWarCreator
-
")
fileset(dir: "${resourcesDirPath}/grails-app", includes: "i18n/**")
}
- cleanupDatastore() - Method in DomainClassTestPlugin
-
- cleanupIncludeRequestAttributes(HttpServletRequest, Map<String, Object>) - Method in WebUtils
-
- cleanupSpec() - Method in IntegrationSpec
-
- cleanWarFile(boolean) - Method in GrailsProjectCleaner
-
Cleans the deployable .war file
- cleanWork() - Method in GrailsProjectCleaner
-
- clear() - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
-
- clear() - Method in AbstractTypeConvertingMap
-
- clear() - Method in ConvertersConfigurationHolder
-
- clear() - Method in DefaultGrailsApplication
-
Clears the application returning it to an empty state.
- clear() - Method in DefaultGroovyPagesUriService
-
- clear() - Method in DeferredBindingActions
-
- clear() - Method in EncodingStateRegistryLookupHolder
-
- clear() - Method in GPathResultMap
-
- clear() - Method in GrailsFlashScope
-
- clear() - Method in GrailsLog4jMDCAdapter
-
- clear() - Method in GroovyPagesUriService
-
- clear() - Method in GroovyPagesUriSupport
-
- clear() - Method in Holders
-
- clear() - Method in JSONArray
-
- clear() - Method in JsonDataBindingSourceCreator.JsonObjectMap
-
- clear() - Method in JSONObject
-
- clear() - Method in JspWriterDelegate
-
- clear() - Method in LazyBeanMap
-
- clear() - Method in LazyMetaPropertyMap
-
@throws UnsupportedOperationException
- clear() - Method in ListOrderedSet
-
- clear() - Method in NullPersistentContextInterceptor
-
- clear() - Method in PersistenceContextInterceptor
-
Clear any pending changes.
- 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
-
- clearBuffer() - Method in GrailsPageResponseWrapper
-
- clearBuffer() - Method in JspWriterDelegate
-
- clearCache() - Method in CachingLinkGenerator
-
- clearCache() - Method in GroovyPagesTemplateRenderer
-
- clearCache() - Method in GroovyPageViewResolver
-
- clearCache() - Method in PluginBuildSettings
-
Clears any cached entries.
- clearCache() - Method in ReloadableResourceBundleMessageSource
-
Clear the resource bundle cache.
- clearCachedConfig(GrailsApplication) - Method in ConfigurationHelper
-
- clearCachedConfigs() - Method in ConfigurationHelper
-
- clearCacheIncludingAncestors() - Method in ReloadableResourceBundleMessageSource
-
Clear the resource bundle caches of this MessageSource and all its ancestors.
- clearCaches() - Method in GrailsPluginUtils
-
Clears cached resolved resources
- clearClassPropertyFetcherCache() - Method in ClassPropertyFetcher
-
- clearDefaultConstraints() - Method in ConstraintEvalUtils
-
- clearFilters(TestRuntime) - Method in FiltersTestPlugin
-
- clearGrailsWebRequest(TestRuntime) - Method in ControllerTestPlugin
-
- clearGrailsWebRequest() - Method in WebUtils
-
Removes any GrailsWebRequest instance from the current request.
- clearJdbcDriverRegistrations() - Method in DataSourceUtils
-
- clearPageCache() - Method in GroovyPagesTemplateEngine
-
Clears the page cache.
- clearPageScope(TestRuntime) - Method in GroovyPageTestPlugin
-
- clearSitemeshConfig() - Method in SitemeshLayoutViewResolver
-
- clearStaticApiInstances(Class) - Method in GrailsDomainClassCleaner
-
- clearWebFlowTestState(TestRuntime) - Method in WebFlowTestPlugin
-
- clone() - Method in ClosureInvokingDynamicMethod
-
For thread safety when using a ClosureInvokingDynamicMethod it should ALWAYS be cloned first
Weird behaviour will occur if a unique cloned instance is not used for each invocation
- clone() - Method in GrailsParameterMap
-
- clone() - Method in GrailsPrintWriter
-
- clone() - Method in GroovyPageAttributes
-
- clone() - Method in GroovyPageTemplate
-
- clone() - Method in JSONArray
-
- clone() - Method in JSONObject.Null
-
There is only intended to be a single instance of the NULL object,
so the clone method returns itself.
- clone() - Method in StreamCharBuffer
-
- clone() - Method in TypeConvertingMap
-
- cloneAnnotation(AnnotationNode) - Method in GrailsASTUtils
-
- close(TestRuntime) - Method in ControllerTestPlugin
-
- close(TestRuntime) - Method in CoreBeansTestPlugin
-
- close(TestRuntime) - Method in DomainClassTestPlugin
-
- close() - Method in EncodedAppender
-
- close() - Method in EncodedAppenderWriter
-
- close(TestRuntime) - Method in FiltersTestPlugin
-
- close(TestRuntime) - Method in GrailsApplicationTestPlugin
-
- close() - Method in GrailsConsoleAppender
-
- close() - Method in GrailsPrintWriter
-
- close() - Method in GrailsPrintWriterAdapter
-
- close() - Method in GrailsRoutablePrintWriter
-
- close(TestRuntime) - Method in GroovyPageTestPlugin
-
- close() - Method in GSPResponseWriter
-
Close the stream.
- close() - Method in JspWriterDelegate
-
- close(TestRuntime) - Method in MetaClassCleanerTestPlugin
-
- close() - Method in StreamCharBuffer.StreamCharBufferReader
-
- close() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- close() - Method in StreamingEncoderEncodedAppender
-
- close(TestRuntime) - Method in TestPlugin
-
this method is called when the state of the given runtime should be cleaned.
- close() - Method in TestRuntime
-
- close(TestRuntime) - Method in WebFlowTestPlugin
-
- close() - Method in WriterEncodedAppender
-
- closeQuietly(Closeable) - Method in IOUtils
-
Closes a closeable gracefully without throwing exceptions etc.
- closeWebApplicationContext(ServletContext) - Method in GrailsContextLoaderListener
-
- CLOSURE_MARKER - Field in DefaultResourceLocator
-
- CLOSURE_PARAMETER - Field in MimeTypesTransformer
-
- ClosureClassIgnoringComponentScanBeanDefinitionParser - Class in org.codehaus.groovy.grails.context.annotation
Extends Spring's default <context:component-scan/> element to ignore
generated classes.
- ClosureGrailsControllerHelper - Class in org.codehaus.groovy.grails.web.servlet.mvc
Implements action invokation throught Closure.
- ClosureInvokingDynamicMethod - Class in org.codehaus.groovy.grails.commons.metaclass
An implementation of DynamicMethodInvocation that invokes a closure.
- ClosureInvokingDynamicMethod(String, Closure<?>) - Constructor in ClosureInvokingDynamicMethod
-
- ClosureInvokingTestPhaseConfigurer - Class in org.codehaus.groovy.grails.test.runner.phase
@author Graeme Rocher
- ClosureInvokingTestPhaseConfigurer(Closure, Closure) - Constructor in ClosureInvokingTestPhaseConfigurer
-
- ClosureObjectMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller
ObjectMarshaller that delegates the conversion logic to the supplied closure
- ClosureObjectMarshaller(Class<?>, Closure) - Constructor in ClosureObjectMarshaller
-
- 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
- CNTRL_ESC - Field in JsonParserConstants
-
RegularExpression Id.
- code - Field in BindingFormat
-
@default ""
- CODEC - Field in DefaultGrailsCodecClass
-
- CODEC_DIRECTIVE_POSTFIX - Field in GroovyPageParser
-
- CODEC_VARNAME - Field in GroovyPage
-
- CodecArtefactHandler - Class in org.codehaus.groovy.grails.commons
@author Marc Palmer (marc@anyware.co.uk)
- CodecArtefactHandler() - Constructor in CodecArtefactHandler
-
- CodecFactory - Interface in org.codehaus.groovy.grails.support.encoding
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.codehaus.groovy.grails.support.encoding
Information about the codec that identifies it and tells it's aliases.
- codecIdentifier - Field in AbstractCharReplacementEncoder
-
- codecIdentifier - Field in ChainedDecoder
-
- CodecIdentifierProvider - Interface in org.codehaus.groovy.grails.support.encoding
Marker interface that tells that the instance has information about the Codec
Encoder and
Decoder interfaces extend this interface.
- CodecLookup - Interface in org.codehaus.groovy.grails.support.encoding
- CodecLookupHelper - Class in org.codehaus.groovy.grails.support.encoding
- CodecMetaClassSupport - Class in org.codehaus.groovy.grails.support.encoding
Helper methods for Codec metaclass operations.
- CodecPrintWriter - Class in org.codehaus.groovy.grails.web.util
- CodecPrintWriter(Writer, Encoder, EncodingStateRegistry, boolean) - Constructor in CodecPrintWriter
-
- CodecsGrailsPlugin - Class in org.codehaus.groovy.grails.plugins
Configures pluggable codecs.
- CodeFilter - Class in grails.doc
- CodeFilter() - Constructor in CodeFilter
-
- CodeSnippetPrinter - Interface in org.codehaus.groovy.grails.exceptions
Interfaces for classes to implement that print code snippets
- collectAllAnnotations(Class, Class<T>, boolean) - Method in TestRuntimeUtil
-
Collects all annotations of given type from given class, it's package, superclasses and their packages
Meta-annotations get processed too.
- collectDependencies(String) - Method in AetherDependencyManager
-
- CollectionDataBindingSource - Interface in org.grails.databinding
@see DataBindingSource
- CollectionMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
@author Siegfried Puchbauer
- collectionToObjectArray(Collection) - Method in GrailsClassUtils
-
Convenience method for converting a collection to an Object[]
- 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.codehaus.groovy.grails.support.encoding
- comma - Field in JSONWriter
-
The comma flag determines if a comma should be output before the next
value.
- comma() - Method in PathCapturingJSONWriterWrapper
-
- CommandLine - Interface in org.codehaus.groovy.grails.cli.parsing
Represents the parsed command line options.
- CommandLineHelper - Class in org.codehaus.groovy.grails.cli
Utility methods for use on the command line, including method to accept user input etc.
- CommandLineHelper(InputStream, PrintStream) - Constructor in CommandLineHelper
-
@deprecated Use no-args constructor
- CommandLineInputHandler - Class in org.codehaus.groovy.grails.cli
Custom input handler mechanism for Ant that ignores case of input.
- CommandLineParser - Class in org.codehaus.groovy.grails.cli.parsing
Command line parser that parses arguments to the command line.
- CommandLineResourceLoader - Class in org.codehaus.groovy.grails.support
Loads locations starting with /WEB-INF from the Grails web-app directory.
- commandObjects - Field in Action
-
@default {}
- commit(TransactionStatus) - Method in ChainedTransactionManager
-
- COMMON_CLASSES - Field in DefaultGrailsPluginManager
-
- CommonWebApi - Class in org.codehaus.groovy.grails.plugins.web.api
API shared by controllers, tag libraries and any other web artifact.
- CommonWebApi() - Constructor in CommonWebApi
-
- compare(Object, Object) - Method in DomainClassPropertyComparator
-
- compare(MimeType, MimeType) - Method in QualityComparator
-
- compare(String, String) - Method in ScopeAwareNearestVersionSelector.ScopeComparator
-
- compare(String, String) - Method in VersionComparator
-
- compareFilePaths(File, File) - Method in GroovyPageResourceLoader
-
- compareTo(Object) - Method in AbstractGrailsArtefactTransformer
-
Used for ordering not equality.
- compareTo(Object) - Method in AbstractGrailsPlugin
-
- compareTo(Entry) - Method in DefaultConverterConfiguration.Entry
-
- 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
-
- CompilationFailedException - Class in org.codehaus.groovy.grails.exceptions
Thrown when a compilation error occurs.
- CompilationFailedException(Throwable) - Constructor in CompilationFailedException
-
- COMPILE_CONFIGURATION - Field in AbstractIvyDependencyManager
-
- compile(Map<String, String>, Closure) - Method in DependenciesConfiguration
-
- compile() - Method in GenerateStubsTask
-
- compile(String) - Method in GrailsAwareGroovyTestSuite
-
- compile() - Method in Grailsc
-
- compile(def) - Method in GrailsProjectCompiler
-
Compiles project sources to the given target directory
- compile() - Method in GroovyPageCompiler
-
Compiles the given GSP pages and returns a Map of URI to classname mappings
- compile(String, Closure) - Method in PluginConfiguration
-
- compileAll() - Method in GrailsProjectCompiler
-
Compiles plugin and normal sources
- compileDependencies - Field in GrailsCoreDependencies
-
- compileGroovyPages(String, def) - Method in GrailsProjectCompiler
-
Compiles GSP pages for the given application name to the (optional) target directory
- compileGSP(File, File, String, String) - Method in GroovyPageCompiler
-
Compiles an individual GSP file
- compilePluginDescriptor(File, File) - Method in GrailsProjectCompiler
-
Compiles a given plugin descriptor file - *GrailsPlugin.groovy.
- compilePlugins(def) - Method in GrailsProjectCompiler
-
Compiles plugin sources files to the given target directory
- 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
- compileTests(GrailsTestType, File, File) - Method in GrailsProjectTestCompiler
-
Compiles all the test classes for a particular type of test, for
example "unit" or "webtest".
- complete(ConsoleReader, List<CharSequence>, int) - Method in CandidateListCompletionHandler
-
- complete(String, int, List) - Method in ClassNameCompletor
-
- complete(String, int, List) - Method in EscapingFileNameCompletor
-
- complete() - Method in GrailsAsyncContext
-
- complete(String, int, List) - Method in GrailsInteractiveCompletor
-
- complete() - Method in MockAsyncContext
-
- complete(String, int, List) - Method in RegexCompletor
-
- complete(String, int, List) - Method in SimpleOrFileNameCompletor
-
- complete(String, int, List<CharSequence>) - Method in StringsCompleter
-
- ComponentCapableDomainClass - Interface in org.codehaus.groovy.grails.commons
Interface for domains capable of supporting components.
- CompositeEditor - Class in org.codehaus.groovy.grails.web.binding
@author Graeme Rocher
- CompositeEditor(PropertyEditor) - Constructor in CompositeEditor
-
- CompositeInterceptor - Class in org.codehaus.groovy.grails.plugins.web.filters
Composed of other HandlerInterceptor instances.
- CompositePluginDescriptorReader - Class in org.codehaus.groovy.grails.plugins
Combines different implementation into one.
- CompositePluginDescriptorReader(PluginBuildSettings) - Constructor in CompositePluginDescriptorReader
-
- computeChecksum(File, String) - Method in IOUtils
-
- computeTestMethods() - Method in GrailsTestCaseRunner
-
- CONF_DIR - Field in LoggingTransformer
-
- config - Field in AbstractBuildSettings
-
The settings stored in the project's BuildConfig.groovy file if there is one.
- CONFIG_CLASS - Field in GrailsApplication
-
The name of the class that provides configuration
- CONFIG_FILE - Field in AbstractGrailsPluginManager
-
- config - Field in GrailsProjectPackager
-
- config - Field in JSON
-
- CONFIG_PROPERTY_CODEC_FOR_CONTENT_TYPE - Field in FilteringCodecsByContentTypeSettings
-
- CONFIG_PROPERTY_DEFAULT_CODEC - Field in GroovyPageParser
-
- CONFIG_PROPERTY_DISABLE_CACHING_RESOURCES - Field in GroovyPagesTemplateEngine
-
- CONFIG_PROPERTY_GSP_CODECS - Field in GroovyPageParser
-
- CONFIG_PROPERTY_GSP_ENABLE_RELOAD - Field in GroovyPagesTemplateEngine
-
- CONFIG_PROPERTY_GSP_ENCODING - Field in GroovyPageParser
-
- CONFIG_PROPERTY_GSP_HTMLCODEC - Field in HTMLCodec
-
- CONFIG_PROPERTY_GSP_KEEPGENERATED_DIR - Field in GroovyPageParser
-
- CONFIG_PROPERTY_GSP_SITEMESH_PREPROCESS - Field in GroovyPageParser
-
- configChanged() - Method in GrailsApplication
-
Fired to inform the application when the Config.groovy file changes.
- configCheckMillis - Field in Grails5535Factory
-
- configSlurper - Field in BaseSettingsApi
-
- ConfigurableConverter - Interface in org.codehaus.groovy.grails.web.converters
Interface for converters that can be configured at runtime
- CONFIGURATION_NAME - Field in JSON
-
- CONFIGURATION_NAME - Field in XML
-
- ConfigurationHelper - Class in org.codehaus.groovy.grails.commons.cfg
Helper methods for initialising config object.
- configurationNames - Field in AbstractIvyDependencyManager
-
- configure(GrailsWebRequest) - Method in AbstractUrlMappingInfo
-
- configure(TestRuntime) - Method in DefaultSharedRuntimeConfigurer
-
- configure(Closure) - Method in EnhancedDefaultDependencyDescriptor
-
- configure(Map) - Method in ForkedGrailsProcess
-
- configure(ServletContext, boolean) - Method in GrailsRuntimeConfigurator
-
- configure(Closure) - Method in Log4jConfig
-
- configure(TestRuntime) - Method in SharedRuntimeConfigurer
-
This method will be called after a new runtime has been instantiated
- configure(GrailsWebRequest) - Method in UrlMappingInfo
-
Configure this UrlMappingInfo the for the given GrailsWebRequest
- configureAether(BuildSettings) - Method in DependencyManagerConfigurer
-
- configureApplication() - Method in GrailsProjectLoader
-
Configures the Grails application and builds an ApplicationContext
- configureClasspath() - Method in GrailsProjectCompiler
-
Configures the Grails classpath, should be called prior to any call to
compile(Object)
- configureCodecMethods(CodecFactory, boolean, List<ExpandoMetaClass>) - Method in CodecMetaClassSupport
-
Adds "encodeAs*" and "decode*" metamethods for given codecClass
- configureCodecMethods() - Method in DefaultGrailsCodecClass
-
- configureCodecMethods() - Method in GrailsCodecClass
-
- configuredClassLoader() - Method in ClasspathConfigurer
-
- configureDefaultPluginResolver(def) - Method in DependencyManagerConfigurer
-
- configureDependencyDescriptor(EnhancedDefaultDependencyDescriptor, String, boolean) - Method in AbstractIvyDependencyManager
-
@deprecated use registerDependency(String, EnhancedDefaultDependencyDescriptor) or registerPluginDependency(String EnhancedDefaultDependencyDescriptor)
- configureDependencyManager() - Method in BuildSettings
-
- configureDomainClassRelationships(GrailsClass, Map<?, ?>) - Method in GrailsDomainConfigurationUtil
-
Configures the relationships between domain classes after they have been all loaded.
- configureDomainOnly() - Method in GrailsRuntimeConfigurator
-
- configureFork(BuildSettings) - Method in ForkedGrailsCompiler
-
- configureFork(BuildSettings) - Method in ForkedGrailsProcess
-
- configureFork(BuildSettings) - Method in ForkedGrailsTestRunner
-
- configureGlobalFrameworkDependencies(GrailsIvyDependencies, def) - Method in DependencyManagerConfigurer
-
- configureIvy(BuildSettings) - Method in DependencyManagerConfigurer
-
- configureJndi(GrailsApplication) - Method in GrailsProjectLoader
-
- configureLoadedClasses(Class<?>) - Method in DefaultGrailsApplication
-
Configures the loaded classes within the GrailsApplication instance using the
registered ArtefactHandler instances.
- configureRepoAuthentication(def, DependencyManager) - Method in DependencyManagerConfigurer
-
- configureRepository(Builder, Closure) - Method in RepositoriesConfiguration
-
- configureScanner(ParserContext, Element) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
-
- configureServerContextPath() - Method in GrailsProjectPackager
-
- configureServletContextAttributes(ServletContext, GrailsApplication, GrailsPluginManager, WebApplicationContext) - Method in GrailsConfigUtils
-
- configureWarName(String) - Method in GrailsProjectWarCreator
-
- configureWebApplicationContext(ServletContext, WebApplicationContext) - Method in GrailsConfigUtils
-
- confirmInput(String) - Method in BaseSettingsApi
-
- connectDatastore(TestRuntime, GrailsApplication) - Method in DomainClassTestPlugin
-
- CONNECTION - Field in HttpHeaders
-
- connectTo(StreamCharBuffer.LazyInitializingWriter, boolean) - Method in StreamCharBuffer
-
- CONSTANT_NAME_CONTENT_TYPE - Field in GroovyPageParser
-
- CONSTANT_NAME_EXPRESSION_CODEC - Field in GroovyPageParser
-
- CONSTANT_NAME_JSP_TAGS - Field in GroovyPageParser
-
- CONSTANT_NAME_LAST_MODIFIED - Field in GroovyPageParser
-
- CONSTANT_NAME_OUT_CODEC - Field in GroovyPageParser
-
- CONSTANT_NAME_STATIC_CODEC - Field in GroovyPageParser
-
- CONSTANT_NAME_TAGLIB_CODEC - Field in GroovyPageParser
-
- CONSTANT_STATUS - Field in ResourceTransform
-
- Constrained - Interface in grails.validation
A interface for something that is constrained by various criteria
- ConstrainedProperty - Class in org.codehaus.groovy.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.codehaus.groovy.grails.validation
Builder used as a delegate within the "constraints" closure of GrailsDomainClass instances .
- ConstrainedPropertyBuilder(Class<?>) - Constructor in ConstrainedPropertyBuilder
-
- Constraint - Interface in org.codehaus.groovy.grails.validation
Defines a validatable constraint.
- ConstraintEvalUtils - Class in org.codehaus.groovy.grails.validation
Utility methods for configuring constraints
- ConstraintException - Class in org.codehaus.groovy.grails.validation.exceptions
Thrown when an error occurs applying a constraint to a property.
- ConstraintException(Throwable) - Constructor in ConstraintException
-
- ConstraintFactory - Interface in org.codehaus.groovy.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 org.codehaus.groovy.grails.validation
Evaluates and returns constraints.
- ConstraintsEvaluatorFactoryBean - Class in org.codehaus.groovy.grails.validation
Constructs the default constraints evaluator instance.
- CONSTRUCTOR_METHOD - Field in BaseApiProvider
-
- ConstructorInterceptor - Interface in org.codehaus.groovy.grails.commons.metaclass
Extends interceptor interface to allow interception of constructors
- 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 MockApplicationContext
-
- containsBean(String) - Method in RuntimeSpringConfiguration
-
Returns whether the runtime spring config contains the specified bean.
- containsBeanDefinition(String) - Method in GrailsApplicationContext
-
- containsBeanDefinition(String) - Method in MockApplicationContext
-
- containsKey(Object) - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
-
- containsKey(Object) - Method in AbstractTypeConvertingMap
-
- containsKey(def) - Method in GPathResultMap
-
- containsKey(Object) - Method in GrailsFlashScope
-
- containsKey(Object) - Method in JsonDataBindingSourceCreator.JsonObjectMap
-
- containsKey(Object) - Method in JSONObject
-
- containsKey(Object) - Method in LazyBeanMap
-
- containsKey(Object) - Method in LazyMetaPropertyMap
-
{@inheritDoc}
- containsKey(K) - Method in PromiseMap
-
@param o The key
- containsLocalBean(String) - Method in MockApplicationContext
-
- containsMethodName(String) - Method in GrailsTestTargetPattern
-
- containsProperty(String) - Method in DataBindingSource
-
@param propertyName the name of a property
- containsProperty(String) - Method in SimpleMapDataBindingSource
-
- containsValue(Object) - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
-
- containsValue(Object) - Method in AbstractTypeConvertingMap
-
- containsValue(def) - Method in GPathResultMap
-
- containsValue(Object) - Method in GrailsFlashScope
-
- containsValue(Object) - Method in JsonDataBindingSourceCreator.JsonObjectMap
-
- 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.
- containsValueFor(String) - Method in TestRuntime
-
- content2htmlPage(Content) - Method in GSPSitemeshPage
-
- CONTENT_DISPOSITION - Field in HttpHeaders
-
- CONTENT_ENCODING - Field in HttpHeaders
-
- CONTENT_FORMAT - Field in GrailsApplicationAttributes
-
- CONTENT_LANGUAGE - Field in HttpHeaders
-
- CONTENT_LENGTH_COUNTING_ENABLED - Field in GSPResponseWriter
-
- CONTENT_LENGTH - Field in HttpHeaders
-
- CONTENT_LOCATION - Field in HttpHeaders
-
- CONTENT_MD5 - Field in HttpHeaders
-
- CONTENT_RANGE - Field in HttpHeaders
-
- CONTENT_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 Resource
-
Determine the content length for this resource.
- contentLength() - Method in SpringResource
-
- ContentLengthAwareCommonsMultipartResolver - Class in org.codehaus.groovy.grails.web.multipart
Safari includes the multipart packet inside an HTTP redirect without the Content-Length header.
- contentType - Field in AbstractConverter
-
- context - Field in DefaultRuntimeSpringConfiguration
-
- contextDestroyed(ServletContextEvent) - Method in Log4jConfigListener
-
- contextInitialized(ServletContextEvent) - Method in Log4jConfigListener
-
- contextPath - Field in RequestContextTag
-
- controller - Field in ControllerUnitTestCase
-
- CONTROLLER - Field in DefaultGrailsControllerClass
-
- 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_NAME - Field in GroovyPage
-
- CONTROLLER_NAME_PROPERTY - Field in ControllerDynamicMethods
-
- CONTROLLER_NAMESPACE_ATTRIBUTE - Field in GrailsApplicationAttributes
-
- CONTROLLER_PATTERN - Field in ControllerTransformer
-
- CONTROLLER_PATTERN - Field in ConvertersControllersTransformer
-
- CONTROLLER_PATTERN - Field in MimeTypesTransformer
-
- CONTROLLER_URI_PROPERTY - Field in ControllerDynamicMethods
-
- controller - Field in UrlCreatorCache.ReverseMappingKey
-
- CONTROLLER - Field in UrlMapping
-
The controller this mapping matches
- ControllerActionConventions - Class in org.codehaus.groovy.grails.web.mapping
Includes constants for common conventions for controller actions
- ControllerActionTransformer - Class in org.codehaus.groovy.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.codehaus.groovy.grails.commons
Lookup controllers for uris.
- ControllerArtefactHandler.ControllerCacheKey - Class in org.codehaus.groovy.grails.commons
- ControllerArtefactHandler.ControllerCacheKey(String, String, String) - Constructor in ControllerArtefactHandler.ControllerCacheKey
-
- ControllerArtefactHandler() - Constructor in ControllerArtefactHandler
-
- ControllerAsyncTransformer - Class in org.codehaus.groovy.grails.compiler.web.async
Adds the the controller async APIs to Grails at compile time.
- controllerClass(HttpServletRequest) - Method in FilterToHandlerAdapter
-
- ControllerDomainTransformer - Class in org.codehaus.groovy.grails.compiler.web
Adds binding methods to domain classes.
- ControllerDynamicMethods - Class in org.codehaus.groovy.grails.web.metaclass
Holds constants that refer to the names of dynamic methods and properties within controllers
- ControllerExceptionHandlerMetaData - Interface in org.codehaus.groovy.grails.web.controllers
Represents meta data which describes an exception handling method
in a controller
- ControllerExecutionException - Class in org.codehaus.groovy.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
-
- controllerName(HttpServletRequest) - Method in FilterToHandlerAdapter
-
Returns the name of the controller targeted by the given request.
- ControllerNameExtractor - Class in org.codehaus.groovy.grails.test.support
- controllerNamespace(HttpServletRequest) - Method in FilterToHandlerAdapter
-
Returns the namespace of the controller targeted by the given request.
- ControllerRestTransformer - Class in org.codehaus.groovy.grails.compiler.web.rest
- ControllersApi - Class in org.codehaus.groovy.grails.plugins.web.api
API for each controller in a Grails application.
- ControllersApi(GrailsPluginManager) - Constructor in ControllersApi
-
- controllersApi - Field in ControllersRestApi
-
- ControllersAsyncApi - Class in org.codehaus.groovy.grails.plugins.web.async.api
Support API for async request processing.
- ControllersAsyncGrailsPlugin - Class in org.codehaus.groovy.grails.plugins.web.async
Async support for the Grails 2.0.
- ControllersDomainBindingApi - Class in org.codehaus.groovy.grails.plugins.web.api
Enhancements made to domain classes for data binding.
- ControllersGrailsPlugin - Class in org.codehaus.groovy.grails.plugins.web
Handles the configuration of controllers for Grails.
- ControllersMimeTypesApi - Class in org.codehaus.groovy.grails.plugins.web.api
Api extensions to controllers for the MimeTypes plugin.
- ControllersRestApi - Class in org.grails.plugins.web.rest.api
Provides the "respond" method in controllers
- ControllersRestApi(RendererRegistry, ControllersApi, ControllersMimeTypesApi) - Constructor in ControllersRestApi
-
- ControllerTestPlugin - Class in grails.test.runtime
Controller TestPlugin for TestRuntime
- adds beans and state management for supporting controller related unit tests
- ControllerTransformer - Class in org.codehaus.groovy.grails.compiler.web
Enhances controller classes with the appropriate API at compile time.
- ControllerUnitTestCase - Class in grails.test
Support class for writing unit tests for controllers.
- ControllerUnitTestCase(Class) - Constructor in ControllerUnitTestCase
-
Creates a new test case for the given controller class.
- ControllerUnitTestMixin - Class in grails.test.mixin.web
Applied to a unit test to test controllers.
- ControllerUnitTestMixin() - Constructor in ControllerUnitTestMixin
-
- conversionHelpers - Field in SimpleDataBinder
-
- ConversionService - Interface in org.grails.databinding.converters
@author Jeff Brown
- 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(def) - Method in ClosureValueConverter
-
- convert(Object, Class<?>) - Method in ConversionService
-
- convert(Object) - Method in CurrencyValueConverter
-
- convert(def) - Method in DateConversionHelper
-
- convert(def, String) - Method in FormattedDateValueConverter
-
- convert(Object, String) - Method in FormattedValueConverter
-
Return a formatted value
- convert(Class, def) - Method in GrailsWebDataBinder
-
- convert(Object) - Method in LocaleAwareNumberConverter
-
- convert(Class, def) - Method in SimpleDataBinder
-
- convert(Object, Class<?>) - Method in SpringConversionServiceAdapter
-
- convert(def) - Method in TimeZoneConverter
-
- convert(Object) - Method in ValueConverter
-
- convertAnother(Object) - Method in Converter
-
- convertAnother(Object) - Method in JSON
-
- convertAnother(Object) - Method in XML
-
- convertClassLoaderURL(URL) - Method in PathMatchingResourcePatternResolver
-
Convert the given URL as returned from the ClassLoader into a Resource object.
- Converter - Interface in org.codehaus.groovy.grails.web.converters
Defines an Object that can convert an instance and render it to the
response or a supplied writer.
- Converter.CircularReferenceBehaviour - Enum in org.codehaus.groovy.grails.web.converters
- ConverterConfiguration - Interface in org.codehaus.groovy.grails.web.converters.configuration
@author Siegfried Puchbauer
- ConverterException - Class in org.codehaus.groovy.grails.web.converters.exceptions
Thrown when an error occurs originating from a Converter instance.
- ConverterException() - Constructor in ConverterException
-
- CONVERTERS_DEFAULT_ENCODING - Field in ConvertersConfigurationHolder
-
- ConvertersApi - Class in org.codehaus.groovy.grails.plugins.converters.api
The API for converting objects to target types such as XML.
- ConvertersConfigurationHolder - Class in org.codehaus.groovy.grails.web.converters.configuration
Singleton which holds all default and named configurations for the Converter classes.
- ConvertersConfigurationInitializer - Class in org.codehaus.groovy.grails.web.converters.configuration
@author Siegfried Puchbauer
- ConvertersControllersApi - Class in org.codehaus.groovy.grails.plugins.converters.api
Additional API extensions provided to controllers via the converters plugin.
- ConvertersControllersTransformer - Class in org.codehaus.groovy.grails.compiler.web.converters
Enhances controller classes with additional render methods specific to converters.
- ConvertersDomainTransformer - Class in org.codehaus.groovy.grails.compiler.web.converters
Adds the asType method to domain classes.
- ConvertersGrailsPlugin - Class in org.codehaus.groovy.grails.plugins.converters
Allows the "obj as XML" and "obj as JSON" syntax.
- ConvertersPluginSupport - Class in org.codehaus.groovy.grails.plugins.converters
@author Graeme Rocher
- ConverterUtil - Class in org.codehaus.groovy.grails.web.converters
A utility class for creating and dealing with Converter objects.
- convertExclusionsToRealDeps(Dependency) - Method in MavenPomGenerator
-
Converts the exclusions of a dependency into real, resolved dependencies.
- convertPotentialGStrings(Map<Object, Object>) - Method in DataBindingUtils
-
- convertStringToEnum(Class<? extends Enum>, String) - Method in SimpleDataBinder
-
- convertToGrailsDependencies(Set<DependencyDescriptor>) - Method in IvyDependencyManager
-
- convertToRegex(String) - Method in RegexUrlMapping
-
Converts a Grails URL provides via the UrlMappingData interface to a regular expression.
- convertToString(Object) - Method in AbstractCharReplacementEncoder
-
- COOKIE - Field in HttpHeaders
-
- copy(InputStream, Writer, String) - Method in GrailsIOUtils
-
Copy an InputStream to the given writer with the given encoding
- copy(String, Writer) - Method in IOUtils
-
Copy the contents of the given String to the given output Writer.
- copyAnnotations(AnnotatedNode, AnnotatedNode, Set<String>, Set<String>) - Method in GrailsASTUtils
-
- copyDirectoryContentsToTarget(File, String) - Method in BuildSettings
-
- copyExpandoMetaClass(Class<?>, Class<?>, boolean) - Method in GrailsMetaClassUtils
-
Copies the ExpandoMetaClass dynamic methods and properties from one Class to another.
- copyGrailsResource(Object, Resource, boolean) - Method in BaseSettingsApi
-
- copyGrailsResources(Object, Object, boolean) - Method in BaseSettingsApi
-
- copyParameters(Parameter, Map<String, ClassNode>) - Method in GrailsASTUtils
-
- copyParamsFromPreviousRequest(RequestAttributes, GrailsWebRequest) - Method in GrailsDispatcherServlet
-
- copyTemplateJar(String, File) - Method in InstallAppTemplates_
-
- copyToByteArray(InputStream) - Method in IOUtils
-
Copy the contents of the given InputStream into a new byte array.
- copyToString(Reader) - Method in IOUtils
-
Copy the contents of the given Reader into a String.
- 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)
- CoreBeansTestPlugin - Class in grails.test.runtime
a TestPlugin for TestRuntime that adds some generic beans that are
required in Grails applications
- CoreGrailsPlugin - Class in org.codehaus.groovy.grails.plugins
Configures the core shared beans within the Grails application context.
- CorePluginFinder - Class in org.codehaus.groovy.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
- CountryTagLib - Class in org.codehaus.groovy.grails.plugins.web.taglib
Tags for rendering country selection / display of country names.
- countToken(String, String) - Method in UrlValidator
-
Returns the number of times the token appears in the target.
- create() - Method in RestfulController
-
Displays a form to create a new resource
- createAetherDependencyManager(BuildSettings) - Method in DependencyManagerConfigurer
-
- createAndEnhance(Class) - Method in ControllerUnitTestMixin
-
- createAndRegister() - Method in MetaClassRegistryCleaner
-
- createAntProject() - Method in GrailsConsoleAntBuilder
-
@return Factory method to create new Project instances
- createApplicationContext() - Method in BeanBuilder
-
Creates an ApplicationContext from the current state of the BeanBuilder
- createApplicationContext(ApplicationContext) - Method in DefaultRuntimeSpringConfiguration
-
Creates the ApplicationContext instance.
- 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.
- createBeanWrapper(Object) - Method in AbstractConverter
-
- createBeanWrapper(Object) - Method in ConverterUtil
-
- createBinder(Object, String) - Method in GrailsDataBinder
-
Utility method for creating a GrailsDataBinder instance
- createBinder(Object, String, HttpServletRequest) - Method in GrailsDataBinderCreator
-
- createBinder(Object, String, HttpServletRequest) - Method in SpringWebDataBinderCreator
-
- 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
-
- createBoundPromise(T) - Method in AbstractPromiseFactory
-
- createBoundPromise(T) - Method in GparsPromiseFactory
-
- createBoundPromise(T) - Method in PromiseFactory
-
Creates a promise with a value pre-bound to it
- createBoundPromise(T) - Method in Promises
-
@see PromiseFactory#createBoundPromise(java.lang.Object)
- 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
-
- createClassLoader(BuildSettings) - Method in ForkedGrailsProcess
-
- createClassLoader(BuildSettings) - Method in ForkedGrailsTestRunner
-
- createClasspath() - Method in GroovyPageCompilerTask
-
Adds a path to the classpath.
- createClosureForHtmlPart(int, int) - Method in GroovyPage
-
- 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
-
- createCommandLine() - Method in CommandLineParser
-
- createCompilationUnit(CompilerConfiguration, CodeSource) - Method in GrailsAwareClassLoader
-
@see groovy.lang.GroovyClassLoader#createCompilationUnit(org.codehaus.groovy.control.CompilerConfiguration, java.security.CodeSource)
- createCompilationUnit(CompilerConfiguration, CodeSource) - Method in GroovyPageClassLoader
-
@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
- createConfig() - Method in GrailsProjectPackager
-
Creates and loads the application Config
- createConfigSlurper() - Method in BuildSettings
-
- createConsole(ApplicationContext, GrailsApplication) - Method in GrailsProjectConsole
-
- createConsoleReader() - Method in GrailsConsole
-
- createConsoleReader() - Method in GrailsEclipseConsole
-
- createContentBufferingResponse(Map<String, Object>, GrailsWebRequest, HttpServletRequest, HttpServletResponse) - Method in GrailsLayoutView
-
- createContentBufferingResponse(Map<String, Object>, GrailsWebRequest, HttpServletRequest, HttpServletResponse) - Method in SitemeshLayoutView
-
- CreateController - Class in grails.build.interactive.completors
A completor for the create-controller command
- createControllerMap() - Method in GrailsUrlMappingsTestCase
-
- createConverter(Class<?>, Object, ApplicationContext) - Method in ConverterUtil
-
- createCopy(BuildSettings) - Method in AbstractIvyDependencyManager
-
- createCopy(BuildSettings) - Method in AetherDependencyManager
-
- createCopy(BuildSettings) - Method in DependencyManager
-
Creates a copy of this dependency manager with repository configuration retained but dependencies omitted.
- createCriteria() - Method in TestGormStaticApi
-
- 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
-
- createDeclaration() - Method in GrailsAetherCoreDependencies
-
Returns a closure suitable for passing to a DependencyDefinitionParser that will configure
the necessary core dependencies for Grails.
- createDeclaration() - Method in GrailsIvyDependencies
-
Returns a closure suitable for passing to a DependencyDefinitionParser that will configure
the necessary core dependencies for Grails.
- createDefaults() - Method in MimeType
-
Creates the default MimeType configuration if none exists in Config.groovy
- createDependencyForProperties(Map<String, String>, String) - Method in DependenciesConfiguration
-
- createDescriptor() - Method in GrailsProjectWarCreator
-
- createDescriptorInternal(def, def) - Method in GrailsProjectWarCreator
-
- createDynamicElementReader(String, boolean) - Method in BeanBuilder
-
- CreateDynamicMethod - Class in org.codehaus.groovy.grails.commons.metaclass
A dynamic static method that is a factory method for creating new instances.
- CreateDynamicMethod() - Constructor in CreateDynamicMethod
-
- createEncodingInitializer(EncoderAware, EncodingStateRegistryLookup, StreamCharBuffer.LazyInitializingWriter) - Method in StreamCharBuffer
-
- createEnvironment() - Method in GrailsWebApplicationContext
-
- createEvent(Map) - Method in TestRuntime
-
- createEventListener(Binding) - Method in ForkedGrailsProjectClassExecutor
-
- createExcludeArtifactId(String, String) - Method in AbstractIvyDependencyManager
-
- createExecutionContext(BuildSettings, PluginBuildSettings) - Method in ForkedGrailsProjectClassExecutor
-
- createExecutionContext() - Method in ForkedGrailsTestRunner
-
- createFallbackView(String) - Method in GroovyPageViewResolver
-
- createFlattenedKeys(Map, Map, Map, def, Map) - Method in AbstractParsingParameterCreationListener
-
Populates the target map with current map using the root map to form a nested prefix
so that a hierarchy of maps is flattened.
- createFor(List<StreamingEncoder>, Boolean) - Method in ChainedEncoder
-
- createForActivating(Collection<Class<? extends TestPlugin>>) - Method in TestPluginUsage
-
- createForWAR(String, String) - Method in EmbeddableServerFactory
-
Creates a EmbeddableServer instance for the given WAR file and context path.
- createFreshDependencyManager() - Method in PluginResolveEngine
-
- createFromBuildBinding(Binding) - Method in JUnitReportsFactory
-
- createGrails2TerminalListenerIfCan() - Method in GrailsSpecTestType
-
- createGrailsApplication() - Method in AbstractGrailsControllerTests
-
- createGrailsApplication(TestRuntime, Map) - Method in GrailsApplicationTestPlugin
-
- createGrailsDependency(Dependency, DependencyConfiguration) - Method in AetherDependencyManager
-
- createGrailsPlugin(Class<?>, Resource) - Method in DefaultGrailsPluginManager
-
- createGrailsView(String) - Method in GroovyPageViewResolver
-
- createGrailsWebRequest(HttpServletRequest, HttpServletResponse, ServletContext) - Method in AbstractGrailsView
-
- createGraph(GraphNode, List<DependencyNode>, List<Artifact>) - Method in AetherGraphNode
-
- createGraph(GraphNode, Collection<IvyNode>, String) - Method in IvyGraphNode
-
- createGroovyPageCompiledScriptSource(String, String, Class<?>) - Method in DefaultGroovyPageLocator
-
- createGroovyPageException(Exception, GroovyPagesTemplateEngine, String) - Method in GroovyPageView
-
- createInheritedContext() - Method in DependencyConfigurationContext
-
- createInline(String, String, String, ClassLoader) - Method in EmbeddableServerFactory
-
Creates an inline server for the the given base directory, web.xml file and class loader.
- createInstance(Class, BuildSettings) - Method in ForkedGrailsCompiler
-
- createInstance(Class, BuildSettings) - Method in ForkedGrailsProjectClassExecutor
-
- createInstance(Class, BuildSettings) - Method in ForkedGrailsTestRunner
-
- createInstance() - Method in GrailsConsole
-
- createInstance(String, Locale) - Method in PageRenderer.PageRenderRequestCreator
-
- createInstance(PrintWriter, Locale) - Method in PageRenderer.PageRenderResponseCreator
-
- createInstance() - Method in UrlMappingFactoryBean
-
- CreateIntegrationTest - Class in grails.build.interactive.completors
A completor for the create-integration-test command
- createInterceptor(Object, ApplicationContext, String) - Method in GrailsTestMode
-
- createIvyDependencyManager(BuildSettings) - Method in DependencyManagerConfigurer
-
- createJmxObjectName(String, DataSource) - Method in TomcatJDBCPoolMBeanExporter
-
- createJsonObjectMap(JsonElement) - Method in HalJsonDataBindingSourceCreator
-
- createJsonObjectMap(JsonElement) - Method in JsonDataBindingSourceCreator
-
Returns a map for the given JsonElement.
- createJstlView(String) - Method in GroovyPageViewResolver
-
- createJUnit4TestCaseFacade(Description) - Method in PerTestRunListener
-
- createJUnitReportsFactory() - Method in GrailsSpecTestType
-
- createJUnitReportsFactory() - Method in JUnit4GrailsTestType
-
- createKey(String, String, String, String, String, Map) - Method in UrlCreatorCache
-
- createLayoutView(View) - Method in GrailsLayoutViewResolver
-
- createLayoutView(View) - Method in SitemeshLayoutViewResolver
-
- createLink(Map<String, Object>) - Method in Link
-
Creates a link for the given arguments
- createListener(Class<T>) - Method in GrailsAsyncContext
-
- createListener(GrailsTestEventPublisher) - Method in JUnit4GrailsTestType
-
- createListener(Class<T>) - Method in MockAsyncContext
-
- createMainContext(TestRuntime, Map, GrailsApplication, ServletContext) - Method in GrailsApplicationTestPlugin
-
- createMappingsHolder() - Method in GrailsUrlMappingsTestCase
-
- createMessageSource() - Method in AbstractGrailsMockTests
-
- createMimeTypeAndAddToList(String, MimeType, List<MimeType>, Map<String, String>) - Method in DefaultAcceptHeaderParser
-
- createMock() - Method in GrailsMock
-
Creates a mock instance that can be passed as a collaborator to
classes under test.
- createMockApplicationContext() - Method in AbstractGrailsControllerTests
-
- createMockApplicationContext() - Method in AbstractGrailsMockTests
-
- createMockApplicationContext() - Method in AbstractGrailsTagTests
-
- createMockServletContext() - Method in AbstractGrailsControllerTests
-
- createMockServletContext() - Method in AbstractGrailsMockTests
-
- createMockServletContext() - Method in AbstractGrailsTagTests
-
- createModel(String, Metadata, GrailsPluginInfo) - Method in MavenPomGenerator
-
- createModuleDescriptor() - Method in AbstractIvyDependencyManager
-
- CreateMultiProjectBuild_ - Class in CreateMultiProjectBuild_
- createNamedConfig(String, Closure<?>) - Method in JSON
-
- createNamedConfig(String, Closure<?>) - Method in XML
-
- createNameVariations(String, CodecIdentifierProvider) - Method in BasicCodecLookup
-
- createNewDependencyManager() - Method in BuildSettings
-
- createNewEncodingState(Encoder, EncodingState) - Method in AbstractEncodedAppender
-
- createNewEncodingState(Encoder, EncodingState) - Method in EncodesToWriterAdapter
-
- createNewEncodingState(Encoder, EncodingState) - Method in WriterEncodedAppender
-
- createNode(Object, Object) - Method in ConstrainedPropertyBuilder
-
- createNode(Object, Object) - Method in JSON.Builder
-
- createNode(Object, Map, Object) - Method in XML.Builder
-
- createNormalMetaClass(Class, MetaClassRegistry) - Method in MetadataGeneratingMetaClassCreationHandle
-
- createNotifier(def) - Method in JUnit4GrailsTestType
-
- createOutputCapturingClosure(Object, Object, GrailsWebRequest) - Method in GroovyPage
-
- createOutputStackAttributesBuilder(Object, GrailsApplication) - Method in WithCodecHelper
-
- createPageParser(String) - Method in RenderTagLib
-
- createParentBeans(TestRuntime, RuntimeSpringConfiguration, GrailsApplication) - Method in GrailsApplicationTestPlugin
-
- createParentContext(TestRuntime, Map, GrailsApplication, ServletContext) - Method in GrailsApplicationTestPlugin
-
- createPdf(String, File, File) - Method in PdfBuilder
-
- createPersistentEntity(Class) - Method in GrailsDomainClassMappingContext
-
- CreatePom - Class in CreatePom
- createPomModuleDescriptorBuilder(ParserSettings, Resource) - Method in PomModuleDescriptorParser
-
- createPool(boolean, int) - Method in LoggingPoolFactory
-
- createPrintlnStatement(String, String) - Method in GrailsASTUtils
-
- createPromise(Map<K, V>) - Method in AbstractPromiseFactory
-
@see PromiseFactory#createPromise(java.util.Map)
- createPromise(Closure<T>) - Method in GparsPromiseFactory
-
- createPromise(List<Closure<T>>) - Method in PromiseFactory
-
Creates a promise from one or many closures
- createPromise(Promise<T>) - Method in Promises
-
@see PromiseFactory#createPromise(grails.async.Promise[])
- createPromise(Closure<T>) - Method in SynchronousPromiseFactory
-
- 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 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
-
- createResolveArguments(String, String) - Method in IvyDependencyManager
-
- createResolveArguments(String, String) - Method in PluginResolveEngine
-
- createResource() - Method in RestfulController
-
Creates a new instance of the resource.
- createResponseWriter(HttpServletResponse) - Method in GroovyPagesServlet
-
Creates a response writer for the given response object
- createResponseWriter(GrailsWebRequest, HttpServletResponse) - Method in GroovyPageView
-
Creates the Response Writer for the specified HttpServletResponse instance.
- createRunnerBuilder() - Method in JUnit4GrailsTestType
-
- createRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Method in BeanBuilder
-
- createRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Method in WebBeanBuilder
-
- CreateScaffoldController - Class in grails.build.interactive.completors
A completor for the create-scaffold-controller command
- createScanner(XmlReaderContext, boolean) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
-
- createServerSocket(int) - Method in GrailsProjectRunner
-
- CreateService - Class in grails.build.interactive.completors
A completor for the create-service command
- createServletContext(TestRuntime, Map) - Method in GrailsApplicationTestPlugin
-
- createSingleCharSequence(char) - Method in CharSequences
-
- createSingletonBean(String) - Method in DefaultRuntimeSpringConfiguration
-
- createSingletonBean(String) - Method in RuntimeSpringConfiguration
-
Creates a new singleton bean configuration.
- createStackFilterer() - Method in GrailsExceptionResolver
-
- createStackTraceFilterer(ConfigObject) - Method in GrailsConsoleAppender
-
Pretty print the given stack trace and return the result
- createStackTraceFilterer() - Method in GrailsDispatcherServlet
-
- createStackTraceFilterer() - Method in UrlMappingsFilter
-
- createStackTracePrinter(ConfigObject) - Method in GrailsConsoleAppender
-
- createString(char[]) - Method in StringCharArrayAccessor
-
creates a new java.lang.String by setting the char array directly to the String instance with reflection.
- createSuite(def) - Method in GrailsSpecTestType
-
- createSuite(def) - Method in JUnit4GrailsTestType
-
- createSystemOutAndErrSwapper() - Method in GrailsTestTypeSupport
-
Creates swapper with echo parameters based on testOptions.echoOut and testOptions.echoErr in the build binding.
- createTagBody(int, Closure<?>) - Method in GroovyPage
-
- createTagInstance() - Method in JspTagImpl
-
- CreateTagLib - Class in grails.build.interactive.completors
A completor for the create-tag-lib command
- createTemplate(def) - Method in AbstractGrailsTagTests
-
- createTemplate(InputStream) - Method in GroovyPagesTemplateEngine
-
Create a Template for the given InputStream
- createTemplate(URL) - Method in ResourceAwareTemplateEngine
-
- createTemplateForUri(String) - Method in GroovyPagesTemplateEngine
-
- createTemplateForUri(String) - Method in ResourceAwareTemplateEngine
-
- createTerminal() - Method in GrailsConsole
-
Creates the instance of Terminal used directly in GrailsConsole.
- createTerminal() - Method in GrailsEclipseConsole
-
- createThreadLocalConfiguration() - Method in ConvertersConfigurationHolder
-
- createThreadNameMethod - Field in LoggingPoolFactory
-
- createTransactionalMethodCallBody(Parameter, MethodCallExpression) - Method in TransactionalTransform
-
- createTransactionalPromiseDecorator(PlatformTransactionManager, Method) - Method in TransactionalAsyncTransformUtils
-
Creates a TransactionalPromiseDecorator for the given transactionManager and method to be invoked
- createTransactionInterceptor() - Method in GrailsTestInterceptor
-
- createTransactionManagerBeanReferences(BeanDefinition) - Method in ChainedTransactionManagerPostProcessor
-
- CreateUnitTest - Class in grails.build.interactive.completors
A completor for the create-unit-test command
- 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
- createWebApplicationContext(WebApplicationContext) - Method in GrailsDispatcherServlet
-
- createWebRuntimeSpringConfiguration(GrailsApplication, ApplicationContext, ClassLoader) - Method in GrailsRuntimeConfigurator
-
- 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 BaseSettingsApi
-
- createXmlSlurper() - Method in IOUtils
-
- credentials(Closure) - Method in AetherDsl
-
Sets up authentication for a repository
- credentials(Closure) - Method in DependencyConfigurationConfigurer
-
- CREDIT_CARD_CONSTRAINT - Field in ConstrainedProperty
-
- CreditCardConstraint - Class in org.codehaus.groovy.grails.validation
Validates a credit card number.
- CRLF - Field in GrailsPrintWriter
-
- CTOR_GROOVY_METHOD - Field in BaseApiProvider
-
- ctx - Field in AbstractGrailsMockTests
-
- curChar - Field in JsonParserTokenManager
-
- CurrencyEditor - Class in org.codehaus.groovy.grails.web.binding
A Property editor for converting instances of java.util.Currency.
- CurrencyValueConverter - Class in org.grails.databinding.converters
A ValueConverter for converting String to Currency.
- CURRENT_PREFIX - Field in AbstractGrailsArtefactTransformer
-
- currentApplication() - Method in GrailsWebUtil
-
@return The currently bound GrailsApplication instance
- currentCompilationError - Field in Environment
-
- currentConfiguration() - Method in GrailsWebUtil
-
@return The currently bound GrailsApplication instance
- currentFlatConfiguration() - Method in GrailsWebUtil
-
@return The currently bound GrailsApplication instance
- currentInitialEvent - Field in TestRuntime
-
- currentPluginManager() - Method in Holders
-
- currentReloadError - Field in Environment
-
- currentRequestAttributes() - Method in CommonWebApi
-
- currentStack(GroovyPageOutputStackAttributes) - Method in GroovyPageOutputStack
-
- currentToken - Field in ParseException
-
This is the last token that has been consumed successfully.
- currentWriter() - Method in GroovyPageOutputStack
-
- currentWriter(String) - Method in LayoutWriterStack
-
Returns a java.io.Writer where a layout part can write its contents to.
- curry(Object) - Method in AbstractClosureProxy
-
- CUSTOM_EDITORS_BEAN - Field in GrailsApplication
-
- CUSTOM_EDITORS_BEAN - Field in GrailsRuntimeConfigurator
-
- customizeBuildSettings(BuildSettings) - Method in GrailsAwareGroovyTestSuite
-
- customizeClassInjectors(List<ClassInjector>) - Method in GrailsAwareGroovyTestSuite
-
- customizeClassLoader(GrailsAwareClassLoader) - Method in GrailsAwareGroovyTestSuite
-
- customizeDependency(Closure, Dependency) - Method in DependenciesConfiguration
-
- customizeGrailsResources(Resource>) - Method in GrailsAwareGroovyTestSuite
-
- DATA_BINDER_BEAN_NAME - Field in DataBindingUtils
-
- DATA_SOURCE_BEAN - Field in GrailsApplication
-
- DATA_SOURCE_BEAN - Field in GrailsRuntimeConfigurator
-
- DATA_SOURCE_CLASS - Field in GrailsApplication
-
- DATA_SOURCE - Field in GrailsServiceClass
-
- DataBinder - Interface in org.grails.databinding
@author Jeff Brown
- DatabindingApi - Class in org.codehaus.groovy.grails.web.binding
- DataBindingEventMulticastListener - Class in org.codehaus.groovy.grails.web.binding
@author Jeff Brown
- DataBindingEventMulticastListener(List<DataBindingListener>) - Constructor in DataBindingEventMulticastListener
-
- DataBindingGrailsPlugin - Class in org.codehaus.groovy.grails.plugins.databinding
@author Jeff Brown
- DataBindingLazyMetaPropertyMap - Class in org.codehaus.groovy.grails.web.binding
Extends the default implementation and does data binding.
- DataBindingLazyMetaPropertyMap(Object) - Constructor in DataBindingLazyMetaPropertyMap
-
Constructs the map
- DataBindingListener - Interface in org.grails.databinding.events
A listener which will be notified of events generated during data binding.
- DataBindingListenerAdapter - Class in org.grails.databinding.events
@author Jeff Brown
- DataBindingSource - Interface in org.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.codehaus.groovy.grails.web.binding.bindingsource
Responsible for locating DataBindingSourceCreator instances and
using them to create DataBindingSource instances
- dataBindingSources - Field in GPathResultCollectionDataBindingSource
-
- DataBindingUtils - Class in org.codehaus.groovy.grails.web.binding
Utility methods to perform data binding from Grails objects.
- DataSourceGrailsPlugin - Class in org.codehaus.groovy.grails.plugins.datasource
Handles the configuration of a DataSource within Grails.
- DataSourceRequiredPropertyMissingException - Class in org.codehaus.groovy.grails.exceptions
Thrown when a missing property on a Grails data source is missing.
- DataSourceRequiredPropertyMissingException(Throwable) - Constructor in DataSourceRequiredPropertyMissingException
-
- DataSourceUtils - Class in org.codehaus.groovy.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
- DateMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
JSON ObjectMarshaller which converts a Date Object, conforming to the ECMA-Script-Specification
Draft, to a String value.
- DateMarshaller() - Constructor in DateMarshaller
-
Default constructor.
- dateToString(Date) - Method in JSONObject
-
- deactivateSitemesh() - Method in GrailsContentBufferingResponse
-
- deactivateSiteMesh() - Method in GrailsPageResponseWrapper
-
- debug(String) - Method in AntLogAdapter
-
- DEBUG_FORK - Field in CommandLine
-
- DEBUG_FORK - Field in ForkedGrailsProcess
-
- debug(String, Throwable) - Method in GrailsConsoleLogger
-
- debug(String, Throwable) - Method in GrailsLog4jLoggerAdapter
-
- debug(Object) - Method in Log4jConfig
-
- debug(Object) - Method in RootLog4jConfig
-
- 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
-
- Decoder - Interface in org.codehaus.groovy.grails.support.encoding
interface for decoder methods
- decoder - Field in XMLCodecFactory
-
- decoders - Field in BasicCodecLookup
-
- decoders - Field in ChainedDecoder
-
- decoders - Field in HTMLJSCodec
-
- decorate(List) - Method in ListOrderedSet
-
Factory method to create an ordered set using the supplied list to retain order.
- decorate(Closure<D>) - Method in PersistenceContextPromiseDecorator
-
- decorate(Closure<D>) - Method in PromiseDecorator
-
Decorates the given closures, returning the decorated closure
- decorate(Closure<D>) - Method in TransactionalPromiseDecorator
-
- decorate(Closure<D>) - Method in WebRequestPromsiseDecorator
-
- DeepDomainClassMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
@author Siegfried Puchbauer
- DeepDomainClassMarshaller(boolean, ProxyHandler, GrailsApplication) - Constructor in DeepDomainClassMarshaller
-
- deepSanitize(Throwable) - Method in GrailsUtil
-
- DEFAULT_ACTION - Field in AnsiConsoleUrlMappingsRenderer
-
- DEFAULT_ATOM_MIME_TYPES - Field in AtomRenderer
-
- DEFAULT_DAEMON_PORT - Field in ForkedGrailsProcess
-
- 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_FORMAT - Field in GrailsDataBinder
-
- DEFAULT_DEBUG_ARGS - Field in ForkedGrailsProcess
-
- DEFAULT_ENCODE_AS_FIELD_NAME - Field in GrailsTagLibClass
-
- DEFAULT_ENCODING - Field in GrailsWebUtil
-
- DEFAULT_ENCODING - Field in GroovyPageParser
-
- DEFAULT - Field in Environment
-
Constants that indicates whether this GrailsApplication is running in the default environment
- DEFAULT_EXCLUDES - Field in AbstractLinkingRenderer
-
- DEFAULT_HOST - Field in EmbeddableServer
-
- DEFAULT_IMPORTS - Field in GroovyPageParser
-
- DEFAULT_INDENT_STR - Field in PrettyPrintJSONWriter
-
- DEFAULT_INDENT_STR - Field in PrettyPrintXMLStreamWriter
-
- 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_NAMESPACE - Field in GrailsTagLibClass
-
- DEFAULT_NAMESPACE - Field in GroovyPage
-
- DEFAULT_PATH_SEPARATOR - Field in AntPathMatcher
-
Default path separator: "/"
- DEFAULT_PLUGIN_PATH - Field in GroovyPageMetaInfo
-
- DEFAULT_PORT - Field in EmbeddableServer
-
- DEFAULT_PRIORITY - Field in DefaultConverterConfiguration
-
- DEFAULT_REQUEST_ENCODING - Field in Converter
-
- DEFAULT_REQUEST_ENCODING - Field in DefaultRequestStateLookupStrategy
-
- DEFAULT_RESOURCE_INCLUDES - Field in DefaultUrlMappingEvaluator
-
- DEFAULT_RESOURCES_INCLUDES - Field in DefaultUrlMappingEvaluator
-
- DEFAULT_SECURE_PORT - Field in EmbeddableServer
-
- DEFAULT_SERVLET_VERSION - Field in Metadata
-
- DEFAULT_SHUTDOWN_OPERATION - Field in ShutdownOperations
-
- DEFAULT_TAGLIB_CLASSES - Field in StandaloneTagLibraryLookup
-
- DefaultAcceptHeaderParser - Class in org.codehaus.groovy.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 org.codehaus.groovy.grails.commons
Mutable holder of artefact info.
- DefaultASTDatabindingHelper - Class in org.codehaus.groovy.grails.web.binding
- DefaultASTValidateableHelper - Class in grails.validation
- DefaultBeanConfiguration - Class in org.codehaus.groovy.grails.commons.spring
Default implementation of the BeanConfiguration interface .
- DefaultBeanConfiguration(Class<?>, Collection<?>) - Constructor in DefaultBeanConfiguration
-
- DefaultCodecIdentifier - Class in org.codehaus.groovy.grails.support.encoding
- DefaultCodecIdentifier(String, Set<String>) - Constructor in DefaultCodecIdentifier
-
- DefaultCodecLookup - Class in org.codehaus.groovy.grails.plugins.codecs
@author Lari Hotari
- DefaultCommandLine - Class in org.codehaus.groovy.grails.cli.parsing
- DefaultCommandLine.SpecifiedOption - Class in org.codehaus.groovy.grails.cli.parsing
- DefaultConstraintEvaluator - Class in org.codehaus.groovy.grails.validation
- DefaultConstraintEvaluator() - Constructor in DefaultConstraintEvaluator
-
- DefaultControllerExceptionHandlerMetaData - Class in org.codehaus.groovy.grails.web.controllers
Represents meta data which describes an exception handling method
in a controller
- DefaultConverterConfiguration - Class in org.codehaus.groovy.grails.web.converters.configuration
Mutable Converter Configuration with an priority sorted set of ObjectMarshallers
- DefaultConverterConfiguration.Entry - Class in org.codehaus.groovy.grails.web.converters.configuration
- DefaultConverterConfiguration(List<ObjectMarshaller<C>>, ProxyHandler) - Constructor in DefaultConverterConfiguration
-
- DefaultDataBindingSourceCreator - Class in org.codehaus.groovy.grails.web.binding.bindingsource
- DefaultDataBindingSourceRegistry - Class in org.codehaus.groovy.grails.web.binding.bindingsource
- DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey - Class in org.codehaus.groovy.grails.web.binding.bindingsource
- DefaultDelegateAsyncTransactionalMethodTransformer - Class in org.grails.async.transform.internal
Modifies the
- DelegateAsync:
- transform to take into account transactional services.
- defaultDependenciesProvided(boolean) - Method in DependencyConfigurationConfigurer
-
- DefaultDynamicMethods - Class in org.codehaus.groovy.grails.commons.metaclass
Simple concrete class implementation of AbstractDynamicMethods class.
- DefaultDynamicMethods(Class<?>) - Constructor in DefaultDynamicMethods
-
- DefaultEncodingStateRegistry - Class in org.codehaus.groovy.grails.support.encoding
- DefaultErrorsPrinter - Class in org.codehaus.groovy.grails.exceptions
- DefaultErrorsPrinter(ResourceLocator) - Constructor in DefaultErrorsPrinter
-
- DefaultGrailsApplication - Class in org.codehaus.groovy.grails.commons
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.codehaus.groovy.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.codehaus.groovy.grails.commons
- DefaultGrailsBootstrapClass(Class<?>) - Constructor in DefaultGrailsBootstrapClass
-
- DefaultGrailsClass - Class in org.codehaus.groovy.grails.commons
A default implementation for Grails classes that need to be registered and managed by a GrailsApplication,
but don't need any special handling.
- DefaultGrailsClass(Class<?>) - Constructor in DefaultGrailsClass
-
- DefaultGrailsCodecClass - Class in org.codehaus.groovy.grails.commons
@author Jeff Brown
- DefaultGrailsCodecClass(Class<?>) - Constructor in DefaultGrailsCodecClass
-
- DefaultGrailsControllerClass - Class in org.codehaus.groovy.grails.commons
Evaluates the conventions contained within controllers to perform auto-configuration.
- DefaultGrailsControllerClass(Class<?>) - Constructor in DefaultGrailsControllerClass
-
- DefaultGrailsDomainClass - Class in org.codehaus.groovy.grails.commons
@author Graeme Rocher
- DefaultGrailsDomainClass(Class<?>) - Constructor in DefaultGrailsDomainClass
-
Constructor.
- DefaultGrailsDomainClassInjector - Class in org.codehaus.groovy.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.codehaus.groovy.grails.commons
Represents a property of a domain class and contains meta information about the
properties relationships, naming conventions and type.
- DefaultGrailsDomainClassProperty(GrailsDomainClass, PropertyDescriptor, Map<String, Object>) - Constructor in DefaultGrailsDomainClassProperty
-
Constructor.
- DefaultGrailsFiltersClass - Class in org.codehaus.groovy.grails.plugins.web.filters
Loads filter definitions into a set of FilterConfig instances.
- DefaultGrailsFiltersClass(Class) - Constructor in DefaultGrailsFiltersClass
-
- DefaultGrailsPlugin - Class in org.codehaus.groovy.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 org.codehaus.groovy.grails.plugins
- DefaultGrailsPluginManager(Resource, GrailsApplication) - Constructor in DefaultGrailsPluginManager
-
- DefaultGrailsServiceClass - Class in org.codehaus.groovy.grails.commons
@author Steven Devijver
- DefaultGrailsServiceClass(Class<?>) - Constructor in DefaultGrailsServiceClass
-
- DefaultGrailsTagLibClass - Class in org.codehaus.groovy.grails.commons
Default implementation of a tag lib class.
- DefaultGrailsTagLibClass(Class<?>) - Constructor in DefaultGrailsTagLibClass
-
Default contructor.
- DefaultGrailsUrlMappingsClass - Class in org.codehaus.groovy.grails.commons
- DefaultGrailsUrlMappingsClass(Class<?>) - Constructor in DefaultGrailsUrlMappingsClass
-
- DefaultGroovyPageLocator - Class in org.codehaus.groovy.grails.web.pages.discovery
Used to locate GSPs whether in development or WAR deployed mode from static
resources, custom resource loaders and binary plugins.
- DefaultGroovyPageLocator.PluginViewPathInfo - Class in org.codehaus.groovy.grails.web.pages.discovery
- DefaultGroovyPageLocator.PluginViewPathInfo(String) - Constructor in DefaultGroovyPageLocator.PluginViewPathInfo
-
- DefaultGroovyPagesUriService - Class in org.codehaus.groovy.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.codehaus.groovy.grails.web.mapping
A link generating service for applications to use when generating links.
- DefaultLinkGenerator(String) - Constructor in DefaultLinkGenerator
-
- DefaultMimeTypeResolver - Class in org.codehaus.groovy.grails.web.mime
Resolves the
MimeType instance for a request
- DefaultMimeUtility - Class in org.codehaus.groovy.grails.web.mime
@author Graeme Rocher
- DefaultMimeUtility(List<MimeType>) - Constructor in DefaultMimeUtility
-
- DefaultPluginPublisher - Class in org.codehaus.groovy.grails.plugins.publishing
Utility methods for manipulating the plugin-list.xml file used
when publishing plugins to a Grails plugin repository.
- DefaultPluginPublisher(String, String) - Constructor in DefaultPluginPublisher
-
- DefaultProxyHandler - Class in org.codehaus.groovy.grails.support.proxy
Trivial default implementation that always returns true and the object.
- DefaultRendererRegistry - Class in org.grails.plugins.web.rest.render
- 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.codehaus.groovy.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.codehaus.groovy.grails.io.support
Default implementation of the ResourceLoader interface.
- DefaultResourceLoader(ClassLoader) - Constructor in DefaultResourceLoader
-
Create a new DefaultResourceLoader.
- defaultResourceLoader - Field in DefaultResourceLocator
-
- DefaultResourceLocator - Class in org.codehaus.groovy.grails.core.io
Default ResourceLocator implementation that doesn't take into account servlet loading.
- DefaultRuntimeSpringConfiguration - Class in org.codehaus.groovy.grails.commons.spring
A programmable runtime Spring configuration that allows a spring ApplicationContext
to be constructed at runtime.
- DefaultRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Constructor in DefaultRuntimeSpringConfiguration
-
- DefaultSharedRuntimeConfigurer - Class in grails.test.runtime
- DefaultStackTraceFilterer - Class in org.codehaus.groovy.grails.exceptions
Default implementation of StackTraceFilterer.
- DefaultStackTraceFilterer(boolean) - Constructor in DefaultStackTraceFilterer
-
- DefaultStackTracePrinter - Class in org.codehaus.groovy.grails.exceptions
@since 2.2
- defaultTaglibEncoder(Encoder) - Method in GroovyPageOutputStackAttributes.Builder
-
- DefaultTestPhaseConfigurer - Class in org.codehaus.groovy.grails.test.runner.phase
@author Graeme Rocher
- DefaultUrlCreator - Class in org.codehaus.groovy.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.codehaus.groovy.grails.web.mapping
Default implementating of the UrlMappingData interface.
- DefaultUrlMappingData(String) - Constructor in DefaultUrlMappingData
-
- DefaultUrlMappingEvaluator - Class in org.codehaus.groovy.grails.web.mapping
- DefaultUrlMappingEvaluator(WebApplicationContext) - Constructor in DefaultUrlMappingEvaluator
-
- DefaultUrlMappingInfo - Class in org.codehaus.groovy.grails.web.mapping
Holds information established from a matched URL.
- DefaultUrlMappingInfo(Object, String, UrlMappingData, ServletContext) - Constructor in DefaultUrlMappingInfo
-
- DefaultUrlMappingParser - Class in org.codehaus.groovy.grails.web.mapping
A simple implementation of the UrlMappingParser interface.
- DefaultUrlMappings - Class in org.codehaus.groovy.grails.web.mapping
The Default URL mappings that are used if none are configured.
- DefaultUrlMappingsHolder - Class in org.codehaus.groovy.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.
- deferredEvents - Field in TestRuntime
-
- defineBeans(TestRuntime, Closure) - Method in ControllerTestPlugin
-
- defineBeans(TestRuntime, Closure) - Method in CoreBeansTestPlugin
-
- defineBeans(TestRuntime, Closure) - Method in DomainClassTestPlugin
-
- defineBeans(TestRuntime, Closure) - Method in FiltersTestPlugin
-
- defineBeans(TestRuntime, List<Closure>, RuntimeSpringConfiguration, boolean) - Method in GrailsApplicationTestPlugin
-
- defineBeans(boolean, Closure<?>) - Method in GrailsUnitTestMixin
-
- defineParentBeans(TestRuntime, Closure) - Method in CoreBeansTestPlugin
-
- defineParentBeans(WebBeanBuilder) - Method in GrailsProjectLoader
-
- dehexchar(char) - Method in JSONTokener
-
Get the hex value of a character (base16).
- DelegateAsync - Annotation Type in grails.async
An AST transformation that takes each method in the given class and adds a delegate method that returns a
Promise and executes the method asynchronously.
- DelegateAsyncTransactionalMethodTransformer - Interface in org.grails.async.transform.internal
Interface for a class that handles transforming async transactional methods
- DelegateAsyncTransformation - Class in org.grails.async.transform.internal
- DelegateAsyncUtils - Class in org.grails.async.transform.internal
Helps looking up the decorators
- delete() - Method in MockPart
-
- delete() - Method in RestfulController
-
Deletes a resource for the given id
- deliverEvent(TestEvent) - Method in TestRuntime
-
- DemandProxy - Class in grails.test
Keeps track of demands and expectations for a particular Grails mock.
- DemandProxy(Class, boolean) - Constructor in DemandProxy
-
- dependencies - Field in AbstractGrailsPlugin
-
- dependencies - Field in AbstractIvyDependencyManager
-
- dependencies - Field in AetherDependencyManager
-
- dependencies(Closure) - Method in AetherDsl
-
Defines the dependencies of the project
- dependencies(Closure) - Method in DependencyConfigurationConfigurer
-
- DependenciesConfiguration - Class in org.codehaus.groovy.grails.resolve.maven.aether.config
@author Graeme Rocher
- DependenciesConfiguration(AetherDependencyManager) - Constructor in DependenciesConfiguration
-
- Dependency - Class in org.codehaus.groovy.grails.resolve
Represents a dependency independent of any dependency resolution engine (ivy or aether)
- Dependency(String, String, String, boolean, boolean) - Constructor in Dependency
-
- dependency(Map<String, String>, Closure) - Method in DependencyManagementConfiguration
-
- DEPENDENCY_RESOLVER - Field in BuildSettings
-
The dependency resolver to use
- DependencyConfiguration - Class in org.codehaus.groovy.grails.resolve.maven.aether.config
Used to configure an individual dependency
- DependencyConfiguration(Dependency) - Constructor in DependencyConfiguration
-
- dependencyConfiguration(String) - Method in EnhancedDefaultDependencyDescriptor
-
- DependencyConfigurationConfigurer - Class in org.codehaus.groovy.grails.resolve.config
Used to configure the default
- DependencyConfigurationConfigurer(DependencyConfigurationContext) - Constructor in DependencyConfigurationConfigurer
-
- DependencyConfigurationContext - Class in org.codehaus.groovy.grails.resolve.config
- DependencyDefinitionParser - Interface in org.codehaus.groovy.grails.resolve
Defines methods for parsing dependency definitions defined in the form of a Groovy DSL.
- dependencyDescriptors - Field in AbstractIvyDependencyManager
-
- DependencyGraphRenderer - Interface in org.codehaus.groovy.grails.resolve.reporting
Interface that renders a dependency graph to the given writer.
- DependencyInfo - Class in org.codehaus.groovy.grails.cli.maven
- DependencyManagementConfiguration - Class in org.codehaus.groovy.grails.resolve.maven.aether.config
Allows configuration of dependency management.
- DependencyManagementConfiguration(AetherDependencyManager) - Constructor in DependencyManagementConfiguration
-
- DependencyManager - Interface in org.codehaus.groovy.grails.resolve
General interface for all dependency manager implementations to implement with common utility methods not tied to Ivy or Aether or any
dependency resolution engine
- dependencyManager - Field in DependencyConfigurationContext
-
- DependencyManagerConfigurer - Class in org.codehaus.groovy.grails.resolve
Configures the Ivy dependency manager for usage within Grails
- DependencyManagerUtils - Class in org.codehaus.groovy.grails.resolve
Abstract implementation of DependencyManager interface
- dependencyNames - Field in AbstractGrailsPlugin
-
- DependencyReport - Interface in org.codehaus.groovy.grails.resolve
- DependencyResolver - Interface in org.codehaus.groovy.grails.resolve
Defines methods to resolve dependencies based
on a supplied dependency definition.
- 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.
- deregisterMetaClassCleaner(TestRuntime) - Method in MetaClassCleanerTestPlugin
-
- deSnapshot(String) - Method in VersionComparator
-
Removes any suffixes that indicate that the version is a kind of snapshot
- destoryIntegrationTest() - Method in IntegrationTestMixin
-
- destroy() - Method in GrailsDispatcherServlet
-
- 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.
- destroy() - Method in SitemeshLayoutViewResolver
-
- destroyPersistenceContext(ApplicationContext) - Method in PersistenceContextInterceptorExecutor
-
- destroyRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
-
- destroyTransactionIfNecessary() - Method in GrailsTestInterceptor
-
- detectAndRegisterTabLibBeans() - Method in StandaloneTagLibraryLookup
-
- determineGrailsRuntimeConfiguratorFromServletContext(GrailsApplication, ServletContext, ApplicationContext) - Method in GrailsConfigUtils
-
- determineRootDir(String) - Method in PathMatchingResourcePatternResolver
-
Determine the root directory for the given location.
- determineUri(HttpServletRequest) - Method in GrailsExceptionResolver
-
- DEV_CACHE_KEY - Field in ConfigurationHelper
-
- developerMode - Field in AbstractGrailsControllerHelper
-
- development(Closure) - Method in EnvironmentsLog4JConfig
-
- DEVELOPMENT_SPRING_RESOURCES_XML - Field in GrailsRuntimeConfigurator
-
- developmentMode - Field in AbstractGrailsControllerHelper
-
- developmentMode - Field in NamespacedTagDispatcher
-
- DevelopmentResourceLoader - Class in org.codehaus.groovy.grails.support
Allows files references like /WEB-INF/grails-app to be loaded from .
- DevelopmentResourceLoader(GrailsApplication, String) - Constructor in DevelopmentResourceLoader
-
- DevelopmentShutdownHook - Class in org.codehaus.groovy.grails.support
Registers a shutdown hook to close the application context when CTRL+C is hit in dev mode.
- DIALECT_DETECTOR_BEAN - Field in GrailsApplication
-
- DIALECT_DETECTOR_BEAN - Field in GrailsRuntimeConfigurator
-
- digest(String, def) - Method in DigestUtils
-
- DigestUtils - Class in org.codehaus.groovy.grails.plugins.codecs
- DIGITS - Field in JsonParserConstants
-
RegularExpression Id.
- DirectoryWatcher - Class in org.codehaus.groovy.grails.compiler
Utility class to watch directories for changes.
- DirectoryWatcher.FileChangeListener - Interface in org.codehaus.groovy.grails.compiler
Interface for FileChangeListeners
- DirectoryWatcher() - Constructor in DirectoryWatcher
-
Constructor.
- DirtiesRuntime - Annotation Type in grails.test.runtime
Annotation to be used in Junit tests and Spock specifications.
- DirtiesRuntimeTransformation - Class in org.codehaus.groovy.grails.compiler.injection.test
@author Jeff Brown
- DIRTY - Field in GrailsDomainClassProperty
-
- DIRTY_PROPERTY_NAMES - Field in GrailsDomainClassProperty
-
- DISABLE_AUTOWIRE_BY_NAME_OPTIMIZATIONS - Field in OptimizedAutowireCapableBeanFactory
-
- disable() - Method in MetadataGeneratingMetaClassCreationHandle
-
- disable_tracing() - Method in JSONParser
-
Disable tracing.
- disableForUserAgents - Field in ResponseMimeTypesApi
-
- disconnect() - Method in NullPersistentContextInterceptor
-
- disconnect() - Method in PersistenceContextInterceptor
-
Disconnects the persistence context.
- discoverAndSetAgent(ExecutionContext) - Method in ForkedGrailsProcess
-
- DISPATCH_ACTION_PARAMETER - Field in WebUtils
-
- dispatch(ServletContext, String) - Method in MockAsyncContext
-
- DISPOSITION_HEADER_PREFIX - Field in RenderDynamicMethod
-
- DO_NOTHING_CLOSURE - Field in GrailsScriptRunner
-
- 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
- doAfterBody() - Method in JspInvokeGrailsTagLibTag
-
- 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(Object, MutablePropertyValues, TypeConverter) - Method in BindEventListener
-
@param target The target to bind to
- doBind(MutablePropertyValues) - Method in GrailsDataBinder
-
- doBind(def, DataBindingSource, String, List, List, DataBindingListener, def) - Method in GrailsWebDataBinder
-
- doBind(def, DataBindingSource, String, List, List, DataBindingListener, def) - Method in SimpleDataBinder
-
- doBuild(String, Object) - Method in WebFlowUnitTestSupport
-
- doc(String) - Method in DefaultGrailsPlugin
-
@deprecated Dynamic document generation no longer supported
- doc(String) - Method in GrailsPlugin
-
Write some documentation to the DocumentationContext
- doCall(Object) - Method in GroovyPage.ConstantClosure
-
- doCall(Object) - Method in GroovyPageTagBody
-
- docDependencies - Field in GrailsCoreDependencies
-
- 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
-
- doCheckIsHttpMethodAllowedForAction(GroovyObject, String, String) - Method in DefaultGrailsControllerClass
-
- doCompile - Field in GrailsProjectPackager
-
- 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.
- DOCS_CONFIGURATION - Field in AbstractIvyDependencyManager
-
- document(String) - Method in DocumentationContext
-
Stores documentation for the next method or property to be added
- DocumentationContext - Class in org.codehaus.groovy.grails.documentation
Gathers information about the behavior a plugin adds at runtime.
- DocumentedElement - Class in org.codehaus.groovy.grails.documentation
- DocumentedMethod - Class in org.codehaus.groovy.grails.documentation
- DocumentedProperty - Class in org.codehaus.groovy.grails.documentation
- documentMethod(String, Class, String, Class<?>) - Method in DocumentationContext
-
Documents an instance method
- documentProperty(String, Class, String) - Method in DocumentationContext
-
Documents a property
- documentStaticMethod(String, Class, String, Class<?>) - Method in DocumentationContext
-
Documents a static method
- doDispatch(HttpServletRequest, HttpServletResponse) - Method in ErrorHandlingServlet
-
- doDispatch(HttpServletRequest, HttpServletResponse) - Method in GrailsDispatcherServlet
-
- doDynamicMethods() - Method in AbstractGrailsPluginManager
-
- doDynamicMethods() - Method in DefaultGrailsPluginManager
-
- doDynamicMethods() - Method in GrailsPluginManager
-
Called on all plugins so that they can add new methods/properties/constructors etc.
- doDynamicMethods() - Method in ProfilingGrailsPluginManager
-
- doEachMethod(String) - Method in GroovySyntaxTag
-
@param in
- doEncode(Object) - Method in BasicJSONEncoder
-
- doEncode(Object) - Method in BasicXMLEncoder
-
- doEncode(Object) - Method in HTMLEncoder
-
- doEndTag() - Method in GrailsTag
-
process the end tag
- doEndTag() - Method in GroovyCollectTag
-
- doEndTag() - Method in GroovyDefTag
-
- doEndTag() - Method in GroovyEachTag
-
- doEndTag() - Method in GroovyElseIfTag
-
- doEndTag() - Method in GroovyElseTag
-
- doEndTag() - Method in GroovyFindAllTag
-
- doEndTag() - Method in GroovyGrepTag
-
- doEndTag() - Method in GroovyWhileTag
-
- doEndTag() - Method in JspInvokeGrailsTagLibTag
-
- doEndTag() - Method in RequestContextTag
-
- doEndTagInternal() - Method in RenderInputTag
-
- doEndTagInternal() - Method in RequestContextTag
-
- doesMatch(Pattern, CharSequence) - Method in FilterToHandlerAdapter
-
- doesMethodExist(MetaClass, String, Class, boolean, boolean) - Method in TagLibraryMetaUtils
-
- doesRequireFreshContext(Description) - Method in TestRuntimeJunitAdapter
-
- doesTagReturnObject(String, String) - Method in TagLibraryLookup
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in GrailsReloadServletFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in GrailsWebRequestFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in HiddenHttpMethodFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in UrlMappingsFilter
-
- 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
-
- doInput(String, Boolean, Object) - Method in WebFlowUnitTestMixin
-
- 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_PATH_PATTERN - Field in GrailsResourceUtils
-
- DOMAIN_TYPE - Field in TestForTransformation
-
- DomainBuilder - Class in grails.util
- DomainBuilder.DefaultGrailsChildPropertySetter - Class in grails.util
- DomainBuilder() - Constructor in DomainBuilder
-
- DOMAINCLASS_DISALLOWED - Field in GrailsDataBinder
-
- domainClass - Field in GrailsDomainClassValidator
-
- DomainClassArtefactHandler - Class in org.codehaus.groovy.grails.commons
Evaluates the conventions that define a domain class in Grails.
- DomainClassArtefactHandler() - Constructor in DomainClassArtefactHandler
-
- DomainClassGrailsPlugin - Class in org.codehaus.groovy.grails.plugins
Configures the domain classes in the spring context.
- DomainClassMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
Object marshaller for domain classes to JSON
- DomainClassMarshaller(boolean, ProxyHandler, GrailsApplication) - Constructor in DomainClassMarshaller
-
- DomainClassPluginSupport - Class in org.codehaus.groovy.grails.plugins
@author Graeme Rocher
- DomainClassPropertyComparator - Class in org.codehaus.groovy.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
-
- DomainClassTestPlugin - Class in grails.test.runtime
a TestPlugin for TestRuntime for adding Grails DomainClass (GORM) support
- this implementation uses SimpleMapDatastore GORM implementation
- DomainClassUnitTestMixin - Class in grails.test.mixin.domain
- DomainClassUnitTestMixin() - Constructor in DomainClassUnitTestMixin
-
- DomainMappingTypeCheckingExtension - Class in grails.compiler
@since 2.4
- DomainValidator - Class in org.codehaus.groovy.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.
- doOutput(String, Object) - Method in WebFlowUnitTestMixin
-
- 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
-
- doPostResourceConfiguration(GrailsApplication, RuntimeSpringConfiguration) - Method in GrailsRuntimeConfigurator
-
- doPrepare() - Method in GrailsSpecTestType
-
- doPrepare() - Method in GrailsTestTypeSupport
-
Do any preparation and return the (approximate) number of tests that will be run.
- doPrepare() - Method in JUnit4GrailsTestType
-
- doPublishEvent(TestEvent) - Method in TestRuntime
-
- doRemoteFunction(def, def, def) - Method in JavascriptProvider
-
Creates a remote function call
- doResolve(String, List<File>, boolean) - Method in BuildSettings
-
- doRetrieveMatchingFiles(String, File, Set<File>) - Method in PathMatchingResourcePatternResolver
-
Recursively retrieve files that match the given pattern,
adding them to the given result list.
- doRun(GrailsTestEventPublisher) - Method in GrailsSpecTestType
-
- doRun(GrailsTestEventPublisher) - Method in GrailsTestTypeSupport
-
Performs the tests, and appropriately calls
eventPublisher
to communicate the status.
- doRun(GrailsTestEventPublisher) - Method in JUnit4GrailsTestType
-
- 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
-
- doService(HttpServletRequest, HttpServletResponse) - Method in GroovyPagesServlet
-
- doStartTag() - Method in GrailsTag
-
Process the start tag
- doStartTag() - Method in GroovyCollectTag
-
- doStartTag() - Method in GroovyDefTag
-
- doStartTag() - Method in GroovyEachTag
-
- doStartTag() - Method in GroovyElseTag
-
- doStartTag() - Method in GroovyFindAllTag
-
- doStartTag() - Method in GroovyGrepTag
-
- doStartTag() - Method in GroovyWhileTag
-
- doStartTag() - Method in JspInvokeGrailsTagLibTag
-
- doStartTag() - Method in RequestContextTag
-
- doStartTagInternal() - Method in JspInvokeGrailsTagLibTag
-
- doStartTagInternal() - Method in JspRenderInputTag
-
- doStartTagInternal() - Method in RenderInputTag
-
- doStartTagInternal() - Method in RequestContextTag
-
- doTag(Writer, Map<String, Object>, Closure<?>) - Method in JspTag
-
Invokes a tag with a closure representing the body of the tag
- doTag(Writer, Map<String, Object>, Closure<?>) - Method in JspTagImpl
-
- doTestCaseEnd(String, String, String) - Method in GrailsTestEventConsoleReporter
-
- doTestCaseStart(String) - Method in GrailsTestEventConsoleReporter
-
- doTestFailure(String, def, boolean) - Method in GrailsTestEventConsoleReporter
-
- 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
-
- doWebDescriptor(File, Writer) - Method in DefaultGrailsPluginManager
-
- doWebDescriptor(File, Writer) - Method in GrailsPluginManager
-
@see #doWebDescriptor(Resource, Writer)
- doWebDescriptor(File, Writer) - Method in MockGrailsPluginManager
-
- doWithApplicationContext(ApplicationContext) - Method in DefaultGrailsPlugin
-
- doWithApplicationContext(ApplicationContext) - Method in GrailsPlugin
-
- doWithDynamicMethods(ApplicationContext) - Method in DefaultGrailsPlugin
-
- doWithDynamicMethods(ApplicationContext) - Method in GrailsPlugin
-
Calls a "doWithDynamicMethods" closure that allows a plugin to register dynamic methods at runtime
- doWithRuntimeConfiguration(RuntimeSpringConfiguration) - Method in DefaultGrailsPlugin
-
- doWithRuntimeConfiguration(RuntimeSpringConfiguration) - Method in GrailsPlugin
-
Executes the plugin code that performs runtime configuration as defined in the doWithSpring closure
- doWithWebDescriptor(Element) - Method in AbstractGrailsPlugin
-
- doWithWebDescriptor(Element) - Method in DefaultGrailsPlugin
-
- doWithWebDescriptor(Element) - Method in GrailsPlugin
-
Handles processing of web.xml.
- downloadPluginInfo(String, String) - Method in AetherDependencyManager
-
- downloadPluginInfo(String, String) - Method in DependencyManager
-
Downloads information about a plugin from the -plugin.xml file
- downloadPluginInfo(String, String) - Method in IvyDependencyManager
-
- downloadPluginList(File) - Method in AetherDependencyManager
-
Produces a report printed to System.out of the dependency graph
- downloadPluginList(File) - Method in DependencyManager
-
Downloads the Grails central plugin list and saves it to the given file.
- downloadPluginList(File) - Method in DependencyManagerUtils
-
- downloadPluginList(File) - Method in IvyDependencyManager
-
- dumpEncodedParts() - Method in StreamCharBuffer
-
- DYNAMIC_METHODS_REGISTERED - Field in GrailsContextEvent
-
- DynamicConstructor - Interface in org.codehaus.groovy.grails.commons.metaclass
Defines a dynamic constructor.
- dynamicConstructors - Field in AbstractDynamicMethods
-
- 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 grails.compiler
@since 2.4
- DynamicMethodInvocation - Interface in org.codehaus.groovy.grails.commons.metaclass
Dynamic method invocation callback interface.
- dynamicMethodInvocations - Field in AbstractDynamicMethods
-
- DynamicMethods - Interface in org.codehaus.groovy.grails.commons.metaclass
Defines methods for a handling dynamic method, static method and property invocations.
- DynamicMethodsExpandoMetaClass - Class in org.codehaus.groovy.grails.commons.metaclass
Extends ExpandoMetaClass and adds the ability to use regex to specified method matches that
then get passed to the invocable closure.
- DynamicMethodsExpandoMetaClass(Class<?>, boolean) - Constructor in DynamicMethodsExpandoMetaClass
-
Constructs a new DynamicMethodsExpandoMetaClass given the current class and places it in the MetaClassRegistry
- dynamicProperties - Field in AbstractDynamicMethods
-
- DynamicProperty - Interface in org.codehaus.groovy.grails.commons.metaclass
A Dynamic class property getter interface.
- E - Field in JsonParserConstants
-
RegularExpression Id.
- each(Closure) - Method in GrailsMockHttpServletRequest
-
Iterates over the request attributes.
- each(HttpServletRequest, Closure) - Method in ServletRequestApi
-
enables iteration over request attributes with each method request.each { name, value -> }
- eachErrorInternal(def, def, boolean) - Method in ValidationTagLib
-
- eachErrorInternalForList(def, def, def, boolean) - Method in ValidationTagLib
-
- eachLogger(def, Closure) - Method in Log4jConfig
-
- eachSourceFile(Closure) - Method in GrailsTestTypeSupport
-
Calls body
with the GrailsTestTargetPattern that matched the source, and the File for the source.
- ebr() - Method in RepositoriesConfigurer
-
- echoStatus() - Method in GrailsConsole
-
Replays the last status message
- edit() - Method in RestfulController
-
- EMAIL_CONSTRAINT - Field in ConstrainedProperty
-
- EmailConstraint - Class in org.codehaus.groovy.grails.validation
Validates an email address.
- EmbeddableServer - Interface in grails.web.container
Defines the container implementation used by Grails during development.
- EmbeddableServerFactory - Interface in grails.web.container
An interface for server vendors to implement in order to provide the ability to embed a
container within Grails' run-app command.
- EMBEDDED_ATTRIBUTE - Field in HalJsonRenderer
-
- EMBEDDED - Field in GrailsDomainClassProperty
-
- EmbeddedDatabaseShutdownHook - Class in org.codehaus.groovy.grails.plugins.datasource
- EMPTY_ARGS - Field in GrailsParameterMap
-
- EMPTY_BODY_CLOSURE - Field in GroovyPage
-
- EMPTY_CLASS_ARRAY - Field in GrailsArtefactClassInjector
-
- EMPTY_MAP_STRING - Field in CachingLinkGenerator
-
- emptyAfterReading() - Method in StreamCharBuffer
-
- 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() - Method in MetadataGeneratingMetaClassCreationHandle
-
Enables the ExpandoMetaClassCreationHandle with the registry.
- ENABLE_TERMINAL - Field in GrailsConsole
-
- enable_tracing() - Method in JSONParser
-
Enable tracing.
- enableCascadingValidation() - Method in GrailsUnitTestCase
-
Enables the cascading validation support for domain classes.
- enableProfile - Field in BaseSettingsApi
-
- enableUaa() - Method in BaseSettingsApi
-
- encode(Object) - Method in AbstractCharReplacementEncoder
-
- ENCODE_AS_ATTRIBUTE_NAME - Field in GroovyPage
-
- ENCODE_AS_FOR_TAGS_FIELD_NAME - Field in GrailsTagLibClass
-
- 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.codehaus.groovy.grails.support.encoding
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
- encodeAsForTagNamespaces - Field in TagLibraryLookup
-
- encodeAsHtml(String) - Method in StringEscapeCategory
-
- encodeAsJsonObject(Object) - Method in BasicJSONEncoder
-
- encodeAsJsonObject(Object) - Method in JSONEncoder
-
- encodeAsUrlFragment(String) - Method in StringEscapeCategory
-
- encodeAsUrlPath(String) - Method in StringEscapeCategory
-
- encodeAsXmlObject(Object) - Method in BasicXMLEncoder
-
- encodeAsXmlObject(Object) - Method in XMLEncoder
-
- EncodedAppender - Interface in org.codehaus.groovy.grails.support.encoding
This is the input interface to the streaming encoding solution.
- encodedAppender - Field in EncodedAppenderWriter
-
- EncodedAppenderFactory - Interface in org.codehaus.groovy.grails.support.encoding
This interface marks an instance capable of getting a EncodedAppender
instance that is connected to it.
- EncodedAppenderWriter - Class in org.codehaus.groovy.grails.support.encoding
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.codehaus.groovy.grails.support.encoding
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.codehaus.groovy.grails.support.encoding
Interface for encoding methods.
- encoder - Field in EncodedAppenderWriter
-
- encoder - Field in XMLCodecFactory
-
- EncoderAware - Interface in org.codehaus.groovy.grails.support.encoding
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.codehaus.groovy.grails.support.encoding
Marks a class capable of encoding to target Writer
- EncodesToWriterAdapter - Class in org.codehaus.groovy.grails.support.encoding
- 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 AbstractConverter
-
- EncodingState - Interface in org.codehaus.groovy.grails.support.encoding
Holds the state of applied encodings
- EncodingStateImpl - Class in org.codehaus.groovy.grails.support.encoding
- EncodingStateImpl(Encoder, EncodingState) - Constructor in EncodingStateImpl
-
- EncodingStateRegistry - Interface in org.codehaus.groovy.grails.support.encoding
EncodingStateRegistry keeps encoding state of CharSequence instances.
- encodingStateRegistry - Field in EncodedAppenderWriter
-
- EncodingStateRegistryLookup - Interface in org.codehaus.groovy.grails.support.encoding
- EncodingStateRegistryLookupHolder - Class in org.codehaus.groovy.grails.support.encoding
- 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 XML
-
- end() - Method in XMLStreamWriter
-
- endArray() - Method in JSONWriter
-
End an array.
- endArray() - Method in PathCapturingJSONWriterWrapper
-
- endArray() - Method in PrettyPrintJSONWriter
-
- endBar() - Method in AnsiConsoleUrlMappingsRenderer
-
- endColumn - Field in Token
-
The column number of the last character of this Token.
- endEachMethod() - Method in GroovySyntaxTag
-
- 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
-
- enhanceApplication(GrailsApplication, ApplicationContext) - Method in ConvertersPluginSupport
-
Enhances a Grails application with the Converters capability
- enhanceCommandObject(ApplicationContext, Class) - Method in WebMetaUtils
-
Enhances a command object with new capabilities such as validation and constraints handling
- Enhanced - Annotation Type in grails.artefact
An annotation for classes that are compile-time enhanced.
- EnhancedDefaultDependencyDescriptor - Class in org.codehaus.groovy.grails.resolve
Adds new methods to make access to this class Groovier
- EnhancedDefaultDependencyDescriptor(ModuleRevisionId, boolean, boolean, String) - Constructor in EnhancedDefaultDependencyDescriptor
-
- enhancedFor - Field in Enhanced
-
@default {}
- enhanceDomainClasses(GrailsApplication, MetaClassEnhancer) - Method in ConvertersPluginSupport
-
- enhanceDomainClasses(GrailsApplication, ApplicationContext) - Method in DomainClassGrailsPlugin
-
- enhanceDomainWithBinding(ApplicationContext, GrailsDomainClass, MetaClass) - Method in ControllersGrailsPlugin
-
- enhanceServletApi(ConfigObject) - Method in ServletsGrailsPluginSupport
-
- enhanceSingleEntity(PersistentEntity) - Method in DomainClassUnitTestMixin
-
- enhanceTagLibMetaClass(GrailsTagLibClass, TagLibraryLookup) - Method in TagLibraryMetaUtils
-
- ensureCapacity(int) - Method in JSONArray
-
- enterInput(String) - Method in AbstractCliTestCase
-
Allows you to provide user input for any commands that require
it.
- Entity - Annotation Type in grails.persistence
A class annotation used to make a class into a GORM domain class.
- EntityASTTransformation - Class in org.codehaus.groovy.grails.compiler.injection
Injects the necessary fields and behaviors into a domain class in order to make it a property GORM entity.
- EntityProxyHandler - Interface in org.codehaus.groovy.grails.support.proxy
Methods specified to proxied entities
- ENTRY_TAG - Field in AtomRenderer
-
- entrySet() - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
-
- entrySet() - Method in AbstractTypeConvertingMap
-
- entrySet() - Method in GPathResultMap
-
- entrySet() - Method in GrailsFlashScope
-
- entrySet() - Method in JsonDataBindingSourceCreator.JsonObjectMap
-
- entrySet() - Method in JSONObject
-
- entrySet() - Method in LazyBeanMap
-
- entrySet() - Method in LazyMetaPropertyMap
-
- EnumMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
@author Siegfried Puchbauer
- ENV_APPLICATION - Field in GrailsApplication
-
Constant for the application data source, primarly for backward compatability for those applications
that use ApplicationDataSource.groovy
- ENV_DEVELOPMENT - Field in GrailsApplication
-
Constant for the development environment
- ENV_PRODUCTION - Field in GrailsApplication
-
Constant for the production environment.
- ENV_TEST - Field in GrailsApplication
-
Constant for the test environment.
- Environment - Enum in grails.util
Represents the current environment.
- ENVIRONMENT_DEFAULT - Field in GrailsApplication
-
Constants that indicates whether this GrailsApplication is running in the default environment
- ENVIRONMENT - Field in GrailsApplication
-
Constant used to resolve the environment via System.getProperty(ENVIRONMENT)
- environments(Closure) - Method in AetherDsl
-
Environment support
- environments(Closure) - Method in DependenciesConfiguration
-
Environment support
- ENVIRONMENTS - Field in GrailsPlugin
-
The environments to which this plugin applies
- environments(Closure) - Method in Log4jConfig
-
- environments(Closure) - Method in RepositoriesConfiguration
-
Environment support
- EnvironmentsLog4JConfig - Class in org.codehaus.groovy.grails.plugins.log4j
- EnvironmentsLog4JConfig(Log4jConfig) - Constructor in EnvironmentsLog4JConfig
-
- 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 AbstractGroovyPageBinding.BindingMapEntry
-
- equals(Object) - Method in AbstractTypeConvertingMap
-
- equals(Object) - Method in BasicGrailsPluginInfo
-
- equals(Object) - Method in ClassPathResource
-
This implementation compares the underlying class path locations.
- equals(Object) - Method in ControllerArtefactHandler.ControllerCacheKey
-
- equals(Object) - Method in DefaultCodecIdentifier
-
- equals(Object) - Method in DefaultGrailsDomainClassProperty
-
Overriddent 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 EncodingStateImpl
-
- equals(Object) - Method in FileSystemResource
-
This implementation compares the underlying File references.
- 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 JSONObject.Null
-
A Null object is equal to the null value and to itself.
- equals(Object) - Method in LazyMetaPropertyMap
-
- equals(def) - Method in MimeType
-
- EQUALS_OPERATOR - Field in GrailsASTUtils
-
- equals(Object) - Method in Pair
-
- 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(SourceUnit, ASTNode, String, boolean) - Method in GrailsASTUtils
-
Generates a fatal compilation error.
- ERROR - Field in GrailsConsole
-
- error(String, Throwable) - Method in GrailsConsoleLogger
-
- error(String, Throwable) - Method in GrailsLog4jLoggerAdapter
-
- error(Object) - Method in Log4jConfig
-
- error(Object) - Method in RootLog4jConfig
-
- ERROR_TAG - Field in VndErrorXmlRenderer
-
- error(SourceUnit, String) - Method in TestMixinTransformation
-
- ErrorHandlingServlet - Class in org.codehaus.groovy.grails.web.servlet
A servlet for handling errors.
- ERRORS - Field in GrailsApplicationAttributes
-
- ERRORS - Field in GrailsDomainClassProperty
-
- ERRORS_PREFIX - Field in GrailsFlashScope
-
- ERRORS_PROPERTY - Field in ControllerDynamicMethods
-
- ERRORS_TAG - Field in VndErrorXmlRenderer
-
- ErrorsViewStackTracePrinter - Class in org.codehaus.groovy.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 grails.build.interactive.completors
JLine Completor that does file path matching like FileNameCompletor,
but in addition it escapes whitespace in completions with the '\'
character.
- establishInterceptors(WebApplicationContext, List<?>) - Method in GrailsControllerHandlerMapping
-
Evalutes the given WebApplicationContext for all HandlerInterceptor and WebRequestInterceptor instances
- establishInterceptors(WebApplicationContext) - Method in GrailsDispatcherServlet
-
Evalutes the given WebApplicationContext for all HandlerInterceptor and WebRequestInterceptor instances
- establishPageName(Resource, String) - Method in GroovyPagesTemplateEngine
-
Establishes the name to use for the given resource
- 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
-
- evaluate() - Method in GrailsTestEnvironmentStatement
-
- evaluate(String, int, Object, Closure<?>) - Method in GroovyPage
-
In the development environment this method is used to evaluate expressions and improve error reporting
- evaluateConstraints(Class<?>, GrailsDomainClassProperty, boolean) - Method in DefaultConstraintEvaluator
-
Evaluates the constraints closure to build the list of constraints
- evaluateConstraints(Class<?>, GrailsDomainClassProperty) - Method in GrailsDomainConfigurationUtil
-
Evaluates the constraints closure to build the list of constraints.
- evaluateMappings(Closure) - Method in DefaultUrlMappingEvaluator
-
- evaluateMappings(Closure) - Method in UrlMappingEvaluator
-
Evaluates mapping from the given closure if possible
- evaluateNameForValue(Object, GrailsWebRequest) - Method in AbstractUrlMappingInfo
-
- EVANESCENT - Field in GrailsDomainClassProperty
-
- Event - Enum in grails.persistence
Enum of the available events that Grails triggers.
- event(String) - Method in GrailsBuildEventListener
-
For backwards compatibility with _Events.groovy script
- EVENT_ON_CHANGE - Field in GrailsPlugin
-
- EVENT_ON_CONFIG_CHANGE - Field in GrailsPlugin
-
- EVENT_ON_SHUTDOWN - Field in GrailsPlugin
-
- eventDelivered(TestEvent) - Method in DefaultSharedRuntimeConfigurer
-
- eventDelivered(TestEvent) - Method in TestEventInterceptor
-
This method is called after a single event has been delivered to plugins
- eventPublished(TestEvent) - Method in DefaultSharedRuntimeConfigurer
-
- eventPublished(TestEvent) - Method in TestEventInterceptor
-
This method is called before an event gets delivered and processed
- eventsProcessed(TestEvent, List<TestEvent>) - Method in DefaultSharedRuntimeConfigurer
-
- eventsProcessed(TestEvent, List<TestEvent>) - Method in TestEventInterceptor
-
This method is called after each "top-level" event has been fully processed.
- 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
-
- EXCEPTION_ATTRIBUTE - Field in ExceptionUtils
-
- EXCEPTION_ATTRIBUTE - Field in GrailsExceptionResolver
-
- EXCEPTION_ATTRIBUTE - Field in WebUtils
-
- EXCEPTION_HANDLER_BEAN - Field in GrailsApplication
-
- EXCEPTION_HANDLER_BEAN - Field in GrailsRuntimeConfigurator
-
- EXCEPTION_HANDLER_META_DATA_FIELD_NAME - Field in ControllerActionTransformer
-
- EXCEPTION_MODEL_KEY - Field in GroovyPageView
-
- ExceptionUtils - Class in org.codehaus.groovy.grails.web.errors
Utility methods for dealing with exception
- exclude(String, String) - Method in Dependency
-
- exclude(Exclusion) - Method in DependencyConfiguration
-
- exclude(def) - Method in EnhancedDefaultDependencyDescriptor
-
- exclude - Field in UseTestPlugin
-
@default false
- EXCLUDED_PATHS - Field in GrailsProjectCompiler
-
- EXCLUDED_RESOURCES - Field in PluginBuildSettings
-
Resources to be excluded from the final packaged plugin.
- EXCLUDED_RESOURCES - Field in PluginPackager
-
- ExcludeResolver - Interface in org.codehaus.groovy.grails.resolve
Resolves excludes
- excludes - Field in AbstractConverter
-
- excludes(Object) - Method in DependencyConfiguration
-
- excludes(Object) - Method in EnhancedDefaultDependencyDescriptor
-
- excludes(List<T>, T) - Method in IncludeExcludeSupport
-
- excludes(String) - Method in InheritanceConfigurer
-
- excludesProperty(Object, String) - Method in AbstractIncludeExcludeRenderer
-
- excludesProperty(Object, String) - Method in IncludeExcludePropertyMarshaller
-
Override for custom exclude logic
- ExcludingPluginFilter - Class in org.codehaus.groovy.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
-
- execute(List<String>) - Method in AbstractCliTestCase
-
Executes a Grails command.
- execute() - Method in DocPublisherTask
-
- execute(Object) - Method in FunctionCallback
-
- execute(String, String, String) - Method in GrailsBuildHelper
-
Executes the named Grails script with the given arguments in the
specified environment.
- execute() - Method in GrailsTask
-
- execute(Closure) - Method in GrailsTransactionTemplate
-
- execute() - Method in GroovyPageCompilerTask
-
- execute(Writer, MacroParameter) - Method in GspTagSourceMacro
-
- execute(Writer, MacroParameter) - Method in HiddenMacro
-
- execute(String) - Method in InteractiveMode
-
- execute(Closure<?>) - Method in JSON.Builder
-
- execute(Writer, MacroParameter) - Method in NoteMacro
-
- execute(Writer, MacroParameter) - Method in WarningMacro
-
- execute(Closure<?>) - Method in XML.Builder
-
- executeAction(GroovyObject, String, String, GrailsWebRequest, Map) - Method in AbstractGrailsControllerHelper
-
Invokes the action defined by the webRequest for the given arguments.
- executeAndRollback(Closure) - Method in GrailsTransactionTemplate
-
- executeCommand(String, String, String) - Method in GrailsScriptRunner
-
- executeDoWithConfigCallback(TestRuntime, GrailsApplication, Map) - Method in GrailsApplicationTestPlugin
-
- executeDoWithSpringCallback(TestRuntime, GrailsApplication, Map) - Method in GrailsApplicationTestPlugin
-
- executeEventLoop(TestEvent) - Method in TestRuntime
-
- 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
- executeScript(def, def) - Method in RunScript
-
- executeScriptWithCaching(CommandLine) - Method in GrailsScriptRunner
-
- ExecutionContext - Class in org.codehaus.groovy.grails.cli.fork
- ExecutionContext(ForkedGrailsProcess) - Constructor in ExecutionContext
-
- 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 MockApplicationContext.MockResource
-
- exists() - Method in Resource
-
Return whether this resource actually exists in physical form.
- exists() - Method in SpringResource
-
- exit(int) - Method in BaseSettingsApi
-
Exits the build immediately with a given exit code.
- exit(boolean) - Method in InteractiveMode
-
- 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
-
- ExplicitDemandException - Class in grails.test
- ExplicitDemandException(Class, String, Class) - Constructor in ExplicitDemandException
-
- ExplicitDemandProxy - Class in grails.test
- ExplicitDemandProxy(DemandProxy) - Constructor in ExplicitDemandProxy
-
- exported - Field in DependencyConfigurationContext
-
- 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
-
- EXPRESSION_CODEC_NAME - Field in GroovyPageConfig
-
expression codec escapes values inside ${} to output
- EXPRESSION_OUT - Field in GroovyPage
-
- EXPRESSION_OUT_STATEMENT - Field in GroovyPage
-
- expressionEncoder(Encoder) - Method in GroovyPageOutputStackAttributes.Builder
-
- ExtendedProxy - Class in grails.util
Extends the Groovy Proxy implementation and adds proxying of property getters/setters.
- ExtendedProxy() - Constructor in ExtendedProxy
-
- extendInterceptors(List) - Method in GrailsControllerHandlerMapping
-
- EXTENSION - Field in GroovyPage
-
- EXTENSION - Field in GroovyPagesUriSupport
-
- ExternalGrailsDomainClass - Interface in org.codehaus.groovy.grails.commons
Represents a persistable Grails domain class that is externally mapped.
- 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'].
- extractDependencyProperties(String) - Method in DependenciesConfiguration
-
- extractErrors(def) - Method in ValidationTagLib
-
- extractIdValue(Object, GrailsDomainClassProperty) - Method in ConverterUtil
-
Reads the value of the primary identifier property of a domain class instance
- 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
-
- extractUriTemplateVariables(String, String) - Method in AntPathMatcher
-
- extractValue(Object, GrailsDomainClassProperty) - Method in DomainClassMarshaller
-