- 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
- GEND_EMPTY_TAG - Field in Tokens
- GEND_TAG - Field in Tokens
- 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.
- generateGsp(Writer, boolean) - Method in GroovyPageParser
- generateJavaName(String) - Method in GroovyPageCompiler
- generateParseException() - Method in JSONParser
- Generate ParseException.
- 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.
- generateToken() - Method in SynchronizerToken
- 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(GrailsDomainClass, String) - Method in DefaultGrailsTemplateGenerator
- generateViews(GrailsDomainClass, String) - Method in GrailsTemplateGenerator
- Generates the necessary views for the supplied domain class.
- generateViewSource(GrailsWebRequest, 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 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
Variant that allows supply of a lazy-initialization function for the initial value.
- 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(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, T, List) - Method in GrailsConfig
- Configuration Value lookup with a default value and a list of allowed values.
- get(Object) - Method in GrailsFlashScope
- get(Object) - Method in GrailsParameterMap
- 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(Object) - Method in TypeConvertingMap
- GET_VIEW_URI - Field in ControllerDynamicMethods
- get(Object) - Method in WeakGenericDynamicProperty
- 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() - Method in DefaultUrlMappingInfo
- getActionName() - Method in GrailsRequestContext
- @return 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
- 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.
- getAjaxOptions(def) - Method in PrototypeProvider
- getAliases(String) - Method in MockApplicationContext
- 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
- getAllClasses() - Method in DefaultGrailsApplication
- Retrieves all classes loaded by the GrailsApplication.
- getAllClasses() - Method in GrailsApplication
- Retrieves all java.lang.Class instances loaded by the Grails class loader
- getAllEvents() - Method in Event
- @return The names of all persistence events
- getAllPlugins() - Method in AbstractGrailsPluginManager
- getAllPlugins() - Method in BasePluginFilter
- getAllPlugins() - Method in GrailsPluginManager
- Returns an array of all the loaded plug-ins
- getAppDir(Resource) - Method in GrailsResourceUtils
- getApplication() - Method in ApplicationHolder
- getApplicationContext() - Method in ApplicationAttributes
- @return The application context for servlet
- getApplicationContext() - Method in ConvertersConfigurationInitializer
- getApplicationContext() - Method in DefaultGrailsApplicationAttributes
- getApplicationContext() - Method in DefaultRuntimeSpringConfiguration
- 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 RuntimeSpringConfiguration
- Retrieves the application context from the current state.
- getApplicationContext() - Method in WebRequestDelegatingRequestContext
- getApplicationDefaultDecorator(HttpServletRequest) - Method in GrailsLayoutDecoratorMapper
- 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
- 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
- getArtefact(String, String) - Method in DefaultGrailsApplication
- Retrieves an artefact for the given type and name.
- getArtefact(String, String) - Method in GrailsApplication
Gets the GrailsClass associated with the named artefact class
i.e. to get the GrailsClass for controller called "BookController" you pass the name "BookController"
- getArtefactByLogicalPropertyName(String, String) - Method in DefaultGrailsApplication
- getArtefactByLogicalPropertyName(String, String) - Method in GrailsApplication
- Retrieves an artefact by its logical property name.
- getArtefactForFeature(Object) - Method in ArtefactHandler
Called to retrieve an artefact relating to some other key for example a URI or tag name
Handlers are responsible for caching the appropriate information using the data passed to them in calls
to initialize()
- getArtefactForFeature(Object) - Method in ArtefactHandlerAdapter
- getArtefactForFeature(Object) - Method in ControllerArtefactHandler
- getArtefactForFeature(String, Object) - Method in DefaultGrailsApplication
- getArtefactForFeature(String, Object) - Method in GrailsApplication
Get an artefact GrailsClass by a "feature" which depending on the artefact may be a URI or tag name
for example
- 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
Obtain a list of all the artefact handlers
- getArtefactInfo(String) - Method in DefaultGrailsApplication
- Get the cache of classes for the specified artefact type.
- getArtefactInfo(String) - Method in GrailsApplication
Obtain all the class information about the artefactType specified
- 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).
- 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
Get an array of all the GrailsClass instances relating to artefacts of the specified type.
- getArtefactType(Class) - Method in DefaultGrailsApplication
- getArtefactType(Class) - Method in GrailsApplication
- Returns the ArtefactHandler for the given class or null
- getAs() - Method in JspRenderErrorsTag
- 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
- getAsText() - Method in ClassEditor
- getAsText() - Method in CurrencyEditor
- getAsText() - Method in TimeZoneEditor
- getAsText() - Method in UriEditor
- 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 GrailsMockHttpServletRequest
- Map-like access to request attributes, e.g. request["count"].
- getAt(String) - Method in GrailsMockHttpSession
- getAttribute(String) - Method in GrailsHttpSession
- getAttribute(String, int) - Method in GroovyPagesPageContext
- getAttributeNames() - Method in GrailsHttpSession
- getAttributeNamesInScope(int) - Method in GroovyPagesPageContext
- getAttributes() - Method in ConstrainedProperty
- getAttributes() - Method in GrailsWebRequest
- @return The GrailsApplicationAttributes instance
- getAttributesScope(String) - Method in GroovyPagesPageContext
- getAutowireCapableBeanFactory() - Method in MockApplicationContext
- 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 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.
- 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 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
- getBody() - Method in GSPSitemeshPage
- 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.
- getBoolean(String) - Method in TypeConvertingMap
- Helper method for obtaining float value from parameter
- getBooleanFromMap(String, Map) - Method in GrailsClassUtils
- Retrieves a boolean value from a Map for the given key
- getBooleanValue(def, String) - Method in IvyDependencyManager
- getBuffer() - Method in FastStringWriter
- getBuffer() - Method in StreamByteBuffer.StreamByteBufferInputStream
- getBuffer() - Method in StreamByteBuffer.StreamByteBufferOutputStream
- getBuffer() - Method in StreamCharBuffer.StreamCharBufferReader
- getBuffer() - Method in StreamCharBuffer.StreamCharBufferWriter
- getBuildListeners() - Method in BuildSettings
- getByte(String) - Method in TypeConvertingMap
- Helper method for obtaining integer value from parameter
- getCallable() - Method in Environment.EnvironmentBlockEvaluator
- getCause() - Method in JSONException
- getChainResolver() - Method in IvyDependencyManager
- @return The current chain resolver
- 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()
- 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
- 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
- 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 StaticResourceLoader
- getClassName(String, String) - Method in GrailsClassUtils
- Returns the class name for the given logical name and trailing name.
- getClassName(String, String) - Method in GrailsNameUtils
- Returns the class name for the given logical name and trailing 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.
- getClosurePropertyName(String) - Method in DefaultGrailsControllerClass
- getClosurePropertyName(String) - Method in GrailsControllerClass
- Returns a closure property name for a specific URI or null if the URI does not map to a closure.
- 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
- 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
- getCommandObjectActions() - Method in DefaultGrailsControllerClass
- @deprecated This method is deprecated and will be removed in a future version of Grails
- getCommandObjectActions() - Method in GrailsControllerClass
- @return A Set of names of actions with command objects presented in this controller
- getCommandObjectClasses() - Method in DefaultGrailsControllerClass
- @deprecated This method is deprecated and will be removed in a future version of Grails
- getCommandObjectClasses() - Method in GrailsControllerClass
- @return command object classes used by this controller
- getCompilationError() - Method in GrailsClassLoader
- getCompilationException() - Method in GroovyPageMetaInfo
- getCompileClasspath() - Method in GrailsTask
- getCompileDependencies() - Method in BuildSettings
- List containing the compile-time dependencies of the app as File instances.
- getCompileDependencies() - Method in GrailsBuildHelper
- 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
- getConfig() - Method in AbstractBuildSettings
- getConfig() - Method in ConfigurationHolder
- Retrieve the ConfigObject.
- getConfig() - Method in DefaultGrailsApplication
- getConfig() - Method in GrailsApplication
- Returns the ConfigObject instance.
- getConfigLocations() - Method in GrailsWebApplicationContext
- getConfigs(Object) - Method in DefaultGrailsFiltersClass
- getConfigs(Object) - Method in GrailsFiltersClass
- @return the FilterConfig instances
- 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
- 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
- getConstraints() - Method in AbstractUrlMapping
- @see UrlMapping#getConstraints()
- getConstraints() - Method in ResponseCodeUrlMapping
- getConstraints() - Method in UrlMapping
The constraints the apply to this UrlMapping.
- 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
-
@return
- Parameters:
name
- propertyName of contentBuffer (with "page." prefix)
- 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 NullView
- getContextPath() - Method in GrailsWebRequest
- Returns the context path of the request.
- 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 GrailsControllerHelper
- Retrieves a controller class for the specified class name
- getControllerClassByName(String) - Method in SimpleGrailsControllerHelper
- getControllerClassByURI(String) - Method in GrailsControllerHelper
- Retrieves a GrailsControllerClass by URI.
- getControllerClassByURI(String) - Method in SimpleGrailsControllerHelper
- getControllerFromRequest(HttpServletRequest) - Method in GrailsWebUtil
- Obtains the currently executing controller from the given request if any.
- getControllerInstance(GrailsControllerClass) - Method in GrailsControllerHelper
- Creates a new controller instance for the specified GrailsControllerClass.
- getControllerInstance(GrailsControllerClass) - Method in SimpleGrailsControllerHelper
- getControllerName() - Method in AbstractUrlMapping
- @see UrlMapping#getControllerName()
- getControllerName() - Method in DefaultUrlMappingInfo
- getControllerName() - Method in GrailsRequestContext
- @return 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(ServletRequest) - Method in DefaultGrailsApplicationAttributes
- getControllerUri(ServletRequest) - Method in GrailsApplicationAttributes
- @param request
- getConversation() - Method in AbstractDelegate
- Returns the conversation scope instance
- getConverterClass() - Method in ObjectMarshallerRegisterer
- getConverterConfiguration(Class) - Method in ConvertersConfigurationHolder
- getCountingWriter() - Method in BoundedCharsAsEncodedBytesCounter
- getCreationTime() - Method in GrailsHttpSession
- getCriteria(Session, 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
- getCurrentEnvironment() - Method in Environment
- @see #getCurrent()
- getCurrentLineNumber() - Method in GSPWriter
- getCurrentOriginalWriter() - Method in GroovyPageOutputStack
- getCurrentOutputLineNumber() - Method in GroovyPageParser
- getCurrentRequest() - Method in GrailsWebRequest
- @return The currently executing request
- getCurrentRequestUri(HttpServletRequest) - Method in GroovyPagesTemplateEngine
- Return the page identifier.
- getCurrentResponse() - Method in GrailsWebRequest
- getCurrentStrackReference() - Method in PathCapturingJSONWriterWrapper
- getDbCreate() - Method in GrailsDataSource
- Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update".
- getDecodeMethod() - Method in DefaultGrailsCodecClass
- getDecodeMethod() - Method in GrailsCodecClass
- @return The decode closure
- getDecorator(HttpServletRequest, Page) - Method in GrailsLayoutDecoratorMapper
- 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() - Method in DomainClassArtefactHandler
- getDefaultDependencies(String) - Method in IvyDependencyManager
- Obtains the default dependency definitions for the given Grails version
- getDefaultMessage(String) - Method in AbstractConstraint
- Returns the default message for the given message code in the
current locale.
- getDefaultProps() - Method in DocEngine
- 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
- 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
- getDeployedViewURI(String, String) - Method in DefaultGroovyPagesUriService
- getDeployedViewURI(String, String) - Method in GroovyPagesUriService
- 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
- getDescriptor() - Method in BasicGrailsPluginInfo
- getDescriptor() - Method in DefaultGrailsPlugin
- getDescriptor() - Method in GrailsPluginInfo
- Returns the location of the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy file)
- getDescriptor() - Method in 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.
- getDirective() - Method in AbstractClosureProxy
- getDisplayName() - Method in MockApplicationContext
- getDomainClass(String) - Method in ConverterUtil
- getDomainClass() - Method in DefaultGrailsDomainClassProperty
- getDomainClass() - Method in GrailsDomainClassProperty
- Returns the parent domain class of the property instance.
- getDomainClass() - Method in GrailsDomainClassValidator
- getDomainClass() - Method in GrailsHibernateDomainClassProperty
- getDomainClassNames() - Method in ConverterUtil
- 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.
- getDouble(String) - Method in TypeConvertingMap
- Helper method for obtaining double value from parameter
- 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.
- getEntryAction() - Method in FlowInfoCapturer
- getEnumType() - Method in PropertyConfig
- getEnumValue(Object) - Method in IdentityEnumType.BidiEnumMap
- 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
- getEnvironmentSpecificBlock(Environment, Closure) - Method in Environment
- Takes an environment specific DSL block like:
- getError() - Method in JspMessageTag
- getErrors(ServletRequest) - Method in DefaultGrailsApplicationAttributes
- getErrors(ServletRequest) - Method in GrailsApplicationAttributes
- @param request
- 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
- 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
- getExpressionEvaluator() - Method in GroovyPagesPageContext
- getExpressionString() - Method in ClosureExpression
- getExpressionText(String) - Method in GroovyPageParser
- Returns an expression text for the given expression
- getFactory() - Method in FactoryHolder
- 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
- 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.
- 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
- getFilename() - Method in GrailsByteArrayResource
- getFileName() - Method in GrailsTagException
- getFileName() - Method in GroovyPagesException
- getFilename() - Method in MockFileResource
- getFileName() - Method in SourceCodeAware
- 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.
- getFinalTarget() - Method in GrailsPrintWriter
- getFinalTarget() - Method in GrailsRoutablePrintWriter
- getFirstRuntimeException(Throwable) - Method in GrailsExceptionResolver
- getFlash() - Method in AbstractDelegate
- Returns the flash scope instance
- getFlashScope(ServletRequest) - Method in DefaultGrailsApplicationAttributes
- getFlashScope(ServletRequest) - Method in GrailsApplicationAttributes
- Retrieves the flash scope instance for the given requeste
- getFlashScope() - Method in GrailsWebRequest
- @return The FlashScope instance for the current request
- getFlatConfig() - Method in 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.
- getFloat(String) - Method in TypeConvertingMap
- Helper method for obtaining float value from parameter
- 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
Returns a map of the flows for this controller.
- getFormat() - Method in ConstrainedProperty
- getFormatFromURI(String) - Method in WebUtils
- Obtains the format from the URI.
- getForwardURI() - Method in GrailsMockHttpServletRequest
- Implementation of the dynamic "forwardURI" property.
- 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.
- getGrailsApplication() - Method in ApplicationAttributes
- @return Retrieves the grails application instance
- getGrailsApplication() - Method in ConfigurableLocalSessionFactoryBean
- @return Returns the grailsApplication.
- getGrailsApplication() - Method in DefaultGrailsApplicationAttributes
- getGrailsAttributes() - Method in GrailsControllerHelper
- @return Returns the grails request attributes instance
- getGrailsAttributes() - Method in SimpleGrailsControllerHelper
- getGrailsClass(String) - Method in ArtefactInfo
Retrieves the GrailsClass representing a named artefact.
- 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
Gets you the unmodifiable Map of all artefact GrailsClass(es), the classes that store extra
state relating to the artefact.
- getGrailsClassesByName() - Method in DefaultArtefactInfo
- getGrailsPlugin(String, Object) - Method in AbstractGrailsPluginManager
- getGrailsPlugin(String, Object) - Method in GrailsPluginManager
- Retrieves a plug-in for its name and version
- getGrailsPluginForClassName(String) - Method in AbstractGrailsPluginManager
- getGrailsPluginForClassName(String) - Method in GrailsPluginManager
- Obtains a GrailsPlugin for the given classname
- 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
- getGroovyPagesUriService() - Method in DefaultGrailsApplicationAttributes
- getGroovyPagesUriService() - Method in GrailsApplicationAttributes
- getGroovySource() - Method in GroovyPageMetaInfo
- getHandler(HttpServletRequest, boolean) - 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
- getHibernateTemplate() - Method in AbstractDynamicPersistentMethod
- getHibernateTemplate() - Method in AbstractPersistentConstraint
- getHibernateTemplate() - Method in AbstractStaticPersistentMethod
- getHibernateTemplate() - Method in PersistentConstraint
- Obtains the HibernateTemplate
- getHome() - Method in GrailsTask
- getHtmlParts() - Method in GroovyPage
- getHtmlParts() - Method in GroovyPageMetaInfo
- getHtmlParts() - Method in GroovyPageParser
- getHtmlPartsArray() - Method in GroovyPageParser
- getHttpMethodOverride(HttpServletRequest) - Method in HiddenHttpMethodFilter
- getId() - Method in DefaultUrlMappingInfo
- getId() - Method in GrailsHttpSession
- getId() - Method in GrailsWebRequest
- getId() - Method in JspFormRemoteTag
- getId() - Method in JspFormTag
- getId() - Method in JspLinkTag
- getId() - Method in JspRemoteFunctionTag
- getId() - Method in JspRemoteLinkTag
- getId() - Method in JspSubmitToRemoteTag
- getId() - Method in MockApplicationContext
- getId() - Method in UrlMappingInfo
- The id part of the URL mapping if any
- getIdentifier() - Method in DefaultGrailsDomainClass
- getIdentifier() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getIdentifier() - Method in GrailsDomainClass
- Returns the identifier property
- getIdentifier() - Method in GrailsHibernateDomainClass
- GetImage() - Method in SimpleCharStream
- Get token literal value.
- getImplicitPluginDirectories() - Method in AbstractBuildSettings
- Returns a list of all plugin directories in both the given path
and the global "plugins" directory together.
- getImplicitPluginDirectories(String) - Method in GrailsPluginUtils
- All plugin directories in both the given path and the global "plugins" directory together.
- getImplicitPluginDirectories() - Method in PluginBuildSettings
- Returns a list of all plugin directories in both the given path
and the global "plugins" directory together.
- getIndex() - Method in PropertyConfig
- Shortcut to get the index setting for this property's column.
- getInitClosure() - Method in DefaultGrailsBootstrapClass
- getInitClosure() - Method in GrailsBootstrapClass
- Returns the init closure which is called on application load.
- getInjectionOperation() - Method in GrailsApplicationFactoryBean
- getInlinePluginDirectories() - Method in AbstractBuildSettings
- Returns an array of the inplace plugin locations.
- getInlinePluginDirectories() - Method in PluginBuildSettings
- Returns an array of the inplace plugin locations.
- getInlinePluginsFromConfiguration(Map, File) - Method in AbstractBuildSettings
- Extracts the inline plugin dirs from the given config, relative to the given baseDir.
- getInList() - Method in ConstrainedProperty
- @return Returns the inList.
- getInputStream() - Method in MockApplicationContext.MockResource
- getInputStream() - Method in StreamByteBuffer
- getInstalledPlugins() - Method in Metadata
- Obtains a map (name->version) of installed plugins specified in the project metadata
- getInstance() - Method in ConverterUtil
- getInstance() - Method in DefaultGrailsPlugin
- getInstance() - Method in DocumentationContext
- getInstance() - Method in DomainValidator
- Returns the singleton instance of this validator.
- getInstance() - Method in GrailsPlugin
- Retrieves the wrapped plugin instance for this plugin
- getInstance() - Method in GrailsTagRegistry
- getInstance(ServletResponse) - Method in GSPResponseWriter
- getInstance() - Method in HibernateCriteriaBuilder
- Returns the criteria instance
- getInstance() - Method in InetAddressValidator
- Returns the singleton instance of this validator.
- getInstance() - Method in LazyMetaPropertyMap
- Returns the wrapped instance.
- getInstance(File) - Method in Metadata
- Loads and returns a new Metadata object for the given File.
- getInstance(Class) - Method in ProxyMetaClass
- convenience factory method for the most usual case.
- getInstance() - Method in UrlValidator
- Returns the singleton instance of this class with default schemes and options.
- getInt(int) - Method in JSONArray
- Get the int value associated with an index.
- getInt(String) - Method in JSONObject
- Get the int value associated with a key.
- getInt(String) - Method in TypeConvertingMap
- Helper method for obtaining integer value from parameter
- getInterceptor() - Method in ProxyMetaClass
- @return the interceptor in use or null if no interceptor is used
- getInvoker() - Method in InvocationCallback
- getJarsFromServletContext() - Method in TagLibraryResolver
- getJpaClassNames() - Method in AnnotationDomainClassArtefactHandler
- getJSON() - Method in GrailsMockHttpServletRequest
- Parses the request content as JSON using the JSON converter.
- getJSONArray(int) - Method in JSONArray
- Get the JSONArray associated with an index.
- getJSONArray(String) - Method in JSONObject
- Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in JSONArray
- Get the JSONObject associated with an index.
- getJSONObject(String) - Method in JSONObject
- Get the JSONObject value associated with a key.
- getJspContext() - Method in JspFragmentImpl
- getJspTagLibraryResolver() - Method in GroovyPageMetaInfo
- getJspTags() - Method in GroovyPageMetaInfo
- getJspTags() - Method in GroovyPageParser
- getKey(Object) - Method in IdentityEnumType.BidiEnumMap
- getLastAccessedTime() - Method in GrailsHttpSession
- getLastModified() - Method in GroovyPageMetaInfo
- getLastModified() - Method in GroovyPageParser
- getLength() - Method in PropertyConfig
- Shortcut to get the length of this property's column.
- getLine() - Method in SimpleCharStream
-
@deprecated
- See Also:
- getEndLine
- getLineNumber() - Method in GrailsTagException
- getLineNumber() - Method in GrailsWrappedRuntimeException
- @return Returns the lineNumber.
- getLineNumber() - Method in GroovyPagesException
- getLineNumber() - Method in SourceCodeAware
- getLineNumberMatrix() - Method in GroovyPageParser
- getLineNumbers() - Method in GroovyPageMetaInfo
- getLineNumbers() - Method in GSPWriter
- getList() - Method in InListConstraint
- @return Returns the list.
- getList(String) - Method in TypeConvertingMap
- Helper method for obtaining a list of values from parameter
- getListenerMap() - Method in HibernateEventListeners
- getLoadAfterNames() - Method in AbstractGrailsPlugin
- getLoadAfterNames() - Method in DefaultGrailsPlugin
- getLoadAfterNames() - Method in GrailsPlugin
- Retrieves the names of plugins that this plugin should be loaded after.
- getLoadBeforeNames() - Method in AbstractGrailsPlugin
- getLoadBeforeNames() - Method in DefaultGrailsPlugin
- getLoadBeforeNames() - Method in GrailsPlugin
- Retrieves the names of plugins that this plugin should be loaded before.
- getLoadedResources() - Method in GrailsResourceLoader
- getLog() - Method in BeanBuilder
- getLog() - Method in DefaultGrailsPlugin
- getLogger() - Method in IvyDependencyManager
- getLogicalControllerName(GroovyObject) - Method in DefaultGroovyPagesUriService
- getLogicalMappings() - Method in RegexUrlMapping
- getLogicalName(String, String) - Method in GrailsClassUtils
- Retrieves the logical name of the class without the trailing name
- getLogicalName(String, String) - Method in GrailsNameUtils
- Retrieves the logical name of the class without the trailing name
- getLogicalPropertyName() - Method in AbstractGrailsClass
- getLogicalPropertyName() - Method in GrailsClass
- Returns the logical name of the class as a property name.
- getLogicalPropertyName(String, String) - Method in GrailsClassUtils
- @deprecated Use GrailsNameUtils.getLogicalPropertyName instead.
- getLogicalPropertyName(String, String) - Method in GrailsNameUtils
- getLogicalUrls() - Method in DefaultUrlMappingData
- getLogicalUrls() - Method in ResponseCodeMappingData
- getLogicalUrls() - Method in UrlMappingData
Obtains the logical URLs for this URL
- getLong(int) - Method in JSONArray
- Get the long value associated with an index.
- getLong(String) - Method in JSONObject
- Get the long value associated with a key.
- getLong(String) - Method in TypeConvertingMap
- Helper method for obtaining long value from parameter
- getLowerVersion(String) - Method in GrailsPluginUtils
- Returns the lower version of a Grails version number expression in a plugin
- getMainContext() - Method in DefaultGrailsApplication
- getMainContext() - Method in GrailsApplication
- Returns the Spring context for this application.
- getManager() - Method in AbstractGrailsPlugin
- getManager() - Method in GrailsPlugin
- Retrieves the plugin manager if known, otherwise returns null
- getMandatory(String, List) - Method in GrailsConfig
- Configuration Value lookup with thows a GrailsConfigurationException when the value is null
or not within the allowedValues.
- getMappedBy() - Method in DefaultGrailsDomainClass
- getMappedBy() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getMappedBy() - Method in GrailsDomainClass
- @return The map that defines association mappings
- getMappedBy() - Method in GrailsHibernateDomainClass
- getMappedByMap(Class) - Method in GrailsDomainConfigurationUtil
- Retrieves the mappedBy map for the specified class.
- getMapping(GrailsDomainClass) - Method in GrailsDomainBinder
- Obtains a mapping object for the given domain class nam
- getMappingFileName(String) - Method in GrailsDomainConfigurationUtil
- Returns the ORM framework's mapping file name for the specified class name.
- getMappingName() - Method in AbstractUrlMapping
- getMappingName() - Method in UrlMapping
- getMappings() - Method in DefaultUrlMappingEvaluator.MappingCapturingClosure
- getMappingsClosure() - Method in DefaultGrailsUrlMappingsClass
- getMappingsClosure() - Method in GrailsUrlMappingsClass
- Returns the mappings closure which is called to evaluate the url mappings.
- getMappingStrategy() - Method in DefaultGrailsDomainClass
- getMappingStrategy() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getMappingStrategy() - Method in GrailsDomainClass
- @return The name of the ORM implementation used to map the domain class (default is "GORM")
- getMappingStrategy() - Method in GrailsHibernateDomainClass
- getMarshaller(Object) - Method in ChainedConverterConfiguration
- getMarshaller(Object) - Method in ConverterConfiguration
- Lookup the ObjectMarshaller with the highest priority that support to marshall the given object
- getMarshaller(Object) - Method in DefaultConverterConfiguration
- getMarshaller(Object) - Method in ImmutableConverterConfiguration
- @see ConverterConfiguration#getMarshaller(Object)
- getMarshaller() - Method in ObjectMarshallerRegisterer
- getMatches() - Method in ConstrainedProperty
- @return Returns the matches.
- getMax() - Method in ConstrainedProperty
- @return Returns the max.
- getMaximumNumberOfParameters() - Method in AbstractClosureProxy
- getMaxInactiveInterval() - Method in GrailsHttpSession
- getMaxSize() - Method in ConstrainedProperty
- @return Returns the maxSize.
- getMaxSize() - Method in MaxSizeConstraint
- @return Returns the maxSize.
- getMaxValue() - Method in MaxConstraint
- @return Returns the maxValue.
- getMergedPluginProperties(Locale) - Method in PluginAwareResourceBundleMessageSource
- Get a PropertiesHolder that contains the actually visible properties
for a Locale, after merging all specified resource bundles.
- getMessage() - Method in GrailsTagException
- getMessage() - Method in GrailsWrappedRuntimeException
- getMessage(MessageSourceResolvable, Locale) - Method in MockApplicationContext
- getMessage() - Method in ParseException
- This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in TokenMgrError
- You can also modify the body of this method to customize your error messages.
- getMessage() - Method in ValidationException
- getMessageSource() - Method in DefaultGrailsApplicationAttributes
- getMessageSource() - Method in GrailsApplicationAttributes
- getMetaClass() - Method in AbstractGrailsClass
- @return the metaClass
- getMetaClass() - Method in BeanBuilder.ConfigurableRuntimeBeanReference
- getMetaClass() - Method in DefaultGrailsFiltersClass
- getMetaClass() - Method in FlowBuilder
- getMetaClass() - Method in GrailsApplicationContext
- getMetaClass() - Method in GrailsClass
- @return The MetaClass for this Grails class
- getMetaConstraintValue(String) - Method in ConstrainedProperty
- Obtains the value of the named meta constraint.
- getMetadata() - Method in DefaultGrailsApplication
- getMetadata() - Method in GrailsApplication
Get access to the project's metadata, specified in application.properties
This provides access to information like required grails version, application name, version etc
but NOT general application settings.
- getMetadataForPlugin(Resource) - Method in GrailsPluginUtils
- Returns XML metadata for the plugin.
- getMetadataForPlugin(Resource) - Method in PluginBuildSettings
- Returns XML metadata for the plugin.
- getMetadataRegisteredPluginNames() - Method in AbstractIvyDependencyManager
- getMetaInfo() - Method in GroovyPageTemplate
- getMethod() - Method in HiddenHttpMethodFilter.HttpMethodRequestWrapper
- getMethod() - Method in JspFormRemoteTag
- getMethod() - Method in JspFormTag
- getMethod() - Method in JspRemoteFunctionTag
- getMethod() - Method in JspRemoteLinkTag
- getMethod() - Method in JspSubmitToRemoteTag
- getMin() - Method in ConstrainedProperty
- @return Returns the min.
- getMinSize() - Method in ConstrainedProperty
- @return Returns the minSize.
- getMinSize() - Method in MinSizeConstraint
- @return Returns the minSize.
- getMinValue() - Method in MinConstraint
- @return Returns the minValue.
- getModel() - Method in JspEachErrorTag
- getModel() - Method in JspHasErrorsTag
- getModel() - Method in JspRenderErrorsTag
- getModel() - Method in JspRenderTag
- getModuleRevisionIds(String) - Method in DependencyResolver
- Obtains the ModuleRevisionId instances for the given organisation name
- getModuleRevisionIds(String) - Method in IvyDependencyManager
- getName() - Method in AbstractGrailsClass
- getName() - Method in AbstractGrailsPlugin
- getName() - Method in BasicGrailsPluginInfo
- getName() - Method in BeanConfiguration
- @return The name of the bean
- getName() - Method in BlankConstraint
- getName() - Method in Constraint
- @return The name of the constraint
- getName() - Method in CreditCardConstraint
- getName() - Method in DefaultBeanConfiguration
- getName() - Method in DefaultGrailsDomainClass
- getName() - Method in DefaultGrailsDomainClassProperty
- getName() - Method in DefaultGrailsPlugin
- getName() - Method in EmailConstraint
- getName() - Method in Environment
- @return the name of the environment
- getName() - Method in GrailsClass
- Returns the logical name of the class in the application without the trailing convention part if applicable
and without the package name.
- getName() - Method in GrailsDomainClassProperty
- Returns the name of the property.
- getName() - Method in GrailsHibernateDomainClassProperty
- getName() - Method in GrailsPluginInfo
- @return The name of the plug-in
- getName() - Method in GrailsTag
- @return The name of the tag
- getName() - Method in GrailsTestType
- A suitable display name for this test type.
- getName() - Method in GroovyCollectTag
- getName() - Method in GroovyDefTag
- getName() - Method in GroovyEachTag
- getName() - Method in GroovyElseIfTag
- getName() - Method in GroovyElseTag
- getName() - Method in GroovyFindAllTag
- getName() - Method in GroovyGrepTag
- getName() - Method in GroovyIfTag
- getName() - Method in GroovyUnlessTag
- getName() - Method in GroovyWhileTag
- getName() - Method in InListConstraint
- getName() - Method in JspCheckboxTag
- getName() - Method in JspCurrencySelectTag
- getName() - Method in JspDatePickerTag
- getName() - Method in JspLocaleSelectTag
- getName() - Method in JspSelectTag
- getName() - Method in JspSubmitToRemoteTag
- getName() - Method in JspTimeZoneSelectTag
- getName() - Method in MatchesConstraint
- getName() - Method in MaxConstraint
- getName() - Method in MaxSizeConstraint
- getName() - Method in MinConstraint
- getName() - Method in MinSizeConstraint
- getName() - Method in NoteMacro
- getName() - Method in NotEqualConstraint
- getName() - Method in NullableConstraint
- getName() - Method in PluginInfo
- Returns the plugin's name.
- getName() - Method in RangeConstraint
- getName() - Method in RequestContextTag
- getName() - Method in ScaleConstraint
- getName() - Method in SizeConstraint
- getName() - Method in UniqueConstraint
- getName() - Method in UrlConstraint
- getName() - Method in ValidatorConstraint
- getName() - Method in WarningMacro
- getNamedConfig(String) - Method in JSON
- getNamedConfig(String) - Method in XML
- getNamedConverterConfiguration(String, Class) - Method in ConvertersConfigurationHolder
- getNamedDecorator(HttpServletRequest, String) - Method in GrailsLayoutDecoratorMapper
- getNamedPlugin(String) - Method in BasePluginFilter
- getNameFromScript(String) - Method in GrailsClassUtils
- Calculates the class name from a script name in the form
my-funk-grails-script
- getNameFromScript(String) - Method in GrailsNameUtils
- Calculates the class name from a script name in the form my-funk-grails-script.
- getNamespace() - Method in DefaultGrailsTagLibClass
- getNamespace() - Method in GrailsTagLibClass
- @return the namespace that this taglib occupies.
- getNamespace() - Method in GrailsWebApplicationContext
- getNaturalName() - Method in AbstractGrailsClass
- getNaturalName() - Method in DefaultGrailsDomainClassProperty
- getNaturalName(String) - Method in DocEngine
- getNaturalName() - Method in GrailsClass
- Returns the name of the property in natural terms (eg.
- getNaturalName(String) - Method in GrailsClassUtils
- Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name')
- getNaturalName() - Method in GrailsDomainClassProperty
-
- Returns:
- The natural name representation of the property (eg.
- getNaturalName() - Method in GrailsHibernateDomainClassProperty
- getNaturalName(String) - Method in GrailsNameUtils
- Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name')
- getNextToken() - Method in JSONParser
- Get the next Token.
- getNextToken() - Method in JsonParserTokenManager
- Get the next Token.
- getNoSuffixViewURI(GroovyObject, String) - Method in DefaultGrailsApplicationAttributes
- getNoSuffixViewURI(String, String) - Method in DefaultGroovyPagesUriService
- getNoSuffixViewURI(GroovyObject, String) - Method in GrailsApplicationAttributes
- getNoSuffixViewURI(String, String) - Method in GroovyPagesUriService
- getNoSuffixViewURI(String, String) - Method in GroovyPageUtils
- Obtains a view URI of the given controller name and view name without the suffix
- getNotEqual() - Method in ConstrainedProperty
- @return Returns the notEqual.
- getNotEqualTo() - Method in NotEqualConstraint
- @return Returns the notEqualTo.
- getNow() - Method in FlashScope
- Returns the current state of flash scope, to be used if you don't
want to include variables in the next request
- getNow() - Method in GrailsFlashScope
- getObject() - Method in ControllerFlowRegistry
- getObject() - Method in GrailsApplicationFactoryBean
- getObject() - Method in GrailsPluginManagerFactoryBean
- getObject() - Method in GrailsResourceLoaderFactoryBean
- getObject() - Method in HibernateDialectDetectorFactoryBean
- getObject() - Method in SpringLobHandlerDetectorFactoryBean
- getObject() - Method in UrlMappingsHolderFactoryBean
- getObjectType() - Method in ControllerFlowRegistry
- getObjectType() - Method in GrailsApplicationFactoryBean
- getObjectType() - Method in GrailsPluginManagerFactoryBean
- getObjectType() - Method in GrailsResourceLoaderFactoryBean
- getObjectType() - Method in HibernateDialectDetectorFactoryBean
- getObjectType() - Method in SpringLobHandlerDetectorFactoryBean
- getObjectType() - Method in TypeSpecifyableTransactionProxyFactoryBean
- getObjectType() - Method in UrlMappingFactoryBean
- getObjectType() - Method in UrlMappingsHolderFactoryBean
- getObservedPluginNames() - Method in DefaultGrailsPlugin
- getObservedPluginNames() - Method in GrailsPlugin
- Retrieve the plugin names that this plugin is observing for changes
- getOnComplete() - Method in JspFormRemoteTag
- getOnComplete() - Method in JspRemoteFunctionTag
- getOnComplete() - Method in JspRemoteLinkTag
- getOnComplete() - Method in JspSubmitToRemoteTag
- getOnFailure() - Method in JspFormRemoteTag
- getOnFailure() - Method in JspRemoteFunctionTag
- getOnFailure() - Method in JspRemoteLinkTag
- getOnFailure() - Method in JspSubmitToRemoteTag
- getOnInteractive() - Method in JspFormRemoteTag
- getOnInteractive() - Method in JspRemoteFunctionTag
- getOnInteractive() - Method in JspRemoteLinkTag
- getOnInteractive() - Method in JspSubmitToRemoteTag
- getOnLoaded() - Method in JspFormRemoteTag
- getOnLoaded() - Method in JspRemoteFunctionTag
- getOnLoaded() - Method in JspRemoteLinkTag
- getOnLoaded() - Method in JspSubmitToRemoteTag
- getOnLoading() - Method in JspFormRemoteTag
- getOnLoading() - Method in JspRemoteFunctionTag
- getOnLoading() - Method in JspRemoteLinkTag
- getOnLoading() - Method in JspSubmitToRemoteTag
- getOnSuccess() - Method in JspFormRemoteTag
- getOnSuccess() - Method in JspRemoteFunctionTag
- getOnSuccess() - Method in JspRemoteLinkTag
- getOnSuccess() - Method in JspSubmitToRemoteTag
- getOptionalFields() - Method in StructuredDateEditor
- getOptionalFields() - Method in StructuredPropertyEditor
- @return The optional fields
- getOptionKey() - Method in JspSelectTag
- getOptionValue() - Method in JspSelectTag
- getOrder() - Method in ConstrainedProperty
- @return Returns the order.
- getOrder() - Method in OrderedAdapter
- getOrder() - Method in ScopeRegistrar
- getOrderedObjectMarshallers() - Method in ChainedConverterConfiguration
- getOrderedObjectMarshallers() - Method in ConverterConfiguration
- Retrieve the ordered list of ObjectMarshallers
- getOrderedObjectMarshallers() - Method in DefaultConverterConfiguration
- getOrderedObjectMarshallers() - Method in ImmutableConverterConfiguration
- getOtherProperties() - Method in GrailsDataSource
- Other properties for this data source.
- getOtherSide() - Method in DefaultGrailsDomainClassProperty
- getOtherSide() - Method in GrailsDomainClassProperty
- Returns the other side of a bidirectional association
- getOtherSide() - Method in GrailsHibernateDomainClassProperty
- getOut(HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
- getOut(HttpServletRequest) - Method in GrailsApplicationAttributes
- Holds the current response write for the request
- getOut() - Method in GrailsPrintWriter
- getOut() - Method in GrailsRequestContext
- The response writer.
- getOut() - Method in GrailsRoutablePrintWriter
- getOut() - Method in GrailsScriptRunner
- getOut() - Method in GrailsWebRequest
- @return the out
- getOut() - Method in GroovyPage
- getOut() - Method in GroovyPagesPageContext
- getOut() - Method in WebRequestDelegatingRequestContext
- getOutput() - Method in AbstractCliTestCase
- Returns the process output as a string.
- getOutputStack() - Method in GroovyPage
- getOutputStack() - Method in GroovyPageOutputStack.GroovyPageProxyWriter
- getOutputStream() - Method in GrailsPageResponseWrapper
- getOutputStream() - Method in GrailsPageResponseWrapper.GrailsBuffer
- getOutputStream() - Method in IncludeResponseWrapper
- getOutputStream() - Method in StreamByteBuffer
- getPackageName() - Method in AbstractGrailsClass
- getPackageName() - Method in GrailsClass
- Returns the package name of the class.
- getPackageName() - Method in GroovyPageParser
- getPage() - Method in GrailsPageResponseWrapper
- getPage() - Method in GroovyPagesPageContext
- getPage() - Method in GSPSitemeshPage
- getPage() - Method in RenderTagLib
- getPageClass() - Method in GroovyPageMetaInfo
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in GroovyPagesJspFactory
- getPagesTemplateEngine() - Method in DefaultGrailsApplicationAttributes
- getPagesTemplateEngine() - Method in GrailsApplicationAttributes
- @return Retrieves the shared GSP template engine
- getParameter() - Method in BlankConstraint
- getParameterMap() - Method in GrailsWebRequest
- Overriden to return the GrailsParameterMap instance,
- getParameters() - Method in DefaultUrlMappingInfo
- getParameters() - Method in ForwardUrlMappingInfo
- getParameters() - Method in UrlMappingInfo
- The parameters that were extracted from the URI that was matched
- getParameterTypes() - Method in AbstractClosureProxy
- getParams() - Method in GrailsRequestContext
- The params object.
- getParams() - Method in GrailsWebRequest
- @return The Grails params object
- getParams() - Method in JspFormRemoteTag
- getParams() - Method in JspFormTag
- getParams() - Method in JspRemoteFunctionTag
- getParams() - Method in JspRemoteLinkTag
- getParams() - Method in JspSubmitToRemoteTag
- getParams() - Method in WebRequestDelegatingRequestContext
- GetParamsDynamicProperty - Class in org.codehaus.groovy.grails.web.metaclass
- A dynamic property that adds a "params" map to a controller for accessing request and controller parameters.
- GetParamsDynamicProperty(HttpServletRequest, HttpServletResponse) - Constructor in GetParamsDynamicProperty
- getParent() - Method in MockApplicationContext
- getParentBeanFactory() - Method in MockApplicationContext
- getParentContext() - Method in DefaultGrailsApplication
- Retrieves the parent ApplicationContext for this GrailsApplication.
- getParentContext() - Method in GrailsApplication
- Returns the Spring application context that contains this
application instance.
- getParentCtx() - Method in BeanBuilder
- Retrieves the parent ApplicationContext
- getParentCtx() - Method in DefaultGrailsPlugin
- getPassCount() - Method in GrailsTestTypeResult
- The number of tests that can be considered to have passed
- getPassCount() - Method in JUnit4ResultGrailsTestTypeResultAdapter
- getPassword() - Method in GrailsDataSource
- The password for the data source.
- getPathFromRoot(String) - Method in GrailsResourceUtils
- Get the path relative to an artefact folder under grails-app i.e:
- getPathWithinApplication(HttpServletRequest) - Method in GrailsUrlPathHelper
- getPattern() - Method in AbstractDynamicMethodInvocation
- getPattern() - Method in AbstractStaticMethodInvocation
- getPersistantProperties() - Method in DefaultGrailsDomainClass
- @see org.codehaus.groovy.grails.commons.GrailsDomainClass#getPersistantProperties()
- getPersistantProperties() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- @deprecated Use #getPersistentProperties instead
- getPersistantProperties() - Method in GrailsDomainClass
- Returns all of the persistant properties of the domain class
- getPersistantProperties() - Method in GrailsHibernateDomainClass
- @deprecated
- getPersistentProperties() - Method in DefaultGrailsDomainClass
- getPersistentProperties() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getPersistentProperties() - Method in GrailsDomainClass
- Returns all of the persistant properties of the domain class
- getPersistentProperties() - Method in GrailsHibernateDomainClass
- getPlugin() - Method in DefaultGrailsPlugin
- getPluginBaseDirectories() - Method in AbstractBuildSettings
- Gets a list of all the known plugin base directories (directories where plugins are installed to).
- getPluginBaseDirectories() - Method in GrailsPluginUtils
- All the known plugin base directories (directories where plugins are installed to).
- getPluginBaseDirectories() - Method in PluginBuildSettings
- Gets a list of all the known plugin base directories (directories where plugins are installed to).
- getPluginBaseNames() - Method in PluginAwareResourceBundleMessageSource
- getPluginBuildSettings() - Method in GrailsPluginUtils
- Returns a cached PluginBuildSettings instance.
- getPluginBundles(String) - Method in PluginAwareResourceBundleMessageSource
- getPluginClass() - Method in AbstractGrailsPlugin
- getPluginClass() - Method in GrailsPlugin
- Returns the underlying class that represents this plugin
- getPluginClasses() - Method in CorePluginFinder
- getPluginClassesDir() - Method in BuildSettings
- getPluginContextPath(HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
- getPluginContextPath(HttpServletRequest) - Method in GrailsApplicationAttributes
- Retrieves the plugin context path for the current request.
- getPluginContextPath() - Method in GroovyPage
- getPluginContextPath() - Method in GroovyPageBinding
- getPluginDependencyDescriptor(String) - Method in AbstractIvyDependencyManager
- Obtains a particular DependencyDescriptor by the plugin name
- getPluginDependencyNames() - Method in AbstractIvyDependencyManager
- Obtains a set of plugins this application is dependent onb
- getPluginDescriptor(Resource) - Method in PluginBuildSettings
- Returns the plugin descriptor for the Given plugin directory.
- getPluginDescriptors(String, String) - Method in GrailsPluginUtils
- All plug-in descriptors (the root classes that end with *GrailsPlugin.groovy).
- getPluginDescriptors() - Method in PluginBuildSettings
- /*.groovy")
}
- getPluginDir() - Method in BasicGrailsPluginInfo
- getPluginDir() - Method in DefaultGrailsPlugin
- getPluginDir() - Method in GrailsPluginInfo
- @return The directory where the plugin exists or null if it cannot be read
- getPluginDirectories() - Method in AbstractBuildSettings
- Obtains a list of plugin directories for the application
- getPluginDirectories(String) - Method in GrailsPluginUtils
- getPluginDirectories() - Method in PluginBuildSettings
- Obtains a list of plugin directories for the application
- getPluginDirectory() - Method in PluginInfo
- Obtains the plugins directory.
- getPluginDirForName(String, String) - Method in GrailsPluginUtils
- Obtains a plugin directory for the given name.
- getPluginDirForName(String) - Method in PluginBuildSettings
- Obtains a plugin directory for the given name.
- getPluginExcludes(String) - Method in AbstractIvyDependencyManager
- getPluginExcludes() - Method in DefaultGrailsPlugin
- getPluginExcludes() - Method in GrailsPlugin
- A list of resources that the plugin should exclude from the packaged distribution
- getPluginFilter(Map) - Method in PluginFilterRetriever
- getPluginForResource(String) - Method in DefaultPluginMetaManager
- getPluginForResource(String) - Method in PluginMetaManager
- Obtains a plug-in instance from the pluginManager for the given resource name.
- getPluginI18nDirectories(String) - Method in GrailsPluginUtils
- All plugin i18n directories.
- getPluginI18nDirectories() - Method in PluginBuildSettings
- Obtains an array of all plugin i18n directories.
- getPluginInfo(String) - Method in PluginBuildSettings
- Obtains a PluginInfo for the installed plugin directory.
- getPluginInfoForName(String) - Method in PluginBuildSettings
- Obtains a PluginInfo for the installed plugin directory.
- getPluginInfoForSource(String) - Method in PluginBuildSettings
- Gets a PluginInfo for a particular source file if its contained within that plugin
- getPluginInfos(String) - Method in GrailsPluginUtils
- Returns an array of PluginInfo objects
- getPluginInfos(String) - Method in PluginBuildSettings
- Returns an array of PluginInfo objects
- getPluginJarFiles(String) - Method in GrailsPluginUtils
- All plug-in provided JAR files.
- getPluginJarFiles() - Method in PluginBuildSettings
- Obtains an array of all plugin provided JAR files
- getPluginLibDirectories(String) - Method in GrailsPluginUtils
- All plug-in lib directories.
- getPluginLibDirectories() - Method in PluginBuildSettings
- Obtains an array of all plugin lib directories.
- getPluginList(List, List) - Method in BasePluginFilter
- Defines an operation getting the final list to return from the original
and derived lists
- getPluginList(List, List) - Method in ExcludingPluginFilter
- getPluginList(File) - Method in GrailsRepoResolver
- Obtains the XML representation of the plugin-list.xml held in a Grails compatible repository
- getPluginList(List, List) - Method in IncludingPluginFilter
- getPluginManager() - Method in GrailsRuntimeConfigurator
- getPluginManager() - Method in PluginManagerHolder
- Retrieves the GrailsPluginManager bound to the current Thread
- getPluginMetadata(String) - Method in DefaultPluginPublisher
- getPluginName() - Method in ArtefactHandler
- Obtains the plugin name that deals with this artefact.
- getPluginName() - Method in ArtefactHandlerAdapter
- getPluginName() - Method in ControllerArtefactHandler
- getPluginName(String) - Method in GrailsNameUtils
- Returns the name of a plugin given the name of the *GrailsPlugin.groovy
descriptor file.
- getPluginName(Class) - Method in GrailsPluginUtils
- Get the name of the a plugin for a particular class.
- getPluginName() - Method in ServiceArtefactHandler
- getPluginName() - Method in TagLibArtefactHandler
- getPluginObservers(GrailsPlugin) - Method in DefaultGrailsPluginManager
- getPluginObservers(GrailsPlugin) - Method in GrailsPluginManager
- Retrieves a collection of plugins that are observing the specified plugin
- getPluginPath() - Method in AbstractGrailsPlugin
- getPluginPath(String) - Method in AbstractGrailsPluginManager
- getPluginPath() - Method in GrailsPlugin
- Returns the path of the plug-in
- getPluginPath(String) - Method in GrailsPluginManager
- Returns the pluginContextPath for the given plugin
- getPluginPathForClass(Class) - Method in AbstractGrailsPluginManager
- getPluginPathForClass(Class) - Method in GrailsPluginManager
- Returns the plugin path for the given class
- getPluginPathForInstance(Object) - Method in AbstractGrailsPluginManager
- getPluginPathForInstance(Object) - Method in GrailsPluginManager
- Returns the pluginContextPath for the given instance
- getPluginPathForResource(String) - Method in DefaultPluginMetaManager
- getPluginPathForResource(String) - Method in PluginMetaManager
- Obtains the path to the plug-in for the given resource.
- getPluginResourceBundles(String) - Method in GrailsPluginUtils
- All plugin provided resource bundles.
- getPluginResourceBundles() - Method in PluginBuildSettings
- Obtains an array of all plugin provided resource bundles.
- getPluginResources() - Method in AbstractGrailsPluginManager
- getPluginResources(String) - Method in DefaultPluginMetaManager
- getPluginResources(String) - Method in PluginMetaManager
- Retrieves all the plugin resource names for the given plugin name.
- getPluginScripts(String) - Method in GrailsPluginUtils
- Plug-in provided Gant scripts available to a Grails application.
- getPluginScripts() - Method in PluginBuildSettings
- .groovy").each { if (!
- getPluginSourceFiles(String) - Method in GrailsPluginUtils
- All plug-in provided source files (Java and Groovy).
- getPluginSourceFiles(File) - Method in PluginBuildSettings
- getPluginVersion(Class) - Method in GrailsPluginUtils
- Get the version of the a plugin for a particular class.
- getPluginViewsPathForClass(Class) - Method in AbstractGrailsPluginManager
- getPluginViewsPathForClass(Class) - Method in GrailsPluginManager
- Returns the plugin views directory path for the given class
- getPluginViewsPathForInstance(Object) - Method in AbstractGrailsPluginManager
- getPluginViewsPathForInstance(Object) - Method in GrailsPluginManager
- Returns the plugin views directory for the given instance
- getPluginViewsPathForResource(String) - Method in DefaultPluginMetaManager
- getPluginViewsPathForResource(String) - Method in PluginMetaManager
- Obtains the path to the plug-in views directory for the given resource name.
- getPluginXmlMetadata(String) - Method in GrailsPluginUtils
- The Plugin metadata XML files used to describe the plugins provided resources.
- getPluginXmlMetadata() - Method in PluginBuildSettings
- Obtains a Resource array of the Plugin metadata XML files used to describe the plugins provided resources
- getPrecision() - Method in JspDatePickerTag
- getPrecision() - Method in PropertyConfig
- Shortcut to get the precision of this property's column.
- getPrecompiledGspMap() - Method in GroovyPagesTemplateEngine
- getPriority() - Method in ObjectMarshallerRegisterer
- getProjectPluginsDir() - Method in AbstractBuildSettings
- getProjectPluginsDir() - Method in GrailsBuildHelper
- getProjectTargetDir() - Method in BuildSettings
- getProjectWarExplodedDir() - Method in BuildSettings
- getProjectWarFile() - Method in BuildSettings
- getProjectWarOsgiHeaders() - Method in BuildSettings
- getProjectWorkDir() - Method in BuildSettings
- getProjectWorkDir() - Method in GrailsBuildHelper
- getProperties() - Method in BasicGrailsPluginInfo
- getProperties() - Method in DefaultGrailsDomainClass
- getProperties() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getProperties() - Method in DefaultGrailsPlugin
- getProperties() - Method in GrailsDomainClass
- Returns all of the properties of the domain class
- getProperties() - Method in GrailsHibernateDomainClass
- getProperties() - Method in GrailsPluginInfo
- Gets the properties of the plugin as a map
- getProperties() - Method in PluginInfo
- getPropertiesAssignableToType(Class, Class) - Method in GrailsClassUtils
- Retrieves all the properties of the given class which are assignable to the given type
- getPropertiesOfType(Class, Class) - Method in GrailsClassUtils
- Retrieves all the properties of the given class for the given type
- getProperty(String) - Method in AbstractClosureProxy
- getProperty(String) - Method in AbstractDelegate
- Resolves properties from the currently executing controller
- getProperty(Object, String, InvocationCallback) - Method in AbstractDynamicMethods
- getProperty(String) - Method in BasicGrailsPluginInfo
- getProperty(String) - Method in BeanBuilder
- This method overrides property retrieval in the scope of the BeanBuilder to either:
- getProperty(String) - Method in BeanBuilder.ConfigurableRuntimeBeanReference
- getProperty(String) - Method in BeanBuilder.ConfigurableRuntimeBeanReference.WrappedPropertyValue
- getProperty(String) - Method in DefaultBeanConfiguration
- getProperty(String) - Method in DefaultGrailsApplication
- Override property access and hit on xxxxClasses to return class arrays of artefacts.
- getProperty(String) - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
- getProperty(Object, String, InvocationCallback) - Method in DynamicMethods
- Attempts to get a dynamic property.
- getProperty(String) - Method in DynamicMethodsExpandoMetaClass
- getProperty(String) - Method in ExtendedProxy
- getProperty(String) - Method in FlowBuilder
- getProperty(String) - Method in GrailsApplicationContext
- getProperty(Class, String, Class) - Method in GrailsClassUtils
- Retrieves a property of the given class of the specified name and type
- getProperty(String) - Method in GrailsMockHttpServletRequest
- Property access for request attributes.
- getProperty(String) - Method in GrailsMockHttpSession
- getProperty(String) - Method in GroovyPage
- getProperty(String) - Method in GroovyPageBinding
- getProperty(String) - Method in JSONBuilder
- getProperty() - Method in JspRenderInputTag
- getProperty(String) - Method in MockApplicationContext
- getProperty(String) - Method in PluginInfo
- getProperty(String) - Method in PropertyExpression
- getProperty(Class, Object, String, boolean, boolean) - Method in ProxyMetaClass
- Interceptors the call to getProperty if a PropertyAccessInterceptor is available.
- getProperty() - Method in RenderInputTag
- getPropertyByName(String) - Method in DefaultGrailsDomainClass
- getPropertyByName(String) - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getPropertyByName(String) - Method in GrailsDomainClass
- Returns the property for the given name
- getPropertyByName(String) - Method in GrailsHibernateDomainClass
- getPropertyConfig(GrailsDomainClassProperty) - Method in GrailsDomainBinder
- getPropertyConfig(String) - Method in Mapping
- Obtains a ColumnConfig object for the given name
- getPropertyDescriptorForValue(Object, Object) - Method in GrailsClassUtils
- Retrieves a PropertyDescriptor for the specified instance and property value
- getPropertyDescriptors() - Method in AbstractGrailsClass
- getPropertyDescriptors() - Method in ClassPropertyFetcher
- getPropertyEditorRegistry() - Method in GrailsWebRequest
- Obtains the PropertyEditorRegistry instance.
- getPropertyForGetter(String) - Method in GrailsClassUtils
- Returns a property name equivalent for the given getter name or null if it is not a getter
- getPropertyForSetter(String) - Method in GrailsClassUtils
- Returns a property name equivalent for the given setter name or null if it is not a getter
- getPropertyName() - Method in AbstractConstraint
- getPropertyName() - Method in AbstractDynamicProperty
- getPropertyName() - Method in AbstractGrailsClass
- getPropertyName() - Method in ConstrainedProperty
- @return Returns the propertyName.
- getPropertyName() - Method in Constraint
- @return The property name of the constraint
- getPropertyName() - Method in DefaultGrailsDomainClass
- getPropertyName() - Method in DynamicProperty
- @return The name of the property
- getPropertyName() - Method in GrailsClass
- Returns the name of the class as a property name.
- getPropertyName(Class) - Method in GrailsClassUtils
- Shorter version of getPropertyNameRepresentation
- getPropertyName() - Method in GrailsDomainClass
Returns the default property name of the GrailsClass.
- getPropertyName(Class) - Method in GrailsNameUtils
- Shorter version of getPropertyNameRepresentation.
- getPropertyName() - Method in ValidatorConstraint.ValidatorDelegate
- getPropertyNameForLowerCaseHyphenSeparatedName(String) - Method in GrailsClassUtils
- Converts foo-bar into fooBar
- getPropertyNameForLowerCaseHyphenSeparatedName(String) - Method in GrailsNameUtils
- Converts foo-bar into fooBar.
- getPropertyNameRepresentation(String) - Method in GrailsClassUtils
- Returns the property name representation of the given name
- getPropertyNameRepresentation(String) - Method in GrailsNameUtils
- Returns the property name representation of the given name.
- getPropertyOrStaticPropertyOrFieldValue(String, Class) - Method in AbstractGrailsClass
Looks for a property of the reference instance with a given name and type.
- getPropertyOrStaticPropertyOrFieldValue(Object, String) - Method in GrailsClassUtils
Looks for a property of the reference instance with a given name.
- getPropertyType(String) - Method in AbstractGrailsClass
- getPropertyType(String, boolean) - Method in ClassPropertyFetcher
- getPropertyType(String) - Method in ClassPropertyFetcher.FieldReaderFetcher
- getPropertyType(String) - Method in ClassPropertyFetcher.GetterPropertyFetcher
- getPropertyType(String) - Method in ClassPropertyFetcher.PropertyFetcher
- getPropertyType() - Method in ConstrainedProperty
- @return Returns the propertyType.
- getPropertyType(Class, String) - Method in GrailsClassUtils
- Returns the type of the given property contained within the specified class
- getPropertyValue(String) - Method in AbstractGrailsClass
- getPropertyValue(String) - Method in BeanConfiguration
- Returns the value of the given property or throws a MissingPropertyException.
- getPropertyValue(String, Class) - Method in ClassPropertyFetcher
- getPropertyValue(String) - Method in DefaultBeanConfiguration
- getPropertyValue(String, Class) - Method in GrailsClass
- Obtains a property value for the given name and type
- getPropertyValue(String) - Method in HibernateBeanWrapper
- Checks Hibernate.isInitialized before calling super method.
- getPropertyValueObject(String) - Method in AbstractGrailsClass
- getPropertyValueOfNewInstance(Class, String) - Method in GrailsClassUtils
- Returns the value of the specified property and type from an instance of the specified Grails class
- getProvidedArtefacts() - Method in DefaultGrailsPlugin
- getProvidedArtefacts() - Method in GrailsPlugin
- Retrieves an array of provided Artefacts that are pre-compiled additions to the GrailsApplication object
but are overridable by the end-user
- getProxiedClass(Object) - Method in EntityProxyHandler
- Returns the proxied class without initializing the proxy
- getProxiedClass(Object) - Method in HibernateProxyHandler
- getProxy(Class, String, Class, Class[], Method, Method, AbstractComponentType, Serializable, SessionImplementor) - Method in GroovyAwareJavassistLazyInitializer
- getProxy(Serializable, SessionImplementor) - Method in GroovyAwareJavassistProxyFactory
- getProxyFactory(Class, Class[]) - Method in GroovyAwareJavassistLazyInitializer
- getProxyHandler() - Method in ChainedConverterConfiguration
- getProxyHandler() - Method in ConverterConfiguration
- Lookup the ProxyHandler used to deal with proxies instances.
- getProxyHandler() - Method in DefaultConverterConfiguration
- getProxyHandler() - Method in ImmutableConverterConfiguration
- getProxyIdentifier(Object) - Method in EntityProxyHandler
- This method returns the identifier of the proxy or null if the
object is not a proxy
- getProxyIdentifier(Object) - Method in HibernateProxyHandler
- getProxyWriter() - Method in GroovyPageOutputStack
- getRange() - Method in ConstrainedProperty
- @return Returns the range.
- getRange() - Method in RangeConstraint
- @return Returns the range.
- getRange() - Method in SizeConstraint
- @return Returns the range.
- getReader() - Method in BodyContentImpl
- getReader() - Method in FastStringWriter
- getReader(boolean) - Method in StreamCharBuffer
- Like getReader(), but when removeAfterReading is true, the read data will be removed from the buffer.
- getReadLenLimit(int) - Method in StreamCharBuffer.AllocatedBufferReader
- getReadLenLimit(int) - Method in StreamCharBuffer.CharBufferChunkReader
- getReadLenLimit(int) - Method in StreamCharBuffer.ChunkReader
- getReadLenLimit(int) - Method in StreamCharBuffer.StreamCharBufferReader
- getReadLenLimit(int) - Method in StreamCharBuffer.StreamCharBufferSubChunkReader
- getReadLenLimit(int) - Method in StreamCharBuffer.StringChunkReader
- getReadMode() - Method in StreamByteBuffer
- getRealLocationInProject(String) - Method in DevelopmentResourceLoader
- Retrieves the real location of a GSP within a Grails project.
- getRealLocationInProject(String) - Method in GroovyPageResourceLoader
- Retrieves the real location of a GSP within a Grails project
- getRedirectUrl() - Method in FlowInfoCapturer
- getRedirectURL() - Method in IncludedContent
- Returns the URL of a redirect if a redirect was issue in the Include
otherwise it returns null if there was no redirect.
- getRedirectURL() - Method in IncludeResponseWrapper
- getReference() - Method in AbstractGrailsClass
- Used to get configured property values.
- getReference() - Method in ClassPropertyFetcher
- getReference() - Method in GrailsClass
- @deprecated
- getReferencedDomainClass() - Method in DefaultGrailsDomainClassProperty
- getReferencedDomainClass() - Method in GrailsDomainClassProperty
- Returns the GrailsDomainClass of a relationship property or null,
if the property is not a relationship property.
- getReferencedDomainClass() - Method in GrailsHibernateDomainClassProperty
- getReferencedPropertyName() - Method in DefaultGrailsDomainClassProperty
- getReferencedPropertyName() - Method in GrailsDomainClassProperty
- Retrieves the name of property referenced by this property if it is
an association and is known, otherwise null.
- getReferencedPropertyName() - Method in GrailsHibernateDomainClassProperty
- getReferencedPropertyType() - Method in DefaultGrailsDomainClassProperty
- getReferencedPropertyType() - Method in GrailsDomainClassProperty
- Returns the referenced property type.
- getReferencedPropertyType() - Method in GrailsHibernateDomainClassProperty
- getReferenceInstance() - Method in AbstractGrailsClass
- getReferenceInstance() - Method in ClassPropertyFetcher.ReferenceInstanceCallback
- getReferenceInstance() - Method in GrailsClass
- @return Sample (reference) instance for this Grails class
- getRegex() - Method in MatchesConstraint
- @return Returns the regex.
- getRegistry() - Method in GrailsMetaClassUtils
- Retrieves the MetaClassRegistry instance.
- getRegistry() - Method in RequestContextTag
- getRelatedClassType(String) - Method in DefaultGrailsDomainClass
- getRelatedClassType(String) - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getRelatedClassType(String) - Method in GrailsDomainClass
- Returns the type of the related class of the given property
- getRelatedClassType(String) - Method in GrailsHibernateDomainClass
- getRelativeInsideWebInf(Resource) - Method in GrailsResourceUtils
- Takes a Grails resource (one located inside the grails-app dir) and gets its relative path inside the WEB-INF directory
when deployed.
- getRelativeSourcePath() - Method in GrailsTestType
- The relative path from the configured test source directory to the particular directory
that contains the tests for this test type.
- getReloadLocation() - Method in Environment
- @return Obtains the location to reload resources from
- getRemaining() - Method in BodyContentImpl
- getRemaining() - Method in JspWriterDelegate
- getRenderAction() - Method in FlowInfoCapturer
- getRepositoryRoot() - Method in GrailsRepoResolver
- getRequest() - Method in GrailsParameterMap
- @return Returns the request.
- getRequest() - Method in GrailsRequestContext
- The request object.
- getRequest() - Method in GroovyPagesPageContext
- getRequest() - Method in WebRequestDelegatingRequestContext
- getRequestLogMessage(HttpServletRequest) - Method in GrailsExceptionResolver
- getRequestURI() - Method in GrailsRequestContext
- @return The Request URI
- getRequestURI() - Method in WebRequestDelegatingRequestContext
- getRequestURIForGrailsDispatchURI(HttpServletRequest) - Method in WebUtils
- The Grails dispatch servlet maps URIs like /app/grails/example/index.dispatch.
- getRequiredFields() - Method in StructuredDateEditor
- getRequiredFields() - Method in StructuredPropertyEditor
- @return The required fields
- getResolver() - Method in DefaultGrailsPlugin
- @return the resolver
- getResolveStrategy() - Method in AbstractClosureProxy
- getResource(String) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser.ParentOnlyGetResourcesClassLoader
- getResource(String) - Method in CommandLineResourceLoader
- getResource(String) - Method in DevelopmentResourceLoader
- getResource(String) - Method in GroovyPageResourceLoader
- getResource(String) - Method in MockApplicationContext
- getResource(String) - Method in MockResourceLoader
- getResource(String) - Method in MockStringResourceLoader
- getResource(String) - Method in StaticResourceLoader
- getResourceByPath(String) - Method in GrailsWebApplicationContext
- This implementation supports file paths beneath the root of the ServletContext.
- getResourceForClass(Class) - Method in DefaultGrailsApplication
- Retrieves the Spring Resource that was used to load the given Class.
- getResourceForClass(Class) - Method in GrailsApplication
- Retrieves a Resource instance for the given Grails class or null it doesn't exist.
- getResourceForClass(Class) - Method in GrailsResourceLoader
- Returns the Grails resource for the given class or null if it is not a Grails resource.
- getResourceLoader() - Method in DefaultGrailsApplication
- getResourceLoader() - Method in GrailsResourceLoaderHolder
- getResourcePatternResolver() - Method in GrailsWebApplicationContext
- This implementation supports pattern matching in unexpanded WARs too.
- getResources(String) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser.ParentOnlyGetResourcesClassLoader
- getResources() - Method in GrailsResourceHolder
- getResources() - Method in GrailsResourceLoader
- getResources(String) - Method in MockApplicationContext
- getResourcesDir() - Method in BuildSettings
- getResourcesDir() - Method in GrailsBuildHelper
- getResponse() - Method in GrailsRequestContext
- The response object.
- getResponse() - Method in GroovyPagesPageContext
- getResponse() - Method in WebRequestDelegatingRequestContext
- getResponseCode() - Method in ResponseCodeMappingData
- getReverseMapping(String, String, Map) - Method in DefaultUrlMappingsHolder
- @see UrlMappingsHolder#getReverseMapping(String, String, java.util.Map)
- getReverseMapping(String, String, Map) - Method in UrlMappingsHolder
- Retrieves the best guess of a URI for the given controller, action and parameters
- getRootCause(Throwable) - Method in GrailsExceptionResolver
- Obtains the root cause of the given exception
- getRuntimeClasspath() - Method in GrailsTask
- getRuntimeDependencies() - Method in BuildSettings
- List containing the runtime dependencies of the app as File instances.
- getRuntimeDependencies() - Method in GrailsBuildHelper
- getScale() - Method in ConstrainedProperty
- @return The scale, if defined for this property; null, otherwise
- getScale() - Method in PropertyConfig
- Shortcut to get the scale of this property's column.
- getScale() - Method in ScaleConstraint
- @return the scale
- getScript() - Method in GrailsTask
- getScriptName(String) - Method in GrailsClassUtils
- @deprecated Use GrailsNameUtils.getScriptName instead.
- getScriptName(String) - Method in GrailsNameUtils
- Retrieves the script name representation of the given class name.
- getScriptName() - Method in ScriptNotFoundException
- getServletConfig() - Method in GrailsWebApplicationContext
- getServletConfig() - Method in GroovyPagesPageContext
- getServletContext() - Method in DefaultGrailsApplicationAttributes
- getServletContext() - Method in DefaultGrailsPluginManager
- getServletContext() - Method in GrailsApplicationAttributes
- Retrieves the servlet context instance
- getServletContext() - Method in GrailsControllerHelper
- @return The servlet context instance
- getServletContext() - Method in GrailsHttpSession
- getServletContext() - Method in GrailsRequestContext
- The servletContext object.
- getServletContext() - Method in GrailsWebApplicationContext
- getServletContext() - Method in GrailsWebRequest
- @return The ServletContext instance
- getServletContext() - Method in GroovyPagesPageContext
- getServletContext() - Method in MockApplicationContext
- getServletContext() - Method in ServletContextHolder
- getServletContext() - Method in SimpleGrailsController
- getServletContext() - Method in SimpleGrailsControllerHelper
- getServletContext() - Method in WebRequestDelegatingRequestContext
- getServletVersion() - Method in Metadata
- @return The version of the servlet spec the application was created for
- getSession(SessionFactory) - Method in GrailsOpenSessionInViewFilter
- getSession() - Method in GrailsRequestContext
- The session object.
- getSession() - Method in GrailsWebRequest
- @return The Grails session object
- getSession() - Method in GroovyPagesPageContext
- getSession() - Method in WebRequestDelegatingRequestContext
- getSessionContext() - Method in GrailsHttpSession
-
@deprecated
- See Also:
- javax.servlet.http.HttpSession#getSessionContext()
- GetSessionDynamicProperty - Class in org.codehaus.groovy.grails.web.metaclass
- A dynamic property that adds a "session" map to a controller for accessing the Http Session.
- getSessionFactory() - Method in HibernatePersistenceContextInterceptor
- @return the sessionFactory
- getSetterName(String) - Method in GrailsClassUtils
- Retrieves the name of a setter for the specified property name
- getSetterName(String) - Method in GrailsNameUtils
- Retrieves the name of a setter for the specified property name
- getSettings() - Method in BuildSettingsHolder
- getSharedConstraint(String) - Method in ConstrainedPropertyBuilder
- getShort(String) - Method in TypeConvertingMap
- Helper method for obtaining short value from parameter
- getShortName() - Method in AbstractGrailsClass
- getShortName() - Method in GrailsClass
- Returns the short name of the class without package prefix.
- getShortName(String) - Method in GrailsClassUtils
- Returns the class name without the package prefix
- getShortName(String) - Method in GrailsNameUtils
- Returns the class name without the package prefix.
- getSize() - Method in ConstrainedProperty
- @return Returns the size.
- getSourceDir() - Method in BuildSettings
- getSourceDir() - Method in GrailsTestTypeSupport
- The location of this type's source
- getSourceUnit() - Method in LineNumberTransform.LineNumberVisitor
- getSpecificationVersion() - Method in GroovyPagesJspFactory
- getSpringConfig() - Method in BeanBuilder
- Retrieves the RuntimeSpringConfiguration instance used the the BeanBuilder
- getSqlType() - Method in PropertyConfig
- Shortcut to get the SQL type of the corresponding column.
- getStackReference(int) - Method in PathCapturingJSONWriterWrapper
- getStackTraceLines() - Method in GrailsWrappedRuntimeException
- @return Returns the stackTrace lines
- getStackTraceText() - Method in GrailsWrappedRuntimeException
- @return Returns the stackTrace.
- getStartupDate() - Method in MockApplicationContext
- getStatic() - Method in DemandProxy
- getStaticPropertyValue(String, Class) - Method in AbstractGrailsClass
- Get the value of the named static property.
- getStaticPropertyValue(String, Class) - Method in ClassPropertyFetcher
- getStaticPropertyValue(Class, String) - Method in GrailsClassUtils
Get a static property value, which has a public static getter or is just a public static field.
- getStaticResourcePathForResource(Resource, String) - Method in GrailsResourceUtils
- Retrieves the static resource path for the given Grails resource artifact (controller/taglib etc.)
- getStatus() - Method in IncludeResponseWrapper
- getStream() - Method in XML
- getString() - Method in BodyContentImpl
- getString(int) - Method in JSONArray
- Get the string associated with an index.
- getString(String) - Method in JSONObject
- Get the string associated with a key.
- getSubBufferChunkMinSize() - Method in StreamCharBuffer
- getSubClasses() - Method in DefaultGrailsDomainClass
- getSubClasses() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getSubClasses() - Method in GrailsDomainClass
- Returns the sub-classes for this class if any
- getSubClasses() - Method in GrailsHibernateDomainClass
- getSubflow() - Method in FlowInfoCapturer
- getSubStringChunkMinSize() - Method in StreamCharBuffer
- GetSuffix(int) - Method in SimpleCharStream
- Get the suffix.
- getSuperClassChain(Class) - Method in GrailsDomainConfigurationUtil
- getSuppliedNames() - Method in BasePluginFilter
- getSupportedPluginInfos(String) - Method in GrailsPluginUtils
- Returns only the PluginInfo objects that support the current Environment and BuildScope
- getSupportedPluginInfos() - Method in PluginBuildSettings
- Returns only the PluginInfo objects that support the current Environment and BuildScope.
- getTableName() - Method in Mapping
- The table name
- getTabSize(int) - Method in SimpleCharStream
- getTag(String) - Method in JspTagLib
- Obtains a reference to a JspTag instance contained within the library
- getTag(String) - Method in JspTagLibImpl
- getTagLibClass() - Method in TagLibUnitTestCase
- getTagLibraryForTag(HttpServletRequest, HttpServletResponse, String, String) - Method in DefaultGrailsApplicationAttributes
- getTagLibraryForTag(HttpServletRequest, HttpServletResponse, String, String) - Method in GrailsApplicationAttributes
- Retrieves a Grails tag library from the request for the named tag in a
given namespace.
- getTagLibraryLookup() - Method in GroovyPageMetaInfo
- getTagName() - Method in JspInvokeGrailsTagLibTag
- getTagNames() - Method in DefaultGrailsTagLibClass
- getTagNames() - Method in GrailsTagLibClass
- @return The tag names in this library
- getTagNamesThatReturnObject() - Method in DefaultGrailsTagLibClass
- getTagNamesThatReturnObject() - Method in GrailsTagLibClass
- getTargetBeanDefinition(ConfigurableListableBeanFactory, String, BeanDefinition, Class) - Method in MapBasedSmartPropertyOverrideConfigurer
- getTargetBeanDefinitionForFactoryBean(ConfigurableListableBeanFactory, String, BeanDefinition, Class) - Method in MapBasedSmartPropertyOverrideConfigurer
- getTemplate() - Method in JspRenderTag
- getTemplateNames() - Method in DefaultGrailsTemplateGenerator
- getTemplateUri(CharSequence, ServletRequest) - Method in DefaultGrailsApplicationAttributes
- getTemplateURI(GroovyObject, String) - Method in DefaultGroovyPagesUriService
- getTemplateUri(CharSequence, ServletRequest) - Method in GrailsApplicationAttributes
- @param templateName
- getTemplateURI(GroovyObject, String) - Method in GroovyPagesUriService
- getTemplateURI(String, String) - Method in GroovyPageUtils
- Obtains the URI to a template using the controller name and template name
- getTestClass() - Method in MvcUnitTestCase
- getTestClasses() - Method in JUnit4GrailsTestType
- getTestClassesDir() - Method in BuildSettings
- getTestClassesDir() - Method in GrailsBuildHelper
- getTestClassLoader() - Method in GrailsTestTypeSupport
- A class loader with class path additions of this type's source dir and compile classed dir.
- getTestClasspath() - Method in GrailsTask
- getTestDependencies() - Method in BuildSettings
- List containing the test-time dependencies of the app as File instances.
- getTestDependencies() - Method in GrailsBuildHelper
- getTestExtensions() - Method in GrailsTestTypeSupport
- Override to have the tests for this type require a certain file extension
- getTestReportsDir() - Method in BuildSettings
- getTestReportsDir() - Method in GrailsBuildHelper
- getTestSourceDir() - Method in BuildSettings
- getTestSuffixes() - Method in GrailsTestTypeSupport
- Override to have the tests for this type require a certain suffix
- getTestSuffixes() - Method in JUnit4GrailsTestType
- getTheme(String) - Method in GrailsApplicationContext
- getThreadLocalConverterConfiguration(Class) - Method in ConvertersConfigurationHolder
- getTldFromServletContext(String) - Method in TagLibraryResolver
- getToJSONMethod(Object) - Method in InstanceMethodBasedMarshaller
- getToken(int) - Method in JSONParser
- Get the specific Token.
- getTokens() - Method in DefaultUrlMappingData
- getTokens() - Method in ResponseCodeMappingData
- getTokens() - Method in UrlMappingData
Retrieves the tokens that make up a URL.
- getTotalCount() - Method in PagedResultList
- getToXMLMethod(Object) - Method in InstanceMethodBasedMarshaller
- getTransactionAttribute(Method, Class) - Method in GroovyAwareNamedTransactionAttributeSource
- getTransitions() - Method in FlowInfoCapturer
- getType() - Method in ArtefactHandler
- Implementations must return a name such as "Domain" to indicate the type of artefact they represent.
- getType() - Method in ArtefactHandlerAdapter
- getType() - Method in DefaultGrailsDomainClassProperty
- getType() - Method in GrailsDomainClassProperty
- Returns the type for the domain class
- getType() - Method in GrailsHibernateDomainClassProperty
- getType() - Method in JndiBindingHandler
- @return The interface type this binder handles (eg. javax.sql.DataSource)
- getType() - Method in JndiBindingSupport.DataSourceBinder
- getType(String) - Method in MockApplicationContext
- getTypedValues(Criteria, CriteriaQuery) - Method in RlikeExpression
- getTypeFilters() - Method in AbstractGrailsPluginManager
- getTypeFilters() - Method in DefaultGrailsPlugin
- getTypeFilters() - Method in GrailsPlugin
- Plugin can provide a list of Spring TypeFilters so that annotated components can
be scanned into the ApplicationContext
- getTypeFilters() - Method in GrailsPluginManager
- Get all of the TypeFilter definitions defined by the plugins
- getTypeName(Class) - Method in Mapping
- Return a type name of the known custom user types
- getTypePropertyName() - Method in DefaultGrailsDomainClassProperty
- getTypePropertyName() - Method in GrailsDomainClassProperty
- Returns the class type as a property name representation.
- getTypePropertyName() - Method in GrailsHibernateDomainClassProperty
- getUniquenessGroup() - Method in UniqueConstraint
- getUnmanagedPluginJarFiles() - Method in PluginBuildSettings
- Obtains an array of all plugin provided JAR files for plugins that don't define
a dependencies.groovy.
- getUnrefreshedApplicationContext() - Method in DefaultRuntimeSpringConfiguration
- getUnrefreshedApplicationContext() - Method in RuntimeSpringConfiguration
- getUpdate() - Method in JspFormRemoteTag
- getUpdate() - Method in JspRemoteFunctionTag
- getUpdate() - Method in JspRemoteLinkTag
- getUpdate() - Method in JspSubmitToRemoteTag
- getUpperVersion(String) - Method in GrailsPluginUtils
- Returns the upper version of a Grails version number expression in a plugin
- getUri() - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
- getURI() - Method in DefaultUrlMappingInfo
- getURI() - Method in JspTagLib
- @return The URI of the tag library
- getURI() - Method in JspTagLibImpl
- getURI() - Method in UrlMappingInfo
- The URI to map to.
- getUriFromRequest(HttpServletRequest) - Method in GrailsWebUtil
- Retrieves the URI from the request from either the include attribute or the request.getRequestURI() method.
- getURIs() - Method in DefaultGrailsControllerClass
- getURIs() - Method in GrailsControllerClass
- Gets the list of all possible URI's available in this controller.
- getUriWithinGrailsViews(String) - Method in GroovyPagesTemplateEngine
- Returns the path to the view of the relative URI within the Grails views directory
- getURL() - Method in GrailsByteArrayResource
- Overrides the default behaviour to generate a fake "file:" URL
so that the resource can be used from a ServletContextResource.
- getUrl() - Method in GrailsDataSource
- The URL for the data source.
- getUrl() - Method in JspFormRemoteTag
- getUrl() - Method in JspFormTag
- getUrl() - Method in JspLinkTag
- getUrl() - Method in JspRemoteFunctionTag
- getUrl() - Method in JspRemoteLinkTag
- getUrl() - Method in JspSubmitToRemoteTag
- getUrlData() - Method in RegexUrlMapping
- getUrlData() - Method in ResponseCodeUrlMapping
- getUrlData() - Method in UrlMapping
- Retrieves the UrlMappingData instance that describes this UrlMapping
- getUrlMappingEvaluatees() - Method in GrailsUrlMappingsTestCase
- getUrlMappings() - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
- getUrlMappings() - Method in DefaultUrlMappingsHolder
- getUrlMappings() - Method in UrlMappingsHolder
- Retrieves the held UrlMapping instances as an array
- getUrlPattern() - Method in DefaultUrlMappingData
- getUrlPattern() - Method in ResponseCodeMappingData
- getUrlPattern() - Method in UrlMappingData
- Retrieves the URL pattern for this UrlMappingData instance
- getUsername() - Method in GrailsDataSource
- The username for the data source.
- getUserPlugins() - Method in DefaultGrailsPluginManager
- getUserPlugins() - Method in GrailsPluginManager
- Gets plugin installed by the user and not provided by the framework
- getValidator() - Method in DefaultGrailsDomainClass
- getValidator() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getValidator() - Method in GrailsDomainClass
- Retreives the validator for this domain class
- getValidator() - Method in GrailsHibernateDomainClass
- getValue(Object) - Method in ClosureExpression
- getValue() - Method in FastStringWriter
- getValue(String) - Method in GrailsHttpSession
-
@deprecated
- See Also:
- javax.servlet.http.HttpSession#getValue(java.lang.String)
- getValue() - Method in GroovyPageTagWriter
- getValue() - Method in JspActionSubmitTag
- getValue() - Method in JspCheckboxTag
- getValue() - Method in JspCurrencySelectTag
- getValue() - Method in JspDatePickerTag
- getValue() - Method in JspLocaleSelectTag
- getValue() - Method in JspSubmitToRemoteTag
- getValue() - Method in JspTimeZoneSelectTag
- getValue() - Method in PropertyExpression
- getValue() - Method in Token
- An optional attribute value of the Token.
- getValueNames() - Method in GrailsHttpSession
-
@deprecated
- See Also:
- javax.servlet.http.HttpSession#getValueNames()
- getValueType(Object) - Method in ClosureExpression
- getVariable(String) - Method in BeanBinding
- getVariableResolver() - Method in GroovyPagesPageContext
- getVariables() - Method in BeanBinding
- getVersion() - Method in AbstractGrailsPlugin
- getVersion() - Method in BasicGrailsPluginInfo
- getVersion() - Method in DefaultGrailsDomainClass
- getVersion() - Method in DefaultGrailsDomainClassProperty.ComponentDomainClass
- getVersion() - Method in GrailsDomainClass
- Returns the version property
- getVersion() - Method in GrailsHibernateDomainClass
- getVersion() - Method in GrailsPluginInfo
- @return The version of the plug-in
- getVersion() - Method in PluginInfo
- Returns the plugin's version.
- getView() - Method in DefaultUrlMappingEvaluator.UrlMappingBuilder
- getViewByName(String) - Method in DefaultGrailsControllerClass
- getViewByName(String) - Method in GrailsControllerClass
- Retrieves the view name for the specified closure name.
- getViewByURI(String) - Method in DefaultGrailsControllerClass
- getViewByURI(String) - Method in GrailsControllerClass
- Retrieves the view name for the specified URI.
- getViewName() - Method in AbstractUrlMapping
- @see org.codehaus.groovy.grails.web.mapping.UrlMapping#getViewName()
- getViewName() - Method in DefaultUrlMappingInfo
- getViewName() - Method in FlowInfoCapturer
- getViewName() - Method in ResponseCodeUrlMapping
- getViewName() - Method in UrlMapping
- Returns the name of the view to map to
- getViewName() - Method in UrlMappingInfo
- The name of the view that the URL mappping maps to
- getViewsDir(Resource) - Method in GrailsResourceUtils
- getViewUri(String, HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
- getViewUri(String, HttpServletRequest) - Method in GrailsApplicationAttributes
- Retrieves the uri of a named view
- getViewURI(String, String) - Method in GroovyPageUtils
- Obtains a view URI of the given controller name and view name
- getWatchedResources() - Method in DefaultGrailsPlugin
- @return the watchedResources
- getWeb23DTD() - Method in DefaultGrailsPluginManager
- getWebRequest() - Method in WebRequestDelegatingRequestContext
- Retrieves the webRequest object.
- getWebXmlFromServletContext() - Method in TagLibraryResolver
- getWebXmlLocation() - Method in BuildSettings
- getWidget() - Method in ConstrainedProperty
- getWikiView(String) - Method in LinkTestFilter
- Returns the view of the wiki name that is shown to the
user.
- getWorkDir() - Method in AbstractCliTestCase
- Returns the working directory for the current command.
- getWrappedResponse() - Method in WrappedResponseHolder
- Return the HttpServletResponse currently bound to the thread.
- getWriteDirectlyToConnectedMinSize() - Method in StreamCharBuffer
- getWriter() - Method in Converter
- getWriter() - Method in GrailsPageResponseWrapper
- getWriter() - Method in GrailsPageResponseWrapper.GrailsBuffer
- getWriter() - Method in IncludeResponseWrapper
- getWriter() - Method in JSON
- getWriter() - Method in StreamCharBuffer
- Writer interface for adding/writing data to the buffer.
- getWriter() - Method in StreamCharBuffer.LazyInitializingWriter
- getWriter() - Method in XML
- getWriterUsedCounter() - Method in StreamCharBuffer.AbstractChunk
- getWriterUsedCounter() - Method in StreamCharBuffer.AbstractChunkReader
- getWriterUsedCounter() - Method in StreamCharBuffer.AllocatedBufferReader
- getWriterUsedCounter() - Method in StreamCharBuffer.ChunkReader
- getXML() - Method in GrailsMockHttpServletRequest
- Parses the request content as XML using XmlSlurper and returns
the GPath result object.
- GEXPR - Field in Tokens
- GLOBAL_PLUGINS_DIR - Field in BuildSettings
- The name of the system property for globalPluginsDir.
- GLOBAL_PLUGINS_DIR - Field in GrailsApplication
- The path to the global plug-ins directory for the application
- GlobalEntityASTTransformation - Class in org.codehaus.groovy.grails.compiler.injection
- A global AST transformation that injects methods and properties into classes in the grails-app/domain directory.
- globalEventHooks - Field in GrailsBuildEventListener
- GlobalPluginAwareEntityASTTransformation - Class in org.codehaus.groovy.grails.compiler.injection
- Automatically annotates any class with @Plugin(name="foo") if it is a plugin resource.
- globalPluginsDir - Field in AbstractBuildSettings
- The location where global plugins are installed to.
- globalPluginsDirSet - Field in AbstractBuildSettings
- globalPluginsLocation - Field in PluginInstallEngine
- GORM - Field in GrailsDomainClass
- The name of the default ORM implementation used to map the class
- GORMEnhancingBeanPostProcessor - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
- A BeanPostProcessor that enhances an existing SessionFactory with GORM behavior.
- GORMNamespaceHandler - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
- A Spring namespace handler for the namespace tags
- GORMSessionFactoryDefinitionParser - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
- A BeanDefinitionParser that will scan for GORM entities to configure and automatically setup an
appropriate Hibernate SessionFactory for usage with GORM.
- Grails5535Factory - Class in org.codehaus.groovy.grails.web.sitemesh
- TODO remove this once http://jira.opensymphony.com/browse/SIM-263 is fixed.
- Grails5535Factory(Config) - Constructor in Grails5535Factory
- GRAILS_APP_DIR - Field in GrailsResourceUtils
- The name of the Grails application directory
- GRAILS_APPLICATION - Field in ControllerDynamicMethods
- GRAILS_ATTRIBUTES - Field in ControllerDynamicMethods
- GRAILS_DISPATCH_EXTENSION - Field in GrailsUrlPathHelper
- GRAILS_REDIRECT_ISSUED - Field in RedirectDynamicMethod
- GRAILS_RESOURCE_PATTERN_FIFTH_MATCH - Field in GrailsResourceUtils
- GRAILS_RESOURCE_PATTERN_FIRST_MATCH - Field in GrailsResourceUtils
- GRAILS_RESOURCE_PATTERN_FOURTH_MATCH - Field in GrailsResourceUtils
- GRAILS_RESOURCE_PATTERN_SECOND_MATCH - Field in GrailsResourceUtils
- GRAILS_RESOURCE_PATTERN_SIXTH_MATCH - Field in GrailsResourceUtils
- GRAILS_RESOURCE_PATTERN_THIRD_MATCH - Field in GrailsResourceUtils
- GRAILS_SERVLET_PATH - Field in GrailsUrlPathHelper
- GRAILS_URL_MAPPINGS - Field in GrailsRuntimeConfigurator
- GRAILS_VIEWS_ENABLE_JSESSIONID - Field in RedirectDynamicMethod
- GrailsAnnotationConfiguration - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
- Allows configuring Grails' hibernate support to work in conjuntion with Hibernate's annotation
support.
- GrailsApplication - Interface in org.codehaus.groovy.grails.commons
The main interface representing a running Grails application.
- grailsApplication - Field in GrailsDomainClassValidator
- grailsApplication - Field in RequestContextTag
- GrailsApplicationAttributes - Interface in org.codehaus.groovy.grails.web.servlet
- Defines the names of and methods to retrieve Grails specific request and servlet attributes.
- GrailsApplicationAware - Interface in org.codehaus.groovy.grails.plugins.support.aware
Convenience interface that can be implemented by classes that are
registered by plugins.
- GrailsApplicationAwareBeanPostProcessor - Class in org.codehaus.groovy.grails.plugins.support.aware
- Implementation of org.springframework.beans.factory.config.BeanPostProcessor
that recognizes GrailsApplicationAware
and injects and instance of GrailsApplication.
- GrailsApplicationAwareBeanPostProcessor(GrailsApplication) - Constructor in GrailsApplicationAwareBeanPostProcessor
- GrailsApplicationContext - Class in org.codehaus.groovy.grails.commons.spring
- An ApplicationContext that extends StaticApplicationContext and implements GroovyObject such that
beans can be retrieved with the dot de-reference syntax instead of using getBean('name').
- GrailsApplicationContext() - Constructor in GrailsApplicationContext
- GrailsApplicationFactoryBean - Class in org.codehaus.groovy.grails.commons
- Creates a Grails application object based on Groovy files.
- GrailsASTUtils - Class in org.codehaus.groovy.grails.compiler.injection
- Helper methods for working with Groovy AST trees.
- GrailsAwareClassLoader - Class in org.codehaus.groovy.grails.compiler.injection
- A class loader that is aware of Groovy sources and injection operations.
- GrailsAwareClassLoader(ClassLoader, CompilerConfiguration) - Constructor in GrailsAwareClassLoader
- GrailsAwareGroovyTestSuite - Class in grails.test
- Adds support for running Grails JUnit Tests from Eclipse JUnit runner or even
from the command line.
- GrailsAwareGroovyTestSuite() - Constructor in GrailsAwareGroovyTestSuite
- Constructor.
- GrailsAwareInjectionOperation - Class in org.codehaus.groovy.grails.compiler.injection
- A Groovy compiler injection operation that uses a specified array of ClassInjector instances to
attempt AST injection.
- GrailsAwareInjectionOperation(GroovyResourceLoader, ClassInjector[]) - Constructor in GrailsAwareInjectionOperation
- GrailsBootstrapClass - Interface in org.codehaus.groovy.grails.commons
- Loaded and executed on application load.
- GrailsBuildEventListener - Class in org.codehaus.groovy.grails.cli.support
- @author Graeme Rocher
- GrailsBuildEventListener(GroovyClassLoader, Binding, BuildSettings) - Constructor in GrailsBuildEventListener
- GrailsBuildHelper - Class in org.codehaus.groovy.grails.cli.support
- Helper class that allows a client to bootstrap the Grails build system
in its own class loader.
- GrailsBuildHelper(ClassLoader, String, String) - Constructor in GrailsBuildHelper
- GrailsBuildListener - Interface in grails.build
- Implement to receive events raised by the Grails build system.
- GrailsByteArrayResource - Class in org.codehaus.groovy.grails.support
- Hacky version of the ByteArrayResource that implements the getURL() method, required for the resource to work with Spring's
ServletContextResource.
- GrailsByteArrayResource(byte[], String) - Constructor in GrailsByteArrayResource
- grailsCentral() - Method in IvyDomainSpecificLanguageEvaluator
- GrailsClass - Interface in org.codehaus.groovy.grails.commons
- Represents any class in a Grails application.
- GrailsClassLoader - Class in org.codehaus.groovy.grails.compiler
- A GroovyClassLoader that supports reloading using inner class loaders
- GrailsClassLoader(ClassLoader, CompilerConfiguration, GrailsResourceLoader) - Constructor in GrailsClassLoader
- GrailsClassUtils - Class in org.codehaus.groovy.grails.commons
- Utility methods for dealing with Grails class artifacts.
- GrailsCodecClass - Interface in org.codehaus.groovy.grails.commons
- Provides access to Codec classes.
- GrailsCompiler - Class in org.codehaus.groovy.grails.compiler
- An extended version of the Groovy compiler that sets up the Grails ResourceLoader upon compilation.
- GrailsConfig - Class in grails.util
- General purpose Grails Configuration Utility for retieving configuration options with the ability
to log warnings on type/constraint mismatch.
- GrailsConfigurationAware - Interface in org.codehaus.groovy.grails.plugins.support.aware
- Obtains the Grails ConfigObject via Spring.
- GrailsConfigurationException - Class in org.codehaus.groovy.grails.exceptions
- @author Graeme Rocher
- GrailsConfigurationException(Throwable) - Constructor in GrailsConfigurationException
- GrailsConfigUtils - Class in org.codehaus.groovy.grails.web.context
- A common class where shared configurational methods can reside.
- GrailsContentBufferingResponse - Class in org.codehaus.groovy.grails.web.sitemesh
- GrailsContentBufferingResponse(HttpServletResponse, ContentProcessor, SiteMeshWebAppContext) - Constructor in GrailsContentBufferingResponse
- GrailsContextEvent - Class in org.codehaus.groovy.grails.commons.spring
- Signals various events related to the Grails context loading.
- GrailsContextEvent(WebApplicationContext, int) - Constructor in GrailsContextEvent
- GrailsContextLoader - Class in org.codehaus.groovy.grails.web.context
- @author graemerocher
- GrailsContextLoaderListener - Class in org.codehaus.groovy.grails.web.context
- Extends the Spring default ContextLoader to load GrailsApplicationContext.
- GrailsContextNamespaceHandler - Class in org.codehaus.groovy.grails.context.annotation
- Provides custom implementation of component-scan that ignores Groovy closures.
- GrailsControllerClass - Interface in org.codehaus.groovy.grails.commons
- Represents a controller class in Grails.
- GrailsControllerHandlerMapping - Class in org.codehaus.groovy.grails.web.servlet
- Matches Grails' SimpleController class.
- GrailsControllerHelper - Interface in org.codehaus.groovy.grails.web.servlet.mvc
- Processes Grails controller requests and responses.
- GrailsDataBinder - Class in org.codehaus.groovy.grails.web.binding
- A data binder that handles binding dates that are specified with a "struct"-like syntax in request parameters.
- GrailsDataBinder(Object, String) - Constructor in GrailsDataBinder
- Create a new GrailsDataBinder instance.
- GrailsDataSource - Interface in org.codehaus.groovy.grails.commons
- Represents a data source in Grails.
- GrailsDataSourceException - Class in org.codehaus.groovy.grails.exceptions
- Base exception for errors related to Grails data sources.
- GrailsDataSourceException(Throwable) - Constructor in GrailsDataSourceException
- GrailsDispatcherServlet - Class in org.codehaus.groovy.grails.web.servlet
- Handles incoming requests for Grails.
- GrailsDispatcherServlet() - Constructor in GrailsDispatcherServlet
- Constructor.
- GrailsDomainBinder - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
- Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
- GrailsDomainBinder.GrailsCollectionSecondPass(GrailsDomainClassProperty, Mappings, Collection) - Constructor in GrailsDomainBinder.GrailsCollectionSecondPass
- GrailsDomainBinder.ListSecondPass(GrailsDomainClassProperty, Mappings, Collection) - Constructor in GrailsDomainBinder.ListSecondPass
- GrailsDomainBinder.MapSecondPass(GrailsDomainClassProperty, Mappings, Collection) - Constructor in GrailsDomainBinder.MapSecondPass
- GrailsDomainClass - Interface in org.codehaus.groovy.grails.commons
- Represents a persistable Grails domain class.
- GrailsDomainClassInjector - Interface in org.codehaus.groovy.grails.compiler.injection
- Mainly just a marker interface for implementations that perform injection on domain classes.
- GrailsDomainClassProperty - Interface in org.codehaus.groovy.grails.commons
- A property of a GrailsDomainClass instance.
- GrailsDomainClassValidator - Class in org.codehaus.groovy.grails.validation
- A specialised Spring validator that validates a domain class instance using the constraints defined in the
static constraints closure.
- GrailsDomainConfiguration - Interface in org.codehaus.groovy.grails.orm.hibernate.cfg
- @author Graeme Rocher
- GrailsDomainConfigurationUtil - Class in org.codehaus.groovy.grails.commons
- Utility methods used in configuring the Grails Hibernate integration.
- GrailsDomainException - Class in org.codehaus.groovy.grails.exceptions
- Thrown when creation of the Grails domain from the Grails domain classes fails.
- GrailsDomainException(Throwable) - Constructor in GrailsDomainException
- GrailsException - Class in org.codehaus.groovy.grails.exceptions
- Base class for all Grails exceptions that are not recoverable.
- GrailsException(Throwable) - Constructor in GrailsException
- GrailsExceptionResolver - Class in org.codehaus.groovy.grails.web.errors
- Wraps any runtime exceptions with a GrailsWrappedException instance.
- GrailsFiltersClass - Interface in org.codehaus.groovy.grails.web.filters
- Interface that defines filter class which return a list of FilterConfig instances
- GrailsFlashScope - Class in org.codehaus.groovy.grails.web.servlet
- Grails implementation of Flash scope (@see org.codehaus.groovy.grails.web.servlet.FlashScope).
- GrailsFlowExecutorImpl - Class in org.codehaus.groovy.grails.webflow.execution
- @author Graeme Rocher
- GrailsFlowExecutorImpl(FlowDefinitionLocator, FlowExecutionFactory, FlowExecutionRepository) - Constructor in GrailsFlowExecutorImpl
- Create a new flow executor.
- GrailsFlowHandlerAdapter - Class in org.codehaus.groovy.grails.webflow.mvc.servlet
- Extends the default FlowHandlerAdapter in order to populate a valid Grails request.
- GrailsFlowHandlerMapping - Class in org.codehaus.groovy.grails.webflow.mvc.servlet
- A HandlerMapping implementation that maps Grails controller classes onto flows.
- GrailsFlowUrlHandler - Class in org.codehaus.groovy.grails.webflow.context.servlet
- Changes the default FlowUrlHandler to take into account that Grails request run as part of a forward.
- GrailsHibernateConfigurationException - Class in org.codehaus.groovy.grails.orm.hibernate.exceptions
- Thrown when configuration Hibernate for GORM features.
- GrailsHibernateConfigurationException(Throwable) - Constructor in GrailsHibernateConfigurationException
- GrailsHibernateDomainClass - Class in org.codehaus.groovy.grails.orm.hibernate
- An implementation of the GrailsDomainClass interface that allows Classes
mapped in Hibernate to integrate with Grails' validation, dynamic methods
etc. seamlessly.
- GrailsHibernateDomainClass(Class, SessionFactory, GrailsApplication, ClassMetadata, Map) - Constructor in GrailsHibernateDomainClass
- Contructor to be used by all child classes to create a new instance
and get the name right.
- GrailsHibernateDomainClassProperty - Class in org.codehaus.groovy.grails.orm.hibernate
- An implementation of the GrailsDomainClassProperty interface that allows Classes mapped in
Hibernate to integrate with Grails' validation, dynamic methods etc. seamlessly.
- GrailsHibernateDomainClassProperty(GrailsHibernateDomainClass, String) - Constructor in GrailsHibernateDomainClassProperty
- GrailsHibernateException - Class in org.codehaus.groovy.grails.orm.hibernate.exceptions
- Base exception class for errors related to Hibernate configuration in Grails.
- GrailsHibernateException(Throwable) - Constructor in GrailsHibernateException
- GrailsHibernateTransactionManager - Class in org.codehaus.groovy.grails.orm.hibernate
- Extends the standard class to always set the flush mode to manual when in a read-only transaction.
- GrailsHibernateUtil - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
- Utility methods for configuring Hibernate inside Grails.
- grailsHome() - Method in IvyDomainSpecificLanguageEvaluator
- GrailsHTMLPageParser - Class in org.codehaus.groovy.grails.web.sitemesh
- GrailsHttpSession - Class in org.codehaus.groovy.grails.web.servlet.mvc
- An adapter class that takes a regular HttpSession and allows you to access it like a Groovy map.
- GrailsHttpSession(HttpServletRequest) - Constructor in GrailsHttpSession
- GrailsInjectionOperation - Class in org.codehaus.groovy.grails.compiler.injection
- A Groovy compiler operation that gets plugged into the GroovyClassLoader instance to
add custom properties to classes at compile time.
- GrailsLayoutDecoratorMapper - Class in org.codehaus.groovy.grails.web.sitemesh
- Implements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts.
- GrailsMetaClassUtils - Class in org.codehaus.groovy.grails.commons
- Provides utility methods for working with the Groovy MetaClass API.
- GrailsMock - Class in grails.test
Provides similar behaviour to MockFor and StubFor, but uses
ExpandoMetaClass to mock the methods.
- GrailsMock(Class, boolean) - Constructor in GrailsMock
- Creates a new mock for the given class.
- GrailsMockErrors - Class in org.codehaus.groovy.grails.plugins.testing
- A simple Spring Errors implementation that adds support for Groovy-
style access to field errors.
- GrailsMockErrors(def) - Constructor in GrailsMockErrors
- GrailsMockHttpServletRequest - Class in org.codehaus.groovy.grails.plugins.testing
- A custom mock HTTP servlet request that provides the extra properties
and methods normally injected by the "servlets" plugin.
- GrailsMockHttpServletResponse - Class in org.codehaus.groovy.grails.plugins.testing
- Simple sub-class of Spring's MockHttpServletResponse that adds the
left-shift operator, "<<".
- GrailsMockHttpSession - Class in org.codehaus.groovy.grails.plugins.testing
- Simple sub-class of Spring's MockHttpSession that adds support for
map and property notation, i.e.
- GrailsMVCException - Class in org.codehaus.groovy.grails.web.servlet.mvc.exceptions
- Thrown when an unrecoverable error occured in the Grails MVC framework.
- GrailsMVCException(Throwable) - Constructor in GrailsMVCException
- GrailsNameUtils - Class in grails.util
- Utility methods for converting between different name types,
for example from class names -> property names and vice-versa.
- GrailsNoDecorator - Class in org.codehaus.groovy.grails.web.sitemesh
- Grails version of Sitemesh's NoDecorator
- GrailsOpenSessionInViewFilter - Class in org.codehaus.groovy.grails.orm.hibernate.support
- Uses the GrailsApplication sessionFactory to apply the filter.
- GrailsOpenSessionInViewInterceptor - Class in org.codehaus.groovy.grails.orm.hibernate.support
- Extends the default spring OSIVI and doesn't flush the session if it has been set
to MANUAL on the session itself.
- GrailsPageFilter - Class in org.codehaus.groovy.grails.web.sitemesh
- Extends the default page filter to overide the apply decorator behaviour
if the page is a GSP
- GrailsPageResponseWrapper - Class in org.codehaus.groovy.grails.web.sitemesh
- @author Graeme Rocher
- GrailsPageResponseWrapper.GrailsBuffer(PageParser, String, GSPSitemeshPage) - Constructor in GrailsPageResponseWrapper.GrailsBuffer
- GrailsPageResponseWrapper(HttpServletRequest, HttpServletResponse, PageParserSelector) - Constructor in GrailsPageResponseWrapper
- GrailsParameterMap - Class in org.codehaus.groovy.grails.web.servlet.mvc
- A parameter map class that allows mixing of request parameters and controller parameters.
- GrailsParameterMap(HttpServletRequest) - Constructor in GrailsParameterMap
- Creates a GrailsParameterMap populating from the given request object
- GrailsPlaceholderConfigurer - Class in org.codehaus.groovy.grails.commons.cfg
- Uses Grails' ConfigObject for place holder values.
- GrailsPlugin - Interface in org.codehaus.groovy.grails.plugins
Plugin interface that adds Spring org.springframework.beans.factory.config.BeanDefinitions
to a registry based on a GrailsApplication object.
- GrailsPluginInfo - Interface in org.codehaus.groovy.grails.plugins
- Base interface that just contains information about a particular plugin.
- GrailsPluginManager - Interface in org.codehaus.groovy.grails.plugins
Handles the loading and management of plug-ins in the Grails system.
- GrailsPluginManagerFactoryBean - Class in org.codehaus.groovy.grails.plugins
- A factory bean for loading the GrailsPluginManager instance.
- grailsPlugins() - Method in IvyDomainSpecificLanguageEvaluator
- GrailsPluginsDirectoryResolver - Class in org.codehaus.groovy.grails.resolve
- A resolver that resolves JAR files from plugin lib directories.
- GrailsPluginsDirectoryResolver(BuildSettings, IvySettings) - Constructor in GrailsPluginsDirectoryResolver
- GrailsPluginUtils - Class in org.codehaus.groovy.grails.plugins.support
- @deprecated Use GrailsUtil instead.
- GrailsPrintWriter - Class in org.codehaus.groovy.grails.web.util
- PrintWriter implementation that doesn't have synchronization.
- GrailsPrintWriter(Writer) - Constructor in GrailsPrintWriter
- GrailsQueryException - Class in org.codehaus.groovy.grails.orm.hibernate.exceptions
- Base exception class for errors related to Domain class queries in Grails.
- GrailsQueryException(Throwable) - Constructor in GrailsQueryException
- GrailsReloadServletFilter - Class in org.codehaus.groovy.grails.web.servlet.filter
- Copies resources from the source on content change and manages reloading if necessary.
- grailsRepo(String, String) - Method in IvyDomainSpecificLanguageEvaluator
- Defines a repository that uses Grails plugin repository format.
- GrailsRepoResolver - Class in org.codehaus.groovy.grails.resolve
- Overrides the default Ivy resolver to substitute the release tag in Grails'
repository format prior to a resolve
- GrailsRepoResolver(String, URL) - Constructor in GrailsRepoResolver
- GrailsRequestContext - Interface in org.codehaus.groovy.grails.web.servlet
- Defines the methods and objects available during a Grails request context.
- GrailsResourceHolder - Class in org.codehaus.groovy.grails.commons.spring
- Holds references to all the Grails resource instances to support class reloading.
- GrailsResourceLoader - Class in org.codehaus.groovy.grails.compiler.support
- Loads groovy files using Spring's IO abstraction.
- GrailsResourceLoader(Resource[]) - Constructor in GrailsResourceLoader
- GrailsResourceLoaderFactoryBean - Class in org.codehaus.groovy.grails.commons
- A factory bean that constructs the Grails ResourceLoader used to load Grails classes.
- GrailsResourceLoaderHolder - Class in org.codehaus.groovy.grails.compiler.support
- A holder for the GrailsResourceLoader object.
- GrailsResourceUtils - Class in org.codehaus.groovy.grails.commons
- Utility methods for working with Grails resources and URLs that represent artifacts
within a Grails application.
- GrailsRootLoader - Class in org.codehaus.groovy.grails.cli.support
- A custom Groovy RootLoader that works around issue
GROOVY-2303.
- GrailsRootLoader() - Constructor in GrailsRootLoader
- GrailsRoutablePrintWriter - Class in org.codehaus.groovy.grails.web.sitemesh
- GrailsRoutablePrintWriter.DestinationFactory - Interface in org.codehaus.groovy.grails.web.sitemesh
- Factory to lazily instantiate the destination.
- GrailsRoutablePrintWriter.NullWriter() - Constructor in GrailsRoutablePrintWriter.NullWriter
- GrailsRoutablePrintWriter(GrailsRoutablePrintWriter.DestinationFactory) - Constructor in GrailsRoutablePrintWriter
- GrailsRuntimeConfigurator - Class in org.codehaus.groovy.grails.commons.spring
- Handles the runtime configuration of the Grails ApplicationContext.
- GrailsRuntimeConfigurator(GrailsApplication, ApplicationContext) - Constructor in GrailsRuntimeConfigurator
- GrailsRuntimeException - Class in org.codehaus.groovy.grails.exceptions
- Generic global runtime exception.
- GrailsRuntimeException(Throwable) - Constructor in GrailsRuntimeException
- GrailsScriptRunner - Class in org.codehaus.groovy.grails.cli
- Handles Grails command line interface for running scripts.
- GrailsScriptRunner(BuildSettings) - Constructor in GrailsScriptRunner
- GrailsServiceClass - Interface in org.codehaus.groovy.grails.commons
- @author Steven Devijver
- GrailsStarter - Class in org.codehaus.groovy.grails.cli.support
- @author Graeme Rocher
- GrailsTag - Interface in org.codehaus.groovy.grails.web.taglib
- Allows to tag implementation to be abstracted from the JSP custom tag spec.. hence allowing
them to be used in direct method calls etc.
- GrailsTagException - Class in org.codehaus.groovy.grails.web.taglib.exceptions
- @author Graeme Rocher
- GrailsTagException(String, Throwable, String, int) - Constructor in GrailsTagException
- GrailsTagLibClass - Interface in org.codehaus.groovy.grails.commons
- Represents a Grails tab library class.
- GrailsTagRegistry - Class in org.codehaus.groovy.grails.web.taglib
- A registry for holding all Grails tag implementations.
- GrailsTask - Class in grails.ant
Ant task for executing Grails scripts.
- GrailsTemplateGenerator - Interface in org.codehaus.groovy.grails.scaffolding
- Defines methods for generating Grails artifacts from a domain class.
- GrailsTestAutowirer - Class in org.codehaus.groovy.grails.test.support
- Convenience class to autowire test classes
- GrailsTestAutowirer(ApplicationContext) - Constructor in GrailsTestAutowirer
- GrailsTestCaseRunner - Class in org.codehaus.groovy.grails.test.junit4.runner
- GrailsTestCaseRunner(Class, GrailsTestMode, ApplicationContext, GrailsTestTargetPattern[]) - Constructor in GrailsTestCaseRunner
- GrailsTestCaseRunnerBuilder - Class in org.codehaus.groovy.grails.test.junit4.runner
- GrailsTestCaseRunnerBuilder(GrailsTestMode, ApplicationContext, GrailsTestTargetPattern[]) - Constructor in GrailsTestCaseRunnerBuilder
- GrailsTestEnvironmentStatement - Class in org.codehaus.groovy.grails.test.junit4.runner
- GrailsTestEnvironmentStatement(Statement, Object, GrailsTestInterceptor) - Constructor in GrailsTestEnvironmentStatement
- GrailsTestEventConsoleReporter - Class in org.codehaus.groovy.grails.test.event
- GrailsTestEventConsoleReporter(PrintStream) - Constructor in GrailsTestEventConsoleReporter
- GrailsTestEventPublisher - Class in org.codehaus.groovy.grails.test.event
- Publishes test related events to the Grails build system.
- GrailsTestEventPublisher(Closure) - Constructor in GrailsTestEventPublisher
- @param event the "event" closure from the Grails build system
- GrailsTestInterceptor - Class in org.codehaus.groovy.grails.test.support
- GrailsTestInterceptor(Object, GrailsTestMode, ApplicationContext, String[]) - Constructor in GrailsTestInterceptor
- GrailsTestMode - Class in org.codehaus.groovy.grails.test.support
- GrailsTestRequestEnvironmentInterceptor - Class in org.codehaus.groovy.grails.test.support
- Establishes a �mock� request environment suitable for running tests in.
- GrailsTestRequestEnvironmentInterceptor(ApplicationContext) - Constructor in GrailsTestRequestEnvironmentInterceptor
- GrailsTestTargetPattern - Class in org.codehaus.groovy.grails.test
- A pattern passed to `grails test-app` that targets one or more tests and potentially a single method
- GrailsTestTargetPattern(String) - Constructor in GrailsTestTargetPattern
- GrailsTestTransactionInterceptor - Class in org.codehaus.groovy.grails.test.support
- Establishes a rollback only transaction for running a test in.
- GrailsTestTransactionInterceptor(ApplicationContext) - Constructor in GrailsTestTransactionInterceptor
- GrailsTestType - Interface in org.codehaus.groovy.grails.test
- Describes the contract that a test type must support to be
runnable by `grails test-app`.
- GrailsTestTypeResult - Interface in org.codehaus.groovy.grails.test
- Describes the outcome of running a test type.
- GrailsTestTypeSupport - Class in org.codehaus.groovy.grails.test.support
- Provides a convenient base for GrailsTestType implementations.
- GrailsTestTypeSupport(String, String) - Constructor in GrailsTestTypeSupport
- Sets the name and relativeSourcePath
- GrailsTokenizedHTMLPage - Class in org.codehaus.groovy.grails.web.sitemesh
- GrailsTokenizedHTMLPage(char[], CharArray, CharArray) - Constructor in GrailsTokenizedHTMLPage
- GrailsUnitTestCase - Class in grails.test
- Support class for writing unit tests in Grails.
- GrailsUrlHandlerMapping - Class in org.codehaus.groovy.grails.web.servlet.mvc
- Handles URL mapping for Grails.
- GrailsUrlMappingsClass - Interface in org.codehaus.groovy.grails.commons
- Loads the UrlMappings.
- GrailsUrlMappingsTestCase - Class in grails.test
- @author Luke Daley
- GrailsUrlPathHelper - Class in org.codehaus.groovy.grails.web.servlet
- Extends the default Spring UrlPathHelper and makes methods Grails path aware.
- GrailsUtil - Class in grails.util
- Grails utility methods for command line and GUI applications.
- GrailsViewResolver - Class in org.codehaus.groovy.grails.web.servlet.view
- Evaluates the existance of a view for different extensions choosing which one to delegate to.
- GrailsViewResolver() - Constructor in GrailsViewResolver
- Constructor.
- GrailsWebApplicationContext - Class in org.codehaus.groovy.grails.commons.spring
- A WebApplicationContext that extends StaticApplicationContext to allow for programmatic
configuration at runtime.
- GrailsWebApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor in GrailsWebApplicationContext
- GrailsWebRequest - Class in org.codehaus.groovy.grails.web.servlet.mvc
- Encapsulates a Grails request.
- GrailsWebRequest(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor in GrailsWebRequest
- GrailsWebRequestFilter - Class in org.codehaus.groovy.grails.web.servlet.mvc
- Binds a GrailsWebRequestFilter to the currently executing thread.
- GrailsWebUtil - Class in grails.util
- Utility methods for clients using the web framework.
- GrailsWrappedRuntimeException - Class in org.codehaus.groovy.grails.web.errors
- Wraps a Grails RuntimeException and attempts to extract more relevent diagnostic messages
from the stack trace.
- GrailsWrappedRuntimeException(ServletContext, Throwable) - Constructor in GrailsWrappedRuntimeException
- @param servletContext The ServletContext instance
- GREATER_THAN - Field in HibernateCriteriaBuilder
- GREATER_THAN_OR_EQUAL - Field in HibernateCriteriaBuilder
- GREATER_THAN_OR_EQUAL_PROPERTY - Field in HibernateCriteriaBuilder
- GREATER_THAN_PROPERTY - Field in HibernateCriteriaBuilder
- GROOVY_DISALLOWED - Field in GrailsDataBinder
- GROOVY_DOMAINCLASS_DISALLOWED - Field in GrailsDataBinder
- GROOVY_SOURCE_CHAR_ENCODING - Field in GroovyPageParser
- GroovyAwareAspectJAwareAdvisorAutoProxyCreator - Class in org.codehaus.groovy.grails.aop.framework.autoproxy
- Enables AspectJ weaving from the application context.
- GroovyAwareInfrastructureAdvisorAutoProxyCreator - Class in org.codehaus.groovy.grails.aop.framework.autoproxy
- Tells Spring always to proxy Groovy classes.
- GroovyAwareJavassistLazyInitializer - Class in org.codehaus.groovy.grails.orm.hibernate.proxy
- @author Graeme Rocher
- GroovyAwareJavassistProxyFactory - Class in org.codehaus.groovy.grails.orm.hibernate.proxy
- Hibernate's default proxying mechanism proxies Groovy's getMetaClass() method.
- GroovyAwareJoinedSubclassEntityPersister - Class in org.codehaus.groovy.grails.orm.hibernate.persister.entity
- A customized EntityPersisteer that creates proxies valid for use with Groovy.
- GroovyAwareJoinedSubclassEntityPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor in GroovyAwareJoinedSubclassEntityPersister
- GroovyAwareNamedTransactionAttributeSource - Class in org.codehaus.groovy.grails.orm.support
- @author Graeme Rocher
- GroovyAwareSingleTableEntityPersister - Class in org.codehaus.groovy.grails.orm.hibernate.persister.entity
- A customized EntityPersisteer that creates proxies valid for use with Groovy.
- GroovyAwareSingleTableEntityPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor in GroovyAwareSingleTableEntityPersister
- GroovyBeanMarshaller - Class in org.codehaus.groovy.grails.web.converters.marshaller.xml
- @author Siegfried Puchbauer
- GroovyCollectTag - Class in org.codehaus.groovy.grails.web.taglib
- Example:
- GroovyDefTag - Class in org.codehaus.groovy.grails.web.taglib
- Allows defining of variables within the page context.
- GroovyDynamicMethodsInterceptor - Class in org.codehaus.groovy.grails.commons.metaclass
- For dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances
meta class instance.
- GroovyDynamicMethodsInterceptor(GroovyObject) - Constructor in GroovyDynamicMethodsInterceptor
- GroovyEachTag - Class in org.codehaus.groovy.grails.web.taglib
- @author Graeme Rocher
- GroovyElseIfTag - Class in org.codehaus.groovy.grails.web.taglib
- GroovyElseTag - Class in org.codehaus.groovy.grails.web.taglib
- @author Graeme Rocher
- GroovyFindAllTag - Class in org.codehaus.groovy.grails.web.taglib
- Example:
- GroovyGrepTag - Class in org.codehaus.groovy.grails.web.taglib
- Example:
- GroovyIfTag - Class in org.codehaus.groovy.grails.web.taglib
- GroovyPage - Class in org.codehaus.groovy.grails.web.pages
- NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
- GroovyPage.ConstantClosure - Class in org.codehaus.groovy.grails.web.pages
- GroovyPage.ConstantClosure(Object) - Constructor in GroovyPage.ConstantClosure
- GroovyPage() - Method in GroovyPage
- GroovyPageAttributes - Class in org.codehaus.groovy.grails.web.taglib
- Defines attributes passed to a GSP tag.
- GroovyPageAttributes(Map) - Constructor in GroovyPageAttributes
- GroovyPageBinding - Class in org.codehaus.groovy.grails.web.pages
- GroovyPageBinding(String) - Constructor in GroovyPageBinding
- GroovyPageCompiler - Class in org.codehaus.groovy.grails.web.pages
- Used to compile GSP files into a specified target directory.
- GroovyPageCompilerTask - Class in org.codehaus.groovy.grails.web.pages
- An Ant task used for compiling GSP sources.
- GroovyPageMetaInfo(Class) - Constructor in GroovyPageMetaInfo
- GroovyPageOutputStack - Class in org.codehaus.groovy.grails.web.pages
- GroovyPageOutputStack.GroovyPageProxyWriter() - Constructor in GroovyPageOutputStack.GroovyPageProxyWriter
- GroovyPageParser - Class in org.codehaus.groovy.grails.web.pages
- NOTE: Based on work done by the GSP standalone project
(https://gsp.dev.java.net/)
- GroovyPageParser(String, String, String, InputStream) - Method in GroovyPageParser
- GroovyPageResourceLoader - Class in org.codehaus.groovy.grails.web.pages
- A StaticResourceLoader that loads GSPs from a local grails-app folder instead of from WEB-INF in
development mode.
- GroovyPagesException - Class in org.codehaus.groovy.grails.web.pages.exceptions
- Thrown when processing GSP pages.
- GroovyPagesException(String) - Constructor in GroovyPagesException
- GroovyPagesGrailsPlugin - Class in org.codehaus.groovy.grails.plugins.web
- A Plugin that sets up and configures the GSP and GSP tag library support in Grails.
- GroovyPagesJspFactory - Class in org.codehaus.groovy.grails.web.pages.ext.jsp
- @author Graeme Rocher
- GroovyPagesPageContext - Class in org.codehaus.groovy.grails.web.pages.ext.jsp
- A JSP PageContext implementation for use with GSP.
- GroovyPagesPageContext() - Constructor in GroovyPagesPageContext
- GroovyPagesServlet - Class in org.codehaus.groovy.grails.web.pages
- NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
- GroovyPagesServlet() - Constructor in GroovyPagesServlet
- GroovyPagesTemplateEngine - Class in org.codehaus.groovy.grails.web.pages
- Based on (but not extending) the existing TemplateEngine implementations
within Groovy.
- GroovyPagesTemplateEngine(ServletContext) - Constructor in GroovyPagesTemplateEngine
- GroovyPagesTestCase - Class in grails.test
- A test harness that eases testing of GSP and tag libraries for Grails.
- GroovyPagesUriService - Interface in org.codehaus.groovy.grails.web.pages
- Provides methods to lookup URIs of views and templates.
- GroovyPagesUriSupport - Class in org.codehaus.groovy.grails.web.pages
- Methods to establish template names, paths and so on.
- GroovyPageTagBody - Class in org.codehaus.groovy.grails.web.taglib
- Represents the body of a tag and captures its output returning the result when invoked.
- GroovyPageTagBody(Object, GrailsWebRequest, Closure, boolean) - Constructor in GroovyPageTagBody
- GroovyPageTagWriter - Class in org.codehaus.groovy.grails.web.taglib
- A temporary writer used by GSP to write to a StringWriter and later retrieve the value.
- GroovyPageTagWriter(boolean) - Constructor in GroovyPageTagWriter
- GroovyPageTemplate - Class in org.codehaus.groovy.grails.web.pages
- Knows how to make in instance of GroovyPageWritable.
- GroovyPageTemplate(GroovyPageMetaInfo) - Constructor in GroovyPageTemplate
- GroovyPageUtils - Class in org.codehaus.groovy.grails.web.pages
- Methods to establish template names, paths and so on.
- GroovyPageView - Class in org.codehaus.groovy.grails.web.servlet.view
- A Spring View that renders Groovy Server Pages to the reponse.
- GroovyPageWritable(GroovyPageMetaInfo) - Constructor in GroovyPageWritable
- GroovySyntaxTag - Class in org.codehaus.groovy.grails.web.taglib
A tag type that gets translated directly into Groovy syntax by the GSP parser.
- GroovyUnlessTag - Class in org.codehaus.groovy.grails.web.taglib
- GroovyWhileTag - Class in org.codehaus.groovy.grails.web.taglib
- @author Graeme Rocher
- groupProperty(String, String) - Method in HibernateCriteriaBuilder
- Adds a projection that allows the criteria's result to be grouped by a property
- GSCRIPT - Field in Tokens
- GSP_SITEMESH_PAGE - Field in GrailsPageFilter
- GSP_SUFFIX - Field in GrailsViewResolver
- GSP_TEMPLATE_ENGINE - Field in GrailsApplicationAttributes
- GSP_TMP_WRITER - Field in GrailsApplicationAttributes
- GSP_TO_RENDER - Field in GrailsApplicationAttributes
- GSPResponseWriter - Class in org.codehaus.groovy.grails.web.pages
- NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
- GSPSitemeshPage - Class in org.codehaus.groovy.grails.web.sitemesh
- Grails/GSP specific implementation of Sitemesh's AbstractHTMLPage
- GSPWriter - Class in org.codehaus.groovy.grails.web.pages
- A PrintWriter used in the generation of GSP pages that allows printing to the target output
stream and maintains a record of the current line number during usage.
- GSPWriter(Writer, GroovyPageParser) - Constructor in GSPWriter
- GSTART_TAG - Field in Tokens
- gt(String, Object) - Method in HibernateCriteriaBuilder
- Creates a "greater than" Criterion based on the specified property name and value
- GTAG_EXPR - Field in Tokens
- gtProperty(String, String) - Method in HibernateCriteriaBuilder
- Creates a Criterion that tests if the first property is greater than the second property