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

A

AbstractArtefactTypeAstTransformation - Class in org.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.
AbstractClausedStaticPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
@author Graeme Rocher
AbstractClausedStaticPersistentMethod.GrailsMethodExpression - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
@author Graeme Rocher
AbstractClausedStaticPersistentMethod(GrailsApplication, SessionFactory, ClassLoader, Pattern, String) - Method in AbstractClausedStaticPersistentMethod
Constructor.
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.
AbstractDelegate - Class in org.codehaus.groovy.grails.webflow.engine.builder
An abstract delegate that relays property look-ups onto a either the application context or the currently executing controller.
AbstractDelegate(RequestContext) - Constructor in AbstractDelegate
AbstractDependenciesConfigurer(DependencyConfigurationContext) - Constructor in AbstractDependenciesConfigurer
AbstractDependencyManagementConfigurer(DependencyConfigurationContext) - Constructor in AbstractDependencyManagementConfigurer
AbstractDynamicConstructor - Class in org.codehaus.groovy.grails.commons.metaclass
Abstract class that provides default implementation for isArgumentsMatch.
AbstractDynamicConstructor(Class) - Constructor in AbstractDynamicConstructor
Takes an array of types required to match this constructor.
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
AbstractDynamicPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
@author Steven Devijver
AbstractDynamicPersistentMethod(Pattern, SessionFactory, ClassLoader, GrailsApplication) - Constructor in AbstractDynamicPersistentMethod
AbstractDynamicProperty - Class in org.codehaus.groovy.grails.commons.metaclass
An abstract class for implementors of dynamic getters to implement.
AbstractDynamicProperty(String) - Constructor in AbstractDynamicProperty
AbstractFindByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
AbstractFindByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader, Pattern, String) - Constructor in AbstractFindByPersistentMethod
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.GrailsPluginClass(Class) - Constructor in AbstractGrailsPlugin.GrailsPluginClass
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
AbstractGroovyPageBinding - Class in org.codehaus.groovy.grails.web.pages
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
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
AbstractMapper - Class in org.codehaus.groovy.grails.webflow.engine.builder
Mapper implementation for mapping subflow in- and output
AbstractMapper(Closure) - Constructor in AbstractMapper
@return
Parameters:
definition - Closure in which method calls are interpreted as input or output variables
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.
AbstractPersistentConstraint - Class in org.codehaus.groovy.grails.orm.hibernate.validation
Constraints that require access to the HibernateTemplate should subclass this class.
AbstractSavePersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
Abstract class for different implementations that perform saving to implement.
AbstractSavePersistentMethod(Pattern, SessionFactory, ClassLoader, GrailsApplication, HibernateDatastore) - Constructor in AbstractSavePersistentMethod
AbstractStaticMethodInvocation - Class in org.codehaus.groovy.grails.commons.metaclass
@author Steven Devijver
AbstractStaticPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
Abstract base class for static persistent methods.
AbstractStaticPersistentMethod(SessionFactory, ClassLoader, Pattern, GrailsApplication) - Constructor in AbstractStaticPersistentMethod
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
ACCEPT_CHARSET - Field in HttpHeaders
ACCEPT_ENCODING - Field in HttpHeaders
accept(String, String, String) - Method in FilterToHandlerAdapter
ACCEPT - Field in HttpHeaders
ACCEPT_LANGUAGE - Field in HttpHeaders
ACCEPT_RANGES - 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(Closure) - Method in FlowInfoCapturer
ACTION - Field in GrailsControllerClass
The general name to use when referring to action artefacts.
ACTION_NAME_ATTRIBUTE - Field in GrailsApplicationAttributes
ACTION_NAME - Field in GroovyPage
ACTION_NAME_PROPERTY - Field in ControllerDynamicMethods
ACTION_URI_PROPERTY - Field in ControllerDynamicMethods
action - Field in UrlCreatorCache.ReverseMappingKey
ACTION - Field in UrlMapping
action(Closure) - Method in WebFlowUnitTestSupport
ActionDelegate - Class in org.codehaus.groovy.grails.webflow.engine.builder
Acts as a delegate to a flow action.
ActionDelegate(Action, RequestContext) - Constructor in ActionDelegate
actionName - Field in AbstractUrlMapping
actionName(def) - Method in FilterToHandlerAdapter
Returns the name of the action targeted by the given request.
activateDestination() - Method in GrailsRoutablePrintWriter.DestinationFactory
activateSiteMesh(String, String) - Method in GrailsPageResponseWrapper
adaptee - Field in ProxyMetaClass
add(Object) - Method in BeanBuilder.ConfigurableRuntimeBeanReference.WrappedPropertyValue
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(Criterion) - Method in HibernateQuery
add(Criterion) - Method in HibernateQuery.HibernateAssociationQuery
add(Criterion) - Method in HibernateQuery.HibernateJunction
add(Projection) - Method in HibernateQuery.HibernateProjectionList
add(int, Object) - Method in JSONArray
add(int, Object) - Method in ListOrderedSet
add(int, Object) - Method in PagedResultList
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(Collection) - Method in BeanBuilder.ConfigurableRuntimeBeanReference.WrappedPropertyValue
addAll(int, Collection) - Method in JSONArray
addAll(int, Collection) - Method in ListOrderedSet
addAll(int, Collection) - Method in PagedResultList
addAlteredMetaClass(Class, MetaClass) - Method in MetaClassRegistryCleaner
addAnnotationIfNecessary(ClassNode, Class) - Method in GrailsASTUtils
addApi(Object) - Method in BaseApiProvider
addArtefact(String, Class, boolean) - Method in DefaultGrailsApplication
addArtefact(Class) - Method in GrailsApplication
Adds the given artefact, attempting to determine type from
addBeanConfiguration(String, BeanConfiguration) - Method in DefaultRuntimeSpringConfiguration
addBeanConfiguration(String, BeanConfiguration) - Method in RuntimeSpringConfiguration
Adds a bean configuration to the list of beans to be created.
addBeanDefinition(String, BeanDefinition) - Method in DefaultRuntimeSpringConfiguration
addBeanDefinition(String, BeanDefinition) - Method in RuntimeSpringConfiguration
Adds a Spring BeanDefinition.
addBindingAction(Runnable) - Method in DeferredBindingActions
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
addComponent(GrailsDomainClass) - Method in ComponentCapableDomainClass
Adds a component
addComponent(GrailsDomainClass) - Method in DefaultGrailsDomainClass
addConstraintsField(ClassNode) - Method in DefaultASTValidateableHelper
addConverters(Class, boolean) - Method in GrailsUnitTestCase
addCookie(Cookie) - Method in PageRenderer.PageRenderResponse
addDateHeader(String, long) - Method in PageRenderer.PageRenderResponse
addDeclaredOption(String, Option, Object) - Method in DefaultCommandLine
addDelegateConstructor(ClassNode, MethodNode) - Method in GrailsASTUtils
Adds or modifies an existing constructor to delegate to the given static constructor method for initialization logic.
addDelegateInstanceMethod(ClassNode, Expression, MethodNode, 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) - Method in GrailsASTUtils
addDelegateStaticMethod(Expression, ClassNode, MethodNode) - 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, List, List) - Method in ClasspathConfigurer
addDependency(String, EnhancedDefaultDependencyDescriptor) - Method in AbstractDependenciesConfigurer
addDependency(String, EnhancedDefaultDependencyDescriptor) - Method in JarDependenciesConfigurer
addDependency(String, EnhancedDefaultDependencyDescriptor) - Method in PluginDependenciesConfigurer
addDomainClass(GrailsDomainClass) - Method in DefaultGrailsDomainConfiguration
addDomainClass(GrailsDomainClass) - Method in GrailsAnnotationConfiguration
addDomainClass(GrailsDomainClass) - Method in GrailsDomainConfiguration
Adds a domain class to the configuration.
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.
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) - Method in DefaultASTValidateableHelper
addGetErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
addGrailsBuildListener(GrailsBuildListener) - Method in GrailsBuildEventListener
addGrailsClass(GrailsClass) - Method in DefaultArtefactInfo
addGrailsConsoleBuildListener(Project) - Method in GrailsConsoleAntBuilder
addGspSitemeshCapturing(String) - Method in SitemeshPreprocessor
addHasErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
addHeader(String, String) - Method in GrailsPageResponseWrapper
Prevent content-length being set if page is parseable.
addHeader(String, String) - Method in PageRenderer.PageRenderResponse
addInitErrorsMethod(ClassNode) - Method in ASTValidationErrorsHelper
addInternalPackage(String) - Method in DefaultStackTraceFilterer
addInternalPackage(String) - Method in StackTraceFilterer
Adds a package name that should be filtered
addIntHeader(String, int) - Method in PageRenderer.PageRenderResponse
addJarsToRootLoader(Configuration, Collection) - Method in PluginInstallEngine
addLibs(File, List, Collection) - Method in ClasspathConfigurer
Adds all the JAR files in the given directory to the list of URLs.
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
addMap(Map) - Method in GroovyPageBinding
addMetaBeanProperty(MetaBeanProperty) - Method in MetadataGeneratingExpandoMetaClass
addMetaConstraint(String, Object) - Method in ConstrainedProperty
Adds a meta constraints which is a non-validating informational constraint.
addMethodCallsToMethod(ClassNode, String, List) - Method in TestMixinTransformation
addMethodIfNotPresent(ClassNode, MethodNode) - Method in GrailsASTUtils
addMethodToInvokeClosure(ClassNode, PropertyNode, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
addMockCollaborator(String, ClassExpression, BlockStatement) - Method in TestForTransformation
addNullabilityCheckerPreInsertEventListener(EventListeners) - Method in ClosureEventTriggeringInterceptor
addOperation(Runnable) - Method in ShutdownOperations
Adds a shutdown operation
addOption(String, String) - Method in CommandLineParser
Adds a declared option
addOverridableArtefact(String, Class) - Method in DefaultGrailsApplication
Adds an artefact of the given type for the given Class.
addOverridableArtefact(Class) - Method in GrailsApplication
Adds an artefact that can be overriden by user defined classes
addOverridableGrailsClass(GrailsClass) - Method in DefaultArtefactInfo
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.
addParams(Map) - Method in GetParamsDynamicProperty
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, BuildSettings) - Method in ClasspathConfigurer
Adds all the libraries in a plugin to the given list of URLs.
addPluginScopeInfoForDirAndInfo(PluginScopeInfo, GrailsPluginInfo, Resource) - Method in PluginBuildSettings
addProjectionToList(Projection, String) - Method in HibernateCriteriaBuilder
Adds a projection to the projectList for the given alias
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
addPropertyChangeListener(PropertyChangeListener) - Method in TomcatLoader
addPrototypeBean(String) - Method in DefaultRuntimeSpringConfiguration
addPrototypeBean(String) - Method in RuntimeSpringConfiguration
Adds an empty prototype bean configuration.
AddProxy_ - Class in AddProxy_
addQualifier(Class, String) - Method in BeanConfiguration
A qualifier, using a custom annotation, to the bean definition.
addQualifier(Class, String) - Method in DefaultBeanConfiguration
addRelationshipManagementMethods(GrailsDomainClass, ApplicationContext) - Method in DomainClassGrailsPlugin
addRemainingArg(String) - Method in DefaultCommandLine
addRepository(String) - Method in TomcatLoader
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
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
addToDeferred(BeanConfiguration, String, Object) - Method in BeanBuilder
addToLoaded(Class) - Method in DefaultGrailsApplication
addUndeclaredOption(String, Object) - Method in DefaultCommandLine
addUrlsToRootLoader(URLClassLoader, URL) - Method in ClasspathConfigurer
addUserDefinedRules(State, PageBuilder) - Method in GrailsHTMLPageParser
addValidateMethod(ClassNode) - Method in DefaultASTValidateableHelper
addWatchDirectory(File, String) - Method in DirectoryWatcher
Adds a directory to watch for the given file and extensions.
addWatchFile(File) - Method in DirectoryWatcher
Adds a file to the watch list
adjustBeginLineColumn(int, int) - Method in SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AFTER_DELETE_EVENT - Field in ClosureEventTriggeringInterceptor
AFTER_INSERT_EVENT - Field in ClosureEventTriggeringInterceptor
AFTER_INTERCEPTOR - Field in GrailsControllerClass
The name of the after interceptor property.
AFTER_LOAD_EVENT - Field in ClosureEventTriggeringInterceptor
AFTER_UPDATE_EVENT - Field in ClosureEventTriggeringInterceptor
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in CompositeInterceptor
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in FilterToHandlerAdapter
afterCompletion(WebRequest, Exception) - Method in GrailsOpenSessionInViewInterceptor
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 AggregatePersistenceContextInterceptor
afterPropertiesSet() - Method in ApplicationTagLib
afterPropertiesSet() - Method in ConfigurableLocalSessionFactoryBean
afterPropertiesSet() - Method in ConstraintsEvaluatorFactoryBean
afterPropertiesSet() - Method in FilterToHandlerAdapter
afterPropertiesSet() - Method in GrailsApplicationFactoryBean
afterPropertiesSet() - Method in GrailsPluginManagerFactoryBean
afterPropertiesSet() - Method in GrailsResourceLoaderFactoryBean
afterPropertiesSet() - Method in GroovyPagesTemplateEngine
afterPropertiesSet() - Method in GroovyPagesTemplateRenderer
afterPropertiesSet() - Method in GroovyPageView
afterPropertiesSet() - Method in HibernateDialectDetectorFactoryBean
afterPropertiesSet() - Method in MimeTypesFactoryBean
afterPropertiesSet() - Method in PluginAwareResourceBundleMessageSource
afterPropertiesSet() - Method in SessionFactoryProxy
afterPropertiesSet() - Method in SpringLobHandlerDetectorFactoryBean
afterPropertiesSet() - Method in TagLibFactory
afterPropertiesSet() - Method in TagLibraryLookup
afterPropertiesSet() - Method in UrlMappingsHolderFactoryBean
AGE - Field in HttpHeaders
AGENT_ARGUMENT - Field in CommandLine
AggregatePersistenceContextInterceptor - Class in org.codehaus.groovy.grails.orm.hibernate.support
@author Burt Beckwith
aliases - Field in DefaultRuntimeSpringConfiguration
ALL_CONFIGURATIONS - Field in AbstractIvyDependencyManager
ALL_DATA_SOURCES - Field in GrailsDomainClassProperty
ALL_DATA_SOURCES - Field in GrailsServiceClass
all(Object) - Method in Log4jConfig
all(Object) - Method in RootLog4jConfig
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
allEq(Map) - Method in HibernateQuery
allEq(Map) - Method in HibernateQuery.HibernateAssociationQuery
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
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
ALREADY_APPLIED_KEY - Field in GrailsPageFilter
AND - Field in HibernateCriteriaBuilder
and(Criterion, Criterion) - Method in HibernateQuery
and(Criterion, Criterion) - Method in HibernateQuery.HibernateAssociationQuery
annotateActionMethod(Parameter, MethodNode) - Method in ControllerActionTransformer
AnnotationDomainClassArtefactHandler - Class in org.codehaus.groovy.grails.commons
Detects annotated domain classes for EJB3 style mappings.
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 IsolatedWarTomcatServer
ant - Field in PluginInstallEngine
AntLogAdapter - Class in grails.doc.ant
AntLogAdapter(def, def) - Constructor in AntLogAdapter
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
The logic for the ApiDelegate location transform.
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
append(CharSequence) - Method in BoundedCharsAsEncodedBytesCounter.BoundedCharsAsEncodedBytesCounterWriter
append(StreamCharBuffer) - Method in CodecPrintWriter
append(LoggingEvent) - Method in GrailsConsoleAppender
append(StreamCharBuffer) - Method in GrailsPrintWriter
append(StreamCharBuffer) - Method in GrailsPrintWriterAdapter
append(CharSequence) - Method in GrailsRoutablePrintWriter
append(String) - Method in JSONWriter
Append a value.
append(String) - Method in PathCapturingJSONWriterWrapper
append(String) - Method in PrettyPrintJSONWriter
append(CharSequence, int, int) - Method in StreamCharBuffer.MultiOutputWriter
append(CharSequence, int, int) - Method in StreamCharBuffer.SingleOutputWriter
append(CharSequence) - Method in StreamCharBuffer.StreamCharBufferWriter
appendCreateLink(StringBuffer, String, String) - Method in DocEngine
appender(Appender) - Method in Log4jConfig
appenders(Closure) - Method in Log4jConfig
appendLink(StringBuffer, String, String) - Method in DocEngine
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) - Method in StreamCharBuffer
application - Field in AbstractGrailsControllerHelper
application - Field in AbstractGrailsPlugin
application - Field in AbstractGrailsPluginManager
application - Field in AbstractStaticPersistentMethod
APPLICATION_CONTEXT - Field in ApplicationAttributes
APPLICATION_CONTEXT - Field in GroovyPage
APPLICATION_CONTEXT_ID - Field in GrailsResourceHolder
APPLICATION_CONTEXT_ID - Field in GrailsUrlHandlerMapping
APPLICATION_CONTEXT_TARGET_SOURCE - Field in GrailsUrlHandlerMapping
APPLICATION_GRAILS_VERSION - Field in Metadata
APPLICATION_ID - Field in GrailsApplication
The id of the grails application within a bean context
APPLICATION_NAME - Field in Metadata
application - Field in 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 AbstractPersistentConstraint
applicationContext - Field in ConfigurableLocalSessionFactoryBean
applicationContext - Field in RequestContextTag
applicationContext - Field in TagLibraryLookup
applicationContext - Field in WebFlowTestCase
ApplicationHolder - Class in org.codehaus.groovy.grails.commons
Static singleton holder for the GrailsApplication instance.
applicationMeta - Field in DefaultGrailsApplication
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 ConstrainedProperty
Applies a constraint for the specified name and consraint value.
applyDefaultConstraints(String, GrailsDomainClassProperty, ConstrainedProperty, Map) - Method in DefaultConstraintEvaluator
applyDefaultNullableConstraint(ConstrainedProperty) - Method in DefaultConstraintEvaluator
applyDefaultNullableConstraint(GrailsDomainClassProperty, ConstrainedProperty) - Method in HibernateConstraintsEvaluator
applyLastModifiedFromResource(Resource) - Method in GroovyPageMetaInfo
applyLayout(String, String, Map) - Method in AbstractGrailsTagTests
applyMapOfConstraints(Map, String, GrailsDomainClassProperty, ConstrainedProperty) - Method in DefaultConstraintEvaluator
applyPropertyValue(ConfigurableListableBeanFactory, String, String, Object) - Method in MapBasedSmartPropertyOverrideConfigurer
applySettings(Criteria) - Method in GrailsHibernateTemplate
applySharedConstraints(ConstrainedPropertyBuilder, Map) - 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
areFileExtensionsEnabled() - Method in WebUtils
Returns the value of the "grails.mime.file.extensions" setting configured in COnfig.groovy
args - Field in GrailsScriptRunner.ScriptAndArgs
argsToAttrs(String, Object) - Method in TemplateNamespacedTagDispatcher
ARGUMENT_BEAN - Field in RenderDynamicMethod
ARGUMENT_BUILDER - Field in RenderDynamicMethod
ARGUMENT_CACHE - Field in GrailsHibernateUtil
ARGUMENT_COLLECTION - Field in RenderDynamicMethod
ARGUMENT_CONTENT_TYPE - Field in RenderDynamicMethod
ARGUMENT_CONTEXTPATH - Field in RenderDynamicMethod
ARGUMENT_DEEP_VALIDATE - Field in ValidatePersistentMethod
ARGUMENT_ENCODING - Field in RenderDynamicMethod
ARGUMENT_ERRORS - Field in RedirectDynamicMethod
ARGUMENT_FETCH - Field in GrailsHibernateUtil
ARGUMENT_FETCH_SIZE - Field in GrailsHibernateUtil
ARGUMENT_FLUSH_MODE - Field in GrailsHibernateUtil
ARGUMENT_ID - Field in DefaultUrlCreator
ARGUMENT_IGNORE_CASE - Field in GrailsHibernateUtil
ARGUMENT_LAYOUT - Field in RenderDynamicMethod
ARGUMENT_LOCK - Field in GrailsHibernateUtil
ARGUMENT_MAX - Field in GrailsHibernateUtil
ARGUMENT_MODEL - Field in RenderDynamicMethod
ARGUMENT_OFFSET - Field in GrailsHibernateUtil
ARGUMENT_ORDER - Field in GrailsHibernateUtil
ARGUMENT_PERMANENT - Field in RedirectDynamicMethod
ARGUMENT_READ_ONLY - Field in GrailsHibernateUtil
ARGUMENT_SORT - Field in GrailsHibernateUtil
ARGUMENT_STATUS - Field in RenderDynamicMethod
ARGUMENT_TEMPLATE - Field in RenderDynamicMethod
ARGUMENT_TEXT - Field in RenderDynamicMethod
ARGUMENT_TIMEOUT - Field in GrailsHibernateUtil
ARGUMENT_VAR - Field in RenderDynamicMethod
ARGUMENT_VIEW - Field in RenderDynamicMethod
arguments - Field in AbstractClausedStaticPersistentMethod.GrailsMethodExpression
argumentsRequired - Field in AbstractClausedStaticPersistentMethod.GrailsMethodExpression
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 StreamCharBuffer
asList() - Method in ListOrderedSet
Gets an unmodifiable view of the order of the Set.
asPrintWriter() - Method in GrailsPrintWriter
assemble(Serializable, Object) - Method in IdentityEnumType
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
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
assertNoExistingInlinePlugin(String) - Method in PluginInstallEngine
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
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.PluginReadingPhaseOperation(BasicGrailsPluginInfo) - Constructor in AstPluginDescriptorReader.PluginReadingPhaseOperation
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
attach(def) - Method in HibernateGormInstanceApi
attach(Object) - Method in HibernateSession
ATTACHED - Field in GrailsDomainClassProperty
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_PARAMS - 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
attributeValueOrNull(String) - Method in GroovyConditionalTag
attrsToString(Map) - Method in ApplicationTagLib
authenticate(HttpServletResponse) - Method in PageRenderer.PageRenderRequest
AUTHORIZATION - Field in HttpHeaders
autoAssociateBidirectionalOneToOnes(DefaultGrailsDomainClass, Object) - Method in GrailsHibernateUtil
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
autoImport(boolean) - Method in HibernateMappingBuilder
autoTimestamp(boolean) - Method in HibernateMappingBuilder
Set whether auto time stamping should occur for last_updated and date_created columns
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) - Method in ReloadAwareAutowireCapableBeanFactory
autowireBeanProperties(Object, int, boolean) - Method in ReloadAwareAutowireCapableBeanFactory
autowireIfNecessary() - Method in GrailsTestInterceptor
available() - Method in StreamByteBuffer.StreamByteBufferInputStream
avg(String, String) - Method in HibernateCriteriaBuilder
Adds a projection that allows the criteria to return the property average value
avg(String) - Method in HibernateQuery.HibernateProjectionList

