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 

R

RANGE_CONSTRAINT - Static variable in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
RangeConstraint - Class in org.codehaus.groovy.grails.validation
Validates a range.
RangeConstraint() - Constructor for class org.codehaus.groovy.grails.validation.RangeConstraint
 
rebuild() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
 
rebuild() - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Rebuilds this Application throwing away the class loader and re-constructing it from the loaded resources again.
reconfigure(GrailsApplicationContext, ServletContext, boolean) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
reconnect() - Method in class org.codehaus.groovy.grails.support.NullPersistentContextInterceptor
 
reconnect() - Method in interface org.codehaus.groovy.grails.support.PersistenceContextInterceptor
Reconnects the persistence context.
refresh() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
Refreshes this GrailsApplication, rebuilding all of the artefact definitions as defined by the registered ArtefactHandler instances.
refresh() - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
This method will refresh the entire application
refresh() - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPlugin
 
refresh() - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
 
refresh() - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
Refreshes this Grails plugin reloading any watched resources as necessary
refreshConstraints() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
Refreshes constraints defined by the DomainClassArtefactHandler.
refreshConstraints() - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass
 
refreshConstraints() - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Rebuilds the constraint definitions.
refreshConstraints() - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClass
Refreshes the constraint defined on a domain class
refreshPlugin(String) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
 
refreshPlugin(String) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
Refreshes the specified plugin.
refreshPlugin(String) - Method in class org.codehaus.groovy.grails.plugins.MockGrailsPluginManager
 
RegexValidator - Class in org.codehaus.groovy.grails.validation.routines
Regular Expression validation (using JDK 1.4+ regex support).
RegexValidator(String) - Constructor for class org.codehaus.groovy.grails.validation.routines.RegexValidator
Construct a case sensitive validator for a single regular expression.
RegexValidator(String, boolean) - Constructor for class org.codehaus.groovy.grails.validation.routines.RegexValidator
Construct a validator for a single regular expression with the specified case sensitivity.
RegexValidator(String[]) - Constructor for class org.codehaus.groovy.grails.validation.routines.RegexValidator
Construct a case sensitive validator that matches any one of the set of regular expressions.
RegexValidator(String[], boolean) - Constructor for class org.codehaus.groovy.grails.validation.routines.RegexValidator
Construct a validator that matches any one of the set of regular expressions with the specified case sensitivity.
register() - Static method in class org.codehaus.groovy.grails.cli.agent.GrailsPluginManagerReloadPlugin
 
registerArtefactHandler(ArtefactHandler) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
Registers a new ArtefactHandler that is responsible for identifying and managing a particular artefact type that is defined by some convention.
registerArtefactHandler(ArtefactHandler) - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Register a new artefact handler
registerIgnoredClassPathLocation(String) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
Registers a resource that should not be found on the classpath.
registerInstanceMethod(MetaMethod) - Method in class org.codehaus.groovy.grails.documentation.MetadataGeneratingExpandoMetaClass
 
