Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

I

IDENTITY - Static variable in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
 
IdentityPluginFilter - Class in org.codehaus.groovy.grails.plugins
No-op implementation of PluginFilter.
IdentityPluginFilter() - Constructor for class org.codehaus.groovy.grails.plugins.IdentityPluginFilter
 
implementsOrInheritsZeroArgMethod(ClassNode, String, List) - Static method in class org.codehaus.groovy.grails.compiler.injection.GrailsASTUtils
 
implementsZeroArgMethod(ClassNode, String) - Static method in class org.codehaus.groovy.grails.compiler.injection.GrailsASTUtils
Tests whether the ClasNode implements the specified method name.
IN_LIST_CONSTRAINT - Static variable in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
IncludingPluginFilter - Class in org.codehaus.groovy.grails.plugins
Implementation of PluginFilter which ensures that only the supplied plugins (identified by name) as well as their dependencies are included in the filtered plugin list.
IncludingPluginFilter(Set) - Constructor for class org.codehaus.groovy.grails.plugins.IncludingPluginFilter
 
IncludingPluginFilter(String[]) - Constructor for class org.codehaus.groovy.grails.plugins.IncludingPluginFilter
 
INDEX_ACTION - Static variable in interface org.codehaus.groovy.grails.commons.GrailsControllerClass
The name of the index action.
InetAddressValidator - Class in org.codehaus.groovy.grails.validation.routines
InetAddress validation and conversion routines (java.net.InetAddress).
InetAddressValidator() - Constructor for class org.codehaus.groovy.grails.validation.routines.InetAddressValidator
 
INFLUENCES - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
Defines the name of the property that defines a list of plugin names that this plugin influences.
informObservers(String, Map) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
 
informObservers(String, Map) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
inform the specified plugins observers of the event specified by the passed Map instance
informObservers(String, Map) - Method in class org.codehaus.groovy.grails.plugins.MockGrailsPluginManager
 
informOfClassChange(Class<?>) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
informOfClassChange(File, Class) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
informOfClassChange(Class<?>) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
Method for handling changes to a class and triggering on change events etc.
informOfClassChange(File, Class) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
 
informOfFileChange(File) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
informOfFileChange(File) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
Fire to inform the PluginManager that a particular file changes
informPluginsOfConfigChange() - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
init() - Method in class org.codehaus.groovy.grails.context.annotation.GrailsContextNamespaceHandler
 
init() - Method in class org.codehaus.groovy.grails.support.NullPersistentContextInterceptor
 
init() - Method in interface org.codehaus.groovy.grails.support.PersistenceContextInterceptor
Called to intialisation the persistent context.
initialise() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
 
initialise() - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Initialise this GrailsApplication.
initialize(ArtefactInfo) - Method in interface org.codehaus.groovy.grails.commons.ArtefactHandler
Called whenever the list of artefacts has changed or been reloaded.
initialize(ArtefactInfo) - Method in class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter
Sets up the relationships between the domain classes, this has to be done after the intial creation to avoid looping.
initialize(ArtefactInfo) - Method in class org.codehaus.groovy.grails.commons.ControllerArtefactHandler
 
initialize() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsControllerClass
 
initialize(ArtefactInfo) - Method in class org.codehaus.groovy.grails.commons.DomainClassArtefactHandler
Sets up the relationships between the domain classes, this has to be done after the intial creation to avoid looping
initialize() - Method in interface org.codehaus.groovy.grails.commons.GrailsControllerClass
Initialize the controller class
initialize(ArtefactInfo) - Method in class org.codehaus.groovy.grails.commons.TagLibArtefactHandler
Creates a map of tags (keyed on "${namespace}:${tagName}") to tag libraries.
initialize(Object) - Method in class org.codehaus.groovy.grails.support.proxy.DefaultProxyHandler
 
initialize(Object) - Method in interface org.codehaus.groovy.grails.support.proxy.ProxyHandler
Initializes an existing uninitialized proxy instance.
InjectableGrailsClass - Interface in org.codehaus.groovy.grails.commons
Represents a Grails class that is to be configured in Spring and as such is injectable.
injectErrorsCode(ClassNode) - Method in interface org.codehaus.groovy.grails.compiler.injection.ASTErrorsHelper
 
injectErrorsCode(ClassNode) - Method in class org.codehaus.groovy.grails.compiler.injection.ASTValidationErrorsHelper
 
InListConstraint - Class in org.codehaus.groovy.grails.validation
A constraint that validates the property is contained within the supplied list.
InListConstraint() - Constructor for class org.codehaus.groovy.grails.validation.InListConstraint
 