B

back() - Method in JSONTokener
Back up one character.
backgroundProcess() - Method in TomcatLoader
backup(int) - Method in SimpleCharStream
Backup a number of characters.
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_MESSAGES_PROPERTIES - Field in BinaryGrailsPlugin
BaseApiProvider - Class in org.codehaus.groovy.grails.commons.metaclass
@author Graeme Rocher
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, boolean) - Constructor in BaseSettingsApi
BasicGrailsPluginInfo - Class in org.codehaus.groovy.grails.plugins
Simple Javabean implementation of the GrailsPluginInfo interface.
BasicGrailsPluginInfo(Resource) - Constructor in BasicGrailsPluginInfo
batchSize(Integer) - Method in HibernateMappingBuilder
Configures the batch-size used for lazy loading
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 SessionFactoryHolder
BEAN_ID - Field in UrlMappingsHolder
BEAN_NAME - Field in ConstraintsEvaluator
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.ConfigurableRuntimeBeanReference.WrappedPropertyValue(String, Object) - Constructor in BeanBuilder.ConfigurableRuntimeBeanReference.WrappedPropertyValue
BeanBuilder.ConfigurableRuntimeBeanReference(String, BeanConfiguration, boolean) - Constructor in BeanBuilder.ConfigurableRuntimeBeanReference
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_DELETE_EVENT - Field in ClosureEventTriggeringInterceptor
BEFORE_INSERT_EVENT - Field in ClosureEventTriggeringInterceptor
BEFORE_INTERCEPTOR - Field in GrailsControllerClass
The name of the before interceptor property.
BEFORE_LOAD_EVENT - Field in ClosureEventTriggeringInterceptor
BEFORE_UPDATE_EVENT - Field in ClosureEventTriggeringInterceptor
BEFORE_VALIDATE - Field in BeforeValidateHelper
beforeConstructor(Object, InvocationCallback) - Method in AbstractDynamicMethodsInterceptor
beforeConstructor(Object, InvocationCallback) - Method in ConstructorInterceptor
Executed before the real constructor.
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.
BeforeValidateHelper - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
beginColumn - Field in Token
The column number of the first character of this Token.
beginLine - Field in Token
The line number of the first character of this Token.
BeginToken() - Method in SimpleCharStream
Start.
beginTransaction() - Method in HibernateSession
BELONGS_TO - Field in GrailsDomainClassProperty
BETWEEN - Field in AbstractClausedStaticPersistentMethod.GrailsMethodExpression
BETWEEN - Field in HibernateCriteriaBuilder
between(String, Object, Object) - Method in HibernateQuery
between(String, Object, Object) - Method in HibernateQuery.HibernateAssociationQuery
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(ServletRequest, String) - Method in GrailsDataBinder
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').
bindClass(GrailsDomainClass, Mappings, String) - Method in GrailsDomainBinder
Binds a Grails domain class to the Hibernate runtime meta model
bindData(Object, Object, Object, String) - 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
bindGrailsWebRequest() - Method in ControllerUnitTestMixin
bindGrailsWebRequest() - Method in GroovyPageUnitTestMixin
bindMockWebRequest() - Method in GrailsWebUtil
Binds a Mock implementation of a GrailsWebRequest object to the current thread.
bindMockWebRequest(GrailsMockHttpServletRequest, GrailsMockHttpServletResponse) - Method in MvcUnitTestCase
bindNumericColumnConstraints(Column, ConstrainedProperty) - Method in GrailsDomainBinder
Interrogates the specified constraints looking for any constraints that would limit the precision and/or scale of the property's value.
bindObjectToDomainInstance(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
bindRoot(GrailsDomainClass, Mappings, String) - Method in GrailsDomainBinder
Binds a root class (one with no super classes) to the runtime meta model based on the supplied Grails domain class
bindStringColumnConstraints(Column, ConstrainedProperty) - Method in GrailsDomainBinder
Interrogates the specified constraints looking for any constraints that would limit the length of the property's value.
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
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
bootstrapGrailsFromApplication(GrailsApplication) - Method in GrailsUtil
Bootstraps Grails with the given GrailsApplication instance.
bootstrapGrailsFromClassPath() - Method in GrailsUtil
bootstrapGrailsFromParentContext(ApplicationContext) - Method in GrailsUtil
Bootstraps Grails from the given parent ApplicationContext which should contain a bean definition called "grailsApplication" of type GrailsApplication.
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
bufcolumn - Field in SimpleCharStream
buffer - Field in SimpleCharStream
BUFFERING_ENABLED - Field in GSPResponseWriter
bufline - Field in SimpleCharStream
bufpos - Field in SimpleCharStream
Position in buffer.
build(String, String, GroovyPageBinding) - Method in CachingGrailsConventionGroovyPageLocator.GroovyPageLocatorCacheKey
BUILD_CONFIGURATION - Field in AbstractIvyDependencyManager
build(Closure) - Method in Converter
build(Closure) - Method in JSON
build(Closure) - Method in JSONBuilder
BUILD_LISTENERS - Field in BuildSettings
The name of the system property for multiple buildListeners.
build(Map) - Method in PdfBuilder
Builds a PDF file from the manual's single.html file.
build(Closure) - Method in XML
buildCriteria(Session, DetachedCriteria, Closure, Class, Object, String, List) - Method in AbstractFindByPersistentMethod
buildCriteria(Closure) - Method in HibernateCriteriaBuilder
buildDispatchUrlForMapping(UrlMappingInfo) - Method in WebUtils
Constructs the URI to forward to using the given request and UrlMappingInfo instance
buildFinished(BuildEvent) - Method in GrailsBuildEventListener
buildFinished(BuildEvent) - Method in GrailsConsoleBuildListener
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
buildProps - Field in BaseSettingsApi
buildProxyFactory(PersistentClass) - Method in GrailsHibernateUtil
BuildScope - Enum in grails.util
Represents the different scopes that plugins apply to.
buildSessionFactory() - Method in GrailsAnnotationConfiguration
BuildSettings - Class in grails.util
buildSettings - Field in AbstractIvyDependencyManager
buildSettings - Field in BaseSettingsApi
BuildSettings(File, File) - Constructor in BuildSettings
buildSettings - Field in TomcatServer
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
buildStates() - Method in FlowBuilder
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
bytesUnread() - Method in StreamByteBuffer.StreamByteBufferChunk
bytesUsed() - Method in StreamByteBuffer.StreamByteBufferChunk
byType() - Method in AbstractInjectableGrailsClass
byType() - Method in InjectableGrailsClass
If autowiring by type is enabled.

C

cache - Field in AbstractBuildSettings
Used to cache results of certain expensive operations
CACHE_CONTROL - Field in HttpHeaders
cache(boolean) - Method in HibernateCriteriaBuilder
Whether to use the query cache
cache(boolean) - Method in HibernateMappingBuilder
CacheConfig - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
Defines the cache configuration.
cacheCriteriaByMapping(GrailsApplication, Class, Criteria) - Method in GrailsHibernateUtil
cacheCurrentEnvironment() - Method in Environment
cacheDir(String) - Method in DependencyConfigurationConfigurer
CacheEntry - Class in org.codehaus.groovy.grails.web.util
Wrapper for a value inside a cache that adds timestamp information for expiration and prevents "cache storms" with a Lock.
CacheEntry(Object) - Constructor in CacheEntry
CachingGrailsConventionGroovyPageLocator - Class in org.codehaus.groovy.grails.web.pages.discovery
Extends GrailsConventionGroovyPageLocator adding caching of the located GrailsPageScriptSource
CachingGrailsConventionGroovyPageLocator.CustomCacheEntry(Object) - Constructor in CachingGrailsConventionGroovyPageLocator.CustomCacheEntry
CachingGroovyPageStaticResourceLocator - Class in org.codehaus.groovy.grails.web.pages.discovery
Extends GroovyPageStaticResourceLocator adding caching of the result of GroovyPageStaticResourceLocator.findResourceForURI.
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) - Constructor in CachingLinkGenerator
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.
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 AstPluginDescriptorReader.PluginReadingPhaseOperation
call(Object) - Method in ClosureEventListener.EventTriggerCaller
call(Object) - Method in ClosureEventListener.FieldClosureCaller
call(Object) - Method in ClosureEventListener.MetaMethodCaller
call(Object) - Method in ClosureEventListener.MetaPropertyClosureCaller
call(Object) - Method in ClosureEventListener.MethodCaller
call(Object) - Method in DefaultUrlMappingEvaluator.MappingCapturingClosure
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
call(Object) - Method in NamedCriteriaProxy
call() - Method in ProxyMetaClass.Callable
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.
CamelCaseUrlConverter - Class in grails.web
canApplyNullableConstraint(String, GrailsDomainClassProperty, ConstrainedProperty) - Method in DefaultConstraintEvaluator
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
captureTagContent(def, def, def, def, def) - 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.
cascadeValidationToMany(Errors, BeanWrapper, GrailsDomainClassProperty, String) - Method in HibernateDomainClassValidator
Overrides the default behaviour and first checks if a PersistentCollection instance has been initialised using the wasInitialised() method before cascading
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
chain(Object, Map) - Method in ControllersApi
Invokes the chain method for the given arguments
chain(Map) - Method in FilterConfig
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, ChainedObjectMarshaller) - Constructor in ChainedConverterConfiguration.ChainedObjectMarshaller
ChainedConverterConfiguration(ConverterConfiguration, ProxyHandler) - Constructor in ChainedConverterConfiguration
ChainMethod - Class in org.codehaus.groovy.grails.web.metaclass
Implementation of the chain() method for controllers.
changeItVariable(Object) - Method in GroovyPage
CHAR - Field in JsonParserConstants
RegularExpression Id.
char(String, Integer) - Method in TypeConvertingMap
characters(String) - Method in PrettyPrintXMLStreamWriter
characters(char[], int, int) - Method in TldReader
characters(char[], int, int) - Method in WebXmlTagLibraryReader
characters(String) - Method in XMLStreamWriter
charAt(int) - Method in Reverse
charAt(int) - Method in StreamCharBuffer
chars(String) - Method in XML
charsUsed() - Method in StreamCharBuffer.AllocatedBuffer
checkAppContext() - Method in ClosureInvokingAction
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
checkForErrors(def, def) - Method in ClosureInvokingAction
checkIfReloadableResourceHasChanged(PrivilegedAction) - Method in GroovyPageMetaInfo
checkInitialised() - Method in AbstractGrailsPluginManager
checkMultipart(HttpServletRequest) - Method in ErrorHandlingServlet
checkMultipart(HttpServletRequest) - Method in GrailsDispatcherServlet
Convert the request into a multipart request.
checkMultipart(HttpServletRequest) - Method in UrlMappingsFilter
checkParameters(Class) - Method in DelegateMetaMethod
checkPluginsToUninstall(Collection) - Method in PluginInstallEngine
checkState() - Method in AbstractConstraint
checksums(boolean) - Method in DependencyConfigurationConfigurer
chunkSize() - Method in StreamCharBuffer.AllocatedBuffer
cl - Field in DefaultGrailsApplication
CLASS_EDITOR_BEAN - Field in GrailsRuntimeConfigurator
CLASS - Field in GrailsDomainClassProperty
CLASS_LOADER_BEAN - Field in GrailsRuntimeConfigurator
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 ConfigurableLocalSessionFactoryBean
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
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
classPatternToFilePattern(def) - Method in GrailsTestTargetPattern
ClassPropertyFetcher - Class in org.codehaus.groovy.grails.commons
Accesses class "properties": static fields, static getters, instance fields or instance getters.
ClassPropertyFetcher.FieldReaderFetcher(Field, boolean) - Constructor in ClassPropertyFetcher.FieldReaderFetcher
ClassPropertyFetcher.ReferenceInstanceCallback - Interface in org.codehaus.groovy.grails.commons
classSearchDirectories - Field in DefaultResourceLocator
classShortName - Field in AbstractConstraint
clazz - Field in AbstractDynamicMethods
clean() - Method in MetaClassRegistryCleaner
cleanAndRemove(MetaClassRegistryCleaner) - Method in MetaClassRegistryCleaner
cleanControllers() - Method in ResourceCopier
Cleans out controllers replacing them with new ones
cleanResolveCache(BuildSettings) - Method in ClasspathConfigurer
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
cleanupDatastore() - Method in DomainClassUnitTestMixin
cleanupGrailsWeb() - Method in ControllerUnitTestMixin
cleanupModifiedMetaClasses() - Method in GrailsUnitTestMixin
clear() - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
clear() - Method in AbstractTypeConvertingMap
clear() - Method in AggregatePersistenceContextInterceptor
clear() - Method in BodyContentImpl
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 GrailsFlashScope
clear() - Method in GrailsLog4jMDCAdapter
clear() - Method in GroovyPagesUriService
clear() - Method in GroovyPagesUriSupport
clear() - Method in HibernatePersistenceContextInterceptor
clear(Object) - Method in HibernateSession
clear() - Method in JSONArray
clear() - Method in JSONObject
clear() - Method in JspWriterDelegate
clear() - Method in LazyMetaPropertyMap
@throws UnsupportedOperationException
clear() - Method in ListOrderedSet
clear() - Method in NullPersistentContextInterceptor
clear() - Method in PagedResultList
clear() - Method in PersistenceContextInterceptor
Clear any pending changes.
clear() - Method in UrlCreatorCache
clearAttributes() - Method in GrailsMockHttpServletRequest
clearBuffer() - Method in BodyContentImpl
clearBuffer() - Method in JspWriterDelegate
clearCache() - Method in CachingLinkGenerator
clearCache() - Method in GroovyPagesTemplateRenderer
clearCache() - Method in PluginBuildSettings
Clears any cached entries.
clearCachedConfigs() - Method in ConfigurationHelper
clearCaches() - Method in GrailsPluginUtils
Clears cached resolved resources
clearClassPropertyFetcherCache() - Method in ClassPropertyFetcher
clearDefaultConstraints() - Method in ConstraintEvalUtils
clearDisabledValidations() - Method in AbstractSavePersistentMethod
clearFilters() - Method in FiltersUnitTestMixin
clearGrailsWebRequest() - Method in ControllerUnitTestMixin
clearGrailsWebRequest() - Method in WebUtils
Removes any GrailsWebRequest instance from the current request.
clearPageCache() - Method in GroovyPagesTemplateEngine
Clears the page cache.
clearPageScope() - Method in GroovyPageUnitTestMixin
clearViewCache() - Method in ScaffoldingViewResolver
Clears any cached scaffolded views.
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 CodecPrintWriter
clone() - Method in DelegateMetaMethod
clone() - Method in GrailsParameterMap
clone() - Method in GrailsPrintWriter
clone() - Method in GroovyPageAttributes
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 TypeConvertingMap
close() - Method in BodyContentImpl
close() - Method in BoundedCharsAsEncodedBytesCounter.BoundedCharsAsEncodedBytesCounterWriter
close() - Method in GrailsConsoleAppender
close() - Method in GrailsPrintWriter
close() - Method in GrailsPrintWriterAdapter
close() - Method in GrailsRoutablePrintWriter
close() - Method in GrailsRoutablePrintWriter.NullWriter
close() - Method in GSPResponseWriter
Close the stream.
close() - Method in JspWriterDelegate
close() - Method in SessionFactoryProxy
close() - Method in StreamByteBuffer.StreamByteBufferOutputStream
close() - Method in StreamCharBuffer.FixedCharArrayWriter
close() - Method in StreamCharBuffer.MultiOutputWriter
close() - Method in StreamCharBuffer.SingleOutputWriter
close() - Method in StreamCharBuffer.StreamCharBufferReader
close() - Method in StreamCharBuffer.StreamCharBufferWriter
close() - Method in UncloseableInputStream
closeSession(Session, SessionFactory) - Method in GrailsOpenSessionInViewFilter
closeWebApplicationContext(ServletContext) - Method in GrailsContextLoader
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.
ClosureClassIgnoringComponentScanBeanDefinitionParser.ParentOnlyGetResourcesClassLoader(ClassLoader) - Constructor in ClosureClassIgnoringComponentScanBeanDefinitionParser.ParentOnlyGetResourcesClassLoader
ClosureEventListener - Class in org.codehaus.groovy.grails.orm.hibernate.support
ClosureEventListener(Class, boolean, List) - Constructor in ClosureEventListener
ClosureEventTriggeringInterceptor - Class in org.codehaus.groovy.grails.orm.hibernate.support
Listens for Hibernate events and publishes corresponding Datastore events.
ClosureEventTriggeringInterceptor() - Constructor in ClosureEventTriggeringInterceptor
ClosureExpression - Class in org.codehaus.groovy.grails.webflow.engine.builder
Implements the Spring binding expression interface to allow an expression to evaluate a closure for using with dynamic transitions.
ClosureExpression(Closure) - Constructor in ClosureExpression
ClosureGrailsControllerHelper - Class in org.codehaus.groovy.grails.web.servlet.mvc
Implements action invokation throught Closure.
ClosureInvokingAction - Class in org.codehaus.groovy.grails.webflow.engine.builder
Invokes a closure as a Webflow action placing the returned model within the flow scope.
ClosureInvokingAction(Closure) - Constructor in ClosureInvokingAction
ClosureInvokingDynamicMethod - Class in org.codehaus.groovy.grails.commons.metaclass
An implementation of DynamicMethodInvocation that invokes a closure.
ClosureInvokingDynamicMethod(String, Closure) - Constructor in ClosureInvokingDynamicMethod
ClosureOjectMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller
ObjectMarshaller that delegates the conversion logic to the supplied closure
ClosureOjectMarshaller(Class, Closure) - Constructor in ClosureOjectMarshaller
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
CNTRL_ESC - Field in JsonParserConstants
RegularExpression Id.
CODEC - Field in DefaultGrailsCodecClass
CODEC_OUT - Field in GroovyPage
CODEC_OUT_STATEMENT - Field in GroovyPage
CODEC_VARNAME - Field in GroovyPage
CodecArtefactHandler - Class in org.codehaus.groovy.grails.commons
@author Marc Palmer (marc@anyware.co.uk)
CodecArtefactHandler() - Constructor in CodecArtefactHandler
CodecPrintWriter - Class in org.codehaus.groovy.grails.web.util
CodecPrintWriter(GrailsApplication, Writer, Class) - Constructor in CodecPrintWriter
CodecsGrailsPlugin - Class in org.codehaus.groovy.grails.plugins
A plugin that configures pluggable codecs.
CodeFilter - Class in grails.doc
CodeFilter() - Constructor in CodeFilter
collection - Field in GrailsDomainBinder.GrailsCollectionSecondPass
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[]
collectionTypeForClass(Class) - Method in GrailsDomainBinder.CollectionType
CollectionUtils - Class in grails.util
Collection utility methods.
column(Map) - Method in PropertyDefinitionDelegate
column - Field in SimpleCharStream
ColumnConfig - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
Defines a column within the mapping.
columns(Closure) - Method in HibernateMappingBuilder
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.
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(Object, Object) - Method in QualityComparator
compare(Object, Object) - Method in SimpleDomainClassPropertyComparator
compare(def, def) - Method in VersionComparator
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 DefaultUrlMappingsHolder.UrlMappingKey
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() - 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
compileAll() - Method in GrailsProjectCompiler
Compiles plugin and normal sources
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
complete(ConsoleReader, List, 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
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
CompositeIdentity - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
Represents a composite identity, equivalent to Hibernate mapping.
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
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 - Field in DefaultGrailsApplication
CONFIG_FILE - Field in AbstractGrailsPluginManager
CONFIG_PROPERTY_CACHE_QUERIES - Field in GrailsHibernateUtil
CONFIG_PROPERTY_DEFAULT_CODEC - Field in GroovyPageParser
CONFIG_PROPERTY_DISABLE_CACHING_RESOURCES - Field in GroovyPagesTemplateEngine
CONFIG_PROPERTY_GSP_ENABLE_RELOAD - Field in GroovyPagesTemplateEngine
CONFIG_PROPERTY_GSP_ENCODING - Field in GroovyPageParser
CONFIG_PROPERTY_GSP_KEEPGENERATED_DIR - Field in GroovyPageParser
CONFIG_PROPERTY_GSP_SITEMESH_PREPROCESS - Field in GroovyPageParser
configChanged() - Method in DefaultGrailsApplication
configChanged() - Method in GrailsApplication
Fired to inform the application when the Config.groovy file changes.
configCheckMillis - Field in Grails5535Factory
configClass - Field in ConfigurableLocalSessionFactoryBean
configSlurper - Field in BaseSettingsApi
ConfigurableLocalSessionFactoryBean - Class in org.codehaus.groovy.grails.orm.hibernate
A SessionFactory bean that allows the configuration class to be changed and customise for usage within Grails.
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.
ConfigurationHolder - Class in org.codehaus.groovy.grails.commons
Holds a reference to the ConfigObject instance.
configurationNames - Field in AbstractIvyDependencyManager
configure(GrailsWebRequest) - Method in AbstractUrlMappingInfo
configure(Closure) - Method in EnhancedDefaultDependencyDescriptor
configure(ServletContext, boolean) - Method in GrailsRuntimeConfigurator
configure(Closure) - Method in Log4jConfig
configure(GrailsWebRequest) - Method in UrlMappingInfo
Configure this UrlMappingInfo the for the given GrailsWebRequest
configureClassLoader() - Method in DefaultGrailsApplication
Configures a GroovyClassLoader for the given GrailsInjectionOperation and GrailsResourceLoader.
configureClasspath() - Method in GrailsProjectCompiler
Configures the Grails classpath, should be called prior to any call to compile(Object)
configuredClassLoader() - Method in ClasspathConfigurer
configureDependencyDescriptor(EnhancedDefaultDependencyDescriptor, String, boolean) - Method in AbstractIvyDependencyManager
@deprecated use registerDependency(String, EnhancedDefaultDependencyDescriptor) or registerPluginDependency(String EnhancedDefaultDependencyDescriptor)
configureDependencyManager(ConfigObject) - Method in BuildSettings
configureDomainBinder(GrailsApplication, Set) - Method in DefaultGrailsDomainConfiguration
configureDomainClassRelationships(GrailsClass, Map) - Method in GrailsDomainConfigurationUtil
Configures the relationships between domain classes after they have been all loaded.
configureDomainOnly() - Method in GrailsRuntimeConfigurator
configureGrailsWeb() - Method in ControllerUnitTestMixin
configureHibernateDomainClasses(SessionFactory, String, GrailsApplication) - Method in GrailsHibernateUtil
configureInheritanceMappings(Map) - Method in GrailsHibernateUtil
configureLoadedClasses(Class) - Method in DefaultGrailsApplication
Configures the loaded classes within the GrailsApplication instance using the registered ArtefactHandler instances.
configureNamingStrategy(String, Object) - Method in GrailsDomainBinder
Override the default naming strategy given a Class or a full class name.
configureScaffolding(ApplicationContext, def) - Method in ScaffoldingGrailsPlugin
configureScaffoldingController(ApplicationContext, GrailsApplication, GrailsControllerClass) - Method in ScaffoldingGrailsPlugin
configureScanner(ParserContext, Element) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
configureServletContextAttributes(ServletContext, GrailsApplication, GrailsPluginManager, WebApplicationContext) - Method in GrailsConfigUtils
configureWebApplicationContext(ServletContext, WebApplicationContext) - Method in GrailsConfigUtils
connectDatastore() - Method in DomainClassUnitTestMixin
CONNECTION - Field in HttpHeaders
connectTo(StreamCharBuffer.LazyInitializingWriter, boolean) - Method in StreamCharBuffer
Console - Class in grails.ui
Extends regular Groovy console and bootstraps Grails environment before launch to allow interaction with the Grails domain model.
Console(ClassLoader, Binding) - Constructor in Console
console - Field in GrailsConsoleAntBuilder.GrailsConsoleLogger
ConsoleFocusListener - Class in ConsoleFocusListener
CONSTANT_NAME_CONTENT_TYPE - Field in GroovyPageParser
CONSTANT_NAME_DEFAULT_CODEC - Field in GroovyPageParser
CONSTANT_NAME_JSP_TAGS - Field in GroovyPageParser
CONSTANT_NAME_LAST_MODIFIED - Field in GroovyPageParser
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
ConstraintsDynamicProperty - Class in org.codehaus.groovy.grails.validation.metaclass
Instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances.
ConstraintsDynamicProperty(GrailsApplication) - Constructor in ConstraintsDynamicProperty
ConstraintsEvaluatingDynamicProperty - Class in org.codehaus.groovy.grails.validation.metaclass
This is a dynamic property that instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances.
ConstraintsEvaluatingDynamicProperty() - Constructor in ConstraintsEvaluatingDynamicProperty
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
contains(Object) - Method in HibernateSession
contains(Object) - Method in JSONArray
contains(Object) - Method in PagedResultList
containsAll(Collection) - Method in JSONArray
containsAll(Collection) - Method in PagedResultList
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 MockApplicationContext
containsFetchProfileDefinition(String) - Method in SessionFactoryProxy
containsHeader(String) - Method in PageRenderer.PageRenderResponse
containsKey(Object) - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
containsKey(Object) - Method in AbstractTypeConvertingMap
containsKey(Object) - Method in GrailsFlashScope
containsKey(Object) - Method in JSONObject
containsKey(Object) - Method in LazyMetaPropertyMap
{@inheritDoc}
containsLocalBean(String) - Method in MockApplicationContext
containsMethodName(def) - Method in GrailsTestTargetPattern
containsValue(Object) - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
containsValue(Object) - Method in AbstractTypeConvertingMap
containsValue(Object) - Method in GrailsFlashScope
containsValue(Object) - Method in JSONObject
containsValue(Object) - Method in LazyMetaPropertyMap
Checks whether the specified value is contained within the Map.
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
ContentLengthAwareCommonsMultipartResolver - Class in org.codehaus.groovy.grails.web.multipart
Safari includes the multipart packet inside an HTTP redirect without the Content-Length header.
context - Field in AbstractDependencyManagementConfigurer
context - Field in DefaultRuntimeSpringConfiguration
contextDestroyed(ServletContextEvent) - Method in Log4jConfigListener
contextInitialized(ServletContextEvent) - Method in Log4jConfigListener
contextPath - Field in IsolatedWarTomcatServer
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_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
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() - Constructor in ControllerArtefactHandler
ControllerAsyncTransformer - Class in org.codehaus.groovy.grails.compiler.web.async
Adds the the controller async APIs to Grails at compile time.
ControllerDelegate - Class in org.codehaus.groovy.grails.webflow.engine.builder
A delegate that relays method calls onto the currently executing controller.
ControllerDelegate(RequestContext) - Constructor in ControllerDelegate
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
ControllerExecutionException - Class in org.codehaus.groovy.grails.web.servlet.mvc.exceptions
Throw when an exception occurs during controller execution
ControllerExecutionException(Throwable) - Constructor in ControllerExecutionException
controllerName - Field in AbstractUrlMapping
controllerName(def) - Method in FilterToHandlerAdapter
Returns the name of the controller targeted by the given request.
ControllerNameExtractor - Class in org.codehaus.groovy.grails.test.support
ControllersApi - Class in org.codehaus.groovy.grails.plugins.web.api
API for each controller in a Grails application.
ControllersApi(GrailsPluginManager) - Constructor in ControllersApi
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 to 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.
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
A mixin that can be applied to a unit test in order to test controllers.
CONVERT_CLOSURES_KEY - Field in BuildSettings
A property name to enable/disable AST conversion of closures actions&tags to methods
convertAnother(Object) - Method in Converter
convertAnother(Object) - Method in JSON
convertAnother(Object) - Method in XML
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
A plug-in that allows the obj as XML 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.
convertStringValue(Object) - Method in HibernateCriterionAdapter.CriterionAdaptor
convertToReference(char) - Method in StreamCharBuffer.StreamingHTMLEncoderHelper
convertToRegex(String) - Method in RegexUrlMapping
Converts a Grails URL provides via the UrlMappingData interface to a regular expression.
convertValueToIdentifierType(def, def) - Method in HibernatePluginSupport
Converts an id value to the appropriate type for a domain class.
COOKIE - Field in HttpHeaders
copyExpandoMetaClass(Class, Class, boolean) - Method in GrailsMetaClassUtils
Copies the ExpandoMetaClass dynamic methods and properties from one Class to another.
copyGrailsApp() - Method in ResourceCopier
Copies the whole grails-app replacing any changes
copyGrailsResource(Object, Resource, boolean) - Method in BaseSettingsApi
copyGrailsResources(Object, Object, boolean) - Method in BaseSettingsApi
copyParamsFromPreviousRequest(RequestAttributes, GrailsWebRequest) - Method in GrailsDispatcherServlet
copyResourceBundles() - Method in ResourceCopier
Copies the resource bundles.
copyViews() - Method in ResourceCopier
Copies only the views.
CORE_PLUGIN_PATTERN - Field in CorePluginFinder
CORE_WORKING_DIR_NAME - Field in BuildSettings
The name of the working directory for commands that don't belong to a project (like create-app)
CoreGrailsPlugin - Class in org.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
correctArguments(Object) - Method in DelegateMetaMethod
CosineSimilarity - Class in grails.util
Uses cosine similarity to find matches from a candidate set for a specified input.
CouldNotDetermineHibernateDialectException - Class in org.codehaus.groovy.grails.orm.hibernate.exceptions
Thrown when no Hibernate dialect could be found for a database name.
CouldNotDetermineHibernateDialectException(Throwable) - Constructor in CouldNotDetermineHibernateDialectException
count() - Method in HibernateCriteriaBuilder
count() - Method in HibernateGormStaticApi
count() - Method in HibernateQuery.HibernateProjectionList
count(Closure) - Method in NamedCriteriaProxy
CountByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
Dynamic method that allows counting the values of the specified property names
CountByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor in CountByPersistentMethod
countDistinct(String, String) - Method in HibernateCriteriaBuilder
Adds a projection that allows the criteria to return the distinct property count
countDistinct(String) - Method in HibernateQuery.HibernateProjectionList
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(GrailsApplication, Class, String) - Method in AbstractClausedStaticPersistentMethod.GrailsMethodExpression
create(GrailsDomainClassProperty, PersistentClass, String, Mappings, String) - Method in GrailsDomainBinder.CollectionType
create() - Method in HibernateGormStaticApi
createAndPrepareCommandObjectAction(GroovyObject, Closure, String, ApplicationContext) - Method in WebMetaUtils
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) - 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
createChunk() - Method in StreamCharBuffer.AllocatedBuffer
Creates a new chunk from the content written to the buffer (used before adding StringChunk or StreamCharBufferChunk).
createClasspath() - Method in GroovyPageCompilerTask
Adds a path to the classpath.
createClassProperties(GrailsDomainClass, PersistentClass, Mappings, String) - Method in GrailsDomainBinder
Creates and binds the properties for the specified Grails domain class and PersistentClass and binds them to the Hibernate runtime meta model
createClosureForHtmlPart(int, int) - Method in GroovyPage
createCommandLine() - Method in CommandLineParser
createCommandObjectBindingAction(ApplicationContext) - Method in WebMetaUtils
Creates a command object binding action that can be used to replace an existing action
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
createConsoleReader() - Method in GrailsConsole
createConsoleReader() - Method in GrailsEclipseConsole
createContextLoader() - Method in GrailsContextLoaderListener
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
createCriteria() - Method in HibernateGormStaticApi
createCurrentSessionContext() - Method in SessionFactoryProxy
createDeclaration() - Method in GrailsCoreDependencies
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
createdMillis - Field in CacheEntry
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
createEndState(String, String, FlowArtifactFactory, Mapper, Closure) - Method in FlowBuilder
createEnvironment() - Method in GrailsWebApplicationContext
createExcludeArtifactId(String, String) - Method in AbstractIvyDependencyManager
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.
createFlowDefinitionUrl(String, AttributeMap, HttpServletRequest) - Method in GrailsFlowUrlHandler
createFlowExecutionUrl(String, String, HttpServletRequest) - Method in GrailsFlowUrlHandler
createForWAR(String, String) - Method in EmbeddableServerFactory
Creates a EmbeddableServer instance for the given WAR file and context path.
createForWAR(String, String) - Method in TomcatServerFactory
createFreshDependencyManager() - Method in PluginResolveEngine
createFromBuildBinding(Binding) - Method in JUnitReportsFactory
creategGrailsApplication() - Method in AbstractGrailsControllerTests
createGrailsPlugin(Class, Resource) - Method in DefaultGrailsPluginManager
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.
createInline(String, String, String, ClassLoader) - Method in TomcatServerFactory
createInstance() - Method in GrailsConsole
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
createJUnit4TestCaseFacade(Description) - Method in PerTestRunListener
createJUnitReportsFactory() - Method in JUnit4GrailsTestType
createKey(String, String, Map) - Method in UrlCreatorCache
createListener(Class) - Method in GrailsAsyncContext
createListener(def) - Method in JUnit4GrailsTestType
createListener(Class) - Method in MockAsyncContext
createMappingsHolder() - Method in GrailsUrlMappingsTestCase
createMessageSource() - Method in AbstractGrailsMockTests
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
createModuleDescriptor() - Method in AbstractIvyDependencyManager
createNamedConfig(String, Closure) - Method in JSON
createNamedConfig(String, Closure) - Method in XML
createNew(Writer) - Method in GroovyPageOutputStack
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, boolean) - Method in GroovyPage
createPdf(String, File, File) - Method in PdfBuilder
createPersistentEntity(Class) - Method in GrailsDomainClassMappingContext
createPersistentMethods(GrailsApplication, ClassLoader, Datastore) - Method in HibernateGormEnhancer
createPrintlnStatement(String, String) - Method in GrailsASTUtils
createPrototypeBean(String) - Method in DefaultRuntimeSpringConfiguration
createPrototypeBean(String) - Method in RuntimeSpringConfiguration
Creates a new prototype bean configuration.
createProxy(Serializable, SessionImplementor) - Method in GroovyAwareJoinedSubclassEntityPersister
createProxy(Serializable, SessionImplementor) - Method in GroovyAwareSingleTableEntityPersister
createQuery(String) - Method in HibernateQuery
createQuery(Class) - Method in HibernateSession
createRelativeURL(String, String, Map, String, String) - Method in DefaultUrlCreator
createRelativeURL(String, String, Map, String, String) - Method in RegexUrlMapping
createRelativeURL(String, String, Map, String, String) - Method in ResponseCodeUrlMapping
createRelativeURL(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
createRelativeURL(String, String, Map, String) - Method in UrlCreatorCache.CachingUrlCreator
createReport(String, String) - Method in JUnitReportsFactory
createReports(String) - Method in JUnitReportsFactory
createRequestEnvironmentInterceptor() - Method in GrailsTestInterceptor
createResolveArguments(String, String) - Method in PluginResolveEngine
createResponseWriter(HttpServletResponse) - Method in GroovyPagesServlet
Creates a response writer for the given response object
createResponseWriter(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
createScaffoldedView(String, String) - Method in ScaffoldingViewResolver
createScanner(XmlReaderContext, boolean) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
CreateService - Class in grails.build.interactive.completors
A completor for the create-service command
createSession(Map) - Method in HibernateDatastore
createSingletonBean(String) - Method in DefaultRuntimeSpringConfiguration
createSingletonBean(String) - Method in RuntimeSpringConfiguration
Creates a new singleton bean configuration.
createSSLCertificate() - Method in TomcatServer
createStackFilterer() - Method in GrailsExceptionResolver
createStackTraceFilterer(ConfigObject) - Method in GrailsConsoleAppender
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.
createSubflowInput(RequestContext) - Method in GrailsSubflowAttributeMapper
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
CreateTagLib - Class in grails.build.interactive.completors
A completor for the create-tag-lib command
createTemplate(def) - Method in AbstractGrailsTagTests
createTemplate(InputStream, Resource, String) - Method in GroovyPagesTemplateEngine
Constructs a Groovy Template from the given InputStream and Spring Resource object
createTemplate(URL) - Method in ResourceAwareTemplateEngine
createTemplateForUri(String) - Method in GroovyPagesTemplateEngine
createTerminal() - Method in GrailsConsole
Creates the instance of Terminal used directly in GrailsConsole.
createTerminal() - Method in GrailsEclipseConsole
createTransactionInterceptor() - Method in GrailsTestInterceptor
CreateUnitTest - Class in grails.build.interactive.completors
A completor for the create-unit-test command
createURL(String, String, Map, String, String) - Method in DefaultUrlCreator
createURL(String, String, Map, String, String) - Method in RegexUrlMapping
createURL(String, String, Map, String, String) - Method in ResponseCodeUrlMapping
createURL(String, String, Map, String, String) - Method in UrlCreator
Creates a URL for the given parameters values, controller and action names
createURL(Map, String) - Method in UrlCreatorCache.CachingUrlCreator
createViewFactory(String) - Method in FlowBuilder
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
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.
CURRENT_PREFIX - Field in AbstractGrailsArtefactTransformer
currentApplication() - Method in GrailsWebUtil
@return The currently bound GrailsApplication instance
currentConfiguration() - Method in GrailsWebUtil
@return The currently bound GrailsApplication instance
currentFlatConfiguration() - Method in GrailsWebUtil
@return The currently bound GrailsApplication instance
currentPluginManager() - Method in Holders
currentPluginManager() - Method in PluginManagerHolder
Retrieves the bound GrailsPluginManager that resides in the current Thread
currentSession - Field in DomainClassUnitTestMixin
currentSession() - Method in FlowAwareCurrentSessionContext
currentSessionContextClass - Field in ConfigurableLocalSessionFactoryBean
currentStack(RequestAttributes, boolean, Writer, boolean, boolean) - 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 GrailsRuntimeConfigurator
customizeBuildSettings(BuildSettings) - Method in GrailsAwareGroovyTestSuite
customizeClassInjectors(List) - Method in GrailsAwareGroovyTestSuite
customizeClassLoader(GrailsAwareClassLoader) - Method in GrailsAwareGroovyTestSuite
customizeGrailsResources(List) - Method in GrailsAwareGroovyTestSuite
customizePropertySources(MutablePropertySources) - Method in GrailsEnvironment

D

DATA_SOURCE_BEAN - Field in GrailsRuntimeConfigurator
DATA_SOURCE_CLASS - Field in GrailsApplication
DATA_SOURCE - Field in GrailsServiceClass
DatabindingApi - Class in org.codehaus.groovy.grails.web.binding
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
DataBindingUtils - Class in org.codehaus.groovy.grails.web.binding
Utility methods to perform data binding from Grails objects.
datasource(String) - Method in HibernateMappingBuilder
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
datasources(List) - Method in HibernateMappingBuilder
date(String, Collection) - Method in AbstractTypeConvertingMap
Obtains a date for the given parameter name and format
DATE_CREATED - Field in GrailsDomainClassProperty
DATE - Field in HttpHeaders
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
debug(String) - Method in AntLogAdapter
debug(String, Throwable) - Method in GrailsLog4jLoggerAdapter
debug(Object) - Method in Log4jConfig
debug(Object) - Method in RootLog4jConfig
DebugHttpSessionListener - Class in org.codehaus.groovy.grails.web.util
Simple implementation of the HttpListener interface that writes to standard out
debugStream - Field in JsonParserTokenManager
Debug output.
decode(Object) - Method in HTMLCodec
decorate(List) - Method in ListOrderedSet
Factory method to create an ordered set using the supplied list to retain order.
deepCopy(Object) - Method in IdentityEnumType
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_DATA_SOURCE - Field in GrailsDomainClassProperty
DEFAULT_DATA_SOURCE - Field in GrailsServiceClass
DEFAULT_DATABINDING_WHITELIST - Field in DefaultASTDatabindingHelper
DEFAULT_DATE_FORMAT - Field in GrailsDataBinder
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_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 GrailsTagLibClass
DEFAULT_NAMESPACE - Field in GroovyPage
DEFAULT_PORT - Field in EmbeddableServer
DEFAULT_PRIORITY - Field in DefaultConverterConfiguration
DEFAULT_REQUEST_ENCODING - Field in Converter
DEFAULT_REQUEST_ENCODING - Field in DefaultRequestStateLookupStrategy
DEFAULT_REST_MAPPING - Field in UrlMappingEvaluator
DEFAULT_SECURE_PORT - Field in EmbeddableServer
DEFAULT_SERVLET_VERSION - Field in Metadata
DEFAULT_SHUTDOWN_OPERATION - Field in ShutdownOperations
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(GrailsApplication) - 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
DefaultCommandLine - Class in org.codehaus.groovy.grails.cli.parsing
Implementation of the CommandLine interface.
DefaultCommandLine.SpecifiedOption - Class in org.codehaus.groovy.grails.cli.parsing
DefaultConstraintEvaluator - Class in org.codehaus.groovy.grails.validation
Default implementation of the ConstraintsEvaluator interface.
DefaultConstraintEvaluator() - Constructor in DefaultConstraintEvaluator
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, ProxyHandler) - Constructor in DefaultConverterConfiguration
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
DefaultGrailsApplication - Class in org.codehaus.groovy.grails.commons
Default implementation of the GrailsApplication interface that manages application loading, state, and artefact instances.
DefaultGrailsApplication(GrailsResourceLoader) - Constructor in DefaultGrailsApplication
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.ComponentDomainClass(Class) - Constructor in DefaultGrailsDomainClassProperty.ComponentDomainClass
DefaultGrailsDomainClassProperty(GrailsDomainClass, PropertyDescriptor, Map) - Constructor in DefaultGrailsDomainClassProperty
Constructor.
DefaultGrailsDomainConfiguration - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
Creates runtime configuration mapping for the Grails domain classes based on the work done in the Hibernate Annotations project
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.
DefaultGrailsTemplateGenerator - Class in org.codehaus.groovy.grails.scaffolding
Default implementation of the generator that generates grails artifacts (controllers, views etc.)
DefaultGrailsTemplateGenerator() - Constructor in DefaultGrailsTemplateGenerator
Default constructor.
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.
DefaultGroovyPagesUriService.ControllerObjectKey(GroovyObject) - Constructor in DefaultGroovyPagesUriService.ControllerObjectKey
DefaultGroovyPagesUriService.TupleStringKey(String, String) - Constructor in DefaultGroovyPagesUriService.TupleStringKey
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
DefaultMimeUtility - Class in org.codehaus.groovy.grails.web.mime
@author Graeme Rocher
DefaultMimeUtility(List) - Constructor in DefaultMimeUtility
DefaultPluginMetaManager - Class in org.codehaus.groovy.grails.plugins
Implements the PluginMetaManager interface by parsing a set of plugin.xml files from the given set of resources.
DefaultPluginMetaManager(Resource) - Constructor in DefaultPluginMetaManager
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.
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 - Field in DefaultResourceLocator
DefaultResourceLocator - Class in org.codehaus.groovy.grails.core.io
Default implementation of the ResourceLocator interface 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
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
Default implementation of the StackTracePrinter interface.
DefaultStackTracePrinter(ResourceLocator) - Constructor in DefaultStackTracePrinter
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.MappingCapturingClosure(Object) - Constructor in DefaultUrlMappingEvaluator.MappingCapturingClosure
DefaultUrlMappingEvaluator.UrlMappingBuilder(Binding, ServletContext) - Constructor in DefaultUrlMappingEvaluator.UrlMappingBuilder
DefaultUrlMappingEvaluator(WebApplicationContext) - Constructor in DefaultUrlMappingEvaluator
DefaultUrlMappingInfo - Class in org.codehaus.groovy.grails.web.mapping
Holds information established from a matched URL.
DefaultUrlMappingInfo(Object, 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.UrlMappingKey(String, String, Set) - Constructor in DefaultUrlMappingsHolder.UrlMappingKey
DefaultUrlMappingsHolder.UrlMappingsListKey(String, String) - Constructor in DefaultUrlMappingsHolder.UrlMappingsListKey
DefaultUrlMappingsHolder(List, List, boolean) - Constructor in DefaultUrlMappingsHolder
DeferredBindingActions - Class in grails.validation
Binding operations that are deferred until either validate() or save() are called.
defineBeans(Closure) - Method in GrailsUnitTestMixin
definitionLocator - Field in FlowBuilder
dehexchar(char) - Method in JSONTokener
Get the hex value of a character (base16).
DelegateMetaMethod(MetaMethod, DelegateMetaMethod.DelegateMetaMethodTargetStrategy) - Constructor in DelegateMetaMethod
delete(def, Map) - Method in HibernateGormInstanceApi
delete(Object) - Method in HibernateSession
delete() - Method in MockPart
deleteAll(QueryableCriteria) - Method in HibernateSession
Deletes all objects matching the given criteria.
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(Closure) - Method in DependencyConfigurationConfigurer
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
dependencyManager - Field in DependencyConfigurationContext
dependencyNames - Field in AbstractGrailsPlugin
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(String) - Method in GrailsUtil
Logs warning message about some deprecation and code style related hints.
deregisterMetaClassCleaner() - Method in GrailsUnitTestMixin
deSnapshot(String) - Method in VersionComparator
Removes any suffixes that indicate that the version is a kind of snapshot
destroy() - Method in AggregatePersistenceContextInterceptor
destroy() - Method in ConfigurableLocalSessionFactoryBean
destroy() - Method in GrailsDispatcherServlet
destroy() - Method in GrailsPageFilter
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 HibernatePersistenceContextInterceptor
destroy() - Method in NullPersistentContextInterceptor
destroy() - Method in PersistenceContextInterceptor
Called to finalize the persistent context.
destroyInternal() - Method in TomcatLoader
destroyRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
destroyTransactionIfNecessary() - Method in GrailsTestInterceptor
determineGrailsRuntimeConfiguratorFromServletContext(GrailsApplication, ServletContext, ApplicationContext) - Method in GrailsConfigUtils
determineUri(HttpServletRequest) - Method in GrailsExceptionResolver
DEV_CACHE_KEY - Field in ConfigurationHelper
development(Closure) - Method in Environment.EnvironmentBlockEvaluator
development(Closure) - Method in EnvironmentsLog4JConfig
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
A shutdown hook that closes the application context when CTRL+C is hit in dev mode.
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
DISABLE_AUTOWIRE_BY_NAME_OPTIMIZATIONS - Field in ReloadAwareAutowireCapableBeanFactory
disable() - Method in MetadataGeneratingMetaClassCreationHandle
disable_tracing() - Method in JSONParser
Disable tracing.
disassemble(Object) - Method in IdentityEnumType
discard(def) - Method in HibernateGormInstanceApi
disconnect() - Method in AggregatePersistenceContextInterceptor
disconnect() - Method in HibernatePersistenceContextInterceptor
disconnect() - Method in HibernateSession
disconnect() - Method in NullPersistentContextInterceptor
disconnect() - Method in PersistenceContextInterceptor
Disconnects the persistence context.
discriminator(Map) - Method in HibernateMappingBuilder
disjunction() - Method in HibernateQuery
disjunction() - Method in HibernateQuery.HibernateAssociationQuery
DISPATCH_ACTION_PARAMETER - Field in WebUtils
dispatch(ServletContext, String) - Method in MockAsyncContext
DISPOSITION_HEADER_PREFIX - Field in RenderDynamicMethod
distinct() - Method in HibernateCriteriaBuilder
distinct() - Method in HibernateQuery.HibernateProjectionList
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.
doBegin(Object, TransactionDefinition) - Method in GrailsHibernateTransactionManager
doBind(Object, MutablePropertyValues, TypeConverter) - Method in BindEventListener
@param target The target to bind to
doBind(MutablePropertyValues) - Method in GrailsDataBinder
doBuild(String, Object) - Method in WebFlowUnitTestSupport
doc(String) - Method in DefaultGrailsPlugin
doc(String) - Method in GrailsPlugin
Write some documentation to the DocumentationContext
doCall(Object) - Method in GroovyPage.ConstantClosure
doCall(Object) - Method in GroovyPageTagBody
DocEngine - Class in grails.doc
A Radeox Wiki engine for generating documentation using a confluence style syntax.
DocEngine(InitialRenderContext) - Constructor in DocEngine
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.
doCreateBean(String, RootBeanDefinition, Object) - Method in ReloadAwareAutowireCapableBeanFactory
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.
DocumentationContextThreadLocal - Class in org.codehaus.groovy.grails.documentation
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
doEndTag() - Method in GrailsTag
process the end tag
doEndTag() - Method in GroovyCollectTag
doEndTag() - Method in GroovyConditionalTag
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
doesTagReturnObject(String, String) - Method in TagLibraryLookup
doExecute(RequestContext) - Method in ClosureInvokingAction
doExecute(RequestContext) - Method in RuntimeRedirectAction
doExecute(RequestContext) - Method in UriRedirectAction
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in GrailsPageFilter
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in GrailsOpenSessionInViewFilter
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
doGetActiveProfiles() - Method in GrailsEnvironment
doInRequestEnvironment(String, Closure) - Method in GrailsTestRequestEnvironmentInterceptor
Calls init() before and destroy() after invoking body.
doInTransaction(Closure) - Method in GrailsTestTransactionInterceptor
Calls init() before and destroy() after invoking body.
doInvokeInternal(Class, String, DetachedCriteria, Closure, Object) - Method in AbstractClausedStaticPersistentMethod
doInvokeInternal(Object, Object) - Method in AbstractDynamicPersistentMethod
doInvokeInternal(Object, Object) - Method in AbstractSavePersistentMethod
doInvokeInternal(Class, String, DetachedCriteria, Object) - Method in AbstractStaticPersistentMethod
doInvokeInternal(Class, String, Closure, Object) - Method in ExecuteQueryPersistentMethod
doInvokeInternal(Class, String, Closure, Object) - Method in ExecuteUpdatePersistentMethod
doInvokeInternal(Class, String, Closure, Object) - Method in FindAllPersistentMethod
doInvokeInternal(Class, String, Closure, Object) - Method in FindPersistentMethod
doInvokeInternal(Class, String, Closure, Object) - Method in ListOrderByPersistentMethod
doInvokeInternal(Class, String, DetachedCriteria, Object) - Method in ListPersistentMethod
doInvokeInternal(Object, Object) - Method in ValidatePersistentMethod
doInvokeInternalWithExpressions(Class, String, Object, List, String, DetachedCriteria, Closure) - Method in AbstractClausedStaticPersistentMethod
doInvokeInternalWithExpressions(Class, String, Object, List, String, DetachedCriteria, Closure) - Method in AbstractFindByPersistentMethod
doInvokeInternalWithExpressions(Class, String, Object, List, String, DetachedCriteria, Closure) - Method in CountByPersistentMethod
doInvokeInternalWithExpressions(Class, String, Object, List, String, DetachedCriteria, Closure) - Method in FindAllByPersistentMethod
doInvokeInternalWithExpressions(Class, String, Object, List, String, DetachedCriteria, Closure) - Method in FindOrCreateByPersistentMethod
doInvokeMethod(String, Object, Object) - Method in ConstrainedPropertyBuilder
DOMAIN_CLASS - Field in GrailsDomainClassProperty
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
A plugin that configures the domain classes in the spring context.
DomainClassMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
@author Siegfried Puchbauer
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.scaffolding
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
DomainClassUnitTestMixin - Class in grails.test.mixin.domain
DomainValidator - Class in org.codehaus.groovy.grails.validation.routines
doMethodInvoke(Object, Object) - Method in DelegateMetaMethod
Done() - Method in SimpleCharStream
Reset buffer when finished.
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
doPrepare() - Method in GrailsTestTypeSupport
Do any preparation and return the (approximate) number of tests that will be run.
doPrepare() - Method in JUnit4GrailsTestType
doRemoteFunction(def, def, def) - Method in JavascriptProvider
Creates a remote function call
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
doSecondPass(Map) - Method in GrailsDomainBinder.GrailsCollectionSecondPass
doSecondPass(Map) - Method in GrailsDomainBinder.ListSecondPass
doSecondPass(Map) - Method in GrailsDomainBinder.MapSecondPass
doService(HttpServletRequest, HttpServletResponse) - Method in GroovyPagesServlet
doStart(String, int, int) - Method in InlineExplodedTomcatServer
doStart(String, int, int) - Method in IsolatedWarTomcatServer
doStart(String, int, int) - Method in TomcatServer
The host and port params will never be null, defaults will be passed if necessary.
doStartTag() - Method in GrailsTag
Process the start tag
doStartTag() - Method in GroovyCollectTag
doStartTag() - Method in GroovyConditionalTag
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, Closure) - Method in JspTag
Invokes a tag with a closure representing the body of the tag
doTag(Writer, Map, 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
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.
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
dynamicInsert(boolean) - Method in HibernateMappingBuilder
Whether to use dynamic update queries
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.
dynamicUpdate(boolean) - Method in HibernateMappingBuilder
Whether to use dynamic update queries

E

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
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 - Field in GrailsDomainClassProperty
EMPTY_ARGS - Field in GrailsParameterMap
EMPTY_BODY_CLOSURE - Field in GroovyPage
EMPTY_CLASS_ARRAY - Field in GrailsArtefactClassInjector
EMPTY_CLASS_ARRAY - Field in GrailsHibernateUtil
EMPTY_MAP_STRING - Field in CachingLinkGenerator
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.
enable(BuildSettings, PluginBuildSettings, boolean) - Method in UaaIntegration
enableCascadingValidation() - Method in GrailsUnitTestCase
Enables the cascading validation support for domain classes.
enableDynamicFilterEnablerIfPresent(SessionFactory, Session) - Method in GrailsHibernateUtil
enableProfile - Field in BaseSettingsApi
enableUaa() - Method in BaseSettingsApi
encode(Object) - Method in GroovyPageWritable.GspNoneCodec
encode(Object) - Method in HTMLCodec
encodeAsHTML() - Method in StreamCharBuffer
encodeAsHtml(String) - Method in StringEscapeCategory
encodeAsUrlFragment(String) - Method in StringEscapeCategory
encodeAsUrlPath(String) - Method in StringEscapeCategory
encodeRedirectUrl(String) - Method in MockHttpServletResponse
encodeRedirectUrl(String) - Method in PageRenderer.PageRenderResponse
encodeUrl(String) - Method in MockHttpServletResponse
encodeUrl(String) - Method in PageRenderer.PageRenderResponse
encoding - Field in UrlCreatorCache.UrlCreatorKey
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
endColumn - Field in Token
The column number of the last character of this Token.
endEachMethod() - Method in GroovySyntaxTag
endElement(String, String, String) - Method in TldReader
endElement(String, String, String) - Method in WebXmlTagLibraryReader
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
enhanceCommandObjectClass(ClassNode, String, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
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
enhanceDomainClasses(GrailsApplication, ApplicationContext) - Method in DomainClassGrailsPlugin
enhanceDomainWithBinding(ApplicationContext, GrailsDomainClass, MetaClass) - Method in ControllersGrailsPlugin
enhanceProxy(HibernateProxy) - Method in HibernatePluginSupport
enhanceProxyClass(Class) - Method in HibernatePluginSupport
enhanceServletApi() - Method in ServletsGrailsPluginSupport
enhanceSessionFactories(ApplicationContext, def) - Method in HibernatePluginSupport
enhanceSessionFactory(SessionFactory, GrailsApplication, ApplicationContext, String, Map) - Method in HibernatePluginSupport
enhanceTagLibMetaClass(GrailsTagLibClass, TagLibraryLookup) - Method in WebMetaUtils
ensureCapacity(int) - Method in JSONArray
ensureCorrectGroovyMetaClass(Object, Class) - Method in GrailsHibernateUtil
Ensures the meta class is correct for a given class
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
entrySet() - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
entrySet() - Method in AbstractTypeConvertingMap
entrySet() - Method in GrailsFlashScope
entrySet() - Method in JSONObject
entrySet() - Method in LazyMetaPropertyMap
ENUM_ID_ACCESSOR - Field in IdentityEnumType
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 - Field in GrailsScriptRunner.ScriptAndArgs
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 Environment.EnvironmentBlockEvaluator
ENVIRONMENTS - Field in GrailsPlugin
The environments to which this plugin applies
environments(Closure) - Method in Log4jConfig
EnvironmentsLog4JConfig - Class in org.codehaus.groovy.grails.plugins.log4j
EnvironmentsLog4JConfig(Log4jConfig) - Constructor in EnvironmentsLog4JConfig
EOF - Field in JsonParserConstants
End of File.
EOF - Field in Tokens
eol - Field in ParseException
The end of line string for this machine.
eq(String, Object, Map) - Method in HibernateCriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
eq(String, Object) - Method in HibernateQuery
eq(String, Object) - Method in HibernateQuery.HibernateAssociationQuery
eqAll(String, QueryableCriteria) - Method in HibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqProperty(String, String) - Method in HibernateCriteriaBuilder
Creates a Criterion that compares to class properties for equality
EQUAL - Field in AbstractClausedStaticPersistentMethod.GrailsMethodExpression
equals(Object) - Method in AbstractClosureProxy
Compares based on identities, but unlike the standard implementation this one will return true if the given object is the target closure for this wrapper as well.
equals(Object) - Method in AbstractGrailsPlugin
equals(Object) - Method in AbstractTypeConvertingMap
equals(Object) - Method in BasicGrailsPluginInfo
equals(Object) - Method in CachingGrailsConventionGroovyPageLocator.GroovyPageLocatorCacheKey
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 DefaultGroovyPagesUriService.ControllerObjectKey
equals(Object) - Method in DefaultGroovyPagesUriService.TupleStringKey
equals(Object) - Method in DefaultUrlMappingsHolder.UrlMappingKey
equals(Object) - Method in DefaultUrlMappingsHolder.UrlMappingsListKey
equals(Object) - Method in DelegateMetaMethod
equals(Object) - Method in GroovyPageLayoutFinder.LayoutCacheKey
EQUALS - Field in HibernateCriteriaBuilder
equals(Object, Object) - Method in IdentityEnumType
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(Object) - Method in MetaClassRegistryCleaner.IdentityWeakReference
equals(Object) - Method in MimeType
EQUALS_OPERATOR - Field in GrailsASTUtils
equals(Object) - Method in PagedResultList
EQUALS_PROPERTY - Field in HibernateCriteriaBuilder
equals(Object) - Method in ScaffoldingViewResolver.ViewKey
equals(Object) - Method in SoftKey
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 UrlCreatorCache.ReverseMappingKey
equals(Object) - Method in UrlCreatorCache.UrlCreatorKey
equals(def) - Method in VersionComparator
error(String) - Method in AntLogAdapter
error(SourceUnit, String) - Method in ControllerActionTransformer
error(SourceUnit, ASTNode, String, boolean) - Method in GrailsASTUtils
Generates a fatal compilation error
ERROR - Field in GrailsConsole
error(String, Throwable) - Method in GrailsLog4jLoggerAdapter
error(Object) - Method in Log4jConfig
error(Object) - Method in RootLog4jConfig
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 AbstractDynamicPersistentMethod
ERRORS_PROPERTY - Field in ControllerDynamicMethods
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.
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) - 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
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
evaluate(GrailsWebRequest) - Method in GroovyPageRequestBinding.LazyRequestBasedValue
evaluate(Closure, ApplicationContext) - Method in HibernateMappingBuilder
Central entry point for the class.
evaluate(Closure) - Method in HibernateNamedQueriesBuilder
evaluateConstraints(Class, GrailsDomainClassProperty) - 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.
evaluateMapping(GrailsDomainClass, Closure, boolean) - Method in GrailsDomainBinder
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 - Field in GrailsTestEventPublisher
EVENT_ON_CHANGE - Field in GrailsPlugin
EVENT_ON_CONFIG_CHANGE - Field in GrailsPlugin
EVENT_ON_SHUTDOWN - Field in GrailsPlugin
EventTriggeringInterceptor - Class in org.codehaus.groovy.grails.orm.hibernate
EventTriggeringInterceptor(HibernateDatastore, ConfigObject) - Constructor in EventTriggeringInterceptor
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
evict(Class, Serializable) - Method in SessionFactoryProxy
evictCollection(String, Serializable) - Method in SessionFactoryProxy
evictEntity(String, Serializable) - Method in SessionFactoryProxy
evictionList - Field in AbstractGrailsPlugin
evictPlugin(GrailsPlugin, String) - Method in DefaultGrailsPluginManager
evictQueries() - Method in SessionFactoryProxy
EXCEEDED_SUFFIX - Field in ConstrainedProperty
EXCEPTION_ATTRIBUTE - Field in GrailsExceptionResolver
EXCEPTION_HANDLER_BEAN - Field in GrailsRuntimeConfigurator
EXCEPTION_MODEL_KEY - Field in GroovyPageView
exclude(def) - Method in EnhancedDefaultDependencyDescriptor
EXCLUDED_PATHS - Field in GrailsProjectCompiler
EXCLUDED_RESOURCES - Field in PluginBuildSettings
Resources to be excluded from the final packaged plugin.
EXCLUDED_RESOURCES - Field in PluginPackager
excludes(Object) - Method in EnhancedDefaultDependencyDescriptor
excludes(String) - Method in InheritanceConfigurer
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) - 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() - Method in GroovyPageCompilerTask
execute(Writer, MacroParameter) - Method in GspTagSourceMacro
execute(Writer, MacroParameter) - Method in HiddenMacro
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.
executeCommand(String, String, String) - Method in GrailsScriptRunner
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
executeQuery(String, Collection, Map) - Method in HibernateGormStaticApi
executeQuery(PersistentEntity, Junction) - Method in HibernateQuery
ExecuteQueryPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
Allows the executing of arbitrary HQL queries.
ExecuteQueryPersistentMethod(SessionFactory, ClassLoader, GrailsApplication) - Constructor in ExecuteQueryPersistentMethod
executeScript(def, def) - Method in RunScript
executeScriptWithCaching(CommandLine) - Method in GrailsScriptRunner
executeUpdate(String, Collection, Map) - Method in HibernateGormStaticApi
ExecuteUpdatePersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
Allows the executing of arbitrary HQL updates.
ExecuteUpdatePersistentMethod(SessionFactory, ClassLoader, GrailsApplication) - Constructor in ExecuteUpdatePersistentMethod
exists(String) - Method in DocEngine
exists(def) - Method in FileResourceChecker
exists(Serializable) - Method in HibernateGormStaticApi
exists() - Method in MockApplicationContext.MockResource
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
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.
ExpressionDelegate - Class in org.codehaus.groovy.grails.webflow.engine.builder
Used for evaluating PropertyExpression instances
ExpressionDelegate(RequestContext) - Constructor in ExpressionDelegate
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
extensions - Field in DirectoryWatcher
ExternalGrailsDomainClass - Interface in org.codehaus.groovy.grails.commons
Represents a persistable Grails domain class that is externally mapped.
extractControllerNameFromTestClassName(String, String) - Method in ControllerNameExtractor
extractErrors(def) - Method in ValidationTagLib
extractIdValue(Object, GrailsDomainClassProperty) - Method in ConverterUtil
Reads the value of the primary identifier property of a domain class instance
extractLineNumber(CompilationFailedException) - Method in GrailsExceptionResolver
extractRootCause(Throwable) - Method in GrailsUtil
extractValue(Object, GrailsDomainClassProperty) - Method in DomainClassMarshaller

F

FACTORY_SERVLET_CONTEXT_ATTRIBUTE - Field in GrailsPageFilter
FactoryHolder - Class in org.codehaus.groovy.grails.web.sitemesh
Holds a reference to the Sitemesh Factory object.
failedPlugins - Field in AbstractGrailsPluginManager
failureCount - Field in GrailsTestEventConsoleReporter
FastStringPrintWriter - Class in org.codehaus.groovy.grails.web.pages
Fast in-memory PrintWriter implementation.
FastStringPrintWriter(Object) - Constructor in FastStringPrintWriter
FastStringWriter - Class in org.codehaus.groovy.grails.web.pages
Java's default StringWriter uses a StringBuffer which is synchronized.
FastStringWriter(Object) - Constructor in FastStringWriter
fatal(Object) - Method in Log4jConfig
fatal(Object) - Method in RootLog4jConfig
FETCH_EAGER - Field in GrailsDomainClassProperty
FETCH_LAZY - Field in GrailsDomainClassProperty
FETCH_MODE - Field in GrailsDomainClassProperty
fetchMode(String, FetchMode) - Method in HibernateCriteriaBuilder
Sets the fetch mode of an associated path
FIELD_MIME_TYPES_API - Field in MimeTypesTransformer
fieldImpl(def, def) - Method in FormTagLib
FILE - Field in Metadata
file - Field in PlainFormatter
FILE_SEPARATOR - Field in DefaultResourceLocator
FileResourceChecker - Class in grails.doc.internal
Simple class that checks whether a path relative to a base directory exists or not.
FileResourceChecker(File) - Constructor in FileResourceChecker
FillBuff() - Method in SimpleCharStream
filter(Throwable) - Method in DefaultStackTraceFilterer
filter(Throwable) - Method in StackTraceFilterer
FilterConfig - Class in org.codehaus.groovy.grails.plugins.web.filters
@author mike
FilterConfig() - Constructor in FilterConfig
filterGStringReferences(Object) - Method in BeanBuilder
filterPluginList(List) - Method in BasePluginFilter
Template method shared by subclasses of BasePluginFilter.
filterPluginList(List) - Method in IdentityPluginFilter
Simply returns original list reference.
filterPluginList(List) - Method in PluginFilter
Returns a filtered list of plugins.
filterQueryArgumentMap(Map) - Method in HibernatePluginSupport
FILTERS_ARTEFACT_TYPE - Field in LoggingTransformer
FiltersConfigArtefactHandler - Class in org.codehaus.groovy.grails.plugins.web.filters
Detects artefact types that end with *Filter.
FiltersConfigArtefactHandler() - Constructor in FiltersConfigArtefactHandler
FiltersGrailsPlugin - Class in org.codehaus.groovy.grails.plugins.web.filters
Plugins that handles the configuration of Filters in a Grails application
filterStackTrace(Exception) - Method in GrailsExceptionResolver
FiltersUnitTestMixin - Class in grails.test.mixin.web
FilterToHandlerAdapter - Class in org.codehaus.groovy.grails.plugins.web.filters
Adapter between a FilterConfig object and a Spring HandlerInterceptor.
finalizeDeferredProperties() - Method in BeanBuilder
find(Closure) - Method in GrailsMockHttpServletRequest
Adds a "find()" method to the request that searches the request's attributes.
find(String, Collection, Map) - Method in HibernateGormStaticApi
find(HttpServletRequest, Closure) - Method in ServletRequestApi
enables searching of request attributes with request.find { it.key == 'foo' }
findAll(Closure) - Method in GrailsMockHttpServletRequest
Like the find(Closure) method, this searches the request attributes.
findAll(String, Collection, Map) - Method in HibernateGormStaticApi
findAll(HttpServletRequest, Closure) - Method in ServletRequestApi
enables searching of for a number of request attributes using request.findAll { it.key.startsWith('foo') }
FindAllByBooleanPropertyPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
The "findAllBy*" static persistent method.
FindAllByBooleanPropertyPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor in FindAllByBooleanPropertyPersistentMethod
FindAllByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
The "findBy*" static persistent method.
FindAllByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor in FindAllByPersistentMethod
Constructor.
FindAllPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
FindAllPersistentMethod(SessionFactory, ClassLoader, GrailsApplication) - Constructor in FindAllPersistentMethod
findAllWhere(Map, Map) - Method in HibernateGormStaticApi
findAllWhere(Map, Boolean) - Method in NamedCriteriaProxy
findAnnotation(ClassNode, Class) - Method in GrailsASTUtils
findAnnotationOnBean(String, Class) - Method in GenericBeanFactoryAccessor
Find a java.lang.annotation.Annotation of annotationType on the specified bean, traversing its interfaces and super classes if no annotation can be found on the given class itself, as well as checking its raw bean class if not found on the exposed bean reference (e.g. in case of a proxy).
findAnnotationOnBean(String, Class) - Method in MockApplicationContext
findArtifactRef(Artifact, Date) - Method in SnapshotAwareM2Resolver
findAttribute(String) - Method in GroovyPagesPageContext
findBaseDir() - Method in GrailsAwareGroovyTestSuite
findBinaryScriptSource(String) - Method in DefaultGroovyPageLocator
FindByBooleanPropertyPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
The "findBy*" static persistent method.
FindByBooleanPropertyPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor in FindByBooleanPropertyPersistentMethod
FindByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
The "findBy*" static persistent method.
FindByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor in FindByPersistentMethod
Constructor.
findClass(String) - Method in ParentDelegatingClassLoader
findConstructor(ClassNode, Parameter) - Method in GrailsASTUtils
Finds a constructor for the given class node and parameter types
findEventsScript(File) - Method in GrailsBuildEventListener
findGrailsHome() - Method in GrailsAwareGroovyTestSuite
findGrailsPluginDir(File) - Method in I18nGrailsPlugin
findInjectors(String, ClassInjector) - Method in ArtefactTypeAstTransformation
findIvyFileRef(DependencyDescriptor, ResolveData) - Method in SnapshotAwareM2Resolver
findLayout(HttpServletRequest, Page) - Method in GroovyPageLayoutFinder
findMarhallerFor(Object) - Method in ChainedConverterConfiguration.ChainedObjectMarshaller
findMissingOrUpgradePlugins(Collection) - Method in PluginInstallEngine
FindOrCreateByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
FindOrCreateByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader, String) - Constructor in FindOrCreateByPersistentMethod
FindOrSaveByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
FindOrSaveByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor in FindOrSaveByPersistentMethod
Constructor.
findPage(String) - Method in CachingGrailsConventionGroovyPageLocator
findPage(String) - Method in DefaultGroovyPageLocator
findPage(String) - Method in GroovyPageLocator
Finds a page for the given URI
findPageInBinaryPlugins(String) - Method in GroovyPagesServlet
findPageInBinding(String, String, GroovyPageBinding) - Method in CachingGrailsConventionGroovyPageLocator
findPageInBinding(String, GroovyPageBinding) - Method in DefaultGroovyPageLocator
findPageInBinding(String, GroovyPageBinding) - Method in GroovyPageLocator
Finds a page for the URI and binding
FindPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
FindPersistentMethod(SessionFactory, ClassLoader, GrailsApplication) - Constructor in FindPersistentMethod
findPlugin(def, String) - Method in UaaIntegrationSupport
Finds a plugin in the given plugin list.
findPropertyNameForValue(Object, Object) - Method in GrailsClassUtils
Locates the name of a property for the given value on the target object using Groovy's meta APIs.
findReloadablePage(String) - Method in DefaultGroovyPageLocator
findRepositories() - Method in TomcatLoader
findResource(List) - Method in DefaultGroovyPageLocator
findResource(String) - Method in PageRenderer
findResourceForClassName(String) - Method in DefaultResourceLocator
findResourceForClassName(String) - Method in ResourceLocator
Finds the .groovy file or .java file for a given class from a Grails project.
findResourceForClassName(String) - Method in StaticResourceLocator
findResourceForURI(String) - Method in CachingGroovyPageStaticResourceLocator
findResourceForURI(String) - Method in DefaultResourceLocator
findResourceForURI(String) - Method in GroovyPageStaticResourceLocator
findResourceForURI(String) - Method in ResourceLocator
Finds a resource for the given URI
findResourceForURI(String) - Method in StaticResourceLocator
findResourceInBinaryPlugins(DefaultResourceLocator.PluginResourceInfo) - Method in DefaultResourceLocator
findResourceInPlugins(String) - Method in DefaultGroovyPageLocator
findResourceScriptPathForSearchPaths(String, List) - Method in DefaultGroovyPageLocator
findResourceScriptSource(String) - Method in DefaultGroovyPageLocator
findResourceScriptSourceInPlugins(String) - Method in DefaultGroovyPageLocator
findResourceUsingPattern(ModuleRevisionId, String, Artifact, ResourceMDParser, Date) - Method in GrailsRepoResolver
findScriptSource(String) - Method in GroovyPagesTemplateEngine
findSourceFiles(GrailsTestTargetPattern) - Method in GrailsTestTypeSupport
Finds source based on the testSuffixes and testExtensions that match the targetPattern.
findStreamCharBufferTarget(boolean) - Method in CodecPrintWriter
findStreamCharBufferTarget(boolean) - Method in GrailsPrintWriter
findTemplate(String) - Method in GrailsConventionGroovyPageLocator
Finds a template for the given given template name, looking up the controller from the request as necessary
findTemplateByPath(String) - Method in GrailsConventionGroovyPageLocator
Find a template for a path.
findTemplateInBinding(String, String, GroovyPageBinding) - Method in GrailsConventionGroovyPageLocator
Finds a template for the given given template name, looking up the controller from the request as necessary
findTomcatJars(BuildSettings) - Method in IsolatedWarTomcatServer
findUriForType(Class) - Method in RenderInputTag
findView(String) - Method in GrailsConventionGroovyPageLocator
Finds a view for the given given view name, looking up the controller from the request as necessary
findViewByPath(String) - Method in GrailsConventionGroovyPageLocator
Find a view for a path.
findWhere(Map, Map) - Method in HibernateGormStaticApi
findWhere(def) - Method in NamedCriteriaProxy
findWrappedException(Exception) - Method in GrailsExceptionResolver
finish() - Method in PerTestRunListener
firePendingClassChangeEvents(Class) - Method in GrailsProjectWatcher
Fire any pending class change events
fireTestFailure(Failure) - Method in GrailsTestRunNotifier
fireTestRunFinished(Result) - Method in GrailsTestRunNotifier
fireTestStarted(Description) - Method in GrailsTestRunNotifier
firstExpressionIsRequiredBoolean() - Method in AbstractFindByPersistentMethod
Indicates if the first expression in the query is a required boolean property and as such should be ANDed to the other expressions, not ORed.
firstExpressionIsRequiredBoolean() - Method in FindAllByBooleanPropertyPersistentMethod
firstExpressionIsRequiredBoolean() - Method in FindAllByPersistentMethod
Indicates if the first expression in the query is a required boolean property and as such should be ANDed to the other expressions, not ORed.
firstExpressionIsRequiredBoolean() - Method in FindByBooleanPropertyPersistentMethod
firstResult(int) - Method in HibernateQuery
FLASH - Field in GroovyPage
FLASH_SCOPE - Field in GrailsApplicationAttributes
FLASH_SCOPE_PROPERTY - Field in ControllerDynamicMethods
FlashScope - Interface in org.codehaus.groovy.grails.web.servlet
Represents flash scope and allows a flash scope map to be set to the next state.
flatConfig - Field in AbstractBuildSettings
Flattened version of the ConfigObject for easy access from Java
flatConfig - Field in DefaultGrailsApplication
flatDir(Map) - Method in RepositoriesConfigurer
float(String, Float) - Method in TypeConvertingMap
flow(Closure) - Method in FlowBuilder
FlowAwareCurrentSessionContext - Class in org.codehaus.groovy.grails.webflow.persistence
A Hibernate CurrentSessionContext that is aware of flow requests and looks up the Session from the flow instead of the current Thread.
FlowAwareCurrentSessionContext(SessionFactoryImplementor) - Constructor in FlowAwareCurrentSessionContext
Create a new SpringSessionContext for the given Hibernate SessionFactory.
FlowBuilder - Class in org.codehaus.groovy.grails.webflow.engine.builder
FlowBuilder(String, Closure, FlowBuilderServices, FlowDefinitionLocator) - Constructor in FlowBuilder
flowBuilderServices - Field in FlowBuilder
flowBuilderServices - Field in WebFlowTestCase
FlowDefinitionException - Class in org.codehaus.groovy.grails.webflow.engine.builder
Thrown when an error occurs duing Flow definition
FlowDefinitionException(String) - Constructor in FlowDefinitionException
flowDefinitionRegistry - Field in WebFlowTestCase
FlowInfoCapturer - Class in org.codehaus.groovy.grails.webflow.engine.builder
Used to capture details of the flow
FlowInfoCapturer(FlowBuilder, ApplicationContext) - Constructor in FlowInfoCapturer
flush() - Method in AggregatePersistenceContextInterceptor
flush() - Method in BodyContentImpl
flush() - Method in BoundedCharsAsEncodedBytesCounter.BoundedCharsAsEncodedBytesCounterWriter
flush() - Method in GrailsPrintWriter
Flush the stream.
flush() - Method in GrailsPrintWriterAdapter
flush() - Method in GrailsRoutablePrintWriter
flush() - Method in GrailsRoutablePrintWriter.NullWriter
flush() - Method in HibernatePersistenceContextInterceptor
flush() - Method in HibernateSession
flush() - Method in JspWriterDelegate
flush() - Method in NullPersistentContextInterceptor
flush() - Method in PersistenceContextInterceptor
Flushes any pending changes to the DB.
flush() - Method in StreamCharBuffer.ConnectedWriter
flush() - Method in StreamCharBuffer.FixedCharArrayWriter
flush() - Method in StreamCharBuffer.MultiOutputWriter
flush() - Method in StreamCharBuffer.SingleOutputWriter
flush() - Method in StreamCharBuffer.StreamCharBufferWriter
flushBeforeQuery() - Method in HibernateQuery
flushBuffer() - Method in GrailsPageResponseWrapper
Prevent buffer from being flushed if this is a page being parsed.
flushBuffer() - Method in PageRenderer.PageRenderResponse
flushIfNecessary(Session, boolean) - Method in GrailsOpenSessionInViewInterceptor
FlushOnRedirectEventListener - Class in org.codehaus.groovy.grails.orm.hibernate.support
Flushes the session on a redirect.
FlushOnRedirectEventListener(SessionFactory) - Constructor in FlushOnRedirectEventListener
flushSession(Session) - Method in SavePersistentMethod
flushTagBuffering() - Method in GroovyPageParser
focusGained(FocusEvent) - Method in ConsoleFocusListener
focusLost(FocusEvent) - Method in ConsoleFocusListener
forApplication(IvyDependencyManager) - Method in DependencyConfigurationContext
forClass(Class, ClassPropertyFetcher.ReferenceInstanceCallback) - Method in ClassPropertyFetcher
foreachRenamedIt - Field in GroovySyntaxTag
formatCodeSnippetEnd(Resource, int) - Method in DefaultStackTracePrinter
formatCodeSnippetEnd(Resource, int) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetErrorLine(int, def) - Method in DefaultStackTracePrinter
formatCodeSnippetErrorLine(int, Object) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetLine(int, def) - Method in DefaultStackTracePrinter
formatCodeSnippetLine(int, Object) - Method in ErrorsViewStackTracePrinter
formatCodeSnippetStart(Resource, int) - Method in DefaultStackTracePrinter
formatCodeSnippetStart(Resource, int) - Method in ErrorsViewStackTracePrinter
formatErrors(Errors, String) - Method in ValidationException
FormatInterceptor - Class in org.codehaus.groovy.grails.plugins.web.mimes
Interceptors a closure call and gathers method calls that take a closure into a map format->closure
formats - Field in JUnitReportsFactory
FormatTagLib - 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!
formatValue(def, String) - Method in ValidationTagLib
Formats a given value for output to an HTML page by converting it to a string and encoding it.
FormTagLib - Class in org.codehaus.groovy.grails.plugins.web.taglib
Tags for working with form controls.
forPlugin(IvyDependencyManager, String) - Method in DependencyConfigurationContext
forward(Object, Map) - Method in ControllersApi
Forwards a request for the given parameters using the RequestDispatchers forward method
forward(Map) - Method in FilterConfig
forward(HttpServletRequest, HttpServletResponse, Map) - Method in ForwardMethod
forward(String) - Method in GroovyPagesPageContext
forwardArgs - Field in MvcUnitTestCase
FORWARDED - Field in HttpHeaders
ForwardMethod - Class in org.codehaus.groovy.grails.web.metaclass
Implements performing a forward.
forwardRequest(UrlMappingInfo, HttpServletRequest, HttpServletResponse, ModelAndView, String) - Method in GrailsExceptionResolver
forwardRequestForUrlMappingInfo(HttpServletRequest, HttpServletResponse, UrlMappingInfo, Map, boolean) - Method in WebUtils
Forwards a request for the given UrlMappingInfo object and model
forwardURI - Field in AbstractUrlMapping
ForwardUrlMappingInfo - Class in org.codehaus.groovy.grails.web.mapping
A customizable UrlMappingInfo instance used for forwards and includes.
fragment - Field in UrlCreatorCache.UrlCreatorKey
FROM - Field in HttpHeaders
fromQueryString(String) - Method in WebUtils
Takes a query string and returns the results as a map where the values are either a single entry or a list of values
FULL_STACK_TRACE_MESSAGE - Field in StackTraceFilterer
FUNCTIONAL_BASE_URL_PROPERTY - Field in BuildSettings
A system property with this name is populated in the preparation phase of functional testing with the base URL that tests should be run against.
FunctionCallback - Interface in org.codehaus.groovy.grails.commons.metaclass

