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 

S

sanitize(Throwable) - Static method in class grails.util.GrailsUtil
Deprecated.
Use StackTraceFilterer instead
sanitizeRootCause(Throwable) - Static method in class grails.util.GrailsUtil
Get the root cause of an exception and sanitize it for display to the user
SCALE_CONSTRAINT - Static variable in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
ScaleConstraint - Class in org.codehaus.groovy.grails.validation
Manages the scale for floating point numbers (i.e., the number of digits to the right of the decimal point).
ScaleConstraint() - Constructor for class org.codehaus.groovy.grails.validation.ScaleConstraint
 
SCOPES - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
The scopes to which this plugin applies
SERVICE - Static variable in class org.codehaus.groovy.grails.commons.DefaultGrailsServiceClass
 
ServiceArtefactHandler - Class in org.codehaus.groovy.grails.commons
 
ServiceArtefactHandler() - Constructor for class org.codehaus.groovy.grails.commons.ServiceArtefactHandler
 
SESSION_FACTORY_BEAN - Static variable in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
set(Object, Object) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicProperty
 
set(Object, Object) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicProperty
Call the setter on the given object
set(Object, Object) - Method in class org.codehaus.groovy.grails.commons.metaclass.GenericDynamicProperty
 
set(Object, Object) - Method in class org.codehaus.groovy.grails.commons.metaclass.WeakGenericDynamicProperty
 
set(Object, Object) - Method in class org.codehaus.groovy.grails.validation.metaclass.ConstraintsDynamicProperty
 
set(Object, Object) - Method in class org.codehaus.groovy.grails.validation.metaclass.ConstraintsEvaluatingDynamicProperty
Deprecated.
 
setActive(boolean) - Method in class org.codehaus.groovy.grails.compiler.DirectoryWatcher
Sets whether to stop the directory watcher
setAdaptee(MetaClass) - Method in class org.codehaus.groovy.grails.commons.metaclass.ProxyMetaClass
 
setApplication(GrailsApplication) - Static method in class org.codehaus.groovy.grails.commons.ApplicationHolder
Deprecated.
Use dependency injection instead
setApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPlugin
 
setApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
setApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
 
setApplication(GrailsApplication) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
 
setApplication(GrailsApplication) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
Sets the GrailsApplication used be this plugin manager
setApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
Sets the parent ApplicationContext for the GrailsApplication.
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPlugin
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean
 
setAsText(String) - Method in class org.codehaus.groovy.grails.support.ClassEditor
 
setAttributes(Map) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setBasePlugin(boolean) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPlugin
 
setBasePlugin(boolean) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
Sets whether this plugin is the base plugin
setBaseResource(Resource) - Method in class org.codehaus.groovy.grails.support.StaticResourceLoader
 
setBasicCollectionType(boolean) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
setBeanClassLoader(ClassLoader) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
 
setBeanFactory(BeanFactory) - Method in class org.codehaus.groovy.grails.orm.support.TransactionManagerPostProcessor
Gets the platform transaction manager from the bean factory if there is one.
setBlank(boolean) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setCacheSeconds(int) - Method in class org.codehaus.groovy.grails.context.support.PluginAwareResourceBundleMessageSource
 
setChild(Object, Object, String, String) - Method in class grails.util.DomainBuilder.DefaultGrailsChildPropertySetter
 
setClassInjectors(ClassInjector[]) - Method in class org.codehaus.groovy.grails.compiler.injection.GrailsAwareClassLoader
 
setClassLoader(ClassLoader) - Method in interface org.codehaus.groovy.grails.plugins.support.aware.ClassLoaderAware
This method is called by the org.springframework.context.ApplicationContext that loads the Grails application.
setClassLoader(ClassLoader) - Method in class org.codehaus.groovy.grails.support.ClassEditor
 
setConfig(ConfigObject) - Static method in class grails.util.Holders
 
setConfig(ConfigObject) - Static method in class org.codehaus.groovy.grails.commons.ConfigurationHolder
Deprecated.
Use dependency injection instead
setConfig(ConfigObject) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
 
setConfigLocation(String) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsWebApplicationContext
 
setConfigLocations(String[]) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsWebApplicationContext
 
setConfiguration(ConfigObject) - Method in interface org.codehaus.groovy.grails.plugins.support.aware.GrailsConfigurationAware
 
setConstraintsEvaluatorClass(Class<?>) - Method in class org.codehaus.groovy.grails.validation.ConstraintsEvaluatorFactoryBean
 
setCreditCard(boolean) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setCurrentReloadError(Throwable) - Static method in class org.codehaus.groovy.grails.compiler.GrailsProjectWatcher
 