instantiateFromConfig(ConfigObject, String, String) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
 
instantiateFromFlatConfig(Map<String, Object>, String, String) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
 
Interceptor - Interface in org.codehaus.groovy.grails.commons.metaclass
Implementers of this interface can be registered in the ProxyMetaClass for notifications about method calls for objects managed by the ProxyMetaClass.
InvalidPropertyException - Exception in org.codehaus.groovy.grails.exceptions
Thrown when a property of a Grails class is invalidated.
InvalidPropertyException() - Constructor for exception org.codehaus.groovy.grails.exceptions.InvalidPropertyException
 
InvalidPropertyException(String, Throwable) - Constructor for exception org.codehaus.groovy.grails.exceptions.InvalidPropertyException
 
InvalidPropertyException(String) - Constructor for exception org.codehaus.groovy.grails.exceptions.InvalidPropertyException
 
InvalidPropertyException(Throwable) - Constructor for exception org.codehaus.groovy.grails.exceptions.InvalidPropertyException
 
InvocationCallback - Class in org.codehaus.groovy.grails.commons.metaclass
 
InvocationCallback() - Constructor for class org.codehaus.groovy.grails.commons.metaclass.InvocationCallback
 
invoke(Object, String, Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethodInvocation
 
invoke(Class, String, Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractStaticMethodInvocation
 
invoke(Class, String, Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.ClosureInvokingDynamicMethod
 
invoke(Object, String, Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.ClosureInvokingDynamicMethod
 
invoke(Class, String, Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.CreateDynamicMethod
 
invoke(Class, Object[]) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicConstructor
Invokes the dynamic constructor.
invoke(Object, String, Object[]) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicMethodInvocation
Invokes the actual method.
invoke(Class, String, Object[]) - Method in interface org.codehaus.groovy.grails.commons.metaclass.StaticMethodInvocation
Invokes the actual method.
invokeConstructor(Object[], InvocationCallback) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethods
 
invokeConstructor(Object[], InvocationCallback) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicMethods
Attempts to invoke a dynamic constructor.
invokeConstructor(Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.DynamicMethodsExpandoMetaClass
 
invokeConstructor(Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.ProxyMetaClass
Call invokeConstructor on adaptee with logic like in MetaClass unless we have an Interceptor.
invokeMethod(String, Object) - Method in class grails.util.ClosureToMapPopulator
 
invokeMethod(String, Object) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
Overrides method invocation to return dynamic artefact methods.
invokeMethod(Object, String, Object[], InvocationCallback) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethods
 
invokeMethod(Object, String, Object[], InvocationCallback) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicMethods
Attempts to invoke a dynamic method with the specified name and arguments.
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class org.codehaus.groovy.grails.commons.metaclass.DynamicMethodsExpandoMetaClass
 
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class org.codehaus.groovy.grails.commons.metaclass.ProxyMetaClass
Call invokeMethod on adaptee with logic like in MetaClass unless we have an Interceptor.
invokeMethodIfExists(Object, String) - Static method in class org.codehaus.groovy.grails.commons.GrailsMetaClassUtils
Invokes a method if it exists otherwise returns null
invokeMethodIfExists(Object, String, Object[]) - Static method in class org.codehaus.groovy.grails.commons.GrailsMetaClassUtils
Invokes a method if it exists otherwise returns null
invokeStaticMethod(Object, String, Object[], InvocationCallback) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethods
 
invokeStaticMethod(Object, String, Object[], InvocationCallback) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicMethods
Attempts to invoke a dynamic static method with the specified name and arguments.
invokeStaticMethod(Object, String, Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.DynamicMethodsExpandoMetaClass
Either invokes a intercepted dyanmic static method or the adapted original MetaClass.
invokeStaticMethod(Object, String, Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.ProxyMetaClass
Call invokeStaticMethod on adaptee with logic like in MetaClass unless we have an Interceptor.
isAbstract() - Method in class org.codehaus.groovy.grails.commons.AbstractGrailsClass
 
isAbstract() - Method in interface org.codehaus.groovy.grails.commons.GrailsClass
Whether the class is abstract or not
isActionMethod(String) - Method in class org.codehaus.groovy.grails.commons.AbstractGrailsClass
 
isActive() - Static method in class org.codehaus.groovy.grails.compiler.GrailsProjectWatcher
Whether the watcher is active
isArgumentsMatch(Object[]) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicConstructor
Deprecated.
 
isArgumentsMatch(Object[]) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicConstructor
Test whether the specified arguments match this constructor.
isArtefact(Class) - Method in interface org.codehaus.groovy.grails.commons.ArtefactHandler
Called by the GrailsApplication whenever it needs to know if a given class is considered to be the kind of artefact represented by this handler.
isArtefact(Class) - Method in class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter
 
isArtefact(Class) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
Returns true if the given class is an artefact identified by one of the registered ArtefactHandler instances.
isArtefact(Class) - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Call this to find out if the class you have is an artefact loaded by grails.
isArtefactClass(Class) - Method in class org.codehaus.groovy.grails.commons.AnnotationDomainClassArtefactHandler
 
isArtefactClass(Class) - Method in class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter
Checks that class's name ends in the suffix specified for this handler.
isArtefactClass(Class) - Method in class org.codehaus.groovy.grails.commons.CodecArtefactHandler
 
isArtefactClass(Class) - Method in class org.codehaus.groovy.grails.commons.DomainClassArtefactHandler
 
isArtefactClass(Class) - Method in class org.codehaus.groovy.grails.commons.ServiceArtefactHandler
 
isArtefactGrailsClass(GrailsClass) - Method in interface org.codehaus.groovy.grails.commons.ArtefactHandler
Called to check if the specified GrailsClass is one managed by this artefact handler
isArtefactGrailsClass(GrailsClass) - Method in class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter
 
isArtefactOfType(String, Class) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
Returns true if the specified class is of the given artefact type as defined by the ArtefactHandler.
isArtefactOfType(String, String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
Returns true if the specified class name is of the given artefact type as defined by the ArtefactHandler.
isArtefactOfType(String, Class) - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Check if the specified artefact Class has been loaded by Grails already AND is of the type expected
isArtefactOfType(String, String) - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Check if the artefact Class with the name specified is of the type expected
isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Returns true if the specified clazz parameter is either the same as, or is a superclass or superinterface of, the specified type parameter.
isAssociation() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isAssociation() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if this property is a relationship property.
isBasePlugin() - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPlugin
 
isBasePlugin() - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
Returns whether this plugin is loaded from the current plugin.
isBasicCollectionType() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isBasicCollectionType() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Return whether this is a collection of basic types like String, Integer etc.
isBasicType(GrailsDomainClassProperty) - Static method in class org.codehaus.groovy.grails.commons.GrailsDomainConfigurationUtil
Establish whether it's a basic type.
isBasicType(Class<?>) - Static method in class org.codehaus.groovy.grails.commons.GrailsDomainConfigurationUtil
 
isBidirectional(String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass
 
isBidirectional() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isBidirectional(String) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClass
Returns true if the given property is a bi-directional relationship
isBidirectional() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if the property is a bi-directional relationship.
isBlank() - Method in class org.codehaus.groovy.grails.validation.BlankConstraint
 
isBlank() - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
isCandidateInstanceMethod(ClassNode, MethodNode) - Static method in class org.codehaus.groovy.grails.compiler.injection.GrailsASTUtils
 
isCandidateMethod(MethodNode) - Static method in class org.codehaus.groovy.grails.compiler.injection.GrailsASTUtils
 
isCircular() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isCircular() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Whether the relationship is cirucular.
isClassBelowPackage(Class<?>, List<?>) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Returns whether the specified class is either within one of the specified packages or within a subpackage of one of the packages
isConfigurational(String) - Static method in class org.codehaus.groovy.grails.commons.GrailsDomainConfigurationUtil
 
isConstructorMethod(MethodNode) - Static method in class org.codehaus.groovy.grails.compiler.injection.GrailsASTUtils
 
isCreditCard() - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
isDerived() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isDerived() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
 
isDevelopmentEnv() - Static method in class grails.util.GrailsUtil
Retrieves whether the current execution environment is the development one.
isDisplay() - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
isDomainClass(Class) - Static method in class org.codehaus.groovy.grails.commons.DomainClassArtefactHandler
 
isDomainClass(URL) - Static method in class org.codehaus.groovy.grails.commons.GrailsResourceUtils
Deprecated.
Checks whether the file referenced by the given url is a domain class
isEditable() - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
isEmail() - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
isEmbedded() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isEmbedded() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if this propert is an embedded component.
isEmpty() - Method in class org.codehaus.groovy.grails.commons.metaclass.LazyMetaPropertyMap
isEnabled() - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
 
isEnabled() - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
 
isEnum() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isEnum() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if this properties type is an enum.
isExcludedClass(Class<?>) - Static method in class org.codehaus.groovy.grails.documentation.MetadataGeneratingMetaClassCreationHandle
 
isFlowAction(String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsControllerClass
 
isFlowAction(String) - Method in interface org.codehaus.groovy.grails.commons.GrailsControllerClass
Returns true if the given action name is a flow action.
isGetter(String, Class<?>[]) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property
isGrailsPath(String) - Static method in class org.codehaus.groovy.grails.commons.GrailsResourceUtils
Deprecated.
Checks whether the specified path is a Grails path.
isGrailsResource(Resource) - Static method in class org.codehaus.groovy.grails.commons.GrailsResourceUtils
Deprecated.
 
isGroovyAssignableFrom(Class<?>, Class<?>) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Tests whether or not the left hand type is compatible with the right hand type in Groovy terms, i.e.
isHasOne() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isHasOne() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
 
isHttpMethodAllowedForAction(GroovyObject, String, String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsControllerClass
 
isHttpMethodAllowedForAction(GroovyObject, String, String) - Method in interface org.codehaus.groovy.grails.commons.GrailsControllerClass
Checks to see if an action is accessible via a particular http method.
isIdentity() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isIdentity() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true of the property is an identifier.
isInherited() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isInherited() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Whether the property is inherited from a super class.
isInitialised() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
 
isInitialised() - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Returns whether this GrailsApplication has been initialised or not.
isInitialised() - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
isInitialised() - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
 
isInitialised() - Method in class org.codehaus.groovy.grails.plugins.MockGrailsPluginManager
 
isInitialized(Object) - Method in class org.codehaus.groovy.grails.support.proxy.DefaultProxyHandler
 
isInitialized(Object, String) - Method in class org.codehaus.groovy.grails.support.proxy.DefaultProxyHandler
 
isInitialized(Object) - Method in interface org.codehaus.groovy.grails.support.proxy.ProxyHandler
Returns whether a lazy proxied instance has been initialized.
isInitialized(Object, String) - Method in interface org.codehaus.groovy.grails.support.proxy.ProxyHandler
Tests whether an association of the given object has been initialized.
isInterceptedAfter(GroovyObject, String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsControllerClass
 
isInterceptedAfter(GroovyObject, String) - Method in interface org.codehaus.groovy.grails.commons.GrailsControllerClass
Checks whether the specified action is intercepted after for the specified controller instance.
isInterceptedBefore(GroovyObject, String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsControllerClass
 
isInterceptedBefore(GroovyObject, String) - Method in interface org.codehaus.groovy.grails.commons.GrailsControllerClass
Checks whether the specified action is intercepted for the specified controller instance.
isInvoked() - Method in class org.codehaus.groovy.grails.commons.metaclass.InvocationCallback
 
isJdk5Enum(Class<?>) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Checks whether the given class is a JDK 1.5 enum or not
isJPADomainClass(Class<?>) - Static method in class org.codehaus.groovy.grails.commons.AnnotationDomainClassArtefactHandler
 
isLoggingSql() - Method in interface org.codehaus.groovy.grails.commons.GrailsDataSource
Whether SQL logging is enabled
isManyToMany() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isManyToMany() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if the property is a many-to-many relationship.
isManyToOne(String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass
 
isManyToOne() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isManyToOne(String) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClass
Returns true if the given property is a many to one relationship
isManyToOne() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if the property is a many-to-one relationship.
isMatchBetweenPrimativeAndWrapperTypes(Class, Class) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Detect if left and right types are matching types.
isMethodMatch(String) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethodInvocation
 
isMethodMatch(String) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractStaticMethodInvocation
 
isMethodMatch(String) - Method in class org.codehaus.groovy.grails.commons.metaclass.ClosureInvokingDynamicMethod
 
isMethodMatch(String) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicMethodInvocation
Checks if a method name matches the criteria of the implementation class.
isMethodMatch(String) - Method in interface org.codehaus.groovy.grails.commons.metaclass.StaticMethodInvocation
Checks if a method name matches the criteria of the implementation class.
isNotConfigurational(PropertyDescriptor) - Static method in class org.codehaus.groovy.grails.commons.GrailsDomainConfigurationUtil
Checks whether is property is configurational.
isNotConfigurational(String) - Static method in class org.codehaus.groovy.grails.commons.GrailsDomainConfigurationUtil
 
isNullable() - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
isNullable() - Method in class org.codehaus.groovy.grails.validation.NullableConstraint
 
isOneToMany(String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass
 
isOneToMany() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isOneToMany(String) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClass
Returns true if the given property is a one to many relationship
isOneToMany() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if the property is a one-to-many relationship.
isOneToOne() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isOneToOne() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if the property is a one-to-one relationship.
isOpen() - Method in class org.codehaus.groovy.grails.support.NullPersistentContextInterceptor
 
isOpen() - Method in interface org.codehaus.groovy.grails.support.PersistenceContextInterceptor
Checks whether the persistence context is open.
isOptional() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isOptional() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns false if the property is required.
isOwningClass(Class) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass
 
isOwningClass(Class) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClass
 
isOwningSide() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isOwningSide() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Whether this side of the association is the "owning" side.
isPassword() - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
isPersistent() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
isPersistent() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Returns true if the domain class property is a persistent property.
isPooled() - Method in interface org.codehaus.groovy.grails.commons.GrailsDataSource
True is connection pooling is enabled.
isPropertyInherited(Class, String) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Checks whether the specified property is inherited from a super class
isPropertyMatch(String) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicProperty
 
isPropertyMatch(String) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicProperty
Whether the target class contains the specified property
isPropertyOfType(Class<?>, String, Class<?>) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Returns true if the specified property in the specified class is of the specified type
isPrototype(String) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
 
isProxy(Object) - Method in class org.codehaus.groovy.grails.support.proxy.DefaultProxyHandler
 
isProxy(Object) - Method in interface org.codehaus.groovy.grails.support.proxy.ProxyHandler
Returns true if the specified object is a proxy.
isPublicField(Object, String) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Work out if the specified object has a public field with the name supplied.
isPublicStatic(Method) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Determine whether the method is declared public static
isPublicStatic(Field) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Determine whether the field is declared public static
isReadableProperty(String) - Method in class org.codehaus.groovy.grails.commons.AbstractGrailsClass
 
isReadableProperty(String) - Method in class org.codehaus.groovy.grails.commons.ClassPropertyFetcher
 
isReloadingAgentPresent() - Static method in class org.codehaus.groovy.grails.compiler.GrailsProjectWatcher
 
isReloadInProgress() - Static method in class org.codehaus.groovy.grails.compiler.GrailsProjectWatcher
 
isRoot() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass
 
isRoot() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClass
Whether the class is the root of a heirarchy
isSetter(String, Class[]) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
 
isSingleton() - Method in class org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean
 
isSingleton() - Method in class org.codehaus.groovy.grails.commons.GrailsResourceLoaderFactoryBean
 
isSingleton() - Method in class org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean
 
isSingleton(String) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
 
isSingleton() - Method in class org.codehaus.groovy.grails.validation.ConstraintsEvaluatorFactoryBean
 
isStaticProperty(Class, String) - Static method in class org.codehaus.groovy.grails.commons.GrailsClassUtils
Work out if the specified property is readable and static.
isTransactional() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsServiceClass
 
isTransactional() - Method in interface org.codehaus.groovy.grails.commons.GrailsServiceClass
Service should be configured with transaction demarcation.
isTypeMatch(String, Class) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
 
isUrl() - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
isValid() - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
Return whether the constraint is valid for the owning class
isValid() - Method in interface org.codehaus.groovy.grails.validation.Constraint
Return whether the constraint is valid for the owning class
isValid(String) - Method in class org.codehaus.groovy.grails.validation.routines.DomainValidator
Returns true if the specified String parses as a valid domain name with a recognized top-level domain.
isValid(String) - Method in class org.codehaus.groovy.grails.validation.routines.InetAddressValidator
Checks if the specified string is a valid IP address.
isValid(String) - Method in class org.codehaus.groovy.grails.validation.routines.RegexValidator
Validate a value against the set of regular expressions.
isValid(String) - Method in class org.codehaus.groovy.grails.validation.routines.UrlValidator
Checks if a field has a valid url address.
isValidCountryCodeTld(String) - Method in class org.codehaus.groovy.grails.validation.routines.DomainValidator
Returns true if the specified String matches any IANA-defined country code top-level domain.
isValidGenericTld(String) - Method in class org.codehaus.groovy.grails.validation.routines.DomainValidator
Returns true if the specified String matches any IANA-defined generic top-level domain.
isValidInet4Address(String) - Method in class org.codehaus.groovy.grails.validation.routines.InetAddressValidator
Validates an IPv4 address.
isValidInfrastructureTld(String) - Method in class org.codehaus.groovy.grails.validation.routines.DomainValidator
Returns true if the specified String matches any IANA-defined infrastructure top-level domain.
isValidTld(String) - Method in class org.codehaus.groovy.grails.validation.routines.DomainValidator
Returns true if the specified String matches any IANA-defined top-level domain.
isWarDeployed() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
 
isWarDeployed() - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Returns true if this application has been deployed as a WAR file
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links