registerMapping(String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsControllerClass
 
registerMapping(String) - Method in interface org.codehaus.groovy.grails.commons.GrailsControllerClass
Registers a new mapping onto this controller for the given actionName.
registerMockBean(String, Object) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
 
registerMockPlugin(GrailsPlugin) - Method in class org.codehaus.groovy.grails.plugins.MockGrailsPluginManager
 
registerMockResource(String) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
Registers a mock resource.
registerMockResource(String, String) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
Registers a mock resource.
registerMockResource(String, Resource) - Method in class org.codehaus.groovy.grails.support.MockStringResourceLoader
Registers a mock resource with the first argument as the location and the second as the contents of the resource.
registerModifiedMetaClass(ExpandoMetaClass) - Method in class org.codehaus.groovy.grails.documentation.MetadataGeneratingMetaClassCreationHandle
Registers a modified ExpandoMetaClass with the creation handle
registerNewConstraint(String, Class<?>) - Static method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
registerNewConstraint(String, ConstraintFactory) - Static method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
registerProvidedArtefacts(GrailsApplication) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
registerProvidedArtefacts(GrailsApplication) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
Registers pre-compiled artefacts with the GrailsApplication instance, only overriding if the application doesn't already provide an artefact of the same name.
rejectValue(Object, Errors, String, Object[]) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
rejectValue(Object, Errors, String, String, Object[]) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
rejectValue(Object, Errors, String, String[], Object[]) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
rejectValue(Object, Errors, String, String) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
rejectValue(Object, Errors, String, Object[], String) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
rejectValueWithDefaultMessage(Object, Errors, String, String[], Object[]) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
RELATES_TO_MANY - Static variable in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
 
ReloadAwareAutowireCapableBeanFactory - Class in org.codehaus.groovy.grails.commons.spring
A BeanFactory that can deal with class cast exceptions that may occur due to class reload events and then attempt to reload the bean being instantiated to avoid them.
ReloadAwareAutowireCapableBeanFactory() - Constructor for class org.codehaus.groovy.grails.commons.spring.ReloadAwareAutowireCapableBeanFactory
Default constructor.
reloadClass(String) - Method in class org.codehaus.groovy.grails.compiler.GrailsClassLoader
 
reloadEvent(String, Class<?>, String) - Method in class org.codehaus.groovy.grails.cli.agent.GrailsPluginManagerReloadPlugin
 
reloadPlugin(GrailsPlugin) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
 
reloadSpringResourcesConfig(RuntimeSpringConfiguration, GrailsApplication, Class<?>) - Static method in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
remove(Object) - Method in class org.codehaus.groovy.grails.commons.metaclass.LazyMetaPropertyMap
 
removeConstraint(String, Class) - Static method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
removeConstraint(String) - Static method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
REQUEST_SCOPE_ID - Static variable in interface org.codehaus.groovy.grails.commons.ApplicationAttributes
 
RequiredPropertyMissingException - Exception in org.codehaus.groovy.grails.exceptions
Thrown when a named property of a specific type is not present in a class.
RequiredPropertyMissingException() - Constructor for exception org.codehaus.groovy.grails.exceptions.RequiredPropertyMissingException
 
RequiredPropertyMissingException(String) - Constructor for exception org.codehaus.groovy.grails.exceptions.RequiredPropertyMissingException
 
RequiredPropertyMissingException(String, Throwable) - Constructor for exception org.codehaus.groovy.grails.exceptions.RequiredPropertyMissingException
 
RequiredPropertyMissingException(Throwable) - Constructor for exception org.codehaus.groovy.grails.exceptions.RequiredPropertyMissingException
 
reset() - Static method in class grails.util.Holders
 
reset() - Static method in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
Resets the GrailsRumtimeConfigurator.
resolveView(String) - Method in class org.codehaus.groovy.grails.plugins.BinaryGrailsPlugin
Resolves a view for the given view name.
RESOURCE_PATH_PATTERN - Static variable in class org.codehaus.groovy.grails.commons.GrailsResourceUtils
Deprecated.
 
ResourceLocator - Interface in org.codehaus.groovy.grails.core.io
Used to locate resources at development or production time.
restartContainer() - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
Deprecated.
Not needed any more due to the reload agent
RETURN_OBJECT_FOR_TAGS_FIELD_NAME - Static variable in interface org.codehaus.groovy.grails.commons.GrailsTagLibClass
 
run() - Method in class org.codehaus.groovy.grails.compiler.DirectoryWatcher
 
run() - Method in class org.codehaus.groovy.grails.compiler.GrailsProjectWatcher
 
runActions() - Static method in class grails.validation.DeferredBindingActions
 
runOperations() - Static method in class org.codehaus.groovy.grails.lifecycle.ShutdownOperations
Runs the shutdown operations
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