setCutOffPackage(String) - Method in class org.codehaus.groovy.grails.exceptions.DefaultStackTraceFilterer
 
setCutOffPackage(String) - Method in interface org.codehaus.groovy.grails.exceptions.StackTraceFilterer
Sets the package where the stack trace should end
setDefaultActionName(String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsControllerClass
 
setDefaultActionName(String) - Method in interface org.codehaus.groovy.grails.commons.GrailsControllerClass
Sets the name of the default action.
setDefaultConstraints(Map) - Method in class org.codehaus.groovy.grails.validation.ConstraintsEvaluatorFactoryBean
 
setDerived(boolean) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
setDerived(boolean) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
 
setDescriptor(Resource) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
 
setDescriptor(Resource) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
Sets the plugin descriptor for this plugin
setDisplay(boolean) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setDomainClass(GrailsDomainClass) - Method in class org.codehaus.groovy.grails.validation.GrailsDomainClassValidator
 
setEditable(boolean) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setEmail(boolean) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setEmbedded(boolean) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
setFormat(String) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setGrailsApplication(GrailsApplication) - Static method in class grails.util.Holders
 
setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.commons.AbstractGrailsClass
 
setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.commons.ControllerArtefactHandler
 
setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.commons.DomainClassArtefactHandler
 
setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.context.support.PluginAwareResourceBundleMessageSource
 
setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.plugins.DefaultPluginMetaManager
Deprecated.
 
setGrailsApplication(GrailsApplication) - Method in interface org.codehaus.groovy.grails.plugins.support.aware.GrailsApplicationAware
This method is called by the org.springframework.context.ApplicationContext that loads the Grails application.
setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.validation.GrailsDomainClassValidator
 
setGrailsDescriptor(Resource) - Method in class org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean
 
setGrailsDescriptor(Resource) - Method in class org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean
 
setGrailsResourceHolder(GrailsResourceHolder) - Method in class org.codehaus.groovy.grails.commons.GrailsResourceLoaderFactoryBean
Deprecated.
setGrailsResourceLoader(GrailsResourceLoader) - Method in class org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean
 
setGrailsResourceLoader(GrailsResourceLoader) - Method in class org.codehaus.groovy.grails.compiler.GrailsClassLoader
 
setInCreation(boolean) - Static method in class org.codehaus.groovy.grails.plugins.PluginManagerHolder
 
setInList(List) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setInterceptor(Interceptor) - Method in class org.codehaus.groovy.grails.commons.metaclass.ProxyMetaClass
 
setInvoker(Object) - Method in class org.codehaus.groovy.grails.commons.metaclass.InvocationCallback
 
setLoadCorePlugins(boolean) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
setLoadCorePlugins(boolean) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
Set whether the core plugins should be loaded
setLoadExternalPersistenceConfig(boolean) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
setMainContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsApplication
 
setMainContext(ApplicationContext) - Method in interface org.codehaus.groovy.grails.commons.GrailsApplication
Sets the main Spring context for this application.
setManager(GrailsPluginManager) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPlugin
 
setManager(GrailsPluginManager) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
Sets the plugin manager for this plugin
setMappingStrategy(String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass
 
setMappingStrategy(String) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClass
Sets the strategy to use for ORM mapping.
setMatches(String) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setMax(Comparable) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setMaxSize(Integer) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setMessageSource(MessageSource) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
setMessageSource(MessageSource) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
The message source used to evaluate error messages
setMessageSource(MessageSource) - Method in interface org.codehaus.groovy.grails.validation.Constraint
The message source to evaluate the default messages from
setMessageSource(MessageSource) - Method in class org.codehaus.groovy.grails.validation.GrailsDomainClassValidator
 
setMetaClass(MetaClass) - Method in class grails.util.ExtendedProxy
 
setMin(Comparable) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setMinSize(Integer) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setNamespace(String) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsWebApplicationContext
 
setNotEqual(Object) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setNullable(boolean) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setOrder(int) - Method in class org.codehaus.groovy.grails.plugins.support.OrderedAdapter
 
setOrder(int) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setOtherSide(GrailsDomainClassProperty) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
setOtherSide(GrailsDomainClassProperty) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Sets the other side of an associative property.
setOwningClass(Class) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
The class the constraint applies to
setOwningClass(Class) - Method in interface org.codehaus.groovy.grails.validation.Constraint
The class the constraint applies to
setOwningSide(boolean) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
setOwningSide(boolean) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.BlankConstraint
 
setParameter(Object) - Method in interface org.codehaus.groovy.grails.validation.Constraint
The parameter which the constraint is validated against.
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.CreditCardConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.EmailConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.InListConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.MatchesConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.MaxConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.MaxSizeConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.MinConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.MinSizeConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.NotEqualConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.NullableConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.RangeConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.ScaleConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.SizeConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.UrlConstraint
 
setParameter(Object) - Method in class org.codehaus.groovy.grails.validation.ValidatorConstraint
 
setParentApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.plugins.CorePluginFinder
 
setParentApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
 
setParentApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
 
setParentApplicationContext(ApplicationContext) - Method in interface org.codehaus.groovy.grails.support.ParentApplicationContextAware
 
setPassword(boolean) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setPattern(Pattern) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethodInvocation
 
setPattern(Pattern) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractStaticMethodInvocation
 
setPattern(String) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractStaticMethodInvocation
 
setPluginBaseNames(List<String>) - Method in class org.codehaus.groovy.grails.context.support.PluginAwareResourceBundleMessageSource
 
setPluginManager(GrailsPluginManager) - Static method in class grails.util.Holders
 
setPluginManager(GrailsPluginManager) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
setPluginManager(GrailsPluginManager) - Method in class org.codehaus.groovy.grails.compiler.GrailsProjectWatcher
 
setPluginManager(GrailsPluginManager) - Method in class org.codehaus.groovy.grails.context.support.PluginAwareResourceBundleMessageSource
 
setPluginManager(GrailsPluginManager) - Method in class org.codehaus.groovy.grails.core.io.DefaultResourceLocator
 
setPluginManager(GrailsPluginManager) - Method in class org.codehaus.groovy.grails.plugins.DefaultPluginMetaManager
Deprecated.
 
setPluginManager(GrailsPluginManager) - Method in interface org.codehaus.groovy.grails.plugins.PluginManagerAware
Sets the plug-in manager on this instance
setPluginManager(GrailsPluginManager) - Static method in class org.codehaus.groovy.grails.plugins.PluginManagerHolder
Deprecated.
Use dependency injection instead (implement the org.springframework.web.context.ServletContextAware interface)
setPluginManagerInCreation(boolean) - Static method in class grails.util.Holders
 
setProperty(String, Object) - Method in class grails.util.ClosureToMapPopulator
 
setProperty(String, Object) - Method in class grails.util.ExtendedProxy
 
setProperty(Object, String, Object, InvocationCallback) - Method in class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethods
 
setProperty(Object, String, Object, InvocationCallback) - Method in interface org.codehaus.groovy.grails.commons.metaclass.DynamicMethods
Attempts to set a dynamic property.
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class org.codehaus.groovy.grails.commons.metaclass.DynamicMethodsExpandoMetaClass
 
setProperty(String, Object) - Method in class org.codehaus.groovy.grails.commons.metaclass.DynamicMethodsExpandoMetaClass
 
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class org.codehaus.groovy.grails.commons.metaclass.ProxyMetaClass
Interceptors the call to a property setter if a PropertyAccessInterceptor is available.
setProperty(String, Object) - Method in class org.codehaus.groovy.grails.validation.ConstrainedPropertyBuilder
 
setPropertyName(String) - Method in class org.codehaus.groovy.grails.validation.AbstractConstraint
 
setPropertyName(String) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setPropertyName(String) - Method in interface org.codehaus.groovy.grails.validation.Constraint
The name of the property the constraint applies to
setRange(Range) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setReadOnly() - Method in class org.codehaus.groovy.grails.support.NullPersistentContextInterceptor
 
setReadOnly() - Method in interface org.codehaus.groovy.grails.support.PersistenceContextInterceptor
Sets the persistence context to read-only mode.
setReadWrite() - Method in class org.codehaus.groovy.grails.support.NullPersistentContextInterceptor
 
setReadWrite() - Method in interface org.codehaus.groovy.grails.support.PersistenceContextInterceptor
Sets the persistence context to read-write mode.
setReferencedDomainClass(GrailsDomainClass) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
setReferencedDomainClass(GrailsDomainClass) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
Sets the references domain class on the property.
setReferencePropertyName(String) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClassProperty
 
setResourceLoader(GrailsResourceLoader) - Static method in class grails.util.Holders
 
setResourceLoader(GrailsResourceLoader) - Static method in class org.codehaus.groovy.grails.compiler.support.GrailsResourceLoaderHolder
 
setResourceLoader(ResourceLoader) - Method in class org.codehaus.groovy.grails.context.support.PluginAwareResourceBundleMessageSource
 
setResourceLoader(ResourceLoader) - Method in class org.codehaus.groovy.grails.core.io.DefaultResourceLocator
 
setResourcePattern(String) - Method in class org.codehaus.groovy.grails.plugins.DefaultPluginMetaManager
Deprecated.
 
setResources(Resource[]) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsResourceHolder
 
setResources(Resource[]) - Method in class org.codehaus.groovy.grails.compiler.support.GrailsResourceLoader
 
setSearchLocation(String) - Method in class org.codehaus.groovy.grails.core.io.DefaultResourceLocator
 
setSearchLocation(String) - Method in interface org.codehaus.groovy.grails.core.io.ResourceLocator
The basic location from which to conduct the search.
setSearchLocation(String) - Method in class org.codehaus.groovy.grails.core.io.StaticResourceLocator
 
setSearchLocations(Collection<String>) - Method in class org.codehaus.groovy.grails.core.io.DefaultResourceLocator
 
setSearchLocations(Collection<String>) - Method in interface org.codehaus.groovy.grails.core.io.ResourceLocator
Multiple locations to search.
setSearchLocations(Collection<String>) - Method in class org.codehaus.groovy.grails.core.io.StaticResourceLocator
 
setServletConfig(ServletConfig) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsWebApplicationContext
 
setServletContext(ServletContext) - Static method in class grails.util.Holders
 
setServletContext(ServletContext) - Method in class org.codehaus.groovy.grails.commons.spring.GrailsWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - Method in class org.codehaus.groovy.grails.commons.spring.WebRuntimeSpringConfiguration
 
setServletContext(ServletContext) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
 
setServletContext(ServletContext) - Method in class org.codehaus.groovy.grails.plugins.MockGrailsPluginManager
 
setServletContext(ServletContext) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
 
setShouldFilter(boolean) - Method in class org.codehaus.groovy.grails.exceptions.DefaultStackTraceFilterer
 
setShouldFilter(boolean) - Method in interface org.codehaus.groovy.grails.exceptions.StackTraceFilterer
 
setSize(Range) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setSleepTime(long) - Method in class org.codehaus.groovy.grails.compiler.DirectoryWatcher
Sets the amount of time to sleep between checks
setTransactionalAttributes(Properties) - Method in class org.codehaus.groovy.grails.orm.support.GroovyAwareNamedTransactionAttributeSource
 
setTransactionManager(PlatformTransactionManager) - Method in interface org.codehaus.groovy.grails.orm.support.TransactionManagerAware
Sets the transaction manager on implementors
setUrl(boolean) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
setValidator(Validator) - Method in class org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass
 
setValidator(Validator) - Method in interface org.codehaus.groovy.grails.commons.GrailsDomainClass
Sets the validator for this domain class
setVariable(String, Object) - Method in class org.codehaus.groovy.grails.commons.metaclass.BeanBinding
 
setWatchedResources(Resource[]) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
 
setWidget(String) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
shouldInject(URL) - Method in interface org.codehaus.groovy.grails.compiler.injection.ClassInjector
Returns whether this injector should inject
shouldInject(URL) - Method in class org.codehaus.groovy.grails.compiler.injection.DefaultGrailsDomainClassInjector
 
shouldInject(URL) - Method in class org.codehaus.groovy.grails.compiler.injection.PluginAwareAstTransformer
 
shouldRerunStaticInitializer(String, Class<?>, String) - Method in class org.codehaus.groovy.grails.cli.agent.GrailsPluginManagerReloadPlugin
 
shutdown() - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
shutdown() - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
Shuts down the PluginManager
ShutdownOperations - Class in org.codehaus.groovy.grails.lifecycle
Operations that should be executed on shutdown.
ShutdownOperations() - Constructor for class org.codehaus.groovy.grails.lifecycle.ShutdownOperations
 
SimpleMapResourceLoader - Class in org.codehaus.groovy.grails.support
Simple implementation of the ResourceLoader interface that uses a Map to load resources.
SimpleMapResourceLoader() - Constructor for class org.codehaus.groovy.grails.support.SimpleMapResourceLoader
 
size() - Method in class org.codehaus.groovy.grails.commons.metaclass.LazyMetaPropertyMap
SIZE_CONSTRAINT - Static variable in class org.codehaus.groovy.grails.validation.ConstrainedProperty
 
SizeConstraint - Class in org.codehaus.groovy.grails.validation
Validates size of the property, for strings and arrays this is the length, collections the size and numbers the value.
SizeConstraint() - Constructor for class org.codehaus.groovy.grails.validation.SizeConstraint
 
SoftThreadLocalMap - Class in org.codehaus.groovy.grails.support
Creates a InheritableThreadLocal with an intial value of a Map.
SoftThreadLocalMap() - Constructor for class org.codehaus.groovy.grails.support.SoftThreadLocalMap
 
SORT - Static variable in interface org.codehaus.groovy.grails.commons.GrailsDomainClassProperty
 
SourceCodeAware - Interface in org.codehaus.groovy.grails.exceptions
An interface that represents an exception that is capable of providing more information about the source code
SPRING_LOADED_PLUGIN_CLASS - Static variable in class org.codehaus.groovy.grails.compiler.GrailsProjectWatcher
 
SPRING_RESOURCES_CLASS - Static variable in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
SPRING_RESOURCES_GROOVY - Static variable in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
SPRING_RESOURCES_XML - Static variable in class org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator
 
SPRING_SCRIPTS_PATH_PATTERN - Static variable in class org.codehaus.groovy.grails.commons.GrailsResourceUtils
Deprecated.
 
STACK_LOG - Static variable in class org.codehaus.groovy.grails.exceptions.DefaultStackTraceFilterer
 
STACK_LOG_NAME - Static variable in class org.codehaus.groovy.grails.exceptions.DefaultStackTraceFilterer
 
StackTraceFilterer - Interface in org.codehaus.groovy.grails.exceptions
Improves the output of stack traces produced by exceptions in a Grails application.
startPluginChangeScanner() - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
Deprecated.
Will be removed in a future version of Grails
STATIC_METHOD_MISSING_METHOD_NAME - Static variable in class org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformer
 
STATIC_METHOD_MISSING_METHOD_NAME - Static variable in class org.codehaus.groovy.grails.compiler.injection.GrailsASTUtils
 
StaticMethodInvocation - Interface in org.codehaus.groovy.grails.commons.metaclass
Static method invocation callback interface.
StaticResourceLoader - Class in org.codehaus.groovy.grails.support
A ResourceLoader that loads resources from a statically defined base resource.
StaticResourceLoader() - Constructor for class org.codehaus.groovy.grails.support.StaticResourceLoader
 
StaticResourceLocator - Class in org.codehaus.groovy.grails.core.io
A static resource locator that uses an internal map to locate resources.
StaticResourceLocator() - Constructor for class org.codehaus.groovy.grails.core.io.StaticResourceLocator
 
STATUS - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
The status of the plugin.
STATUS_DISABLED - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
When a plugin is "disabled" it will not be loaded
STATUS_ENABLED - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
When a plugin is "enabled" it will be loaded as usual.
stopPluginChangeScanner() - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager
Deprecated.
Will be removed in a future version of Grails
supports(Class) - Method in class org.codehaus.groovy.grails.validation.BlankConstraint
 
supports(Class) - Method in interface org.codehaus.groovy.grails.validation.Constraint
Returns whether the constraint supports being applied against the specified type;
supports(Class) - Method in class org.codehaus.groovy.grails.validation.CreditCardConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.EmailConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.GrailsDomainClassValidator
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.InListConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.MatchesConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.MaxConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.MaxSizeConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.MinConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.MinSizeConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.NotEqualConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.NullableConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.RangeConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.ScaleConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.SizeConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.UrlConstraint
 
supports(Class) - Method in class org.codehaus.groovy.grails.validation.ValidatorConstraint
 
supportsContraint(String) - Method in class org.codehaus.groovy.grails.validation.ConstrainedProperty
Checks with this ConstraintedProperty instance supports applying the specified constraint.
supportsCurrentBuildScope(String) - Method in class org.codehaus.groovy.grails.plugins.AbstractGrailsPluginManager
 
supportsCurrentBuildScope(String) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPluginManager
Returns true if the given plugin supports the current BuildScope
supportsCurrentScopeAndEnvironment() - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
 
supportsCurrentScopeAndEnvironment() - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
 
supportsEnvironment(Environment) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
 
supportsEnvironment(Environment) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
Returns whether this plugin supports the given environment name
supportsScope(BuildScope) - Method in class org.codehaus.groovy.grails.plugins.DefaultGrailsPlugin
 
supportsScope(BuildScope) - Method in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
Return whether this plugin supports the given PluginScope
SVN_DIR_NAME - Static variable in class org.codehaus.groovy.grails.compiler.DirectoryWatcher
 
SYS_PROP_DISPLAY_FULL_STACKTRACE - Static variable in interface org.codehaus.groovy.grails.exceptions.StackTraceFilterer
 
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