G

ga - Field in AbstractGrailsMockTests
The GrailsApplication instance created during setup
gcl - Field in AbstractGrailsMockTests
A GroovyClassLoader instance
GDECLAR - Field in Tokens
GDIRECT - Field in Tokens
ge(String, Object) - Method in HibernateCriteriaBuilder
Creates a "greater than or equal to" Criterion based on the specified property name and value
ge(String, Object) - Method in HibernateQuery
ge(String, Object) - Method in HibernateQuery.HibernateAssociationQuery
geAll(String, QueryableCriteria) - Method in HibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
GEND_EMPTY_TAG - Field in Tokens
GEND_TAG - Field in Tokens
GenerateAll - Class in grails.build.interactive.completors
Completor for the generate-all command.
GenerateController - Class in grails.build.interactive.completors
Completor for the generate-controller command.
generateController(GrailsDomainClass, Writer) - Method in DefaultGrailsTemplateGenerator
generateController(GrailsDomainClass, Writer) - Method in GrailsTemplateGenerator
Generates a controller for the specified domain class, writing the result to the specified java.io.Writer instance.
generateDependencyDescriptor() - Method in PluginPackager
" exclude name:"*
generateForDomainClass(def) - Method in _GrailsGenerate
generateGsp(Writer, boolean) - Method in GroovyPageParser
generateJavaName(String) - Method in GroovyPageCompiler
generateParseException() - Method in JSONParser
Generate ParseException.
generatePluginXml(def, MarkupBuilder) - Method in PluginDescriptorGenerator
generatePluginXml(File) - Method in PluginPackager
Generates the plugin.xml file for the plugin descriptor
GenerateStubsTask - Class in org.codehaus.groovy.grails.cli
Need to spin our own GenerateStubsTask because Groovy's one stupidly tries to compile properties files and anything that doesn't end with Java.
generateTest(GrailsDomainClass, String) - Method in DefaultGrailsTemplateGenerator
generateToc(def) - Method in LegacyTocStrategy
generateToc(def) - Method in YamlTocStrategy
generateToken(String) - Method in SynchronizerTokensHolder
GenerateUtils - Class in grails.util
Utility class with a "main" method that allows an application to run the template generation.
generateView(GrailsDomainClass, String, Writer) - Method in DefaultGrailsTemplateGenerator
generateView(GrailsDomainClass, String, String) - Method in GrailsTemplateGenerator
Generates a view for the specified domain class and view name to the target directory.
GenerateViews - Class in grails.build.interactive.completors
Completor for the generate-views command.
generateViews(GrailsDomainClass, String) - Method in DefaultGrailsTemplateGenerator
generateViews(GrailsDomainClass, String) - Method in GrailsTemplateGenerator
Generates the necessary views for the supplied domain class.
generateViewSource(String, GrailsDomainClass) - Method in ScaffoldingViewResolver
generateWebXml() - Method in ResourceCopier
Re-generates the web.xml file
GenericBeanFactoryAccessor - Class in org.codehaus.groovy.grails.beans.factory
A fork of the Spring 2.5.6 GenericBeanFactoryAccess class that was removed from Spring 3.0.
GenericBeanFactoryAccessor(ListableBeanFactory) - Constructor in GenericBeanFactoryAccessor
Constructs a GenericBeanFactoryAccessor that wraps the supplied org.springframework.beans.factory.ListableBeanFactory.
GenericDynamicProperty - Class in org.codehaus.groovy.grails.commons.metaclass
A generic dyanmic property for any type.
GenericDynamicProperty(String, Class, FunctionCallback, boolean) - Constructor in GenericDynamicProperty
GenericJavaBeanMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.json
@author Siegfried Puchbauer
geProperty(String, String) - Method in HibernateCriteriaBuilder
Creates a Criterion that tests if the first property is greater than or equal to the second property
get(Object) - Method in AbstractDynamicProperty
get(Object) - Method in AbstractGroovyPageBinding.GroovyPageBindingMap
get(Object) - Method in AbstractTypeConvertingMap
get(ReferenceInstanceCallback) - Method in ClassPropertyFetcher.FieldReaderFetcher
get(ReferenceInstanceCallback) - Method in ClassPropertyFetcher.GetterPropertyFetcher
get(ReferenceInstanceCallback) - Method in ClassPropertyFetcher.PropertyFetcher
get(Object) - Method in ConstraintsDynamicProperty
get(Object) - Method in ConstraintsEvaluatingDynamicProperty
get(UrlMappingsListKey) - Method in DefaultUrlMappingsHolder.UrlMappingsList
get(Object) - Method in DynamicProperty
Call the getter on the given object
get(Object) - Method in GenericDynamicProperty
get(Object) - Method in GetParamsDynamicProperty
get(String, Object, List) - Method in GrailsConfig
Configuration Value lookup with a default value and a list of allowed values.
get(Object) - Method in GrailsControllerBeanMap
get(Object) - Method in GrailsFlashScope
get(String) - Method in GrailsLog4jMDCAdapter
get(Object) - Method in GrailsParameterMap
get(String, File) - Method in GrailsRepository
get(Serializable) - Method in HibernateGormStaticApi
get(boolean) - Method in Holder
get(int) - Method in JSONArray
Get the object value associated with an index.
get(Object) - Method in JSONObject
get(Object) - Method in LazyMetaPropertyMap
Obtains the value of an object's properties on demand using Groovy's MOP.
get(int) - Method in ListOrderedSet
get() - Method in Metadata.FinalReference
get(def) - Method in NamedCriteriaProxy
get(int) - Method in PagedResultList
GET_TEMPLATE_URI - Field in ControllerDynamicMethods
GET_VIEW_URI - Field in ControllerDynamicMethods
get(Object) - Method in WeakGenericDynamicProperty
getAbsoluteTemplateURI(String) - Method in GroovyPagesUriService
getAbsoluteTemplateURI(String) - Method in GroovyPagesUriSupport
Used to resolve template names that are not relative to a controller.
getAbsoluteViewURI(String) - Method in GroovyPagesUriService
getAbsoluteViewURI(String) - Method in GroovyPagesUriSupport
Obtains a view URI that is not relative to any given controller
getAction() - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
getAction() - Method in FlowInfoCapturer
getAction() - Method in JspFormRemoteTag
getAction() - Method in JspFormTag
getAction() - Method in JspLinkTag
getAction() - Method in JspRemoteFunctionTag
getAction() - Method in JspRemoteLinkTag
getAction() - Method in JspSubmitToRemoteTag
getActionName() - Method in AbstractUrlMapping
@see org.codehaus.groovy.grails.web.mapping.UrlMapping#getActionName()
getActionName(Object) - Method in CommonWebApi
Obtains the currently executing action name
getActionName(String) - Method in DefaultRequestStateLookupStrategy
getActionName() - Method in DefaultUrlMappingInfo
getActionName() - Method in FilterConfig
getActionName() - Method in GrailsRequestContext
@return The Action name
getActionName() - Method in GrailsRequestStateLookupStrategy
The action name
getActionName() - Method in GrailsWebRequest
@return the actionName
getActionName() - Method in ResponseCodeUrlMapping
getActionName() - Method in UrlMapping
Retrieves the action name which is either a groovy.lang.Closure that evaluates the action name at runtime or a java.lang.String that represents the action name
getActionName() - Method in UrlMappingInfo
The name of the action that the URL mappping maps to
getActionName() - Method in WebRequestDelegatingRequestContext
getActions(def) - Method in GrailsUrlMappingsTestCase
getActionUri(Object) - Method in ControllersApi
Returns the URI of the currently executing action
getActionUri() - Method in FilterConfig
getAdaptee() - Method in ProxyMetaClass
getAfter() - Method in JspFormRemoteTag
getAfter() - Method in JspRemoteFunctionTag
getAfter() - Method in JspRemoteLinkTag
getAfter() - Method in JspSubmitToRemoteTag
getAfterInterceptor(GroovyObject) - Method in DefaultGrailsControllerClass
getAfterInterceptor(GroovyObject) - Method in GrailsControllerClass
Retrieves the after interceptor for the specified controller instance.
getAliases(String) - Method in MockApplicationContext
getAll(Serializable) - Method in HibernateGormStaticApi
getAllArtefacts() - Method in DefaultGrailsApplication
Returns all the classes identified as artefacts by ArtefactHandler instances.
getAllArtefacts() - Method in GrailsApplication
Retrieves all java.lang.Class instances considered Artefacts loaded by the Grails class loader
getAllAssociationMap(ClassNode) - Method in GrailsASTUtils
getAllClasses() - Method in DefaultGrailsApplication
Retrieves all classes loaded by the GrailsApplication.
getAllClasses() - Method in GrailsApplication
Retrieves all java.lang.Class instances loaded by the Grails class loader
getAllClassMetadata() - Method in SessionFactoryProxy
getAllCollectionMetadata() - Method in SessionFactoryProxy
getAllEvents() - Method in Event
@return The names of all persistence events
getAllPlugins() - Method in AbstractGrailsPluginManager
getAllPlugins() - Method in BasePluginFilter
getAllPlugins() - Method in GrailsPluginManager
Returns an array of all the loaded plug-ins
getAllSecondLevelCacheRegions() - Method in SessionFactoryProxy
getAnt() - Method in GrailsProjectCompiler
getAnt() - Method in GrailsProjectPackager
getAnt() - Method in PluginPackager
getAppClassName() - Method in BaseSettingsApi
getAppDir(Resource) - Method in GrailsResourceUtils
getAppGrailsVersion() - Method in BaseSettingsApi
getApplication() - Method in ApplicationHolder
@return The GrailsApplication instance
getApplicationContext() - Method in ApplicationAttributes
@return The application context for servlet
getApplicationContext(Object) - Method in CommonWebApi
Obtains the ApplicationContext instance
getApplicationContext() - Method in ConvertersApi
getApplicationContext() - Method in ConvertersConfigurationInitializer
getApplicationContext() - Method in DefaultGrailsApplicationAttributes
getApplicationContext() - Method in DefaultRuntimeSpringConfiguration
getApplicationContext() - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
getApplicationContext() - Method in FilterConfig
getApplicationContext() - Method in GrailsRequestContext
The ApplicationContext instance.
getApplicationContext() - Method in GrailsTestTypeSupport
Will return the application context if it is present, but will throw an IllegalStateException if it is not.
getApplicationContext() - Method in GrailsWebRequest
Obtains the ApplicationContext object.
getApplicationContext() - Method in Holders
getApplicationContext() - Method in RuntimeSpringConfiguration
Retrieves the application context from the current state.
getApplicationContext() - Method in WebRequestDelegatingRequestContext
getApplicationDefaultDecorator(HttpServletRequest) - Method in GroovyPageLayoutFinder
getApplicationDependencyDescriptors(String) - Method in IvyDependencyManager
Returns all of the dependency descriptors for dependencies of the application and not those inherited from frameworks or plugins
getApplicationName() - Method in AbstractIvyDependencyManager
getApplicationName() - Method in Metadata
@return The application name
getApplicationPluginDependencyDescriptors(String) - Method in IvyDependencyManager
Returns all of the dependency descriptors for dependencies of the application and not those inherited from frameworks or plugins
getApplicationUri(ServletRequest) - Method in DefaultGrailsApplicationAttributes
@deprecated Use instead
getApplicationUri(ServletRequest) - Method in GrailsApplicationAttributes
@param request
getApplicationVersion() - Method in AbstractIvyDependencyManager
getApplicationVersion() - Method in Metadata
@return The application version
getAppliedConstraint(String) - Method in ConstrainedProperty
Obtains an applied constraint by name.
getAppliedConstraints() - Method in ConstrainedProperty
@return Returns the appliedConstraints.
getArgs() - Method in GrailsTask
getArguments() - Method in AbstractClausedStaticPersistentMethod.GrailsMethodExpression
getArtefact(String, String) - Method in DefaultGrailsApplication
Retrieves an artefact for the given type and name.
getArtefact(String, String) - Method in GrailsApplication
getArtefactByLogicalPropertyName(String, String) - Method in DefaultGrailsApplication
getArtefactByLogicalPropertyName(String, String) - Method in GrailsApplication
Retrieves an artefact by its logical property name.
getArtefactCount(String) - Method in DefaultGrailsApplication
Retrieves the number of artefacts registered for the given artefactType as defined by the ArtefactHandler.
getArtefactDirectory(String) - Method in GrailsResourceUtils
Takes a file path and returns the name of the folder under grails-app i.e:
getArtefactForFeature(Object) - Method in ArtefactHandler
getArtefactForFeature(Object) - Method in ArtefactHandlerAdapter
getArtefactForFeature(Object) - Method in ControllerArtefactHandler
getArtefactForFeature(String, Object) - Method in DefaultGrailsApplication
getArtefactForFeature(String, Object) - Method in GrailsApplication
getArtefactForFeature(Object) - Method in TagLibArtefactHandler
Looks up a tag library by using either a full qualified tag name such as g:link or via namespace such as "g".
getArtefactHandler(String) - Method in DefaultGrailsApplication
getArtefactHandler(String) - Method in GrailsApplication
Returns the ArtefactHandler for the given type
getArtefactHandlers() - Method in DefaultGrailsApplication
getArtefactHandlers() - Method in GrailsApplication
getArtefactInfo(String) - Method in DefaultGrailsApplication
Get the cache of classes for the specified artefact type.
getArtefactInfo(String) - Method in GrailsApplication
getArtefactResources(String) - Method in GrailsPluginUtils
All artefact resources (all Groovy files contained within the grails-app directory of plugins or applications).
getArtefactResources() - Method in PluginBuildSettings
Obtains a reference to all artefact resources (all Groovy files contained within the grails-app directory of plugins or applications).
getArtefactResourcesForCurrentEnvironment() - Method in PluginBuildSettings
Returns all the artefact resources for the current environment where the environment is to be executed using the embedded container (not WAR deployed)
getArtefactResourcesForOne(String) - Method in GrailsPluginUtils
All artefacts in the given application or plugin directory as Spring resources.
getArtefactResourcesForOne(String) - Method in PluginBuildSettings
Returns an array of all artefacts in the given application or plugin directory as Spring resources.
getArtefacts(String) - Method in DefaultGrailsApplication
Returns all of the GrailsClass instances for the given artefactType as defined by the ArtefactHandler
getArtefacts(String) - Method in GrailsApplication
getArtefactType() - Method in AbstractGrailsArtefactTransformer
getArtefactType() - Method in ControllerAsyncTransformer
getArtefactType() - Method in ControllerDomainTransformer
getArtefactType() - Method in ConvertersControllersTransformer
getArtefactType() - Method in ConvertersDomainTransformer
getArtefactType(Class) - Method in DefaultGrailsApplication
getArtefactType() - Method in GormTransformer
getArtefactType() - Method in GormValidationTransformer
getArtefactType(Class) - Method in GrailsApplication
Returns the ArtefactHandler for the given class or null
getArtefactTypes() - Method in AbstractGrailsArtefactTransformer
getArtefactTypes() - Method in ControllerActionTransformer
getArtefactTypes() - Method in GrailsArtefactClassInjector
getArtefactTypes() - Method in MimeTypesTransformer
getAs() - Method in JspRenderErrorsTag
getAssocationMap(ClassNode, String) - Method in GrailsASTUtils
Returns a map containing the names and types of the given association type. eg.
getAssociatedDomainClassFromApplication(Object) - Method in GrailsDomainClassValidator
getAssociatedDomainClassFromApplication(Object) - Method in HibernateDomainClassValidator
getAssociationIdentifier(Object, String, GrailsDomainClass) - Method in GrailsDomainConfigurationUtil
getAssociationMap() - Method in DefaultGrailsDomainClass
Retrieves the association map
getAssociationMap() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
getAssociationMap() - Method in GrailsDomainClass
Returns this classes association map
getAssociationMap(Class) - Method in GrailsDomainConfigurationUtil
Returns the association map for the specified domain class
getAssociationMap() - Method in GrailsHibernateDomainClass
getAssociationProxy(Object, String) - Method in GrailsHibernateUtil
Returns the proxy for a given association or null if it is not proxied
getAssociationProxy(Object, String) - Method in HibernateProxyHandler
getAssociations() - Method in DefaultGrailsDomainClass
getAssociations() - Method in GrailsDomainClassPersistentEntity
getAssumedUnsaved() - Method in ClosureEventTriggeringInterceptor
Prevents hitting the database for an extra check if the row exists in the database
getAsText() - Method in ClassEditor
getAsText() - Method in CurrencyEditor
getAsText() - Method in TimeZoneEditor
getAsText() - Method in UriEditor
getAsyncContext() - Method in PageRenderer.PageRenderRequest
getAsynchronous() - Method in JspFormRemoteTag
getAsynchronous() - Method in JspRemoteFunctionTag
getAsynchronous() - Method in JspRemoteLinkTag
getAsynchronous() - Method in JspSubmitToRemoteTag
getAt(Object) - Method in GrailsConfig
Configuration Value lookup for Groovy's array-like property access GrailsConfig['my.config.key']
getAt(String) - Method in GrailsMockErrors
getAt(String) - Method in GrailsMockHttpServletRequest
Map-like access to request attributes, e.g. request["count"].
getAt(String) - Method in GrailsMockHttpSession
getAt(String) - Method in InstanceProxy
getAt(String) - Method in PluginInfo
getAt(String) - Method in ValidationErrors
getAttribute(String) - Method in GrailsHttpSession
getAttribute(String, int) - Method in GroovyPagesPageContext
getAttribute(String) - Method in PageRenderer.PageRenderRequest
getAttributeNames() - Method in GrailsHttpSession
getAttributeNames() - Method in PageRenderer.PageRenderRequest
getAttributeNamesInScope(int) - Method in GroovyPagesPageContext
getAttributes() - Method in ConstrainedProperty
getAttributes() - Method in GrailsWebRequest
@return The GrailsApplicationAttributes instance
getAttributesScope(String) - Method in GroovyPagesPageContext
getAttributesToRender(def, def) - Method in ApplicationTagLib
getAuthType() - Method in PageRenderer.PageRenderRequest
getAutowireCapableBeanFactory() - Method in MockApplicationContext
getAutoWireCommandObjectStatement(String) - Method in ControllerActionTransformer
getAvailable() - Method in AbstractInjectableGrailsClass
getAvailable() - Method in InjectableGrailsClass
If class should be configured for dependency injection.
getAvailableNamespaces() - Method in TagLibraryLookup
@return The namespaces available
getAvailableScripts(String, String, String) - Method in GrailsPluginUtils
All Gant scripts that are availabe for execution in a Grails application.
getAvailableScripts() - Method in GrailsScriptRunner
Returns a list of all the executable Gant scripts available to this application.
getAvailableScripts() - Method in PluginBuildSettings
Obtains an array of all Gant scripts that are availabe for execution in a Grails application.
getBaseDir() - Method in BuildSettings
Returns the current base directory of this project.
getBasedir() - Method in PluginPackager
getBasePluginDescriptor() - Method in BuildSettings
getBasePluginDescriptor(String) - Method in GrailsPluginUtils
getBasePluginDescriptor() - Method in PluginBuildSettings
Obtains the 'base' plugin descriptor, which is the plugin descriptor of the current plugin project.
getBean(String, Class) - Method in GenericBeanFactoryAccessor
@see org.springframework.beans.factory.BeanFactory#getBean(String, Class)
getBean() - Method in JspEachErrorTag
getBean() - Method in JspHasErrorsTag
getBean() - Method in JspRenderErrorsTag
getBean() - Method in JspRenderInputTag
getBean() - Method in JspRenderTag
getBean(String, Object) - Method in MockApplicationContext
getBean() - Method in RenderInputTag
getBeanConfig(String) - Method in DefaultRuntimeSpringConfiguration
getBeanConfig(String) - Method in RuntimeSpringConfiguration
Returns the BeanConfiguration for the specified name.
getBeanDefinition(String) - Method in BeanBuilder
Retrieves a BeanDefinition for the given name
getBeanDefinition() - Method in BeanConfiguration
@return The Spring bean definition instance
getBeanDefinition() - Method in DefaultBeanConfiguration
getBeanDefinition(String) - Method in DefaultRuntimeSpringConfiguration
getBeanDefinition(String) - Method in RuntimeSpringConfiguration
Obtains a BeanDefinition instance for the given beanName.
getBeanDefinitionCount() - Method in MockApplicationContext
getBeanDefinitionNames() - Method in MockApplicationContext
getBeanDefinitions() - Method in BeanBuilder
Retrieves all BeanDefinitions for this BeanBuilder
getBeanFactory() - Method in GenericBeanFactoryAccessor
Return the wrapped org.springframework.beans.factory.ListableBeanFactory.
getBeanName() - Method in ScaffoldedGroovyPageView
Used for debug reporting.
getBeanNames() - Method in DefaultRuntimeSpringConfiguration
getBeanNames() - Method in RuntimeSpringConfiguration
getBeanNamesForType(Class, boolean, boolean) - Method in MockApplicationContext
getBeansConfig() - Method in MapBasedSmartPropertyOverrideConfigurer
getBeansOfType(Class, boolean, boolean) - Method in GenericBeanFactoryAccessor
@see ListableBeanFactory#getBeansOfType(Class, boolean, boolean)
getBeansOfType(Class, boolean, boolean) - Method in MockApplicationContext
getBeansWithAnnotation(Class) - Method in GenericBeanFactoryAccessor
Find all beans whose Class has the supplied java.lang.annotation.Annotation type.
getBeansWithAnnotation(Class) - Method in MockApplicationContext
getBefore() - Method in JspFormRemoteTag
getBefore() - Method in JspRemoteFunctionTag
getBefore() - Method in JspRemoteLinkTag
getBefore() - Method in JspSubmitToRemoteTag
getBeforeInterceptor(GroovyObject) - Method in DefaultGrailsControllerClass
getBeforeInterceptor(GroovyObject) - Method in GrailsControllerClass
Retrieves the before interceptor for the specified controller instance.
getBeginColumn() - Method in SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in SimpleCharStream
Get token beginning line number.
getBidiEnumMap(Class) - Method in IdentityEnumType
getBinaryDescriptor() - Method in BinaryGrailsPlugin
@return The META-INF/grails-plugin.xml descriptor
getBinaryDescriptor(Class) - Method in CorePluginFinder
getBody() - Method in GSPSitemeshPage
getBodyClosure(int) - Method in GroovyPage
getBoolean(String, Boolean) - Method in AbstractTypeConvertingMap
getBoolean(int) - Method in JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in JSONObject
Get the boolean value associated with a key.
getBooleanFromMap(String, Map) - Method in GrailsClassUtils
Retrieves a boolean value from a Map for the given key
getBuffer() - Method in FastStringPrintWriter
getBuffer() - Method in FastStringWriter
getBuffer() - Method in StreamByteBuffer.StreamByteBufferInputStream
getBuffer() - Method in StreamByteBuffer.StreamByteBufferOutputStream
getBuffer() - Method in StreamCharBuffer.StreamCharBufferReader
getBuffer() - Method in StreamCharBuffer.StreamCharBufferWriter
getBuildDependencies() - Method in BuildSettings
List containing the runtime dependencies of the app as File instances.
getBuildListeners() - Method in BuildSettings
getBuildProps() - Method in BaseSettingsApi
getBuildSettings() - Method in AbstractIvyDependencyManager
getBuildSettings() - Method in BaseSettingsApi
getBuildSettings() - Method in MockGrailsPluginManager
getByte(String, Integer) - Method in AbstractTypeConvertingMap
getCache() - Method in SessionFactoryProxy
getCacheTimeout() - Method in CachingGrailsConventionGroovyPageLocator
getCacheTimeout() - Method in CachingGroovyPageStaticResourceLocator
getCacheTimeout() - Method in GrailsViewResolver
getCallable() - Method in Environment.EnvironmentBlockEvaluator
getCapitilizedName() - Method in GrailsDomainClassPersistentProperty
getCategory() - Method in GrailsConsole
getCause() - Method in JSONException
getChainModel(Object) - Method in ControllersApi
Obtains the chain model which is used to chain request attributes from one request to the next via flash scope
getChainModel() - Method in FilterConfig
getChainResolver() - Method in AbstractIvyDependencyManager
getChar(String, Integer) - Method in AbstractTypeConvertingMap
getCharacterEncoding() - Method in DefaultRequestStateLookupStrategy
getCharacterEncoding() - Method in GrailsRequestStateLookupStrategy
The character encoding of the request
getCharArray() - Method in StreamCharBuffer.FixedCharArrayWriter
getChunkMinSize() - Method in StreamCharBuffer
getChunkReader(boolean) - Method in StreamCharBuffer.AbstractChunk
getChunkReader(boolean) - Method in StreamCharBuffer.CharBufferChunk
getChunkReader(boolean) - Method in StreamCharBuffer.StreamCharBufferSubChunk
getChunkReader(boolean) - Method in StreamCharBuffer.StringChunk
getCircularReferenceBehaviour() - Method in ChainedConverterConfiguration
getCircularReferenceBehaviour() - Method in ConverterConfiguration
Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected)
getCircularReferenceBehaviour() - Method in DefaultConverterConfiguration
getCircularReferenceBehaviour() - Method in ImmutableConverterConfiguration
@see ConverterConfiguration#getCircularReferenceBehaviour()
GETCLASS_PATTERN - Field in DefaultGrailsApplication
getClasses() - Method in ArtefactInfo
Gets you the array of all artefact Class(es), the original classes loaded that represent the artefacts.
getClasses() - Method in DefaultArtefactInfo
getClassesByName() - Method in ArtefactInfo
Gets you the unmodifiable Map of all artefact Class(es), the actual classes implementing the artefact.
getClassesByName() - Method in DefaultArtefactInfo
getClassesDir() - Method in BuildSettings
getClassesDir() - Method in GrailsBuildHelper
GETCLASSESMETH_PATTERN - Field in DefaultGrailsApplication
GETCLASSESPROP_PATTERN - Field in DefaultGrailsApplication
getClassForName(String) - Method in DefaultGrailsApplication
Retrieves a class from the GrailsApplication for the given name.
getClassForName(String) - Method in GrailsApplication
Retrieves a class for the given name within the GrailsApplication or returns null
getClassInjectors() - Method in GrailsAwareInjectionOperation
getClassLoader() - Method in DefaultGrailsApplication
getClassLoader() - Method in GrailsApplication
Returns the class loader instance for the Grails application.
getClassLoader() - Method in GrailsWebApplicationContext
getClassLoader() - Method in MapBasedSmartPropertyOverrideConfigurer
getClassLoader() - Method in MockApplicationContext
getClassLoader() - Method in SimpleMapResourceLoader
getClassLoader() - Method in StaticResourceLoader
getClassLoaderUrls(BuildSettings, File, Set, boolean) - Method in ClasspathConfigurer
Creates a new root loader with the Grails libraries and the application's plugin libraries on the classpath.
getClassMetadata(String) - Method in SessionFactoryProxy
getClassName(String, String) - Method in GrailsClassUtils
Returns the class name for the given logical name and trailing name.
getClassName(String) - Method in GrailsNameUtils
Return the class name for the given logical name.
getClassName(Resource) - Method in GrailsResourceHolder
Retrieves the class name of the specified resource.
getClassName(String) - Method in GrailsResourceUtils
Returns the class name for a Grails resource.
getClassName() - Method in GrailsWrappedRuntimeException
@return Returns the className.
getClassName() - Method in GroovyPageParser
getClassNameRepresentation(String) - Method in GrailsClassUtils
Returns the class name representation of the given name
getClassNameRepresentation(String) - Method in GrailsNameUtils
Returns the class name representation of the given name
getClasspath() - Method in GrailsTask
getClazz() - Method in AbstractGrailsClass
getClazz() - Method in GrailsClass
Returns the actual clazz represented by the GrailsClass.
getCode() - Method in JspMessageTag
getCodecClass() - Method in GroovyPageMetaInfo
getCodecName() - Method in GroovyPageMetaInfo
getCodecOut() - Method in GroovyPage
getCodeSnippet() - Method in GrailsWrappedRuntimeException
@return Returns the line.
getCollection() - Method in JspRenderTag
getCollectionMetadata(String) - Method in SessionFactoryProxy
getCollectionPersister(String) - Method in SessionFactoryProxy
getCollectionRolesByEntityParticipant(String) - Method in SessionFactoryProxy
getColumn() - Method in PropertyConfig
Shortcut to get the column name for this property.
getColumn() - Method in SimpleCharStream
@deprecated
See Also:
getEndColumn
getColumnName() - Method in GrailsHibernateDomainClassProperty
getCommand() - Method in GrailsTask
getCommandLineParser() - Method in GrailsScriptRunner
getCommandName() - Method in ClassNameCompletor
@return The command name doing the completion
getCommandName() - Method in CommandLine
@return The command name specified
getCommandName() - Method in CreateController
getCommandName() - Method in CreateIntegrationTest
getCommandName() - Method in CreateScaffoldController
getCommandName() - Method in CreateService
getCommandName() - Method in CreateTagLib
getCommandName() - Method in CreateUnitTest
getCommandName() - Method in DefaultCommandLine
getCommandName() - Method in GenerateAll
getCommandName() - Method in GenerateController
getCommandName() - Method in GenerateViews
getCommandName() - Method in TestApp
getCommandObjectActions() - Method in DefaultGrailsControllerClass
@return EMPTY_SET until the method is removed
getCommandObjectActions() - Method in GrailsControllerClass
@deprecated This method is deprecated and will be removed in a future version of Grails
getCommandObjectBindingParams(Class, Map) - Method in WebMetaUtils
getCommandObjectClasses() - Method in DefaultGrailsControllerClass
@return EMPTY_SET until the method is removed
getCommandObjectClasses() - Method in GrailsControllerClass
@deprecated This method is deprecated and will be removed in a future version of Grails
getCommandObjectDataBindingStatement(ClassNode, String, ClassNode) - Method in ControllerActionTransformer
getCompilationError() - Method in GrailsClassLoader
getCompilationException() - Method in GroovyPageMetaInfo
getCompileClasspath() - Method in GrailsTask
getCompiledClass() - Method in GroovyPageCompiledScriptSource
@return The compiled class
getCompileDependencies() - Method in BuildSettings
List containing the compile-time dependencies of the app as File instances.
getCompileDependencies() - Method in GrailsBuildHelper
getCompiledSource(def, def) - Method in AbstractGrailsTagTests
getCompileScopedArtefactResources() - Method in PluginBuildSettings
@return A list of plugin infos that are supported and scoped for compile or runtime
getCompileScopedSupportedPluginInfos() - Method in PluginBuildSettings
@return A list of plugin infos that are supported and scoped for compile or runtime
getComponent() - Method in DefaultGrailsDomainClassProperty
getComponent() - Method in GrailsDomainClassProperty
If #isEmbedded returns true then this method can be called to obtain a reference to the embedded component, which implements the GrailsDomainClass interface.
getComponent() - Method in GrailsHibernateDomainClassProperty
getComponents() - Method in ComponentCapableDomainClass
Gets all the components for this domain class
getComponents() - Method in DefaultGrailsDomainClass
getCompositeInterceptor() - Method in FiltersUnitTestMixin
getConfig() - Method in AbstractBuildSettings
getConfig() - Method in ConfigurationHolder
Retrieve the ConfigObject.
getConfig() - Method in DefaultGrailsApplication
getConfig() - Method in GrailsApplication
Returns the ConfigObject instance.
getConfig() - Method in GrailsConfig
getConfig() - Method in Holders
getConfigLocations() - Method in GrailsWebApplicationContext
getConfigParam(String) - Method in TomcatServer
getConfigParams() - Method in TomcatServer
getConfigs(Object) - Method in DefaultGrailsFiltersClass
getConfigs(Object) - Method in GrailsFiltersClass
@return the FilterConfig instances
getConfigSlurper() - Method in BaseSettingsApi
getConfigSlurper(String, GrailsApplication) - Method in ConfigurationHelper
getConfigurationClass() - Method in GrailsDataSource
@return The configuration class to use when setting up the database.
getConfigurationMappings() - Method in AbstractIvyDependencyManager
getConfigurationNames() - Method in AbstractIvyDependencyManager
getConfiguredMimeTypes() - Method in MimeType
@return An array of MimeTypes
getConnectionFromDriverManager(String, Properties) - Method in ReadOnlyDriverManagerDataSource
getConnectionProvider() - Method in SessionFactoryProxy
getConstrainedProperties() - Method in ConstrainedPropertyBuilder
getConstrainedProperties() - Method in DefaultGrailsDomainClass
getConstrainedProperties() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
getConstrainedProperties() - Method in GrailsDomainClass
Returns a map of constraints applied to this domain class with the keys being the property name and the values being ConstrainedProperty instances
getConstrainedProperties() - Method in GrailsHibernateDomainClass
getConstraintMetadata(ClosureExpression) - Method in GrailsASTUtils
Evaluates a constraints closure and returns metadata about the constraints configured in the closure.
getConstraints() - Method in AbstractUrlMapping
@see UrlMapping#getConstraints()
getConstraints() - Method in ResponseCodeUrlMapping
getConstraints() - Method in UrlMapping
getConstraintsFromScript(Class) - Method in DefaultConstraintEvaluator
getContent() - Method in GrailsContentBufferingResponse
getContent() - Method in IncludedContent
Returns the included content
getContent(String) - Method in IncludeResponseWrapper
getContentAsCharArray() - Method in IncludedContent
getContentBuffer(String) - Method in GSPSitemeshPage
@param name propertyName of contentBuffer (with "page." prefix)
getContentLength() - Method in PageRenderer.PageRenderRequest
getContents() - Method in GrailsPageResponseWrapper
getContentType(String, String) - Method in GrailsWebUtil
getContentType() - Method in GroovyPageMetaInfo
getContentType() - Method in GroovyPageParser
getContentType() - Method in IncludedContent
Returns the included content type (default is text/html;charset=UTF=8)
getContentType() - Method in IncludeResponseWrapper
getContentType() - Method in MockPart
getContentType() - Method in NullView
getContext() - Method in AbstractDependencyManagementConfigurer
getContextPath() - Method in DefaultLinkGenerator
getContextPath() - Method in DefaultRequestStateLookupStrategy
getContextPath() - Method in GrailsRequestStateLookupStrategy
Obtains the context path to use from the request
getContextPath() - Method in GrailsWebRequest
Returns the context path of the request.
getContextPath() - Method in LinkGenerator
Obtains the context path from which this link generator is operating.
getContextPath() - Method in PageRenderer.PageRenderRequest
getController(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getController() - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
getController(ServletRequest) - Method in GrailsApplicationAttributes
@return The controller for the request
getController() - Method in JspFormRemoteTag
getController() - Method in JspFormTag
getController() - Method in JspLinkTag
getController() - Method in JspRemoteFunctionTag
getController() - Method in JspRemoteLinkTag
getController() - Method in JspSubmitToRemoteTag
getControllerActionUri(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getControllerActionUri(ServletRequest) - Method in GrailsApplicationAttributes
@param request
getControllerClass() - Method in ControllerUnitTestCase
getControllerClassByName(String) - Method in AbstractGrailsControllerHelper
getControllerClassByURI(String) - Method in AbstractGrailsControllerHelper
getControllerClasses() - Method in AbstractGrailsControllerTests
Subclasses may override this method to return a list of classes which should be added to the GrailsApplication as controller classes
getControllerFromRequest(HttpServletRequest) - Method in GrailsWebUtil
Obtains the currently executing controller from the given request if any.
getControllerInstance(GrailsControllerClass) - Method in AbstractGrailsControllerHelper
getControllerName() - Method in AbstractUrlMapping
@see UrlMapping#getControllerName()
getControllerName(Object) - Method in CommonWebApi
Obtains the currently executing controller name
getControllerName() - Method in DefaultRequestStateLookupStrategy
getControllerName() - Method in DefaultUrlMappingInfo
getControllerName() - Method in FilterConfig
getControllerName() - Method in GrailsRequestContext
@return The Controller Name
getControllerName() - Method in GrailsRequestStateLookupStrategy
The controller name
getControllerName() - Method in GrailsTestInterceptor
getControllerName() - Method in GrailsWebRequest
@return the controllerName
getControllerName() - Method in ResponseCodeUrlMapping
getControllerName() - Method in UrlMapping
Retrieves the controller name which is either a groovy.lang.Closure that evaluates the controller name at runtime or a java.lang.String that represents the controller name
getControllerName() - Method in UrlMappingInfo
The name of the controller that the URL mapping maps to
getControllerName() - Method in WebRequestDelegatingRequestContext
getControllerUri(Object) - Method in ControllersApi
Returns the URI of the currently executing controller
getControllerUri(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getControllerUri() - Method in FilterConfig
getControllerUri(ServletRequest) - Method in GrailsApplicationAttributes
@param request
getConversation() - Method in AbstractDelegate
Returns the conversation scope instance
getConvertClosuresArtefacts() - Method in BuildSettings
getConverterClass() - Method in ObjectMarshallerRegisterer
getConverterConfiguration(Class) - Method in ConvertersConfigurationHolder
getCookies() - Method in PageRenderer.PageRenderRequest
getCopyOfContextMap() - Method in GrailsLog4jMDCAdapter
getCountingWriter() - Method in BoundedCharsAsEncodedBytesCounter
getCreatedMillis() - Method in CacheEntry
getCreationTime() - Method in GrailsHttpSession
getCriteria(HibernateDatastore, GrailsApplication, Session, DetachedCriteria, Closure, Class) - Method in AbstractStaticPersistentMethod
getCriterion() - Method in AbstractClausedStaticPersistentMethod.GrailsMethodExpression
getCurrent() - Method in BuildScope
Returns the current Scope object based on the currently set "grails.scope" System property
getCurrent() - Method in Environment
Returns the current environment which is typcally either DEVELOPMENT, PRODUCTION or TEST.
getCurrent() - Method in Metadata
@return the metadata for the current application
getCurrent() - Method in PageContextFactory
getCurrentCompilationError() - Method in GrailsProjectWatcher
getCurrentEnvironment() - Method in Environment
@see #getCurrent()
getCurrentEvent() - Method in AbstractDelegate
Returns the current event
getCurrentLineNumber() - Method in GSPWriter
getCurrentOriginalWriter() - Method in GroovyPageOutputStack
getCurrentOutputLineNumber() - Method in GroovyPageParser
getCurrentReloadError() - Method in GrailsProjectWatcher
getCurrentRequest() - Method in GrailsWebRequest
@return The currently executing request
getCurrentRequestUri(HttpServletRequest) - Method in GroovyPagesTemplateEngine
Return the page identifier.
getCurrentResponse() - Method in GrailsWebRequest
getCurrentSession() - Method in SessionFactoryProxy
getCurrentSessionFactory() - Method in SessionFactoryProxy
@return The current SessionFactory being proxied
getCurrentSessionFactoryImplementor() - Method in SessionFactoryProxy
@return The current SessionFactoryImplementor being proxied
getCurrentStrackReference() - Method in PathCapturingJSONWriterWrapper
getDatasource() - Method in DefaultGrailsServiceClass
getDatasource() - Method in GrailsServiceClass
Get the datasource name that this service class works with.
getDatasourceNames(GrailsDomainClass) - Method in GrailsHibernateUtil
getDatastore() - Method in HibernateSession
getDate(String, String) - Method in AbstractTypeConvertingMap
Obtains a date from the parameter using the given format
getDate(String) - Method in GrailsParameterMap
Obtains a date for the parameter name using the default format
getDateHeader(String) - Method in PageRenderer.PageRenderRequest
getDbCreate() - Method in GrailsDataSource
Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update".
getDecapitalizedName() - Method in GrailsDomainClassPersistentEntity
getDeclaringClass() - Method in DelegateMetaMethod
getDecodeMethod() - Method in DefaultGrailsCodecClass
getDecodeMethod() - Method in GrailsCodecClass
@return The decode closure
getDecorator(HttpServletRequest, Page) - Method in GrailsLayoutDecoratorMapper
getDecorator() - Method in GroovyPageLayoutFinder.DecoratorCacheValue
getDefaultAction() - Method in DefaultGrailsControllerClass
getDefaultAction() - Method in GrailsControllerClass
Returns the default action for this Controller.
getDefaultAction(def) - Method in GrailsUrlMappingsTestCase
getDefaultCodecDirectiveValue() - Method in GroovyPageParser
getDefaultConstraints(ConfigObject) - Method in ConstraintEvalUtils
Looks up the default configured constraints from the given configuration
getDefaultConstraints() - Method in ConstraintsEvaluator
The default constraints to use
getDefaultConstraints() - Method in DefaultConstraintEvaluator
getDefaultConstraints(ConfigObject) - Method in DomainClassGrailsPlugin
getDefaultConstructor(ClassNode) - Method in GrailsASTUtils
Obtains the default constructor for the given class node.
getDefaultDataSource(GrailsDomainClass) - Method in GrailsHibernateUtil
If a domain class uses more than one datasource, we need to know which one to use when calling a method without a namespace qualifier.
getDefaultDescription(Object) - Method in HelpEvaluatingCategory
getDefaultIdentityMapping(ClassMapping) - Method in GrailsDomainClassMappingContext.GrailsDomainMappingConfigurationStrategy
getDefaultMessage(String) - Method in AbstractConstraint
Returns the default message for the given message code in the current locale.
getDefaultResourceLoader() - Method in DefaultResourceLocator
getDefinedFilterNames() - Method in SessionFactoryProxy
getDefinedFormats(Closure) - Method in MimeTypesApiSupport
getDelegate() - Method in AbstractClosureProxy
getDemand() - Method in GrailsMock
Returns a "demand" object that supports the "control.demand.myMethod() {}" syntax.
getDependencies() - Method in AbstractIvyDependencyManager
Obtains a list of dependencies defined in the project
getDependencyManager() - Method in AbstractDependencyManagementConfigurer
getDependencyNames() - Method in AbstractGrailsPlugin
getDependencyNames() - Method in DefaultGrailsPlugin
getDependencyNames() - Method in GrailsPlugin
@return The names of the plugins this plugin is dependant on
getDependentVersion(String) - Method in AbstractGrailsPlugin
getDependentVersion(String) - Method in DefaultGrailsPlugin
getDependentVersion(String) - Method in GrailsPlugin
The version of the specified dependency
getDeployedAbsoluteViewURI(String) - Method in GroovyPagesUriService
getDeployedAbsoluteViewURI(String) - Method in GroovyPagesUriSupport
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
getDeployedViewURI(String, String) - Method in DefaultGroovyPagesUriService
getDeployedViewURI(String, String) - Method in GroovyPagesUriService
getDeployedViewURI(String, String) - Method in GroovyPagesUriSupport
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
getDeployedViewURI(String, String) - Method in GroovyPageUtils
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
getDepth() - Method in JSON
getDepth() - Method in XML
getDescription() - Method in MockApplicationContext.MockResource
getDescription() - Method in Option
getDescriptor() - Method in BasicGrailsPluginInfo
getDescriptor() - Method in DefaultGrailsPlugin
getDescriptor() - Method in DelegateMetaMethod
getDescriptor() - Method in GrailsPluginInfo
Returns the location of the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy file)
getDescriptor() - Method in PluginInfo
Returns the location of the descriptor
getDescriptorForPlugin(Resource) - Method in GrailsPluginUtils
Returns the descriptor location for the given plugin directory.
getDescriptorForPlugin(Resource) - Method in PluginBuildSettings
Returns the descriptor location for the given plugin directory.
getDestroyClosure() - Method in DefaultGrailsBootstrapClass
getDestroyClosure() - Method in GrailsBootstrapClass
Returns the destroy closure which is called on application exit.
getDialect() - Method in GrailsDataSource
The dialect implementation to use.
getDialect() - Method in SessionFactoryProxy
getDirective() - Method in AbstractClosureProxy
getDirtyPropertyNames(def) - Method in HibernateGormInstanceApi
Obtains a list of property names that are dirty
getDiscriminator() - Method in GrailsDomainClassPersistentEntity
getDispatcherType() - Method in PageRenderer.PageRenderRequest
getDisplayName() - Method in MockApplicationContext
getDomainClass() - Method in DefaultGrailsDomainClassProperty
getDomainClass() - Method in GrailsDomainClassPersistentEntity
@return The wrapped GrailsDomainClass instance
getDomainClass() - Method in GrailsDomainClassProperty
Returns the parent domain class of the property instance.
getDomainClass() - Method in GrailsDomainClassValidator
getDomainClass() - Method in GrailsHibernateDomainClassProperty
getDomainClasses() - Method in AbstractGrailsControllerTests
Subclasses may override this method to return a list of classes which should be added to the GrailsApplication as domain classes
getDomainClassMap() - Method in GroovyPagesTemplateEngine
getDouble(String, Double) - Method in AbstractTypeConvertingMap
getDouble(int) - Method in JSONArray
Get the double value associated with an index.
getDouble(String) - Method in JSONObject
Get the double value associated with a key.
getDriverClassName() - Method in GrailsDataSource
The driver class name for the data source.
getDynamicMethod(String) - Method in AbstractDynamicMethods
getDynamicMethod(String) - Method in DynamicMethods
Retrieves a dynamic method for the specified method name.
getDynamicProperty(String) - Method in AbstractDynamicMethods
getDynamicProperty(String) - Method in DynamicMethods
Retrieves a dynamic property for the specified property name.
getEffectivePluginDependencyDescriptors() - Method in IvyDependencyManager
The plugin dependencies excluding non-exported transitive deps and collapsed to the highest version of each dependency.
getElementName(Object) - Method in ArrayMarshaller
getElementName(Object) - Method in CollectionMarshaller
getElementName(Object) - Method in MapMarshaller
getElementName(Object) - Method in NameAwareMarshaller
Returns the tag name for the object
getElementName(Object) - Method in ProxyUnwrappingMarshaller
getElementName(Object) - Method in ValidationErrorsMarshaller
getElementName(Object) - Method in XML
getEncodeMethod() - Method in DefaultGrailsCodecClass
getEncodeMethod() - Method in GrailsCodecClass
@return The encode closure
getEncoding() - Method in ChainedConverterConfiguration
getEncoding() - Method in ConverterConfiguration
Lookup the configured default Character encoding for the Converter
getEncoding() - Method in DefaultConverterConfiguration
getEncoding() - Method in ImmutableConverterConfiguration
@see ConverterConfiguration#getEncoding()
getEndColumn() - Method in SimpleCharStream
Get token end column number.
getEndLine() - Method in SimpleCharStream
Get token end line number.
getEngineInfo() - Method in GroovyPagesJspFactory
getEngineProperties() - Method in DocPublisher
Returns the engine properties.
getEntityNotFoundDelegate() - Method in SessionFactoryProxy
getEntityPersister(String) - Method in SessionFactoryProxy
getEntryAction() - Method in FlowInfoCapturer
getEnumType() - Method in PropertyConfig
getEnumValue(Object) - Method in IdentityEnumType.BidiEnumMap
getEnvironment() - Method in CommandLine
@return The environment specified
getEnvironment() - Method in DefaultCommandLine
getEnvironment(String) - Method in Environment
Returns the environment for the given short name
getEnvironment() - Method in GrailsTask
getEnvironment() - Method in GrailsUtil
Retrieves the current execution environment.
getEnvironment() - Method in Metadata
@return The environment the application expects to run in
getEnvironment() - Method in MockApplicationContext
getEnvironmentSpecificBlock(Environment, Closure) - Method in Environment
Takes an environment specific DSL block like:
getError() - Method in JspMessageTag
getErrors(Object) - Method in ControllersApi
Obtains the errors instance for the current controller
getErrors(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getErrors() - Method in FilterConfig
getErrors(ServletRequest) - Method in GrailsApplicationAttributes
@param request
getEventTriggeringInterceptor() - Method in HibernateDatastore
getEventType() - Method in GrailsContextEvent
getEvictionNames() - Method in AbstractGrailsPlugin
getEvictionNames() - Method in GrailsPlugin
@return The names of the plugins this plugin should evict onload
getException() - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
getException() - Method in GroovyPagesPageContext
getExceptionType() - Method in ResponseCodeUrlMapping
getExcludePatterns() - Method in DefaultGrailsUrlMappingsClass
getExcludePatterns() - Method in DefaultUrlMappingsHolder
getExcludePatterns() - Method in GrailsUrlMappingsClass
Returns a List of URI patterns to exclude.
getExcludePatterns() - Method in UrlMappingsHolder
Retrieves the held Exclude Pattern instances as a list, could be null if there is no exclude
getExcludeRules() - Method in DependencyConfigurationContext
getExitAction() - Method in FlowInfoCapturer
getExitCode() - Method in ScriptExitException
getExpandoMetaClass(Class) - Method in GrailsClassUtils
getExpandoMetaClass(Class) - Method in GrailsMetaClassUtils
getExportedDependencyDescriptors(String) - Method in IvyDependencyManager
Returns all the dependency descriptors for dependencies of a plugin that have been exported for use in the application
getExportSetting(Map) - Method in AbstractDependenciesConfigurer
getExpressionEvaluator() - Method in GroovyPagesPageContext
getExpressionString() - Method in ClosureExpression
getExpressionString() - Method in KeyExpression
getExpressionText(String, boolean) - Method in GroovyPageParser
getExtraDependencies() - Method in GrailsProjectCompiler
Extra dependencies defined by the 'grails.compiler.dependencies' config option in BuildConfig
getFactory() - Method in FactoryHolder
getFactoryObserver() - Method in SessionFactoryProxy
getFailCount() - Method in GrailsTestTypeResult
The number of tests that can be considered to have not passed
getFailCount() - Method in JUnit4ResultGrailsTestTypeResultAdapter
getFailedLoadPlugins() - Method in AbstractGrailsPluginManager
getFailedLoadPlugins() - Method in GrailsPluginManager
@return An array of plugins that failed to load due to dependency resolution errors
getFailedPlugin(String) - Method in AbstractGrailsPluginManager
getFailedPlugin(String) - Method in GrailsPluginManager
Retrieves a plug-in that failed to load, or null if it doesn't exist
getFailedTests() - Method in _GrailsTest
getFetchMode() - Method in DefaultGrailsDomainClassProperty
getFetchMode() - Method in GrailsDomainClassProperty
Returns the configured fetch mode for the property
getFetchMode() - Method in GrailsHibernateDomainClassProperty
getFetchMode(Object) - Method in GrailsHibernateUtil
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
getFetchProfile(String) - Method in SessionFactoryProxy
getField() - Method in JspEachErrorTag
getField() - Method in JspHasErrorsTag
getField() - Method in JspRenderErrorsTag
getFieldName(String) - Method in DefaultGrailsDomainClass
getFieldName() - Method in DefaultGrailsDomainClassProperty
getFieldName(String) - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
getFieldName(String) - Method in GrailsDomainClass
Returns the field name for the given property name
getFieldName() - Method in GrailsDomainClassProperty
Returns the domain field name for this property.
getFieldName(String) - Method in GrailsHibernateDomainClass
getFieldName() - Method in GrailsHibernateDomainClassProperty
getFieldValue(Object, String) - Method in GrailsClassUtils
Get the value of a declared field on an object
getFile(String) - Method in GrailsMockHttpServletRequest
{@inheritDoc }
getFileMap() - Method in GrailsMockHttpServletRequest
{@inheritDoc }
getFileName(StackTraceElement) - Method in DefaultStackTracePrinter
getFilename() - Method in GrailsByteArrayResource
getFileName() - Method in GrailsTagException
getFileName() - Method in GroovyPagesException
getFilename() - Method in MockFileResource
getFileName() - Method in SourceCodeAware
getFileNameInfo(Throwable, Resource) - Method in DefaultStackTracePrinter
getFileNames() - Method in GrailsMockHttpServletRequest
{@inheritDoc }
getFiles(String) - Method in GrailsMockHttpServletRequest
{@inheritDoc }
getFileSystemName() - Method in AbstractGrailsPlugin
getFileSystemName() - Method in GrailsPlugin
Returns the name of the plugin as represented in the file system including the version.
getFileSystemShortName() - Method in AbstractGrailsPlugin
getFileSystemShortName() - Method in GrailsPlugin
Returns the name of the plugin as represented on the file system without the version.
getFilterDefinition(String) - Method in SessionFactoryProxy
getFirstArtefact(String) - Method in DefaultGrailsApplication
getFirstRuntimeException(Throwable) - Method in GrailsExceptionResolver
getFlash() - Method in AbstractDelegate
Returns the flash scope instance
getFlash(Object) - Method in CommonWebApi
Obtains the Grails FlashScope instance
getFlash() - Method in ControllerUnitTestMixin
The Grails 'flash' object @return
getFlash() - Method in FilterConfig
getFlashScope(ServletRequest) - Method in DefaultGrailsApplicationAttributes
getFlashScope(ServletRequest) - Method in GrailsApplicationAttributes
Retrieves the flash scope instance for the given requeste
getFlashScope() - Method in GrailsWebRequest
@return The FlashScope instance for the current request
getFlatConfig() - Method in ConfigurationHolder
Returns the ConfigObject has a flattened map for easy access from Java in a properties file like way.
getFlatConfig() - Method in DefaultGrailsApplication
getFlatConfig() - Method in GrailsApplication
Returns the flatten ConfigObject for use from Java classes.
getFlatConfig() - Method in GrailsConfig
getFlatConfig() - Method in Holders
getFloat(String, Float) - Method in AbstractTypeConvertingMap
getFlow() - Method in AbstractDelegate
Returns the flow scope instance
getFlow() - Method in WebFlowTestCase
Subclasses should return the flow closure that within the controller.
getFlowBuilderContext() - Method in FlowBuilder
getFlowDefinition() - Method in WebFlowTestCase
getFlowId(HttpServletRequest) - Method in GrailsFlowUrlHandler
getFlowId() - Method in WebFlowTestCase
Subclasses should override to change flow id.
getFlows() - Method in DefaultGrailsControllerClass
getFlows() - Method in GrailsControllerClass
getFlushMode() - Method in HibernateSession
getForeachRenamedIt() - Method in GroovySyntaxTag
getFormat() - Method in ConstrainedProperty
getFormat(HttpServletRequest) - Method in RequestMimeTypesApi
Obtains the request format, which is dictated by the CONTENT_TYPE header and evaluated using the configured MimeType instances.
getFormat(HttpServletResponse) - Method in ResponseMimeTypesApi
Obtains the format to use for the response using either the file extension or the ACCEPT header
getFormatFromURI(String, MimeType) - Method in WebUtils
Obtains the format from the URI.
getForwardURI() - Method in GrailsMockHttpServletRequest
Implementation of the dynamic "forwardURI" property.
getForwardURI(HttpServletRequest) - Method in ServletRequestApi
@return retrieve the forwardURI for the request
getForwardURI(HttpServletRequest) - Method in WebUtils
Obtains the forwardURI from the request, since Grails uses a forwarding technique for URL mappings.
getFrom() - Method in JspSelectTag
getFullName() - Method in AbstractGrailsClass
getFullName() - Method in BasicGrailsPluginInfo
getFullName() - Method in DefaultGrailsPlugin
getFullName(ClassNode) - Method in GrailsASTUtils
Gets the full name of a ClassNode.
getFullName() - Method in GrailsClass
Returns the full name of the class in the application with the the trailing convention part and with the package name.
getFullName() - Method in GrailsPluginInfo
@return The full name of the plugin including version
getFullName() - Method in PluginInfo
getFunctionalTestBaseUrl() - Method in BuildSettings
getFurthestParent(ClassNode) - Method in GrailsASTUtils
getFurthestUnresolvedParent(ClassNode) - Method in GrailsASTUtils
getGetterName(String) - Method in GrailsClassUtils
Calculate the name for a getter method to retrieve the specified property
getGetterName(String) - Method in GrailsNameUtils
Calculate the name for a getter method to retrieve the specified property
getGlobalPluginsDir() - Method in AbstractBuildSettings
getGlobalPluginsDir() - Method in GrailsBuildHelper
getGlobalPluginsPath() - Method in GrailsPluginUtils
The path to the global plugins directory.
getGlobalPluginsPath() - Method in PluginBuildSettings
Obtains the path to the global plugins directory.
getGormValidationApi(Datastore, Class, Validator) - Method in GormApiSupport
getGrailsApplication() - Method in AbstractGrailsClass
getGrailsApplication() - Method in ApplicationAttributes
@return Retrieves the grails application instance
getGrailsApplication(Object) - Method in CommonWebApi
Obtains the GrailsApplication instance
getGrailsApplication() - Method in ConfigurableLocalSessionFactoryBean
@return Returns the grailsApplication.
getGrailsApplication() - Method in DefaultGrailsApplicationAttributes
getGrailsApplication() - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
getGrailsApplication() - Method in FilterConfig
getGrailsApplication() - Method in GrailsClass
The GrailsApplication that this class belongs to
getGrailsApplication() - Method in GrailsDomainClassMappingContext
getGrailsApplication() - Method in GroovyPageMetaInfo
getGrailsApplication() - Method in Holders
getGrailsAppName() - Method in BaseSettingsApi
getGrailsAppVersion() - Method in BaseSettingsApi
getGrailsAttributes() - Method in AbstractGrailsControllerHelper
getGrailsAttributes(Object) - Method in CommonWebApi
Obtains the GrailsApplicationAttributes instance
getGrailsAttributes() - Method in FilterConfig
getGrailsClass(String) - Method in ArtefactInfo
getGrailsClass(String) - Method in DefaultArtefactInfo
getGrailsClassByLogicalPropertyName(String) - Method in ArtefactInfo
Retrieves a Grails class by its logical property name.
getGrailsClassByLogicalPropertyName(String) - Method in DefaultArtefactInfo
getGrailsClasses() - Method in ArtefactInfo
Gets you the array of all artefact GrailsClass(es), the classes used to track information about the artefact.
getGrailsClasses() - Method in DefaultArtefactInfo
getGrailsClassesByName() - Method in ArtefactInfo
getGrailsClassesByName() - Method in DefaultArtefactInfo
getGrailsCoreDependencies() - Method in DependencyConfigurationContext
Gives access to the grails core dependencies.
getGrailsHome() - Method in BaseSettingsApi
getGrailsPlugin(String, Object) - Method in AbstractGrailsPluginManager
getGrailsPlugin(String, Object) - Method in GrailsPluginManager
Retrieves a plug-in for its name and version
getGrailsPlugin(String, BigDecimal) - Method in MockGrailsPluginManager
getGrailsPluginForClassName(String) - Method in AbstractGrailsPluginManager
getGrailsPluginForClassName(String) - Method in GrailsPluginManager
Obtains a GrailsPlugin for the given classname
getGrailsScriptClosure() - Method in BuildSettings
Implementation of the "grailsScript()" method used in Grails scripts.
getGrailsVersion() - Method in GrailsPluginUtils
getGrailsVersion() - Method in GrailsUtil
getGrailsVersion() - Method in Metadata
@return The Grails version used to build the application
getGrailsWorkDir() - Method in BuildSettings
getGrailsWorkDir() - Method in GrailsBuildHelper
getGroovyPageFileName() - Method in GroovyPage
getGroovyPageLocator() - Method in GroovyPagesTemplateEngine
getGroovyPageMetaInfo() - Method in GroovyPageCompiledScriptSource
getGroovyPagesTemplateEngine() - Method in GroovyPagesServlet
getGroovyPagesUriService() - Method in DefaultGrailsApplicationAttributes
getGroovyPagesUriService() - Method in GrailsApplicationAttributes
getGroovySource() - Method in GroovyPageMetaInfo
getHandler(HttpServletRequest) - Method in GrailsDispatcherServlet
getHandlerExecutionChain(Object, HttpServletRequest) - Method in GrailsControllerHandlerMapping
getHandlerForControllerClass(GrailsControllerClass, HttpServletRequest) - Method in GrailsControllerHandlerMapping
Obtains the handler for the given controller class.
getHandlerForControllerClass(GrailsControllerClass, HttpServletRequest) - Method in GrailsFlowHandlerMapping
getHandlerInternal(HttpServletRequest) - Method in GrailsControllerHandlerMapping
getHandlerInternal(HttpServletRequest) - Method in GrailsUrlHandlerMapping
getHead() - Method in GSPSitemeshPage
getHeader(String) - Method in MockPart
getHeader(String) - Method in PageRenderer.PageRenderRequest
getHeader(String) - Method in PageRenderer.PageRenderResponse
getHeaderNames() - Method in MockPart