- CACHE_CONTROL - Field in HttpHeaders
-
- cacheCurrentEnvironment() - Method in Environment
-
- CachedGradleOperation - Class in org.grails.cli.gradle.cache
Utility class for performing cached operations that retrieve data from Gradle.
- CachedGradleOperation(ProjectContext, String) - Constructor in CachedGradleOperation
-
- CachedIntrospectionResults - Class in org.grails.beans.support
Internal class that caches JavaBeans java.beans.PropertyDescriptor
information for a Java class.
- CacheEntry - Class in grails.util
Wrapper for a value inside a cache that adds timestamp information
for expiration and prevents "cache storms" with a Lock.
- CacheEntry.UpdateException - Class in grails.util
- CacheEntry.UpdateException(Throwable) - Constructor in CacheEntry.UpdateException
-
- CacheEntry(V) - Constructor in CacheEntry
-
- cacheMillis - Field in ReloadableResourceBundleMessageSource
-
- CachingGrailsConventionGroovyPageLocator - Class in org.grails.web.gsp.io
Extends GrailsConventionGroovyPageLocator adding caching of the located GrailsPageScriptSource.
- CachingGroovyPageStaticResourceLocator - Class in org.grails.gsp.io
- CachingLinkGenerator - Class in org.grails.web.mapping
A link generator that uses a LRU cache to cache generated links.
- CachingLinkGenerator(String, String, Map<String, Object>) - Constructor in CachingLinkGenerator
-
- CachingPathMatchingResourcePatternResolver - Class in org.grails.core.io
@author Graeme Rocher
- CachingPathMatchingResourcePatternResolver(ResourceLoader) - Constructor in CachingPathMatchingResourcePatternResolver
-
- calculateAllFilenames(String, Locale) - Method in ReloadableResourceBundleMessageSource
-
Calculate all filenames for the given bundle basename and Locale.
- calculateExpression(String) - Method in GroovySyntaxTag
-
- calculateFilenamesForLocale(String, Locale) - Method in ReloadableResourceBundleMessageSource
-
Calculate the filenames for the given bundle basename and Locale,
appending language code, country code, and variant code.
- calculateLineNumbersForPage(String) - Method in GroovyPagesTemplateEngine
-
Retrieves a line number matrix for the specified page that can be used
to retrieve the actual line number within the GSP page if the line number within the
compiled GSP is known
- call(Object) - Method in AbstractClosureProxy
-
This is the important one: logs entry and exit of the closure call.
- call() - Method in CachedGradleOperation
-
- call(SourceUnit, GeneratorContext, ClassNode) - Method in GrailsAwareInjectionOperation
-
- call(SourceUnit, GeneratorContext, ClassNode) - Method in GroovyPageInjectionOperation
-
- call(Object) - Method in TagBodyClosure
-
- call(Object) - Method in TagOutput.ConstantClosure
-
- callDestroy() - Method in DefaultGrailsBootstrapClass
-
- callDestroy() - Method in GrailsBootstrapClass
-
Calls the destroy closure if one exists.
- CALLED - Field in ForwardMethod
-
- callInit(ServletContext) - Method in DefaultGrailsBootstrapClass
-
- callInit(ServletContext) - Method in GrailsBootstrapClass
-
Calls the init closure if one exists.
- callRender(Map, Object) - Method in TemplateNamespacedTagDispatcher
-
- CamelCaseUrlConverter - Class in grails.web
URL converter that allows for camel case URLs
- canBuild(String) - Method in GrailsClasspathToolingModelBuilder
-
- cancel(boolean) - Method in BoundPromise
-
- cancel() - Method in ClosureEventConsumer
-
- cancel() - Method in ExecutionContext
-
Allows cancelling of the running command
- cancel(boolean) - Method in GparsPromise
-
- cancel() - Method in GrailsCli.ExecutionContextImpl
-
- cancel(boolean) - Method in PromiseList
-
Synchronously obtains all the values from all the promises
- cancel(boolean) - Method in PromiseMap
-
- cancel(boolean) - Method in ReactorPromise
-
- cancel(boolean) - Method in SynchronousPromise
-
- canConvert(Object) - Method in ByteArrayMultipartFileValueConverter
-
- canConvert(Object) - Method in ClosureValueConverter
-
- canConvert(Class<?>, Class<?>) - Method in ConversionService
-
- canConvert(Object) - Method in CurrencyValueConverter
-
- canConvert(Object) - Method in DateConversionHelper
-
- canConvert(Object) - Method in LocaleAwareNumberConverter
-
- canConvert(Class<?>, Class<?>) - Method in SpringConversionServiceAdapter
-
- canConvert(def) - Method in TimeZoneConverter
-
- canConvert(Object) - Method in ValueConverter
-
- canCreateTransaction(TransactionDefinition) - Method in ChainedTransactionManager
-
- CandidateListCompletionHandler - Class in org.grails.build.interactive
Fixes issues with the default CandidateListCompletionHandler such as clearing out the whole buffer when
a completion matches a list of candidates
- CannotRedirectException - Class in grails.web.mapping.mvc.exceptions
Thrown when the request cannot be redirected.
- CannotRedirectException(String) - Constructor in CannotRedirectException
-
- canRegisterPlugin(GrailsPlugin) - Method in DefaultGrailsPluginManager
-
- canUseOriginalForSubSequence(CharSequence, int, int) - Method in CharSequences
-
Checks if start == 0 and count == length of CharSequence
It does this check only for String, StringBuilder and StringBuffer classes which have a fast way to check length
- capture() - Method in SystemOutErrCapturer
-
- CAPTURED_DOUBLE_WILDCARD - Field in UrlMapping
-
- CAPTURED_WILDCARD - Field in UrlMapping
-
- captureTagContent(GrailsPrintWriter, String, Map, Object, boolean) - Method in SitemeshTagLib
-
- captureTagOutput(TagLibraryLookup, String, String, Map, Object, OutputContext) - Method in TagOutput
-
- cascadeToAssociativeProperty(Errors, BeanWrapper, GrailsDomainClassProperty) - Method in GrailsDomainClassValidator
-
Cascades validation onto an associative property maybe a one-to-many, one-to-one or many-to-one relationship.
- cascadeValidationToMany(Errors, BeanWrapper, GrailsDomainClassProperty, String) - Method in GrailsDomainClassValidator
-
Cascades validation to a one-to-many type relationship.
- cascadeValidationToOne(Errors, BeanWrapper, Object, GrailsDomainClassProperty, String, Object) - Method in GrailsDomainClassValidator
-
Cascades validation to a one-to-one or many-to-one property.
- CascadingValidator - Interface in grails.validation
Extends the default Spring Validator interface and provides an additional method that specifies whether
validation should cascade into associations.
- CATEGORY_SEPARATOR - Field in GrailsConsole
-
- CHAIN_MODEL - Field in FlashScope
-
The attribute containing the chain model
- chain(Map) - Method in ResponseRedirector
-
Chains from one action to another via an HTTP redirect.
- chainAllButLastEncoders(EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
-
- chainAllEncoders(EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
-
- ChainedConverterConfiguration - Class in org.grails.web.converters.configuration
An immutable ConverterConfiguration which chains the lookup calls for ObjectMarshallers
for performance reasons.
- ChainedConverterConfiguration.ChainedObjectMarshaller - Class in org.grails.web.converters.configuration
- ChainedConverterConfiguration.ChainedObjectMarshaller(ObjectMarshaller<C>, ChainedObjectMarshaller<C>) - Constructor in ChainedConverterConfiguration.ChainedObjectMarshaller
-
- ChainedConverterConfiguration(ConverterConfiguration<C>, ProxyHandler) - Constructor in ChainedConverterConfiguration
-
- ChainedDecoder - Class in org.grails.encoder
- ChainedDecoder(Decoder) - Constructor in ChainedDecoder
-
- ChainedEncoder - Class in org.grails.encoder
- ChainedEncoder(StreamingEncoder, boolean) - Method in ChainedEncoder
-
- ChainedEncoders - Class in org.grails.encoder
- ChainedTransactionManager - Class in org.grails.transaction
org.springframework.transaction.PlatformTransactionManager implementation that orchestrates transaction creation, commits and rollbacks to a
list of delegates.
- ChainedTransactionManager(PlatformTransactionManager) - Constructor in ChainedTransactionManager
-
- ChainedTransactionManagerPostProcessor - Class in org.grails.transaction
A org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor for using the "Best Effort 1 Phase Commit" (BE1PC) in Grails
applications when there are multiple data sources.
- ChainedTransactionManagerPostProcessor() - Constructor in ChainedTransactionManagerPostProcessor
-
- chainEncode(StreamEncodeable, EncodedAppender, List<Encoder>) - Method in ChainedEncoders
-
- chainEncodersAndCachePerThread(EncodedAppender) - Method in ChainedEncoder
-
- chainStreamingEncode(StreamEncodeable, EncodedAppender, List<StreamingEncoder>) - Method in ChainedEncoders
-
- changeFeaturesAndPlugins(Set<String>, List<TestPlugin>) - Method in TestRuntime
-
- changeItVariable(Object) - Method in GroovyPage
-
- CHAR - Field in JsonParserConstants
-
RegularExpression Id.
- char(String, Integer) - Method in TypeConvertingMap
-
- characters(String) - Method in PrettyPrintXMLStreamWriter
-
- characters(String) - Method in XMLStreamWriter
-
- CharArrayAccessible - Interface in org.grails.charsequences
Marker interface for telling that the underlying char array is directly accessible
- charAt(int) - Method in StreamCharBuffer
-
- chars(String) - Method in XML
-
- CharSequences - Class in org.grails.charsequences
Utility functions for handling java.lang.CharSequence instances
- checkError() - Method in DevNullPrintStream
-
- checkError() - Method in GrailsPrintWriter
-
Flush the stream if it's not closed and check its error state.
- checkError() - Method in GrailsPrintWriterAdapter
-
- checkError() - Method in GrailsRoutablePrintWriter
-
- checkForChanges() - Method in AbstractGrailsPlugin
-
- checkForChanges() - Method in DefaultGrailsPlugin
-
Monitors the plugin resources defined in the watchResources property for changes and
fires onChange events by calling an onChange closure defined in the plugin (if it exists)
- checkForChanges() - Method in DefaultGrailsPluginManager
-
@deprecated Replaced by agent-based reloading, will be removed in a future version of Grails
- checkForChanges() - Method in GrailsPlugin
-
When called this method checks for any changes to the plug-ins watched resources
and reloads appropriately
- checkForChanges() - Method in GrailsPluginManager
-
Checks all the plugins to see whether they have any changes
- checkForChanges() - Method in MockGrailsPluginManager
-
- checkForConfigurationClash(Project) - Method in GrailsPluginGradlePlugin
-
- checkIfReloadableResourceHasChanged(PrivilegedAction<Resource>) - Method in GroovyPageMetaInfo
-
- checkInitialised() - Method in AbstractGrailsPluginManager
-
- checkInitialized() - Method in JspTagImpl
-
- checkMultipart(HttpServletRequest) - Method in GrailsDispatcherServlet
-
- checkoutTagForRelease() - Method in GitProfileRepository
-
- checkState() - Method in AbstractConstraint
-
- circularReferenceBehaviour - Field in JSON
-
- CLASS_EDITOR_BEAN - Field in GrailsRuntimeConfigurator
-
- CLASS_EXTENSION - Field in GrailsResourceUtils
-
- CLASS - Field in GrailsDomainClassProperty
-
- CLASS_LOADER_BEAN - Field in GrailsApplication
-
- CLASS_LOADER_BEAN - Field in GrailsRuntimeConfigurator
-
- CLASS_NAME - Field in ExecuteStep
-
- CLASS_TO_BINDING_INCLUDE_LIST - Field in GrailsWebDataBinder
-
- ClassAndMimeTypeRegistry - Class in org.grails.web.util
Abstract class for class that maintains a registry of mappings MimeType,Class and a particular object type.
- ClassEditor - Class in org.grails.core.support
Converts Strings to Class references for Spring.
- ClassEditor(Object) - Constructor in ClassEditor
-
- CLASSES_DIR - Field in BuildSettings
-
The classes directory of the project, null outside of the development environment
- classes() - Method in GrailsAutoConfiguration
-
@return The classes that constitute the Grails application
- classes - Field in GrailsTestConfiguration
-
@default {}
- See Also:
- org.springframework.test.context.ContextConfiguration#classes()
- ClassInjector - Interface in grails.compiler.ast
When implemented allows additional properties to be injected into Grails
classes at compile time (ie when they are loaded by the GroovyClassLoader).
- classLoader - Field in AbstractGrailsApplication
-
- classLoader - Field in DefaultRuntimeSpringConfiguration
-
- classLoader - Field in NavigableMapConfig
-
- ClassLoaderAware - Interface in grails.core.support
Convenience interface that can be implemented by classes that are registered by plugins.
- ClassLoaderAwareBeanPostProcessor - Class in org.grails.spring.beans
- ClassLoaderAwareBeanPostProcessor(ClassLoader) - Constructor in ClassLoaderAwareBeanPostProcessor
-
- className(Resource) - Method in FileSystemInteraction
-
The class name of the given resource
- className(Resource) - Method in FileSystemInteractionImpl
-
The class name of the given resource
- ClassNameCompleter - Class in org.grails.cli.interactive.completers
A completer that completes class names
- ClassNameCompleter(File) - Constructor in ClassNameCompleter
-
- classNameToPluginMap - Field in AbstractGrailsPluginManager
-
- classNameToResourceCache - Field in DefaultResourceLocator
-
- classNameToResourceCache - Field in ResourceLocator
-
- classPackageAsResourcePath(Class<?>) - Method in GrailsResourceUtils
-
Given an input class object, return a string which consists of the
class's package name as a pathname, i.e., all dots ('.') are replaced by
slashes ('/').
- CLASSPATH_URL_PREFIX - Field in GrailsResourceUtils
-
Pseudo URL prefix for loading from the class path: "classpath:"
- CLASSPATH_URL_PREFIX - Field in ResourceLoader
-
Pseudo URL prefix for loading from the class path: "classpath:"
- ClasspathBuildAction - Class in org.grails.cli.gradle
Gets the EclipseProject which helps obtain the classpath necessary
- ClasspathCommandResourceResolver - Class in org.grails.cli.profile.commands.factory
- ClasspathCommandResourceResolver(Collection<String>) - Constructor in ClasspathCommandResourceResolver
-
- ClassPathResource - Class in org.grails.io.support
Resource implementation for class path resources.
- ClassPathResource(String, ClassLoader, Class<?>) - Constructor in ClassPathResource
-
Create a new ClassPathResource with optional ClassLoader and Class.
- ClassPropertyFetcher - Class in org.grails.core.util
Accesses class "properties": static fields, static getters, instance fields
or instance getters.
- ClassPropertyFetcher.ReferenceInstanceCallback - Interface in org.grails.core.util
- ClassPropertyFetcher(Class<?>, ClassPropertyFetcher.ReferenceInstanceCallback) - Constructor in ClassPropertyFetcher
-
- classSearchDirectories - Field in DefaultResourceLocator
-
- classSearchDirectories - Field in ResourceLocator
-
- classShortName - Field in AbstractConstraint
-
- clean() - Method in MetaClassRegistryCleaner
-
- cleanAndRemove(MetaClassRegistryCleaner) - Method in MetaClassRegistryCleaner
-
- cleanlyExit(int) - Method in GrailsConsole
-
- cleanPath(String) - Method in GrailsResourceUtils
-
Normalize the path by suppressing sequences like "path/.." and
inner simple dots.
- cleanup() - Method in GroovyPage
-
- cleanupDatastore() - Method in DomainClassTestPlugin
-
- cleanupIncludeRequestAttributes(HttpServletRequest, Map<String, Object>) - Method in WebUtils
-
- clear() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- clear() - Method in AbstractTypeConvertingMap
-
- clear() - Method in CodeGenConfig
-
- clear() - Method in CompositeConfig
-
- clear() - Method in ConvertersConfigurationHolder
-
- clear() - Method in DefaultGrailsApplication
-
Clears the application returning it to an empty state.
- clear() - Method in DefaultGroovyPagesUriService
-
- clear() - Method in DeferredBindingActions
-
- clear() - Method in EncodingStateRegistryLookupHolder
-
- clear() - Method in FlatConfig
-
- clear() - Method in GPathResultMap
-
- clear() - Method in GrailsFlashScope
-
- clear() - Method in GroovyPagesUriService
-
- clear() - Method in GroovyPagesUriSupport
-
- clear() - Method in Holders
-
- clear() - Method in JSONArray
-
- clear() - Method in JSONObject
-
- clear() - Method in JspWriterDelegate
-
- clear() - Method in LazyBeanMap
-
- clear() - Method in LazyMetaPropertyMap
-
@throws UnsupportedOperationException
- clear() - Method in NavigableMap
-
- clear() - Method in NavigableMap.NullSafeNavigator
-
- clear() - Method in NavigableMapConfig
-
- clear() - Method in NullPersistentContextInterceptor
-
- clear() - Method in PersistenceContextInterceptor
-
Clear any pending changes.
- clear() - Method in PrefixedConfig
-
- clear() - Method in StreamByteBuffer
-
- clear() - Method in StreamCharBuffer
-
Clears the buffer and notifies the parents of this buffer of the change.
- clear() - Method in UrlCreatorCache
-
- clearAllStaticApiInstances() - Method in GrailsDomainClassCleaner
-
- clearAttributes() - Method in GrailsMockHttpServletRequest
-
- clearBuffer() - Method in GrailsPageResponseWrapper
-
- clearBuffer() - Method in JspWriterDelegate
-
- clearCache() - Method in CachingLinkGenerator
-
- clearCache() - Method in GroovyPagesTemplateRenderer
-
- clearCache() - Method in GroovyPageViewResolver
-
- clearCache() - Method in ReloadableResourceBundleMessageSource
-
Clear the resource bundle cache.
- clearCachedState() - Method in AbstractGrailsArtefactTransformer
-
- clearCacheIncludingAncestors() - Method in ReloadableResourceBundleMessageSource
-
Clear the resource bundle caches of this MessageSource and all its ancestors.
- clearClassLoader(ClassLoader) - Method in CachedIntrospectionResults
-
Clear the introspection cache for the given ClassLoader, removing the
introspection results for all classes underneath that ClassLoader, and
removing the ClassLoader (and its children) from the acceptance list.
- clearClassPropertyFetcherCache() - Method in ClassPropertyFetcher
-
- clearConvertersHolder() - Method in GrailsApplicationTestPlugin
-
- clearDefaultConstraints() - Method in ConstraintEvalUtils
-
- clearError() - Method in DevNullPrintStream
-
- clearErrors() - Method in Validateable
-
- clearEventConsumers(def) - Method in Events
-
Clears event consumers for the given key
- clearGrailsWebRequest(TestRuntime) - Method in ControllerTestPlugin
-
- clearGrailsWebRequest() - Method in WebUtils
-
Removes any GrailsWebRequest instance from the current request.
- clearJdbcDriverRegistrations() - Method in DataSourceUtils
-
- clearPageCache() - Method in GroovyPagesTemplateEngine
-
Clears the page cache.
- clearPageScope(TestRuntime) - Method in GroovyPageTestPlugin
-
- clearSitemeshConfig() - Method in SitemeshLayoutViewResolver
-
- clearStaticApiInstances(Class) - Method in GrailsDomainClassCleaner
-
- clearWebFlowTestState(TestRuntime) - Method in WebFlowTestPlugin
-
- clone() - Method in CodeGenConfig
-
- clone() - Method in GrailsParameterMap
-
- clone() - Method in GrailsPrintWriter
-
- clone() - Method in GroovyPageAttributes
-
- clone() - Method in GroovyPageTemplate
-
- clone() - Method in JSONArray
-
- clone() - Method in NavigableMap
-
- clone() - Method in StreamCharBuffer
-
- clone() - Method in TypeConvertingMap
-
- cloneAnnotation(AnnotationNode) - Method in GrailsASTUtils
-
- close(TestRuntime) - Method in ControllerTestPlugin
-
- close(TestRuntime) - Method in CoreBeansTestPlugin
-
- close() - Method in DevNullPrintStream
-
- close(TestRuntime) - Method in DomainClassTestPlugin
-
- close() - Method in EncodedAppender
-
- close() - Method in EncodedAppenderWriter
-
- close(TestRuntime) - Method in GrailsApplicationTestPlugin
-
- close() - Method in GrailsPrintWriter
-
- close() - Method in GrailsPrintWriterAdapter
-
- close() - Method in GrailsRoutablePrintWriter
-
- close(TestRuntime) - Method in GroovyPageTestPlugin
-
- close() - Method in GSPResponseWriter
-
Close the stream.
- close(TestRuntime) - Method in InterceptorTestPlugin
-
- close() - Method in JspWriterDelegate
-
- close(TestRuntime) - Method in MetaClassCleanerTestPlugin
-
- close() - Method in StreamCharBuffer.StreamCharBufferReader
-
- close() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- close() - Method in StreamingEncoderEncodedAppender
-
- close() - Method in SystemOutErrCapturer
-
- close(TestRuntime) - Method in TestPlugin
-
this method is called when the state of the given runtime should be cleaned.
- close() - Method in TestRuntime
-
- close(TestRuntime) - Method in WebFlowTestPlugin
-
- close() - Method in WriterEncodedAppender
-
- closeQuietly(Closeable) - Method in SpringIOUtils
-
Closes a closeable gracefully without throwing exceptions etc.
- CLOSURE_MARKER - Field in DefaultResourceLocator
-
- CLOSURE_MARKER - Field in ResourceLocator
-
- ClosureClassIgnoringComponentScanBeanDefinitionParser - Class in org.grails.spring.context.annotation
Extends Spring's default <context:component-scan/> element to ignore
generated classes.
- ClosureCompleter - Class in org.grails.cli.interactive.completers
@author Graeme Rocher
- ClosureCompleter(Closure<Collection<String>>) - Constructor in ClosureCompleter
-
- ClosureEventConsumer - Class in org.grails.events
Had to fork this class as Reactor 2.0 M2 Groovy support is compiled with Java 8
- ClosureEventConsumer.ReplyDecorator - Class in org.grails.events
- ClosureEventConsumer.ReplyDecorator(def, Bus) - Constructor in ClosureEventConsumer.ReplyDecorator
-
- ClosureEventConsumer(Closure) - Constructor in ClosureEventConsumer
-
- ClosureExecutingCommand - Class in org.grails.cli.profile.commands
A command that executes a closure
- ClosureExecutingCommand(String, Closure) - Constructor in ClosureExecutingCommand
-
- ClosureObjectMarshaller - Class in org.grails.web.converters.marshaller
ObjectMarshaller that delegates the conversion logic to the supplied closure
- ClosureObjectMarshaller(Class<?>, Closure) - Constructor in ClosureObjectMarshaller
-
- ClosureToMapPopulator - Class in grails.util
A simple class that takes method invocations and property setters and populates
the arguments of these into the supplied map ignoring null values.
- ClosureToMapPopulator() - Constructor in ClosureToMapPopulator
-
- ClosureValueConverter - Class in org.grails.databinding
@author Jeff Brown
- CNTRL_ESC - Field in JsonParserConstants
-
RegularExpression Id.
- code - Field in BindingFormat
-
@default ""
- CODEC - Field in DefaultGrailsCodecClass
-
- CODEC_DIRECTIVE_POSTFIX - Field in GroovyPageParser
-
- CODEC_VARNAME - Field in GroovyPage
-
- CodecArtefactHandler - Class in org.grails.commons
@author Marc Palmer (marc@anyware.co.uk)
- CodecArtefactHandler() - Constructor in CodecArtefactHandler
-
- CodecFactory - Interface in org.grails.encoder
This interface can be used to tell that a Grails Codec class should use these
methods for creating the encoder and decoder instances instead of using
conventional encode/decode methods.
- CodecIdentifier - Interface in org.grails.encoder
Information about the codec that identifies it and tells it's aliases.
- codecIdentifier - Field in AbstractCharReplacementEncoder
-
- codecIdentifier - Field in ChainedDecoder
-
- CodecIdentifierProvider - Interface in org.grails.encoder
Marker interface that tells that the instance has information about the Codec
Encoder and
Decoder interfaces extend this interface.
- CodecLookup - Interface in org.grails.encoder
- CodecLookupHelper - Class in org.grails.encoder
- CodecMetaClassSupport - Class in org.grails.encoder
Helper methods for Codec metaclass operations.
- CodecPrintWriter - Class in org.grails.buffer
- CodecPrintWriter(Writer, Encoder, EncodingStateRegistry, boolean) - Constructor in CodecPrintWriter
-
- CodecsGrailsPlugin - Class in org.grails.plugins
Configures pluggable codecs.
- CodeFilter - Class in grails.doc
- CodeFilter() - Constructor in CodeFilter
-
- CodeGenConfig - Class in org.grails.config
A
ConfigMap implementation used at codegen time
- CodeGenConfig(Map<String, Object>) - Constructor in CodeGenConfig
-
- CodeSnippetPrinter - Interface in org.grails.exceptions.reporting
Interfaces for classes to implement that print code snippets
- collectAllAnnotations(Class, Class<T>, boolean) - Method in TestRuntimeUtil
-
Collects all annotations of given type from given class, it's package, superclasses and their packages
Meta-annotations get processed too.
- collectControllerMapping(UrlMappingInfo) - Method in AbstractGrailsControllerUrlMappings
-
- collectControllerMappings(UrlMappingInfo) - Method in AbstractGrailsControllerUrlMappings
-
- CollectionDataBindingSource - Interface in grails.databinding
@see DataBindingSource
- CollectionMarshaller - Class in org.grails.web.converters.marshaller.xml
@author Siegfried Puchbauer
- collectionToObjectArray(Collection) - Method in GrailsClassUtils
-
Convenience method for converting a collection to an Object[]
- CollectionUtils - Class in grails.util
Collection utility methods.
- column - Field in SimpleCharStream
-
- combine(String, String) - Method in AntPathMatcher
-
Combines two patterns into a new pattern that is returned.
- CombinedCodecIdentifier - Class in org.grails.encoder
- comma - Field in JSONWriter
-
The comma flag determines if a comma should be output before the next
value.
- comma() - Method in PathCapturingJSONWriterWrapper
-
- Command - Interface in org.grails.cli.profile
An interface that represents a command to be executed by the Grails command line.
- CommandArgument - Class in org.grails.cli.profile
Represents argument to a command
- CommandCancellationListener - Interface in org.grails.cli.profile
A listener for listening for cancellation of
Command executions
- commandCancelled() - Method in CommandCancellationListener
-
- CommandCompleter - Class in org.grails.cli.profile.commands
A completer for commands
- CommandCompleter(Collection<Command>) - Constructor in CommandCompleter
-
- CommandDescription - Class in org.grails.cli.profile
- CommandEvents - Trait in org.grails.cli.profile.commands.events
Allows for listening and reacting to events triggered by other commands
- CommandException - Class in org.grails.cli.profile
@author Graeme Rocher
- CommandFactory - Interface in org.grails.cli.profile.commands.factory
Factory for the creation of
Command instances
- CommandLine - Interface in org.grails.build.parsing
Represents the parsed command line options.
- CommandLineParser - Class in org.grails.build.parsing
Command line parser that parses arguments to the command line.
- CommandLineResourceLoader - Class in org.grails.dev.support
Loads locations starting with /WEB-INF from the Grails web-app directory.
- commandObjects - Field in Action
-
@default {}
- CommandRegistry - Class in org.grails.cli.profile.commands
Registry of available commands
- CommandResourceResolver - Interface in org.grails.cli.profile.commands.factory
@since 3.0
- commandsByName - Field in AbstractProfile
-
- commit(TransactionStatus) - Method in ChainedTransactionManager
-
- COMMON_CLASSES - Field in DefaultGrailsPluginManager
-
- compare(Object, Object) - Method in DomainClassPropertyComparator
-
- compare(MimeType, MimeType) - Method in QualityComparator
-
- compare(String, String) - Method in VersionComparator
-
- compareTo(Object) - Method in AbstractGrailsArtefactTransformer
-
Used for ordering not equality.
- compareTo(Object) - Method in AbstractGrailsPlugin
-
- compareTo(Entry) - Method in DefaultConverterConfiguration.Entry
-
- compareTo(Object) - Method in RegexUrlMapping
-
Compares this UrlMapping instance with the specified UrlMapping instance and deals with URL mapping precedence rules.
- compareTo(Object) - Method in ResponseCodeUrlMapping
-
- compilationUnit - Field in ArtefactTypeAstTransformation
-
- compilationUnit - Field in EntityASTTransformation
-
- compile() - Method in GroovyPageCompiler
-
Compiles the given GSP pages and returns a Map of URI to classname mappings
- compile() - Method in GroovyPageCompileTask
-
- compile() - Method in ProfileCompilerTask
-
- compile() - Method in PublishGuideTask
-
- COMPILE_SCOPE - Field in BuildSettings
-
- COMPILE_SCOPE_DESC - Field in BuildSettings
-
- COMPILE_STATIC_TYPE - Field in TransactionalTransform
-
- compileGroovyFile(CompilerConfiguration, File) - Method in GrailsApp
-
- compileGSP(File, File, String, String) - Method in GroovyPageCompiler
-
Compiles an individual GSP file
- COMPILER_ROOT_PATTERNS - Field in GrailsResourceUtils
-
- COMPILER_SOURCE_LEVEL - Field in BuildSettings
-
The compiler source level to use
- COMPILER_TARGET_LEVEL - Field in BuildSettings
-
The compiler source level to use
- complete(CommandLine, CommandDescription, List<CharSequence>, int) - Method in ArgumentCompletingCommand
-
- complete(ConsoleReader, List<CharSequence>, int) - Method in CandidateListCompletionHandler
-
- complete(String, int, List<CharSequence>) - Method in ClosureCompleter
-
- complete(String, int, List<CharSequence>) - Method in CommandCompleter
-
- complete(CommandLine, CommandDescription, List<CharSequence>, int) - Method in CreateAppCommand
-
- complete(String, int, List) - Method in EscapingFileNameCompletor
-
- complete(String, int, List<CharSequence>) - Method in GradleCommand
-
- complete() - Method in GrailsAsyncContext
-
- complete(String, int, List<CharSequence>) - Method in HelpCommand
-
- complete() - Method in MockAsyncContext
-
- complete(String, int, List<CharSequence>) - Method in OpenCommand
-
- complete(String, int, List) - Method in RegexCompletor
-
- complete(String, int, List) - Method in SimpleOrFileNameCompletor
-
- complete() - Method in StopWatch
-
- complete(String, int, List<CharSequence>) - Method in StringsCompleter
-
- completer(Completer) - Method in CommandDescription
-
Sets the completer
- ComponentCapableDomainClass - Interface in grails.core
Interface for domains capable of supporting components.
- CompositeConfig - Class in org.grails.config
A
Config composed of other Configs
- CompositeEditor - Class in org.grails.web.binding
@author Graeme Rocher
- CompositeEditor(PropertyEditor) - Constructor in CompositeEditor
-
- CompositeViewResolver - Class in org.grails.web.servlet.view
Performs the job of iterating across registered view resolvers and returning the first matching view similar to the
hard coded behavior in DispatcherServlet
- computeChecksum(File, String) - Method in SpringIOUtils
-
- CONF_DIR - Field in LoggingTransformer
-
- Config - Interface in grails.config
Interface to application configuration
- config - Field in AbstractGrailsApplication
-
- config - Field in AbstractGrailsPlugin
-
- CONFIG_CLASS - Field in GrailsApplication
-
The name of the class that provides configuration
- CONFIG_FILE - Field in AbstractGrailsPluginManager
-
- config - Field in JSON
-
- CONFIG_PROPERTY_CODEC_FOR_CONTENT_TYPE - Field in FilteringCodecsByContentTypeSettings
-
- CONFIG_PROPERTY_DEFAULT_CODEC - Field in GroovyPageParser
-
- CONFIG_PROPERTY_DEFAULT_CODEC - Field in OutputEncodingSettings
-
- CONFIG_PROPERTY_DISABLE_CACHING_RESOURCES - Field in GroovyPagesTemplateEngine
-
- CONFIG_PROPERTY_GSP_CODECS - Field in GroovyPageParser
-
- CONFIG_PROPERTY_GSP_CODECS - Field in OutputEncodingSettings
-
- CONFIG_PROPERTY_GSP_ENABLE_RELOAD - Field in GroovyPagesTemplateEngine
-
- CONFIG_PROPERTY_GSP_ENCODING - Field in GroovyPageParser
-
- CONFIG_PROPERTY_GSP_HTMLCODEC - Field in HTMLCodec
-
- CONFIG_PROPERTY_GSP_KEEPGENERATED_DIR - Field in GroovyPageParser
-
- CONFIG_PROPERTY_GSP_SITEMESH_PREPROCESS - Field in GroovyPageParser
-
- configChanged() - Method in AbstractGrailsApplication
-
- configChanged() - Method in GrailsApplication
-
Fired to inform the application when the Config.groovy file changes.
- configChanged() - Method in LegacyGrailsApplication
-
- configCheckMillis - Field in Grails5535Factory
-
- ConfigMap - Interface in grails.config
API onto application configuration
- configMap - Field in NavigableMapConfig
-
- ConfigProperties - Class in grails.config
Cached access to Config.toProperties to avoid repeated calls
- ConfigProperties(Config) - Constructor in ConfigProperties
-
- configs - Field in CompositeConfig
-
- ConfigurableConverter - Interface in org.grails.web.converters
Interface for converters that can be configured at runtime
- configure(GrailsWebRequest) - Method in AbstractUrlMappingInfo
-
- configure(TestRuntime) - Method in DefaultSharedRuntimeConfigurer
-
- configure(ServletContext, boolean) - Method in GrailsRuntimeConfigurator
-
- configure(ConfigMap) - Method in GroovyPageParser
-
Configures the parser for the given Config map
- configure(TestRuntime) - Method in SharedRuntimeConfigurer
-
This method will be called after a new runtime has been instantiated
- configure(GrailsWebRequest) - Method in UrlMappingInfo
-
Configure this UrlMappingInfo the for the given GrailsWebRequest
- configureApplicationCommands(Project) - Method in GrailsGradlePlugin
-
- configureApplicationContextClass() - Method in DevelopmentGrailsApplication
-
- configureApplicationContextClass() - Method in GrailsShell
-
- configureApplicationContextClass() - Method in GrailsSwingConsole
-
- configureAssetCompilation(Project) - Method in GrailsGradlePlugin
-
- configureAstSources(Project) - Method in GrailsPluginGradlePlugin
-
- configureCodecMethods(CodecFactory, boolean, List<ExpandoMetaClass>) - Method in CodecMetaClassSupport
-
Adds "encodeAs*" and "decode*" metamethods for given codecClass
- configureCodecMethods() - Method in DefaultGrailsCodecClass
-
- configureCodecMethods() - Method in GrailsCodecClass
-
- configureConsoleTask(Project) - Method in GrailsGradlePlugin
-
- configureDirectoryWatcher(DirectoryWatcher, String) - Method in GrailsApp
-
- configureDomainClassRelationships(GrailsClass, Map<?, ?>) - Method in GrailsDomainConfigurationUtil
-
Configures the relationships between domain classes after they have been all loaded.
- configureDomainOnly() - Method in GrailsRuntimeConfigurator
-
- configureEnvironment(ConfigurableEnvironment, String) - Method in GrailsApp
-
- configureExplodedDirConfiguration(Project) - Method in GrailsPluginGradlePlugin
-
Configures an exploded configuration that can be used to build the classpath of the application from subprojects that are plugins without contructing a JAR file
- configureFileWatch(Project) - Method in GrailsGradlePlugin
-
- configureForkSettings(def, def) - Method in GrailsGradlePlugin
-
- configureGrailsBuildSettings(Project) - Method in GrailsGradlePlugin
-
- configureGrailsSourceDirs(Project) - Method in GrailsGradlePlugin
-
- configureLoadedClasses(Class<?>) - Method in DefaultGrailsApplication
-
Configures the loaded classes within the GrailsApplication instance using the
registered ArtefactHandler instances.
- configurePathingJar(Project) - Method in GrailsGradlePlugin
-
- configurePluginJarTask(Project) - Method in GrailsPluginGradlePlugin
-
- configurePluginResources(Project) - Method in GrailsPluginGradlePlugin
-
- configureProfile(Project) - Method in GrailsGradlePlugin
-
- configureProjectNameAndVersionASTMetadata(Project) - Method in GrailsPluginGradlePlugin
-
- configureScanner(ParserContext, Element) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
-
- configureServletContextAttributes(ServletContext, GrailsApplication, GrailsPluginManager, WebApplicationContext) - Method in GrailsConfigUtils
-
- configureServletEnvironment(def, GrailsApplication, ConfigurableApplicationContext) - Method in GrailsApplicationTestPlugin
-
- configureSourcesJarTask(Project) - Method in GrailsPluginGradlePlugin
-
- configureSpringBootExtension(Project) - Method in GrailsGradlePlugin
-
- connectDatastore(TestRuntime, GrailsApplication) - Method in DomainClassTestPlugin
-
- CONNECTION - Field in HttpHeaders
-
- connectTo(StreamCharBuffer.LazyInitializingWriter, boolean) - Method in StreamCharBuffer
-
- ConsoleLogger - Interface in grails.build.logging
Interface containing methods for logging to the Grails console
- CONSTANT_NAME_CONTENT_TYPE - Field in GroovyPageParser
-
- CONSTANT_NAME_EXPRESSION_CODEC - Field in GroovyPageParser
-
- CONSTANT_NAME_JSP_TAGS - Field in GroovyPageParser
-
- CONSTANT_NAME_LAST_MODIFIED - Field in GroovyPageParser
-
- CONSTANT_NAME_OUT_CODEC - Field in GroovyPageParser
-
- CONSTANT_NAME_STATIC_CODEC - Field in GroovyPageParser
-
- CONSTANT_NAME_TAGLIB_CODEC - Field in GroovyPageParser
-
- CONSTANT_STATUS - Field in ResourceTransform
-
- Constrained - Interface in grails.validation
A interface for something that is constrained by various criteria
- ConstrainedProperty - Class in grails.validation
Provides the ability to set contraints against a properties of a class.
- ConstrainedProperty(Class<?>, String, Class<?>) - Constructor in ConstrainedProperty
-
Constructs a new ConstrainedProperty for the given arguments.
- ConstrainedPropertyBuilder - Class in org.grails.validation
Builder used as a delegate within the "constraints" closure of GrailsDomainClass instances .
- ConstrainedPropertyBuilder(Class<?>) - Constructor in ConstrainedPropertyBuilder
-
- Constraint - Interface in grails.validation
Defines a validatable constraint.
- ConstraintEvalUtils - Class in org.grails.validation
Utility methods for configuring constraints
- ConstraintException - Class in grails.validation.exceptions
Thrown when an error occurs applying a constraint to a property.
- ConstraintException(Throwable) - Constructor in ConstraintException
-
- ConstraintFactory - Interface in org.codehaus.groovy.grails.validation
A factory for creating constraint instances.
- constraintOwningClass - Field in AbstractConstraint
-
- constraintParameter - Field in AbstractConstraint
-
- constraintPropertyName - Field in AbstractConstraint
-
- constraints - Field in AbstractUrlMapping
-
- constraints - Field in ConstrainedProperty
-
- CONSTRAINTS_FIELD_NAME - Field in DefaultASTDatabindingHelper
-
- CONSTRAINTS - Field in GrailsDomainClassProperty
-
- CONSTRAINTS_GROOVY_SCRIPT - Field in ConstraintsEvaluator
-
- ConstraintsEvaluator - Interface in org.codehaus.groovy.grails.validation
Evaluates and returns constraints.
- ConstraintsEvaluatorFactoryBean - Class in org.grails.validation
Constructs the default constraints evaluator instance.
- CONSTRUCTOR_METHOD - Field in BaseApiProvider
-
- constructors - Field in BaseApiProvider
-
- ContainerRenderer - Interface in grails.rest.render
A container a renderer is a render that renders a container of objects (Example: List of Book instances)
- contains(Object, Object) - Method in GrailsArrayUtils
-
- contains(Object) - Method in JSONArray
-
- containsAll(Collection) - Method in JSONArray
-
- containsBean(String) - Method in DefaultRuntimeSpringConfiguration
-
- containsBean(String) - Method in MockApplicationContext
-
- containsBean(String) - Method in RuntimeSpringConfiguration
-
Returns whether the runtime spring config contains the specified bean.
- containsBeanDefinition(String) - Method in GrailsApplicationContext
-
- containsBeanDefinition(String) - Method in MockApplicationContext
-
- containsKey(Object) - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- containsKey(Object) - Method in AbstractTypeConvertingMap
-
- containsKey(Object) - Method in CodeGenConfig
-
- containsKey(Object) - Method in CompositeConfig
-
- containsKey(Object) - Method in FlatConfig
-
- containsKey(def) - Method in GPathResultMap
-
- containsKey(Object) - Method in GrailsFlashScope
-
- containsKey(Object) - Method in JSONObject
-
- containsKey(Object) - Method in LazyBeanMap
-
- containsKey(Object) - Method in LazyMetaPropertyMap
-
{@inheritDoc}
- containsKey(Object) - Method in NavigableMap
-
- containsKey(Object) - Method in NavigableMap.NullSafeNavigator
-
- containsKey(Object) - Method in NavigableMapConfig
-
- containsKey(Object) - Method in PrefixedConfig
-
- containsKey(K) - Method in PromiseMap
-
@param o The key
- containsLocalBean(String) - Method in MockApplicationContext
-
- containsProperty(String) - Method in CompositeConfig
-
- containsProperty(String) - Method in DataBindingSource
-
@param propertyName the name of a property
- containsProperty(String) - Method in NavigableMapConfig
-
- containsProperty(String) - Method in PrefixedConfig
-
- containsProperty(String) - Method in SimpleMapDataBindingSource
-
- containsValue(Object) - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- containsValue(Object) - Method in AbstractTypeConvertingMap
-
- containsValue(Object) - Method in CodeGenConfig
-
- containsValue(Object) - Method in CompositeConfig
-
- containsValue(Object) - Method in FlatConfig
-
- containsValue(def) - Method in GPathResultMap
-
- containsValue(Object) - Method in GrailsFlashScope
-
- containsValue(Object) - Method in JSONObject
-
- containsValue(Object) - Method in LazyBeanMap
-
- containsValue(Object) - Method in LazyMetaPropertyMap
-
Checks whether the specified value is contained within the Map.
- containsValue(Object) - Method in NavigableMap
-
- containsValue(Object) - Method in NavigableMap.NullSafeNavigator
-
- containsValue(Object) - Method in NavigableMapConfig
-
- containsValue(Object) - Method in PrefixedConfig
-
- containsValueFor(String) - Method in TestRuntime
-
- content2htmlPage(Content) - Method in GSPSitemeshPage
-
- CONTENT_DISPOSITION - Field in HttpHeaders
-
- CONTENT_ENCODING - Field in HttpHeaders
-
- CONTENT_FORMAT - Field in GrailsApplicationAttributes
-
- CONTENT_LANGUAGE - Field in HttpHeaders
-
- CONTENT_LENGTH_COUNTING_ENABLED - Field in GSPResponseWriter
-
- CONTENT_LENGTH - Field in HttpHeaders
-
- CONTENT_LOCATION - Field in HttpHeaders
-
- CONTENT_MD5 - Field in HttpHeaders
-
- CONTENT_RANGE - Field in HttpHeaders
-
- CONTENT_TYPE - Field in HttpHeaders
-
- contentLength() - Method in AbstractFileResolvingResource
-
- contentLength() - Method in ByteArrayResource
-
- contentLength() - Method in FileSystemResource
-
This implementation returns the underlying File's length.
- contentLength() - Method in GrailsResource
-
- contentLength() - Method in Resource
-
Determine the content length for this resource.
- contentLength() - Method in SpringResource
-
- ContentLengthAwareCommonsMultipartResolver - Class in org.grails.web.multipart
Safari includes the multipart packet inside an HTTP redirect without the Content-Length header.
- contentType - Field in AbstractConverter
-
- CONTEXT_CONFIG_ANNOTATION - Field in IntegrationTestMixinTransformation
-
- context - Field in DefaultRuntimeSpringConfiguration
-
- contextInitialized - Field in AbstractGrailsApplication
-
- Controller - Annotation Type in grails.web
Created by graemerocher on 28/05/14.
- CONTROLLER - Field in GrailsApplicationAttributes
-
- CONTROLLER - Field in GrailsControllerClass
-
The general name to use when referring to controller artefacts.
- CONTROLLER_NAME_ATTRIBUTE - Field in GrailsApplicationAttributes
-
- CONTROLLER_NAME_PROPERTY - Field in ControllerDynamicMethods
-
- CONTROLLER_NAMESPACE_ATTRIBUTE - Field in GrailsApplicationAttributes
-
- CONTROLLER_PATTERN - Field in ControllerActionTransformer
-
- CONTROLLER_URI_PROPERTY - Field in ControllerDynamicMethods
-
- controller - Field in UrlCreatorCache.ReverseMappingKey
-
- CONTROLLER - Field in UrlMapping
-
The controller this mapping matches
- ControllerActionConventions - Class in org.grails.web.mapping
Includes constants for common conventions for controller actions
- ControllerActionTransformer - Class in org.grails.compiler.web
Enhances controller classes by converting closures actions to method actions and binding
request parameters to action arguments.
- ControllerActionTransformer() - Constructor in ControllerActionTransformer
-
- ControllerArtefactHandler - Class in org.grails.core.artefact
Lookup controllers for uris.
- ControllerArtefactHandler() - Constructor in ControllerArtefactHandler
-
- ControllerArtefactTypeTransformation - Class in org.grails.compiler.web
A transformation that makes an Artefact a controller
- controllerCache - Field in UrlMappingsInfoHandlerAdapter
-
- ControllerDomainTransformer - Class in org.grails.compiler.web
Adds binding methods to domain classes.
- ControllerDynamicMethods - Class in org.codehaus.groovy.grails.web.metaclass
Holds constants that refer to the names of dynamic methods and properties within controllers
- ControllerExceptionHandlerMetaData - Interface in org.grails.plugins.web.controllers
Represents meta data which describes an exception handling method
in a controller
- ControllerExecutionException - Class in org.grails.web.servlet.mvc.exceptions
Throw when an exception occurs during controller execution
- ControllerExecutionException(Throwable) - Constructor in ControllerExecutionException
-
- ControllerMethod - Annotation Type in grails.web.controllers
A marker annotation for methods added to a class that are for persistence purposes
- controllerName - Field in AbstractUrlMapping
-
- ControllerNameExtractor - Class in org.grails.test.support
- controllerRegex - Field in UrlMappingMatcher
-
- ControllersAsyncGrailsPlugin - Class in org.grails.plugins.web.async
Async support for the Grails 2.0.
- ControllersDomainBindingApi - Class in org.grails.plugins.web.controllers.api
Enhancements made to domain classes for data binding.
- ControllersGrailsPlugin - Class in org.grails.plugins.web.controllers
Handles the configuration of controllers for Grails.
- ControllersGrailsPlugin.GrailsWebMvcConfigurer - Class in org.grails.plugins.web.controllers
- ControllersGrailsPlugin.GrailsWebMvcConfigurer(Integer, boolean, String) - Constructor in ControllersGrailsPlugin.GrailsWebMvcConfigurer
-
- ControllerTestPlugin - Class in grails.test.runtime
Controller TestPlugin for TestRuntime
- adds beans and state management for supporting controller related unit tests
- ControllerTraitInjector - Class in grails.compiler.traits
- ControllerUnitTestMixin - Class in grails.test.mixin.web
Applied to a unit test to test controllers.
- ControllerUnitTestMixin() - Constructor in ControllerUnitTestMixin
-
- convention(String) - Method in Model
-
Returns the convention of this model for the given name.
- conversionHelpers - Field in SimpleDataBinder
-
- ConversionService - Interface in org.grails.databinding.converters
@author Jeff Brown
- conversionService - Field in NavigableMapConfig
-
- convert(Object) - Method in ByteArrayMultipartFileValueConverter
-
- CONVERT_CLOSURES_KEY - Field in BuildSettings
-
A property name to enable/disable AST conversion of closures actions&tags to methods
- CONVERT_CLOSURES_KEY - Field in ControllerActionTransformer
-
- convert(def) - Method in ClosureValueConverter
-
- convert(Object, Class<?>) - Method in ConversionService
-
- convert(Object) - Method in CurrencyValueConverter
-
- convert(def) - Method in DateConversionHelper
-
- CONVERT_EMPTY_STRINGS_TO_NULL - Field in DataBindingGrailsPlugin
-
- convert(def, String) - Method in FormattedDateValueConverter
-
- convert(Object, String) - Method in FormattedValueConverter
-
Return a formatted value
- convert(Class, def) - Method in GrailsWebDataBinder
-
- convert(Object) - Method in LocaleAwareNumberConverter
-
- convert(Class, def) - Method in SimpleDataBinder
-
- convert(Object, Class<?>) - Method in SpringConversionServiceAdapter
-
- convert(def) - Method in TimeZoneConverter
-
- convert(Object) - Method in ValueConverter
-
- convertAnother(Object) - Method in Converter
-
- convertAnother(Object) - Method in JSON
-
- convertAnother(Object) - Method in XML
-
- convertClassLoaderURL(URL) - Method in PathMatchingResourcePatternResolver
-
Convert the given URL as returned from the ClassLoader into a Resource object.
- Converter - Interface in org.grails.web.converters
Defines an Object that can convert an instance and render it to the
response or a supplied writer.
- Converter.CircularReferenceBehaviour - Enum in org.grails.web.converters
- ConverterConfiguration - Interface in org.grails.web.converters.configuration
@author Siegfried Puchbauer
- ConverterException - Class in org.grails.web.converters.exceptions
Thrown when an error occurs originating from a Converter instance.
- ConverterException() - Constructor in ConverterException
-
- CONVERTERS_DEFAULT_ENCODING - Field in ConvertersConfigurationHolder
-
- ConvertersApi - Class in org.grails.plugins.converters.api
The API for converting objects to target types such as XML.
- ConvertersConfigurationHolder - Class in org.grails.web.converters.configuration
Singleton which holds all default and named configurations for the Converter classes.
- ConvertersConfigurationInitializer - Class in org.grails.web.converters.configuration
@author Siegfried Puchbauer
- ConvertersDomainTransformer - Class in org.grails.compiler.web.converters
Adds the asType method to domain classes.
- ConvertersExtension - Class in org.grails.web.converters
@author Jeff Brown
- ConvertersGrailsPlugin - Class in org.grails.plugins.converters
Allows the "obj as XML" and "obj as JSON" syntax.
- ConverterUtil - Class in org.grails.web.converters
A utility class for creating and dealing with Converter objects.
- convertPotentialGStrings(Map<Object, Object>) - Method in DataBindingUtils
-
- convertStringToEnum(Class<? extends Enum>, String) - Method in SimpleDataBinder
-
- convertToOtherTypes(Object, Class<T>) - Method in CodeGenConfig
-
- convertToRegex(String) - Method in RegexUrlMapping
-
Converts a Grails URL provides via the UrlMappingData interface to a regular expression.
- convertToString(Object) - Method in AbstractCharReplacementEncoder
-
- convertToType(Object, Class<T>) - Method in CodeGenConfig
-
- COOKIE - Field in HttpHeaders
-
- copy(Resource, File) - Method in FileSystemInteraction
-
Copy a Resource from the given location to the given directory or location
- copy(Resource, File) - Method in FileSystemInteractionImpl
-
Copy a Resource from the given location to the given directory or location
- copy(InputStream, Writer, String) - Method in IOUtils
-
Copy an InputStream to the given writer with the given encoding
- copy(String, Writer) - Method in SpringIOUtils
-
Copy the contents of the given String to the given output Writer.
- copyAll(Iterable, def) - Method in FileSystemInteraction
-
Copies resources to the target destination
- copyAll(Iterable, def) - Method in FileSystemInteractionImpl
-
Copies resources to the target destination
- copyAll(Resource, Resource, File) - Method in SpringIOUtils
-
Copies all the resources for the given target directory.
- copyAnnotations(AnnotatedNode, AnnotatedNode, Set<String>, Set<String>) - Method in GrailsASTUtils
-
- copyExpandoMetaClass(Class<?>, Class<?>, boolean) - Method in GrailsMetaClassUtils
-
Copies the ExpandoMetaClass dynamic methods and properties from one Class to another.
- copyParameters(Parameter, Map<String, ClassNode>) - Method in GrailsASTUtils
-
- copySrcToTarget(GrailsConsoleAntBuilder, File, List) - Method in CreateAppCommand
-
- copyToByteArray(InputStream) - Method in SpringIOUtils
-
Copy the contents of the given InputStream into a new byte array.
- copyToString(Reader) - Method in SpringIOUtils
-
Copy the contents of the given Reader into a String.
- CORE_WORKING_DIR_NAME - Field in BuildSettings
-
The name of the working directory for commands that don't belong to a project (like create-app)
- CoreBeansTestPlugin - Class in grails.test.runtime
a TestPlugin for TestRuntime that adds some generic beans that are
required in Grails applications
- CoreGrailsPlugin - Class in org.grails.plugins
Configures the core shared beans within the Grails application context.
- CoreGrailsPlugin.YmlConfigModifier - Class in org.grails.plugins
- CoreGrailsPlugin.YmlConfigModifier(Config) - Constructor in CoreGrailsPlugin.YmlConfigModifier
-
- CosineSimilarity - Class in grails.util
Uses cosine similarity to find matches from a candidate set for a specified input.
- countChainableTransactionManagerBeans(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
-
- countOccurrencesOf(String, String) - Method in AntPathMatcher
-
Count the occurrences of the substring in string s.
- countResources() - Method in RestfulController
-
Counts all of resources
- CountryTagLib - Class in org.grails.plugins.web.taglib
Tags for rendering country selection / display of country names.
- countToken(String, String) - Method in UrlValidator
-
Returns the number of times the token appears in the target.
- create(UrlMappings) - Method in LinkGeneratorFactory
-
- create(ProfileRepository, String, Resource) - Method in ResourceProfile
-
- create() - Method in RestfulController
-
Displays a form to create a new resource
- create(InputStream, PrintStream, PrintStream) - Method in SystemStreamsRedirector
-
- create(Class) - Method in UrlMappingsFactory
-
- createAndEnhance(Class) - Method in ControllerUnitTestMixin
-
- createAndRegister() - Method in MetaClassRegistryCleaner
-
- createAndRegisterRootBinding() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- createAndRegisterRootBinding() - Method in OutputContext
-
- createAntProject() - Method in GrailsConsoleAntBuilder
-
@return Factory method to create new Project instances
- CreateAppCommand - Class in org.grails.cli.profile.commands
Command for creating Grails applications
- CreateAppCommand() - Constructor in CreateAppCommand
-
- createApplicationContext() - Method in BeanBuilder
-
Creates an ApplicationContext from the current state of the BeanBuilder
- createApplicationContext(ApplicationContext) - Method in DefaultRuntimeSpringConfiguration
-
Creates the ApplicationContext instance.
- createApplicationContext() - Method in GrailsApp
-
- createApplicationContext(ApplicationContext) - Method in WebRuntimeSpringConfiguration
-
- createArgumentListFromParameters(Parameter, boolean, Map<String, ClassNode>) - Method in GrailsASTUtils
-
Creates an argument list from the given parameter types.
- createAutowirer() - Method in GrailsTestInterceptor
-
- createBeanDefinition() - Method in DefaultBeanConfiguration
-
- createBeanDefinition(String) - Method in DefaultRuntimeSpringConfiguration
-
- createBeanDefinition(String) - Method in RuntimeSpringConfiguration
-
Creates and returns the BeanDefinition that is regsitered within the given name or returns null.
- createBeanWrapper(Object) - Method in AbstractConverter
-
- createBeanWrapper(Object) - Method in ConverterUtil
-
- createBindingSource(Reader) - Method in AbstractRequestBodyDataBindingSourceCreator
-
- createBindingSource(Reader) - Method in HalXmlDataBindingSourceCreator
-
- createBindingSource(Reader) - Method in JsonDataBindingSourceCreator
-
- createBindingSource(Reader) - Method in XmlDataBindingSourceCreator
-
- createBindingSourceCreationException(Exception) - Method in AbstractRequestBodyDataBindingSourceCreator
-
- createBindingSourceCreationException(Exception) - Method in JsonDataBindingSourceCreator
-
- createBindingSourceCreationException(Exception) - Method in XmlDataBindingSourceCreator
-
- createBoundPromise(T) - Method in AbstractPromiseFactory
-
- createBoundPromise(T) - Method in GparsPromiseFactory
-
- createBoundPromise(T) - Method in PromiseFactory
-
Creates a promise with a value pre-bound to it
- createBoundPromise(T) - Method in Promises
-
@see PromiseFactory#createBoundPromise(java.lang.Object)
- createBoundPromise(T) - Method in ReactorPromiseFactory
-
- createBuildPropertiesTask(Project) - Method in GrailsGradlePlugin
-
- createBuildPropertiesTask(Project) - Method in GrailsPluginGradlePlugin
-
- createCacheKey(Class, MimeType) - Method in ClassAndMimeTypeRegistry
-
- createCacheKey(Class, MimeType) - Method in DefaultDataBindingSourceRegistry
-
- createCacheKey(Class, MimeType) - Method in DefaultRendererRegistry
-
- createChainedCodecInstance(String, ConcurrentMap<String, T>, Class<T>) - Method in BasicCodecLookup
-
- createChainingEncodesToWriter(List<StreamingEncoder>, boolean) - Method in AbstractCharReplacementEncoder
-
- createChainingEncodesToWriter(List<StreamingEncoder>, boolean) - Method in EncodesToWriter
-
- createChainingEncodesToWriter(StreamingEncoder, List<StreamingEncoder>, boolean) - Method in EncodesToWriterAdapter
-
- createCharSequence(CharSequence, int, int) - Method in CharSequences
-
- createClasspath() - Method in GroovyPageCompilerTask
-
Adds a path to the classpath.
- createClosureForHtmlPart(int, int) - Method in GroovyPage
-
- createCodec(String, ConcurrentMap<String, T>, Class<T>) - Method in BasicCodecLookup
-
- createCodecIdentifier(Decoder) - Method in ChainedDecoder
-
- createCodecIdentifier(StreamingEncoder) - Method in ChainedEncoder
-
- createCodecSettings(String, String, Map, Map<String, Object>) - Method in TagOutput
-
- createCollectionBindingSource(Reader) - Method in AbstractRequestBodyDataBindingSourceCreator
-
- createCollectionBindingSource(Reader) - Method in JsonDataBindingSourceCreator
-
- createCollectionBindingSource(Reader) - Method in XmlDataBindingSourceCreator
-
- createCollectionDataBindingSource(MimeType, Class, Object) - Method in AbstractRequestBodyDataBindingSourceCreator
-
- createCollectionDataBindingSource(MimeType, Class, Object) - Method in DataBindingSourceCreator
-
Creates a CollectionDataBindingSource suitable for binding bindingSource to bindingTarget
- createCollectionDataBindingSource(MimeType, Class, Object) - Method in DataBindingSourceRegistry
-
- createCollectionDataBindingSource(GrailsApplication, Class, Object) - Method in DataBindingUtils
-
- createCollectionDataBindingSource(MimeType, Class, Object) - Method in DefaultDataBindingSourceCreator
-
- createCollectionDataBindingSource(MimeType, Class, def) - Method in DefaultDataBindingSourceRegistry
-
- createCollectionDataBindingSource(MimeType, Class, Object) - Method in XmlDataBindingSourceCreator
-
- createCommand(Profile, String, Resource, GroovyScriptCommand) - Method in GroovyScriptCommandFactory
-
- createCommand(Profile, String, Resource, T) - Method in ResourceResolvingCommandFactory
-
- createCommand(Profile, String, Resource, Map) - Method in YamlCommandFactory
-
- createCommandLine() - Method in CommandLineParser
-
- createCompilationUnit(CompilerConfiguration, CodeSource) - Method in GrailsAwareClassLoader
-
@see groovy.lang.GroovyClassLoader#createCompilationUnit(org.codehaus.groovy.control.CompilerConfiguration, java.security.CodeSource)
- createCompilationUnit(CompilerConfiguration, CodeSource) - Method in GroovyPageClassLoader
-
@see groovy.lang.GroovyClassLoader#createCompilationUnit(org.codehaus.groovy.control.CompilerConfiguration, java.security.CodeSource)
- createConcreteCollection(Class) - Method in GrailsClassUtils
-
Creates a concrete collection for the suppied interface
- createConfigs() - Method in GroovyPageCompilerTask
-
Adds a path to the classpath.
- createConsoleReader(InputStream) - Method in GrailsConsole
-
- createConsoleTask(Project, TaskContainer, Configuration) - Method in GrailsGradlePlugin
-
- createContentBufferingResponse(Map<String, Object>, GrailsWebRequest, HttpServletRequest, HttpServletResponse) - Method in GrailsLayoutView
-
- createContentBufferingResponse(Map<String, Object>, GrailsWebRequest, HttpServletRequest, HttpServletResponse) - Method in SitemeshLayoutView
-
- createConverter(Class<T>, Object, ApplicationContext) - Method in ConverterUtil
-
- createDataBindingSource(MimeType, Class, Object) - Method in AbstractRequestBodyDataBindingSourceCreator
-
- createDataBindingSource(MimeType, Class, Object) - Method in DataBindingSourceCreator
-
Creates a DataBindingSource suitable for binding bindingSource to bindingTarget
- createDataBindingSource(MimeType, Class, Object) - Method in DataBindingSourceRegistry
-
- createDataBindingSource(GrailsApplication, Class, Object) - Method in DataBindingUtils
-
- createDataBindingSource(Object, HttpServletRequest) - Method in DefaultDataBindingSourceCreator
-
- createDataBindingSource(MimeType, Class, def) - Method in DefaultDataBindingSourceRegistry
-
- createDataBindingSource(MimeType, Class, Object) - Method in JsonDataBindingSourceCreator
-
- createDataBindingSource(MimeType, Class, Object) - Method in XmlDataBindingSourceCreator
-
- createDatasource(def, String, Map) - Method in DataSourceGrailsPlugin
-
- createDefaults() - Method in MimeType
-
Creates the default MimeType configuration if none exists in Config.groovy
- createDynamicElementReader(String, boolean) - Method in BeanBuilder
-
- createEncodingInitializer(EncoderAware, EncodingStateRegistryLookup, StreamCharBuffer.LazyInitializingWriter) - Method in StreamCharBuffer
-
- createEnvironment() - Method in GrailsWebApplicationContext
-
- createEvent(Map) - Method in TestRuntime
-
- createExecutionContext(CommandLine) - Method in GrailsCli
-
- createFallbackView(String) - Method in GroovyPageViewResolver
-
- createFlattenedKeys(Map, Map, Map, def, Map) - Method in AbstractParsingParameterCreationListener
-
Populates the target map with current map using the root map to form a nested prefix
so that a hierarchy of maps is flattened.
- createFor(List<StreamingEncoder>, Boolean) - Method in ChainedEncoder
-
- createForActivating(Collection<Class<? extends TestPlugin>>) - Method in TestPluginUsage
-
- createFromBuildBinding(Binding) - Method in JUnitReportsFactory
-
- createGrabAnnotation(String, String, String, String, String, boolean) - Method in GrailsApplicationCompilerAutoConfiguration
-
- createGrailsApplication() - Method in AbstractGrailsControllerTests
-
- createGrailsPlugin(Class<?>, Resource) - Method in DefaultGrailsPluginManager
-
- createGrailsView(String) - Method in GroovyPageViewResolver
-
- createGrailsWebRequest(HttpServletRequest, HttpServletResponse, ServletContext) - Method in AbstractGrailsView
-
- createGroovyPageCompiledScriptSource(String, String, Class<?>) - Method in DefaultGroovyPageLocator
-
- createGroovyPageException(Exception, GroovyPagesTemplateEngine, String) - Method in GroovyPageView
-
- createGroovyScriptCommandClassLoader() - Method in GroovyScriptCommandFactory
-
- createInstance() - Method in GrailsConsole
-
- createInstance(String, Locale) - Method in PageRenderer.PageRenderRequestCreator
-
- createInstance(PrintWriter, Locale) - Method in PageRenderer.PageRenderResponseCreator
-
- createInstance() - Method in UrlMappingFactoryBean
-
- createInterceptor(Object, ApplicationContext, String) - Method in GrailsTestMode
-
- createJmxObjectName(String, DataSource) - Method in TomcatJDBCPoolMBeanExporter
-
- createJsonMap(Object) - Method in HalJsonDataBindingSourceCreator
-
- createJsonMap(Object) - Method in JsonDataBindingSourceCreator
-
- createJstlView(String) - Method in GroovyPageViewResolver
-
- createKey(String, String, String, String, String, Map) - Method in UrlCreatorCache
-
- createLayoutView(View) - Method in GrailsLayoutViewResolver
-
- createLayoutView(View) - Method in SitemeshLayoutViewResolver
-
- createLink(Map<String, Object>) - Method in Link
-
Creates a link for the given arguments
- createListener(Class<T>) - Method in GrailsAsyncContext
-
- createListener(Class<T>) - Method in MockAsyncContext
-
- createListEntry(String) - Method in ListReadingCachedGradleOperation
-
- createListEntry(String) - Method in ReadGradleTasks
-
- createMainClassFinder() - Method in FindMainClassTask
-
- createMainContext(TestRuntime, Map, def) - Method in GrailsApplicationTestPlugin
-
- createMapValue(Object) - Method in MapReadingCachedGradleOperation
-
- createMavenProfileRepository() - Method in GrailsCli
-
- createMessageSource() - Method in AbstractGrailsMockTests
-
- createMimeTypeAndAddToList(String, MimeType, List<MimeType>, Map<String, String>) - Method in DefaultAcceptHeaderParser
-
- createMockApplicationContext() - Method in AbstractGrailsControllerTests
-
- createMockApplicationContext() - Method in AbstractGrailsMockTests
-
- createMockApplicationContext() - Method in AbstractGrailsTagTests
-
- createMockServletContext() - Method in AbstractGrailsControllerTests
-
- createMockServletContext() - Method in AbstractGrailsMockTests
-
- createMockServletContext() - Method in AbstractGrailsTagTests
-
- createNamedConfig(String, Closure<?>) - Method in JSON
-
- createNamedConfig(String, Closure<?>) - Method in XML
-
- createNameVariations(String, CodecIdentifierProvider) - Method in BasicCodecLookup
-
- createNative2AsciiTask(TaskContainer, def, def) - Method in GrailsGradlePlugin
-
- createNewEncodingState(Encoder, EncodingState) - Method in AbstractEncodedAppender
-
- createNewEncodingState(Encoder, EncodingState) - Method in EncodesToWriterAdapter
-
- createNewEncodingState(Encoder, EncodingState) - Method in WriterEncodedAppender
-
- createNode(Object, Object) - Method in ConstrainedPropertyBuilder
-
- createNode(Object, Object) - Method in JSON.Builder
-
- createNode(Object, Map, Object) - Method in XML.Builder
-
- createOrUpdateRepository() - Method in GitProfileRepository
-
- createOutputCapturingClosure(Object, Object, OutputContext) - Method in TagOutput
-
- createOutputStackAttributesBuilder(Object, GrailsApplication) - Method in WithCodecHelper
-
- createPageParser(String) - Method in RenderTagLib
-
- createPathingJarTask(Project, String, Configuration) - Method in GrailsGradlePlugin
-
- createPdf(String, File, File) - Method in PdfBuilder
-
- CreatePluginCommand - Class in org.grails.cli.profile.commands
A command for creating a plugin
- CreatePluginCommand() - Constructor in CreatePluginCommand
-
- createPluginManagerListener(ConfigurableApplicationContext) - Method in GrailsApp
-
Creates and returns a file change listener for notifying the plugin manager of changes.
- createPool(boolean, int) - Method in LoggingPoolFactory
-
- createPrintlnStatement(String, String) - Method in GrailsASTUtils
-
- CreateProfileCommand - Class in org.grails.cli.profile.commands
Creates a profile
- CreateProfileCommand() - Constructor in CreateProfileCommand
-
- createPromise(Map<K, V>) - Method in AbstractPromiseFactory
-
@see PromiseFactory#createPromise(java.util.Map)
- createPromise(Closure<T>) - Method in GparsPromiseFactory
-
- createPromise(List<Closure<T>>) - Method in PromiseFactory
-
Creates a promise from one or many closures
- createPromise(Promise<T>) - Method in Promises
-
@see PromiseFactory#createPromise(grails.async.Promise[])
- createPromise() - Method in ReactorPromiseFactory
-
- createPromise(Closure<T>) - Method in SynchronousPromiseFactory
-
- createPromiseInternal(Closure) - Method in AbstractPromiseFactory
-
- createPrototypeBean(String) - Method in DefaultRuntimeSpringConfiguration
-
- createPrototypeBean(String) - Method in RuntimeSpringConfiguration
-
Creates a new prototype bean configuration.
- createRelative(String) - Method in ByteArrayResource
-
- createRelative(String) - Method in ClassPathResource
-
This implementation creates a ClassPathResource, applying the given path
relative to the path of the underlying resource of this descriptor.
- createRelative(String) - Method in DefaultUrlMappingData
-
- createRelative(String) - Method in FileSystemResource
-
This implementation creates a FileSystemResource, applying the given path
relative to the path of the underlying file of this resource descriptor.
- createRelative(String) - Method in GrailsResource
-
- createRelative(String) - Method in Resource
-
Creates a new resource relative to this one
- createRelative(String) - Method in ResponseCodeMappingData
-
- createRelative(String) - Method in SpringResource
-
- createRelative(String) - Method in UrlMappingData
-
Creates a new UrlMappingData instance relative to this one for the given path
- createRelative(String) - Method in UrlResource
-
This implementation creates a UrlResource, applying the given path
relative to the path of the underlying URL of this resource descriptor.
- createRelativeURL(String, String, String, String, Map, String, String) - Method in DefaultUrlCreator
-
- createRelativeURL(String, String, String, String, Map, String, String) - Method in RegexUrlMapping
-
- createRelativeURL(String, String, String, String, Map, String, String) - Method in ResponseCodeUrlMapping
-
- createRelativeURL(String, String, String, String, Map, String, String) - Method in UrlCreator
-
Creates a URL for the given parameters values, controller and action names without the context path information
- createReport(String, String) - Method in JUnitReportsFactory
-
- createReports(String) - Method in JUnitReportsFactory
-
- createRequestEnvironmentInterceptor() - Method in GrailsTestInterceptor
-
- createResource() - Method in RestfulController
-
Creates a new instance of the resource.
- createResponseWriter(HttpServletResponse) - Method in GroovyPagesServlet
-
Creates a response writer for the given response object
- createResponseWriter(GrailsWebRequest, HttpServletResponse) - Method in GroovyPageView
-
Creates the Response Writer for the specified HttpServletResponse instance.
- createRootApplicationContext(ServletContext) - Method in GrailsAppServletInitializer
-
- createRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Method in BeanBuilder
-
- createRuntimeSpringConfiguration(ApplicationContext, ClassLoader) - Method in WebBeanBuilder
-
- createScanner(XmlReaderContext, boolean) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
-
- createServletContext(TestRuntime, Map) - Method in GrailsApplicationTestPlugin
-
- createShellTask(Project, TaskContainer, Configuration) - Method in GrailsGradlePlugin
-
- createSingleCharSequence(char) - Method in CharSequences
-
- createSingletonBean(String) - Method in DefaultRuntimeSpringConfiguration
-
- createSingletonBean(String) - Method in RuntimeSpringConfiguration
-
Creates a new singleton bean configuration.
- createSpringApplication(Object) - Method in GrailsAppBuilder
-
- createStackFilterer() - Method in GrailsExceptionResolver
-
- createStep(Map) - Method in DefaultMultiStepCommand
-
- createStep(String, Command, Map) - Method in DefaultStepFactory
-
- createStep(String, Command, Map) - Method in StepFactory
-
Creates a step for the given name, command and parameters
- createString(char[]) - Method in StringCharArrayAccessor
-
creates a new java.lang.String by setting the char array directly to the String instance with reflection.
- createTagBody(int, Closure<?>) - Method in GroovyPage
-
- createTagInstance() - Method in JspTagImpl
-
- createTemplate(def) - Method in AbstractGrailsTagTests
-
- createTemplate(InputStream) - Method in GroovyPagesTemplateEngine
-
Create a Template for the given InputStream
- createTemplate(URL) - Method in ResourceAwareTemplateEngine
-
- createTemplateForUri(String) - Method in GroovyPagesTemplateEngine
-
- createTemplateForUri(String) - Method in ResourceAwareTemplateEngine
-
- createTerminal() - Method in GrailsConsole
-
Creates the instance of Terminal used directly in GrailsConsole.
- createTerminal() - Method in GrailsEclipseConsole
-
- createThreadLocalConfiguration() - Method in ConvertersConfigurationHolder
-
- createThreadNameMethod - Field in LoggingPoolFactory
-
- createTransactionalMethodCallBody(Parameter, MethodCallExpression) - Method in TransactionalTransform
-
- createTransactionalPromiseDecorator(PlatformTransactionManager, Method) - Method in TransactionalAsyncTransformUtils
-
Creates a TransactionalPromiseDecorator for the given transactionManager and method to be invoked
- createTransactionInterceptor() - Method in GrailsTestInterceptor
-
- createTransactionManagerBeanReferences(BeanDefinition) - Method in ChainedTransactionManagerPostProcessor
-
- createURL(String, String, String, String, Map, String, String) - Method in DefaultUrlCreator
-
- createURL(String, String, String, String, Map, String, String) - Method in RegexUrlMapping
-
- createURL(String, String, String, String, Map, String, String) - Method in ResponseCodeUrlMapping
-
- createURL(String, String, String, String, Map, String, String) - Method in UrlCreator
-
Creates a URL for the given parameters values, controller and action names
- createVariables() - Method in ArtefactVariableResolver
-
- createWebRuntimeSpringConfiguration(GrailsApplication, ApplicationContext, ClassLoader) - Method in GrailsRuntimeConfigurator
-
- createWrapper(Closure<?>) - Method in AbstractClosureProxy
-
Called when a new instance of the proxy needs to be created for
the given closure.
- createWrapper(Closure<?>) - Method in MockClosureProxy
-
Creates a new MockClosureProxy
wrapping the given
closure.
- createXml(File, String) - Method in PdfBuilder
-
- createXmlSlurper() - Method in SpringIOUtils
-
- CREDIT_CARD_CONSTRAINT - Field in ConstrainedProperty
-
- CreditCardConstraint - Class in org.grails.validation
Validates a credit card number.
- CriteriaTypeCheckingExtension - Class in org.grails.compiler
@since 2.4
- CRLF - Field in GrailsPrintWriter
-
- CTOR_GROOVY_METHOD - Field in BaseApiProvider
-
- ctx - Field in AbstractGrailsMockTests
-
- curChar - Field in JsonParserTokenManager
-
- CurrencyValueConverter - Class in org.grails.databinding.converters
A ValueConverter for converting String to Currency.
- CURRENT_PREFIX - Field in AbstractGrailsArtefactTransformer
-
- current() - Method in SystemStreamsRedirector
-
- currentApplication() - Method in GrailsWebUtil
-
@return The currently bound GrailsApplication instance
- currentCompilationError - Field in Environment
-
- currentConfiguration() - Method in GrailsWebUtil
-
@return The currently bound GrailsApplication instance
- currentFlatConfiguration() - Method in GrailsWebUtil
-
@return The currently bound GrailsApplication instance
- currentInitialEvent - Field in TestRuntime
-
- currentPluginManager() - Method in Holders
-
- currentProject - Field in FetchAllTaskSelectorsBuildAction.AllTasksModel
-
- currentReloadError - Field in Environment
-
- currentRequestAttributes() - Method in WebAttributes
-
- currentStack(OutputEncodingStackAttributes) - Method in OutputEncodingStack
-
- currentToken - Field in ParseException
-
This is the last token that has been consumed successfully.
- currentWriter(String) - Method in LayoutWriterStack
-
Returns a java.io.Writer where a layout part can write its contents to.
- currentWriter() - Method in OutputEncodingStack
-
- curry(Object) - Method in AbstractClosureProxy
-
- CUSTOM_EDITORS_BEAN - Field in GrailsRuntimeConfigurator
-
- customize(ConfigurableEmbeddedServletContainer) - Method in UrlMappingsErrorPageCustomizer
-
- customizeContext(ConfigurableApplicationContext, ConfigurableBeanFactory, TestRuntime, Map) - Method in GrailsApplicationTestPlugin
-
- customizeGrailsApplication(GrailsApplication) - Method in GrailsApplicationPostProcessor
-
- customizeGrailsApplication(GrailsApplication, TestRuntime, Map) - Method in GrailsApplicationTestPlugin
-
- customizeGrailsApplication(GrailsApplication) - Method in GrailsApplicationTestPlugin.TestRuntimeGrailsApplicationPostProcessor
-
- customizePluginManager(GrailsPluginManager) - Method in GrailsApplicationPostProcessor
-
- customizePluginManager(GrailsPluginManager) - Method in GrailsApplicationTestPlugin.TestRuntimeGrailsApplicationPostProcessor
-
- ga - Field in AbstractGrailsMockTests
-
The GrailsApplication instance created during setup
- gcl - Field in AbstractGrailsMockTests
-
A GroovyClassLoader instance
- GDM_EVENT_PACKAGE - Field in SpringEventTranslator
-
- generateGsp(Writer, boolean) - Method in GroovyPageParser
-
- generateIdForURI(String, Date, Object) - Method in AtomRenderer
-
- generateJavaName(String) - Method in GroovyPageCompiler
-
- generateParseException() - Method in JSONParser
-
Generate ParseException.
- generatePluginXml(ClassNode, String, Set<String>, File) - Method in GlobalGrailsClassInjectorTransformation
-
- generateToc(def) - Method in LegacyTocStrategy
-
- generateToc(def) - Method in YamlTocStrategy
-
- generateToken(String) - Method in SynchronizerTokensHolder
-
- GenericBeanFactoryAccessor - Class in org.grails.spring.beans.factory
A fork of the Spring 2.5.6 GenericBeanFactoryAccess class that was removed from Spring 3.0.
- GenericBeanFactoryAccessor(ListableBeanFactory) - Constructor in GenericBeanFactoryAccessor
-
Constructs a GenericBeanFactoryAccessor
that wraps the supplied org.springframework.beans.factory.ListableBeanFactory.
- GenericJavaBeanMarshaller - Class in org.grails.web.converters.marshaller.xml
@author Siegfried Puchbauer
- get(Object) - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- get(Object) - Method in AbstractTypeConvertingMap
-
- get(long, TimeUnit) - Method in BoundPromise
-
- get(String) - Method in CodeGenConfig
-
- get(Object) - Method in CompositeConfig
-
- get(Object) - Method in ConfigProperties
-
- get(String, T, List<T>) - Method in DeprecatedGrailsConfig
-
Configuration Value lookup with a default value and a list of allowed values.
- get(Object) - Method in FlatConfig
-
- get(long, TimeUnit) - Method in GparsPromise
-
- get(def) - Method in GPathResultMap
-
- get(Object) - Method in GrailsFlashScope
-
- get(Object) - Method in GrailsParameterMap
-
- get(def) - Method in HalGPathResultMap
-
- get(boolean) - Method in Holder
-
- get(int) - Method in JSONArray
-
Get the object value associated with an index.
- get(Object) - Method in JSONObject
-
- get(Object) - Method in LazyBeanMap
-
- get(Object) - Method in LazyMetaPropertyMap
-
Obtains the value of an object's properties on demand using Groovy's MOP.
- get() - Method in Metadata.FinalReference
-
- get(Object) - Method in NavigableMap
-
- get(Object) - Method in NavigableMap.NullSafeNavigator
-
- get(Object) - Method in NavigableMapConfig
-
- get(Object) - Method in PrefixedConfig
-
- get(long, TimeUnit) - Method in PromiseList
-
- get(long, TimeUnit) - Method in PromiseMap
-
Synchronously return the populated map with all values obtained from promises used
inside the populated map
- get(long, TimeUnit) - Method in ReactorPromise
-
- get(long, TimeUnit) - Method in SynchronousPromise
-
- GET_TAG_LIB_NAMESPACE_METHOD_NAME - Field in TagLibraryTransformer
-
- GET_TEMPLATE_URI - Field in ControllerDynamicMethods
-
- get(Map) - Method in TestRuntime.LazyValue
-
- GET_VIEW_URI - Field in ControllerDynamicMethods
-
- getAbsoluteTemplateURI(String, boolean) - Method in GroovyPagesUriService
-
- getAbsoluteTemplateURI(String, boolean) - Method in GroovyPagesUriSupport
-
Used to resolve template names that are not relative to a controller.
- getAbsoluteViewURI(String) - Method in GroovyPagesUriService
-
- getAbsoluteViewURI(String) - Method in GroovyPagesUriSupport
-
Obtains a view URI that is not relative to any given controller
- getAcceptMimeType() - Method in RenderContext
-
@return Returns the mime type accepted by the client or null if non specified
- getAcceptMimeType() - Method in ServletRenderContext
-
- getAction() - Method in ForwardUrlMappingInfo
-
- 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 grails.web.mapping.UrlMapping#getActionName()
- getActionName(String) - Method in DefaultRequestStateLookupStrategy
-
- getActionName() - Method in DefaultUrlMappingInfo
-
- getActionName() - Method in GrailsRequestContext
-
@return The Action name
- getActionName() - Method in GrailsRequestStateLookupStrategy
-
The action name
- getActionName() - Method in GrailsWebRequest
-
@return the actionName
- getActionName() - Method in RenderContext
-
@return The current action name
- getActionName() - Method in ResponseCodeUrlMapping
-
- getActionName() - Method in ServletRenderContext
-
- 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 WebAttributes
-
Obtains the currently executing action name
- getActionName() - Method in WebRequestDelegatingRequestContext
-
- getActions() - Method in GrailsControllerClass
-
@return The action names
- getActionUri() - Method in Controller
-
Returns the URI of the currently executing action
- getAdditionalDependencies() - Method in GrailsApplicationCompilerAutoConfiguration
-
- getAfter() - Method in JspFormRemoteTag
-
- getAfter() - Method in JspRemoteFunctionTag
-
- getAfter() - Method in JspRemoteLinkTag
-
- getAfter() - Method in JspSubmitToRemoteTag
-
- 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
- getAllArtefacts() - Method in LegacyGrailsApplication
-
- getAllArtefacts() - Method in StandaloneGrailsApplication
-
- getAllAssociationMap(ClassNode) - Method in GrailsASTUtils
-
- getAllClasses() - Method in DefaultGrailsApplication
-
Retrieves all classes loaded by the GrailsApplication.
- getAllClasses() - Method in GrailsApplication
-
Retrieves all java.lang.Class instances loaded by the Grails class loader
- getAllClasses() - Method in LegacyGrailsApplication
-
- getAllClasses() - Method in StandaloneGrailsApplication
-
- getAllEvents() - Method in Event
-
@return The names of all persistence events
- getAllInterfaces(Object) - Method in GrailsClassUtils
-
Return all interfaces that the given instance implements as array,
including ones implemented by superclasses.
- getAllInterfacesAsSet(Object) - Method in GrailsClassUtils
-
Return all interfaces that the given instance implements as Set,
including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>, ClassLoader) - Method in GrailsClassUtils
-
Return all interfaces that the given class implements as array,
including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class, ClassLoader) - Method in GrailsClassUtils
-
Return all interfaces that the given class implements as Set,
including ones implemented by superclasses.
- getAllPlugins() - Method in AbstractGrailsPluginManager
-
- getAllPlugins() - Method in BasePluginFilter
-
- getAllPlugins() - Method in GrailsPluginManager
-
Returns an array of all the loaded plug-ins
- getAllProfiles() - Method in AbstractJarProfileRepository
-
- getAllProfiles() - Method in GitProfileRepository
-
- getAllProfiles() - Method in MavenProfileRepository
-
- getAllProfiles() - Method in ProfileRepository
-
@return All the available profiles in the repository
- getAnnotationClassNode(String) - Method in TransactionalTransform
-
- getAnnotations(AnnotatedElement, Class<T>) - Method in TestRuntimeUtil
-
Collections annotations of given type of given class.
- getAnnotationType() - Method in ArtefactTypeAstTransformation
-
- getAnnotationType() - Method in TagLibArtefactTypeAstTransformation
-
- getAnnotationTypeClass() - Method in ArtefactTypeAstTransformation
-
- getAnnotationTypeClass() - Method in ControllerArtefactTypeTransformation
-
- getAppDir(Resource) - Method in GrailsResourceUtils
-
- getApplication() - Method in AbstractGrailsClass
-
- getApplication() - Method in GrailsClass
-
The GrailsApplication that this class belongs to
- getApplication() - Method in LegacyGrailsDomainClass
-
- getApplicationContext() - Method in ApplicationAttributes
-
@return The application context for servlet
- getApplicationContext() - Method in ApplicationCommand
-
- getApplicationContext() - Method in ConvertersApi
-
- getApplicationContext() - Method in ConvertersConfigurationInitializer
-
- getApplicationContext() - Method in DefaultGrailsApplicationAttributes
-
- getApplicationContext() - Method in DefaultRuntimeSpringConfiguration
-
- getApplicationContext() - Method in GrailsRequestContext
-
The ApplicationContext instance.
- getApplicationContext() - Method in GrailsUnitTestMixin
-
- getApplicationContext() - Method in GrailsWebRequest
-
Obtains the ApplicationContext object.
- getApplicationContext() - Method in Holders
-
- getApplicationContext() - Method in Plugin
-
@return The ApplicationContext
- getApplicationContext() - Method in RuntimeSpringConfiguration
-
Retrieves the application context from the current state.
- getApplicationContext() - Method in ServletAttributes
-
Obtains the ApplicationContext instance
- getApplicationContext() - Method in WebRequestDelegatingRequestContext
-
- getApplicationDefaultDecorator(HttpServletRequest) - Method in GroovyPageLayoutFinder
-
- getApplicationName() - Method in Metadata
-
@return The application name
- getApplicationName() - Method in MockApplicationContext
-
- getApplicationUri(ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getApplicationUri(ServletRequest) - Method in GrailsApplicationAttributes
-
@param request
- 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 GroovyScriptCommand
-
@return The arguments as a list of strings
- getArgsMap() - Method in GroovyScriptCommand
-
@return The undeclared command line arguments
- getArgument(String) - Method in CommandDescription
-
Returns an argument for the given name or null if it doesn't exist
- getArgument(String, Class<T>) - Method in TestEvent
-
- getArguments() - Method in CommandDescription
-
Arguments to the command
- getArguments() - Method in RenderContext
-
@return Arguments passed by the user
- getArtefact() - Method in ArtefactAdditionEvent
-
- getArtefact(String, String) - Method in DefaultGrailsApplication
-
Retrieves an artefact for the given type and name.
- getArtefact(String, String) - Method in GrailsApplication
-
- getArtefact(String, String) - Method in LegacyGrailsApplication
-
- getArtefact(String, String) - Method in StandaloneGrailsApplication
-
- getArtefactByLogicalPropertyName(String, String) - Method in DefaultGrailsApplication
-
- getArtefactByLogicalPropertyName(String, String) - Method in GrailsApplication
-
Retrieves an artefact by its logical property name.
- getArtefactByLogicalPropertyName(String, String) - Method in LegacyGrailsApplication
-
- getArtefactByLogicalPropertyName(String, String) - Method in StandaloneGrailsApplication
-
- getArtefactCount(String) - Method in DefaultGrailsApplication
-
Retrieves the number of artefacts registered for the given artefactType as defined by the ArtefactHandler.
- getArtefactDirectory(String) - Method in GrailsResourceUtils
-
Takes a file path and returns the name of the folder under grails-app i.e:
- getArtefactForFeature(Object) - Method in ArtefactHandler
-
- getArtefactForFeature(Object) - Method in ArtefactHandlerAdapter
-
- getArtefactForFeature(String, Object) - Method in DefaultGrailsApplication
-
- getArtefactForFeature(String, Object) - Method in GrailsApplication
-
- getArtefactForFeature(String, Object) - Method in LegacyGrailsApplication
-
- getArtefactForFeature(String, Object) - Method in StandaloneGrailsApplication
-
- 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
- getArtefactHandler(String) - Method in LegacyGrailsApplication
-
- getArtefactHandler(String) - Method in StandaloneGrailsApplication
-
- getArtefactHandlers() - Method in DefaultGrailsApplication
-
- getArtefactHandlers() - Method in GrailsApplication
-
- getArtefactHandlers() - Method in LegacyGrailsApplication
-
- getArtefactHandlers() - Method in StandaloneGrailsApplication
-
- getArtefactInfo(String) - Method in DefaultGrailsApplication
-
Get the cache of classes for the specified artefact type.
- getArtefactInfo(String) - Method in GrailsApplication
-
- getArtefactInfo(String) - Method in LegacyGrailsApplication
-
- getArtefactInfo(String) - Method in StandaloneGrailsApplication
-
- 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
-
- getArtefacts(String) - Method in LegacyGrailsApplication
-
- getArtefacts(String) - Method in StandaloneGrailsApplication
-
- getArtefactType() - Method in AbstractGrailsArtefactTransformer
-
- getArtefactType() - Method in ControllerDomainTransformer
-
- getArtefactType() - Method in ConvertersDomainTransformer
-
- getArtefactType(Class) - Method in DefaultGrailsApplication
-
- getArtefactType(Class) - Method in GrailsApplication
-
Returns the ArtefactHandler for the given class or null
- getArtefactType(Class) - Method in LegacyGrailsApplication
-
- getArtefactType(Class) - Method in StandaloneGrailsApplication
-
- getArtefactType() - Method in TagLibraryTransformer
-
- getArtefactTypes() - Method in AbstractGrailsArtefactTransformer
-
- getArtefactTypes() - Method in ApplicationClassInjector
-
- getArtefactTypes() - Method in ControllerActionTransformer
-
- getArtefactTypes() - Method in ControllerTraitInjector
-
- getArtefactTypes() - Method in DefaultGrailsDomainClassInjector
-
- getArtefactTypes() - Method in DomainClassTraitInjector
-
- getArtefactTypes() - Method in GrailsArtefactClassInjector
-
- getArtefactTypes() - Method in InterceptorTraitInjector
-
- getArtefactTypes() - Method in ServiceTraitInjector
-
- getArtefactTypes() - Method in TagLibraryTraitInjector
-
- getArtefactTypes() - Method in TagLibraryTransformer
-
- getArtefactTypes() - Method in TraitInjector
-
- getArtefactTypes() - Method in WebDataBindingTraitInjector
-
- getAs() - Method in JspRenderErrorsTag
-
- getAssocationMap(ClassNode, String) - Method in GrailsASTUtils
-
Returns a map containing the names and types of the given association type. eg.
- getAssociatedDomainClassFromApplication(Object) - Method in GrailsDomainClassValidator
-
- getAssociationIdentifier(Object, String, GrailsDomainClass) - Method in GrailsDomainConfigurationUtil
-
- getAssociationMap() - Method in DefaultGrailsDomainClass
-
Retrieves the association map
- 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 LegacyGrailsDomainClass
-
- getAssociations() - Method in DefaultGrailsDomainClass
-
- getAstAppliedMarkerClass() - Method in ArtefactTypeAstTransformation
-
- getAsText() - Method in ClassEditor
-
- getAsync() - Method in GradleInvoker
-
- getAsynchronous() - Method in JspFormRemoteTag
-
- getAsynchronous() - Method in JspRemoteFunctionTag
-
- getAsynchronous() - Method in JspRemoteLinkTag
-
- getAsynchronous() - Method in JspSubmitToRemoteTag
-
- getAt(ApplicationContext, String) - Method in ApplicationContextExtension
-
Adds the ability to use the subscript operator to obtain beans
- getAt(Object) - Method in CodeGenConfig
-
- getAt(Object) - Method in CompositeConfig
-
- getAt(Object) - Method in ConfigMap
-
Enables the object[foo] syntax
- getAt(String) - Method in DataBindingSource
-
Convencience operator overloading
- getAt(Object) - Method in DeprecatedGrailsConfig
-
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
-
- getAt(HttpServletRequest, String) - Method in HttpServletRequestExtension
-
- getAt(HttpSession, String) - Method in HttpSessionExtension
-
- getAt(Object) - Method in NavigableMap
-
- getAt(Object) - Method in NavigableMap.NullSafeNavigator
-
- getAt(Object) - Method in NavigableMapConfig
-
- getAt(Object) - Method in PrefixedConfig
-
- getAt(K) - Method in PromiseMap
-
Gets a promise instance for the given key
- getAt(String) - Method in SimpleMapDataBindingSource
-
- getAt(String) - Method in ValidationErrors
-
- 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
-
- getAttributesToRender(def, def) - Method in ApplicationTagLib
-
- 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
- getAvailableTags(String) - Method in TagLibraryLookup
-
- getaValue() - Method in Pair
-
- getaValue() - Method in Triple
-
- getBaseDir() - Method in ProjectContext
-
@return The base directory of the project
- getBaseUrl() - Method in GrailsWebRequest
-
- getBean(String, Class<T>) - 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 JspRenderTag
-
- getBean(Class<T>, Object) - Method in MockApplicationContext
-
- getBeanClass() - Method in CachedIntrospectionResults
-
- 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
- getBeanDefinitions() - Method in InterceptorTestPlugin
-
- getBeanFactory() - Method in GenericBeanFactoryAccessor
-
Return the wrapped org.springframework.beans.factory.ListableBeanFactory.
- getBeanInfo() - Method in CachedIntrospectionResults
-
- getBeanNameBlacklistPattern() - Method in ChainedTransactionManagerPostProcessor
-
- getBeanNameInternalBlacklistPattern() - Method in ChainedTransactionManagerPostProcessor
-
- getBeanNames() - Method in DefaultRuntimeSpringConfiguration
-
- getBeanNames() - Method in RuntimeSpringConfiguration
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in MockApplicationContext
-
Find all names of beans whose Class
has the supplied java.lang.annotation.Annotation
type, without creating any bean instances yet.
- getBeanNamesForType(Class, boolean, boolean) - Method in MockApplicationContext
-
- getBeanNameWhitelistPattern() - Method in ChainedTransactionManagerPostProcessor
-
- getBeansConfig() - Method in MapBasedSmartPropertyOverrideConfigurer
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in GenericBeanFactoryAccessor
-
@see ListableBeanFactory#getBeansOfType(Class, boolean, boolean)
- getBeansOfType(Class<T>, boolean, boolean) - Method in MockApplicationContext
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in GenericBeanFactoryAccessor
-
Find all beans whose Class
has the supplied java.lang.annotation.Annotation type.
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in MockApplicationContext
-
- getBefore() - Method in JspFormRemoteTag
-
- getBefore() - Method in JspRemoteFunctionTag
-
- getBefore() - Method in JspRemoteLinkTag
-
- getBefore() - Method in JspSubmitToRemoteTag
-
- getBeginColumn() - Method in SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in SimpleCharStream
-
Get token beginning line number.
- getBinaryDescriptor() - Method in BinaryGrailsPlugin
-
@return The META-INF/grails-plugin.xml descriptor
- getBinding() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getBinding() - Method in OutputContext
-
- getBody() - Method in GSPSitemeshPage
-
- getBodyClosure(int) - Method in GroovyPage
-
- getBodyClosure() - Method in TagBodyClosure
-
- getBoolean(String, Boolean) - Method in AbstractTypeConvertingMap
-
- getBoolean(int) - Method in JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - Method in JSONObject
-
Get the boolean value associated with a key.
- getBooleanFromMap(String, Map<?, ?>, boolean) - Method in GrailsClassUtils
-
Retrieves a boolean value from a Map for the given key
- getBuffer() - Method in FastStringPrintWriter
-
- getBuffer() - Method in FastStringWriter
-
- getBuffer() - Method in StreamCharBuffer.StreamCharBufferReader
-
- getBuffer() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- getBufferChangesCounter() - Method in StreamCharBuffer
-
- getBuildDir() - Method in FileSystemInteraction
-
@return The target build directory
- getBuildDir() - Method in FileSystemInteractionImpl
-
@return The target build directory
- getBuildMergeProfileNames() - Method in AbstractProfile
-
- getBuildMergeProfileNames() - Method in Profile
-
@return The profile names to participate in build merge
- getBuildPlugins() - Method in AbstractProfile
-
- getBuildPlugins() - Method in Feature
-
@return The build plugin names
- getBuildPlugins() - Method in Profile
-
@return The list of build plugins for this profile
- getBuildRepositories() - Method in AbstractProfile
-
- getBuildRepositories() - Method in Profile
-
@return The buildscript maven repository definitions for this profile
- getbValue() - Method in Pair
-
- getbValue() - Method in Triple
-
- getByte(String, Integer) - Method in AbstractTypeConvertingMap
-
- getCacheKeyValueForResource(Object) - Method in CachingLinkGenerator
-
- getCacheTimeout() - Method in CachingGrailsConventionGroovyPageLocator
-
- getCacheTimeout() - Method in CachingGroovyPageStaticResourceLocator
-
- getCacheTimeout() - Method in GroovyPageViewResolver
-
- getCapacity() - Method in BoundedCharsAsEncodedBytesCounter
-
- getCategory() - Method in GrailsConsole
-
- getCause() - Method in BindingError
-
@return an exception thrown during the data binding process
- getCause() - Method in JSONException
-
- getCause() - Method in SimpleBindingError
-
- getChainModel() - Method in ResponseRedirector
-
Obtains the chain model which is used to chain request attributes from one request to the next via flash scope
- getChar(String, Integer) - Method in AbstractTypeConvertingMap
-
- getCharacterEncoding() - Method in DefaultRequestStateLookupStrategy
-
- getCharacterEncoding() - Method in GrailsRequestStateLookupStrategy
-
The character encoding of the request
- getChars(int, int, char[], int) - Method in CharArrayAccessible
-
Characters are copied from this sequence into the
destination character array dst
.
- getChars(CharSequence, int, int, char[], int) - Method in CharSequences
-
Provides an optimized way to copy CharSequence content to target array.
- getChunkMinSize() - Method in StreamCharBuffer
-
- getCircularReferenceBehaviour() - Method in ChainedConverterConfiguration
-
- getCircularReferenceBehaviour() - Method in ConverterConfiguration
-
Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected)
- getCircularReferenceBehaviour() - Method in DefaultConverterConfiguration
-
- getCircularReferenceBehaviour() - Method in ImmutableConverterConfiguration
-
@see ConverterConfiguration#getCircularReferenceBehaviour()
- GETCLASS_PATTERN - Field in DefaultGrailsApplication
-
- GETCLASS_PATTERN - Field in LegacyGrailsApplication
-
- 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 FileSystemInteraction
-
@return The directory where classes are compiled to
- getClassesDir() - Method in FileSystemInteractionImpl
-
@return The directory where classes are compiled to
- GETCLASSESMETH_PATTERN - Field in DefaultGrailsApplication
-
- GETCLASSESMETH_PATTERN - Field in LegacyGrailsApplication
-
- GETCLASSESPROP_PATTERN - Field in DefaultGrailsApplication
-
- GETCLASSESPROP_PATTERN - Field in LegacyGrailsApplication
-
- getClassForName(String) - Method in AbstractGrailsApplication
-
- 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
- getClassForName(String) - Method in LegacyGrailsApplication
-
- getClassifier() - Method in GrailsPluginGradlePlugin.ExplodedDir
-
- getClassInjectors() - Method in GrailsAwareInjectionOperation
-
- getClassLoader() - Method in AbstractGrailsApplication
-
- getClassLoader() - Method in ClassPathResource
-
Return the ClassLoader that this resource will be obtained from.
- getClassLoader() - Method in DefaultResourceLoader
-
Return the ClassLoader to load class path resources with.
- getClassLoader() - Method in GrailsApplication
-
Returns the class loader instance for the Grails application.
- getClassLoader() - Method in GrailsWebApplicationContext
-
- getClassLoader() - Method in LegacyGrailsApplication
-
- getClassLoader() - Method in MapBasedSmartPropertyOverrideConfigurer
-
- getClassLoader() - Method in MockApplicationContext
-
- getClassLoader() - Method in PathMatchingResourcePatternResolver
-
Return the ClassLoader that this pattern resolver works with
(never null
).
- getClassLoader() - Method in ResourceLoader
-
Expose the ClassLoader used by this ResourceLoader.
- getClassLoader() - Method in SimpleMapResourceLoader
-
- getClassLoader() - Method in StaticResourceLoader
-
- getClassName(String, String) - Method in GrailsClassUtils
-
Returns the class name for the given logical name and trailing name.
- getClassName(String) - Method in GrailsNameUtils
-
Return the class name for the given logical name.
- getClassName(String) - Method in GrailsResourceUtils
-
Returns the class name for a Grails resource.
- getClassName() - Method in GrailsWrappedRuntimeException
-
@return Returns the className.
- getClassName() - Method in GroovyPageParser
-
- getClassName() - Method in Model
-
@return The class name excluding package
- getClassNameForClassFile(String, String) - Method in GrailsResourceUtils
-
Returns the class name for a compiled class file
- 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
- getClazz() - Method in AbstractGrailsClass
-
- getClazz() - Method in GrailsClass
-
Returns the actual clazz represented by the GrailsClass.
- getClazz() - Method in LegacyGrailsDomainClass
-
- getCode() - Method in JspMessageTag
-
- getCodecAliases() - Method in CodecIdentifier
-
Gets the aliases for this codec.
- getCodecAliases() - Method in CombinedCodecIdentifier
-
- getCodecAliases() - Method in DefaultCodecIdentifier
-
- getCodecIdentifier() - Method in AbstractCharReplacementEncoder
-
- getCodecIdentifier() - Method in ChainedDecoder
-
- getCodecIdentifier() - Method in ChainedEncoder
-
- getCodecIdentifier() - Method in CodecIdentifierProvider
-
Gets the codec identifier information.
- getCodecIdentifier() - Method in HTML4Decoder
-
- getCodecIdentifier() - Method in NoneEncoder
-
- getCodecIdentifier() - Method in RawCodec
-
- getCodecName() - Method in CodecIdentifier
-
Gets the unique name of the codec.
- getCodecName() - Method in CombinedCodecIdentifier
-
- getCodecName() - Method in DefaultCodecIdentifier
-
- getCodeSnippet() - Method in GrailsWrappedRuntimeException
-
@return Returns the line.
- getCodeToHandleAllowedMethods(ClassNode, String) - Method in ControllerActionTransformer
-
- getCollection() - Method in JspRenderTag
-
- getColumn() - Method in SimpleCharStream
-
- getCommand(ProjectContext, String) - Method in AbstractProfile
-
- getCommand(String, ProfileRepository) - Method in CommandRegistry
-
Returns a command for the given name and repository
- getCommand(ProjectContext, String) - Method in Profile
-
Obtain a command by name
- getCommand() - Method in Step
-
@return The command that this step is part of
- getCommandLine() - Method in ExecutionContext
-
@return The parsed command line arguments as an instance of
CommandLine
- getCommandName() - Method in CommandLine
-
@return The command name specified
- getCommandResolvers(boolean) - Method in ResourceResolvingCommandFactory
-
- getCommands(ProjectContext) - Method in AbstractJarProfileRepository.JarProfile
-
- getCommands(ProjectContext) - Method in AbstractProfile
-
- getCommands(ProjectContext) - Method in Profile
-
- getCommandsDirectory(Profile) - Method in FileSystemCommandResourceResolver
-
- getCompilationException() - Method in GroovyPageMetaInfo
-
- getCompiledClass() - Method in GroovyPageCompiledScriptSource
-
@return The compiled class
- getCompiledSource(def, def) - Method in AbstractGrailsTagTests
-
- getCompleter() - Method in ClosureCompleter
-
- getCompleters(ProjectContext) - Method in AbstractProfile
-
- getCompleters(ProjectContext) - Method in Profile
-
The profile completers
- 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.
- getComponents() - Method in ComponentCapableDomainClass
-
Gets all the components for this domain class
- getComponents() - Method in DefaultGrailsDomainClass
-
- getComponentType() - Method in AbstractVndErrorRenderer
-
- getComponentType() - Method in ContainerRenderer
-
- Returns:
- The underlying type wrapped by the container.
- getConfig() - Method in AbstractGrailsApplication
-
- getConfig() - Method in DefaultGrailsApplication
-
- getConfig() - Method in DeprecatedGrailsConfig
-
- getConfig() - Method in GrailsApplication
-
Returns the ConfigObject instance.
- getConfig() - Method in GrailsUnitTestMixin
-
- getConfig() - Method in Holders
-
- getConfig() - Method in LegacyGrailsApplication
-
- getConfig() - Method in Plugin
-
@return The
Config instance for this plugin
- getConfig() - Method in ProjectContext
-
@return The codegen config
- getConfigLocations() - Method in GrailsWebApplicationContext
-
- getConfigSettings(Config) - Method in FilteringCodecsByContentTypeSettings
-
- getConfiguration() - Method in AbstractProfile
-
- getConfiguration() - Method in Feature
-
@return The configuration for the feature
- getConfiguration() - Method in Profile
-
@return The profiles configuration
- getConfigurationClass() - Method in GrailsDataSource
-
@return The configuration class to use when setting up the database.
- getConfigurationResource(Class<?>, String) - Method in AbstractGrailsPlugin
-
- getConfiguredMimeTypes() - Method in MimeType
-
@return An array of MimeTypes
- getConnectionFromDriverManager(String, Properties) - Method in ReadOnlyDriverManagerDataSource
-
- getConsole() - Method in ProjectContext
-
- getConstrainedProperties() - Method in ConstrainedPropertyBuilder
-
- getConstrainedProperties() - Method in DefaultGrailsDomainClass
-
- getConstrainedProperties() - Method in DomainClass
-
- 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 LegacyGrailsDomainClass
-
- getConstrainedPropertiesForClass(Class<?>, boolean) - Method in ValidationSupport
-
- getConstraintMetadata(ClosureExpression) - Method in GrailsASTUtils
-
Evaluates a constraints closure and returns metadata about the constraints configured in the closure.
- getConstraints() - Method in AbstractUrlMapping
-
@see UrlMapping#getConstraints()
- getConstraints() - Method in ResponseCodeUrlMapping
-
- getConstraints() - Method in UrlMapping
-
- getConstraintsMap() - Method in Validateable
-
- getContent() - Method in GrailsContentBufferingResponse
-
- getContent() - Method in IncludedContent
-
Returns the included content
- getContent(String) - Method in IncludeResponseWrapper
-
- getContentAsCharArray() - Method in IncludedContent
-
- getContentBuffer(String) - Method in GSPSitemeshPage
-
@param name propertyName of contentBuffer (with "page." prefix)
- getContents() - Method in GrailsPageResponseWrapper
-
- getContentType() - Method in GrailsLayoutView
-
- getContentType(String, String) - Method in GrailsWebUtil
-
- getContentType() - Method in GroovyPageMetaInfo
-
- getContentType() - Method in GroovyPageParser
-
- getContentType() - Method in IncludedContent
-
Returns the included content type (default is text/html;charset=UTF=8)
- getContentType() - Method in IncludeResponseWrapper
-
- getContentType() - Method in MockPart
-
- getContentType() - Method in NullView
-
- getContextPath() - Method in DefaultLinkGenerator
-
- getContextPath() - Method in DefaultRequestStateLookupStrategy
-
- getContextPath() - Method in GrailsRequestStateLookupStrategy
-
Obtains the context path to use from the request
- getContextPath() - Method in GrailsWebRequest
-
Returns the context path of the request.
- getContextPath() - Method in LinkGenerator
-
Obtains the context path from which this link generator is operating.
- getController(ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getController() - Method in ForwardUrlMappingInfo
-
- 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 GrailsWebRequest
-
@return the controllerClass
- getControllerClass() - Method in WebAttributes
-
Obtains the currently executing controller class
- getControllerClasses() - Method in AbstractGrailsControllerTests
-
Subclasses may override this method to return a list of classes which should
be added to the GrailsApplication as controller classes
- getControllerFromRequest(HttpServletRequest) - Method in GrailsWebUtil
-
Obtains the currently executing controller from the given request if any.
- getControllerName() - Method in AbstractUrlMapping
-
@see UrlMapping#getControllerName()
- getControllerName() - Method in DefaultRequestStateLookupStrategy
-
- getControllerName() - Method in DefaultUrlMappingInfo
-
- getControllerName() - Method in GrailsRequestContext
-
@return The Controller Name
- getControllerName() - Method in GrailsRequestStateLookupStrategy
-
The controller name
- getControllerName() - Method in GrailsTestInterceptor
-
- getControllerName() - Method in GrailsWebRequest
-
@return the controllerName
- getControllerName() - Method in RenderContext
-
@return The current controller name
- getControllerName() - Method in ResponseCodeUrlMapping
-
- getControllerName() - Method in ServletRenderContext
-
- 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 WebAttributes
-
Obtains the currently executing controller name
- getControllerName() - Method in WebRequestDelegatingRequestContext
-
- getControllerNamespace() - Method in DefaultRequestStateLookupStrategy
-
- getControllerNamespace() - Method in GrailsRequestStateLookupStrategy
-
The controller namespace
- getControllerNamespace() - Method in GrailsWebRequest
-
@return the controllerNamespace
- getControllerNamespace() - Method in RenderContext
-
@return The current controller name
- getControllerNamespace() - Method in ServletRenderContext
-
- getControllerNamespace() - Method in WebAttributes
-
Obtains the currently executing controller namespace
- getControllerUri() - Method in Controller
-
Returns the URI of the currently executing controller
- getControllerUri(ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getControllerUri(ServletRequest) - Method in GrailsApplicationAttributes
-
@param request
- getConverter(Class, def) - Method in SimpleDataBinder
-
- getConverterClass() - Method in ObjectMarshallerRegisterer
-
- getConverterConfiguration(Class<C>) - Method in ConvertersConfigurationHolder
-
- getCountingWriter() - Method in BoundedCharsAsEncodedBytesCounter
-
- getCreatedMillis() - Method in CacheEntry
-
- getCreationTime() - Method in GrailsHttpSession
-
- 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
-
- getCurrentCommandLine() - Method in CommandLineParser
-
- getCurrentCompilationError() - Method in Environment
-
- getCurrentEnvironment() - Method in Environment
-
@see #getCurrent()
- getCurrentLineNumber() - Method in GSPWriter
-
- getCurrentOriginalWriter() - Method in OutputEncodingStack
-
- getCurrentOutputEncodingStack() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getCurrentOutputEncodingStack() - Method in OutputContext
-
- getCurrentOutputLineNumber() - Method in GroovyPageParser
-
- getCurrentParentBuffers() - Method in StreamCharBuffer
-
- getCurrentReloadError() - Method in Environment
-
- getCurrentRequest() - Method in GrailsWebRequest
-
@return The currently executing request
- getCurrentRequestUri(HttpServletRequest) - Method in GroovyPagesServlet
-
- getCurrentResponse() - Method in GrailsWebRequest
-
- getCurrentStrackReference() - Method in PathCapturingJSONWriterWrapper
-
- getCurrentWriter() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getCurrentWriter() - Method in OutputContext
-
- getcValue() - Method in Triple
-
- getData() - Method in GrailsTokenizedHTMLPage
-
- getDataBindingSourceCreator(MimeType, Class, Object) - Method in DefaultDataBindingSourceRegistry
-
- getDataBindingSourceRegistry(GrailsApplication) - Method in DataBindingUtils
-
- getDataBindingSources() - Method in CollectionDataBindingSource
-
- getDataBindingSources() - Method in GPathResultCollectionDataBindingSource
-
- getDatasource() - Method in DefaultGrailsServiceClass
-
- getDatasource() - Method in GrailsServiceClass
-
Get the datasource name that this service class works with.
- getDate(Calendar) - Method in AbstractStructuredDateBindingEditor
-
- getDate(String, String) - Method in AbstractTypeConvertingMap
-
Obtains a date from the parameter using the given format
- getDate(String) - Method in GrailsParameterMap
-
Obtains a date for the parameter name using the default format
- getDate(Calendar) - Method in StructuredCalendarBindingEditor
-
- getDate(Calendar) - Method in StructuredDateBindingEditor
-
- getDate(Calendar) - Method in StructuredSqlDateBindingEditor
-
- getDbCreate() - Method in GrailsDataSource
-
Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update".
- getDecoder() - Method in CodecFactory
-
Gets the decoder instance.
- getDecoder() - Method in DefaultGrailsCodecClass
-
- getDecoder() - Method in HTML4Codec
-
- getDecoder() - Method in HTMLCodec
-
- getDecoder() - Method in HTMLJSCodec
-
- getDecoder() - Method in JavaScriptCodec
-
- getDecoder() - Method in RawCodec
-
- getDecoder() - Method in XMLCodecFactory
-
- getDecorator(HttpServletRequest, Page) - Method in GrailsLayoutDecoratorMapper
-
- getDecorators() - Method in PromiseDecoratorProvider
-
@return A list of decorators
- getDefaultAction() - Method in GrailsControllerClass
-
Returns the default action for this Controller.
- getDefaultArtifactType() - Method in GrailsCentralPublishGradlePlugin
-
- getDefaultClassifier() - Method in GrailsCentralPublishGradlePlugin
-
- getDefaultClassifier() - Method in GrailsProfilePublishGradlePlugin
-
- getDefaultClassLoader() - Method in DefaultResourceLoader
-
- getDefaultCollectionInstanceForType(Class) - Method in SimpleDataBinder
-
- getDefaultConstraints(Config) - Method in ConstraintEvalUtils
-
Looks up the default configured constraints from the given configuration
- getDefaultConstraints() - Method in ConstraintsEvaluator
-
The default constraints to use
- getDefaultConstraints(Config) - Method in DomainClassGrailsPlugin
-
- getDefaultConstructor(ClassNode) - Method in GrailsASTUtils
-
Obtains the default constructor for the given class node.
- getDefaultConstructor(ClassNode) - Method in GroovyScriptCommandTransform
-
- getDefaultContextLoaderClassName(Class<?>) - Method in GrailsJunit4ClassRunner
-
- getDefaultDescription(Project) - Method in GrailsCentralPublishGradlePlugin
-
- getDefaultEncodeAs() - Method in DefaultGrailsTagLibClass
-
- getDefaultEncodeAs() - Method in GrailsTagLibClass
-
- getDefaultEngine() - Method in GrailsDependencyVersions
-
- getDefaultExtraArtifact(Project) - Method in GrailsCentralPublishGradlePlugin
-
- getDefaultExtraArtifact(Project) - Method in GrailsProfilePublishGradlePlugin
-
- getDefaultFeatures() - Method in AbstractProfile
-
- getDefaultFeatures() - Method in Profile
-
@return The default features for this profile
- getDefaultGrailsCentralReleaseRepo() - Method in GrailsCentralPublishGradlePlugin
-
- getDefaultGrailsCentralReleaseRepo() - Method in GrailsProfilePublishGradlePlugin
-
- getDefaultGrailsCentralSnapshotRepo() - Method in GrailsCentralPublishGradlePlugin
-
- getDefaultGrailsCentralSnapshotRepo() - Method in GrailsProfilePublishGradlePlugin
-
- getDefaultInputMask() - Method in GrailsConsole
-
- getDefaultMessage(String) - Method in AbstractConstraint
-
Returns the default message for the given message code in the
current locale.
- getDefaultProfile() - Method in CreateAppCommand
-
- getDefaultProfile() - Method in CreatePluginCommand
-
- getDefaultProfile() - Method in CreateProfileCommand
-
- getDefaultRepo() - Method in GrailsCentralPublishGradlePlugin
-
- getDefaultRepo() - Method in GrailsProfilePublishGradlePlugin
-
- getDefaultResourceLoader() - Method in DefaultResourceLocator
-
- getDefaultResourceLoader() - Method in ResourceLocator
-
- getDefaultTaglibEncoder() - Method in OutputEncodingStack
-
- getDefaultTaglibEncoder() - Method in OutputEncodingStackAttributes
-
- getDefaultValue(String) - Method in OutputEncodingSettings
-
- getDefinedFormats(Closure) - Method in MimeTypesApiSupport
-
- getDelegate() - Method in AbstractClosureProxy
-
- getDependencies() - Method in AbstractProfile
-
- getDependencies() - Method in Feature
-
@return The dependency definitions for this feature
- getDependencies() - Method in GrailsClasspath
-
@return All Grails dependencies, pull from 'testRuntime' scope
- getDependencies() - Method in GrailsDependencyVersions
-
- getDependencies() - Method in Profile
-
@return The dependency definitions for this profile
- getDependencyNames() - Method in AbstractGrailsPlugin
-
- getDependencyNames() - Method in DefaultGrailsPlugin
-
- getDependencyNames() - Method in GrailsPlugin
-
@return The names of the plugins this plugin is dependant on
- getDependentVersion(String) - Method in AbstractGrailsPlugin
-
- getDependentVersion(String) - Method in DefaultGrailsPlugin
-
- getDependentVersion(String) - Method in GrailsPlugin
-
The version of the specified dependency
- getDeployedAbsoluteViewURI(String) - Method in GroovyPagesUriService
-
- getDeployedAbsoluteViewURI(String) - Method in GroovyPagesUriSupport
-
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
- getDeployedViewURI(String, String) - Method in DefaultGroovyPagesUriService
-
- getDeployedViewURI(String, String) - Method in GroovyPagesUriService
-
- getDeployedViewURI(String, String) - Method in GroovyPagesUriSupport
-
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
- getDeployedViewURI(String, String) - Method in GroovyPageUtils
-
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
- getDepth() - Method in JSON
-
- getDepth() - Method in XML
-
- getDescription() - Method in AbstractProfile
-
- getDescription() - Method in ApplicationCommand
-
- getDescription() - Method in ClassPathResource
-
This implementation returns a description that includes the class path location.
- getDescription() - Method in ClosureExecutingCommand
-
- getDescription() - Method in Command
-
@return The description of the command
- getDescription() - Method in DefaultFeature
-
- getDescription() - Method in Described
-
@return The description
- getDescription() - Method in Feature
-
@return The description of the profile
- getDescription() - Method in FileSystemResource
-
This implementation returns a description that includes the absolute
path of the file.
- getDescription() - Method in GradleTaskCommandAdapter
-
- getDescription() - Method in GrailsResource
-
- getDescription() - Method in MockApplicationContext.MockResource
-
- getDescription() - Method in Option
-
- getDescription() - Method in Profile
-
@return The description of the profile
- getDescription() - Method in Resource
-
Return a description for this resource,
to be used for error output when working with the resource.
- getDescription() - Method in SpringResource
-
- getDescription() - Method in UrlResource
-
This implementation returns a description that includes the URL.
- 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 PluginAstReader.BasicGrailsPluginInfo
-
- 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() - Method in DefaultGrailsDomainClassProperty
-
- getDomainClass() - Method in GrailsDomainClassProperty
-
Returns the parent domain class of the property instance.
- getDomainClass() - Method in GrailsDomainClassValidator
-
- getDomainClasses() - Method in AbstractGrailsControllerTests
-
Subclasses may override this method to return a list of classes which should
be added to the GrailsApplication as domain classes
- getDomainClassMap() - Method in GroovyPagesTemplateEngine
-
- getDomainClassType(def, String) - Method in GrailsWebDataBinder
-
@param obj any object
- getDouble(String, Double) - Method in AbstractTypeConvertingMap
-
- getDouble(int) - Method in JSONArray
-
Get the double value associated with an index.
- getDouble(String) - Method in JSONObject
-
Get the double value associated with a key.
- getDriverClassName() - Method in GrailsDataSource
-
The driver class name for the data source.
- getELContext() - Method in GroovyPagesPageContext
-
- 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
-
- getEncodeAsForTag(String) - Method in DefaultGrailsTagLibClass
-
- getEncodeAsForTag(String) - Method in GrailsTagLibClass
-
- getEncodeAsForTag(String, String) - Method in TagLibraryLookup
-
- getEncodedAppender() - Method in CodecPrintWriter
-
- getEncodedAppender() - Method in EncodedAppenderFactory
-
Gets the EncodedAppender that is connected to the instance of this
implementation.
- getEncodedAppender() - Method in EncodedAppenderWriter
-
- getEncodedAppender() - Method in GSPResponseWriter
-
- getEncodedAppender() - Method in OutputEncodingStack.OutputProxyWriter
-
- getEncodedAppender() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- getEncodedAppender() - Method in StreamingEncoderWriter
-
- getEncoder() - Method in CodecFactory
-
Gets the encoder instance.
- getEncoder() - Method in CodecPrintWriter
-
- getEncoder() - Method in DefaultGrailsCodecClass
-
- getEncoder() - Method in EncodedAppenderWriter
-
- getEncoder() - Method in EncoderAware
-
Gets the current encoder in use.
- getEncoder() - Method in GSPResponseWriter
-
- getEncoder() - Method in HTML4Codec
-
- getEncoder() - Method in HTMLCodec
-
- getEncoder() - Method in HTMLJSCodec
-
- getEncoder() - Method in JavaScriptCodec
-
- getEncoder() - Method in OutputEncodingStack.OutputProxyWriter
-
- getEncoder() - Method in RawCodec
-
- getEncoder() - Method in StreamingEncoderWriter
-
- getEncoder() - Method in XMLCodecFactory
-
- getEncoderForContentType(String) - Method in FilteringCodecsByContentTypeSettings
-
- getEncoders() - Method in EncodingState
-
Gets the current encoding state (= encoder that have been applied)
- getEncoders() - Method in EncodingStateImpl
-
- getEncoding() - Method in BoundedCharsAsEncodedBytesCounter
-
- 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()
- getEncodingState() - Method in StreamCharBuffer.EncodedPart
-
- getEncodingStateFor(CharSequence) - Method in DefaultEncodingStateRegistry
-
- getEncodingStateFor(CharSequence) - Method in EncodingStateRegistry
-
Gets the current encoding state for a CharSequence.
- getEncodingStateRegistry() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getEncodingStateRegistry() - Method in GrailsWebRequest
-
- getEncodingStateRegistry() - Method in OutputContext
-
- getEncodingStateRegistryLookup() - Method in EncodingStateRegistryLookupHolder
-
- 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.
- getEnvironment() - Method in CommandLine
-
@return The environment specified
- getEnvironment(String) - Method in Environment
-
Returns the environment for the given short name
- getEnvironment() - Method in GrailsUtil
-
Retrieves the current execution environment.
- getEnvironment() - Method in GrailsWebApplicationContext
-
- getEnvironment() - Method in Metadata
-
@return The environment the application expects to run in
- getEnvironment() - Method in MockApplicationContext
-
- getEnvironmentSpecificBlock(Environment, Closure<?>) - Method in Environment
-
Takes an environment specific DSL block like:
- getErr() - Method in GrailsConsole
-
- getError() - Method in GrailsClasspath
-
@return The error message if one occurred
- getError() - Method in JspMessageTag
-
- getErrorMessage(String) - Method in GrailsCentralPublishGradlePlugin
-
- getErrors() - Method in Controller
-
Obtains the errors instance for the current controller
- getErrors(ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getErrors(ServletRequest) - Method in GrailsApplicationAttributes
-
@param request
- getErrors() - Method in Validateable
-
- getErrors() - Method in ValidationException
-
- 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 GroovyPagesPageContext
-
- getExceptionHandlerMethodFor(Class<? extends Exception>) - Method in Controller
-
- getExceptionHandlerMethods(ClassNode, SourceUnit) - Method in ControllerActionTransformer
-
- getExceptionType() - Method in ControllerExceptionHandlerMetaData
-
- getExceptionType() - Method in ResponseCodeUrlMapping
-
- getExcludePatterns() - Method in AbstractGrailsControllerUrlMappings
-
- 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
- getExcludes(Class) - Method in AbstractConverter
-
Gets the excludes for the given type
- getExcludes(Class) - Method in ConfigurableConverter
-
Gets the excludes for the given type
- getExcludes() - Method in RenderContext
-
Which properties should be excluded from rendering
- getExecutionContext() - Method in GroovyScriptCommand
-
- getExistingJUnit4BeforeMethod(ClassNode) - Method in TestForTransformation
-
- getExistingOrCreateJUnit4Setup(ClassNode) - Method in TestForTransformation
-
- getExpandoMetaClass(Class) - Method in GrailsClassUtils
-
- getExpandoMetaClass(Class<?>) - Method in GrailsMetaClassUtils
-
- getExpressionCodecDirectiveValue() - Method in GroovyPageParser
-
- getExpressionEncoder() - Method in GroovyPageMetaInfo
-
- getExpressionEncoder() - Method in OutputEncodingStack
-
- getExpressionEncoder() - Method in OutputEncodingStackAttributes
-
- getExpressionEvaluator() - Method in GroovyPagesPageContext
-
- getExpressionFactory() - Method in GroovyPagesJspApplicationContext
-
- getExpressionOut() - Method in GroovyPage
-
- getExpressionText(String, boolean) - Method in GroovyPageParser
-
- getExpressionWriter() - Method in OutputEncodingStack
-
- getExtends() - Method in AbstractProfile
-
- getExtends() - Method in Profile
-
- getExtraHiddenFields(HttpServletRequest) - Method in MockRequestDataValueProcessor
-
- getFactory() - Method in FactoryHolder
-
- 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
- getFailOnError() - Method in DomainClassUnitTestMixin
-
- getFeatures() - Method in AbstractProfile
-
- getFeatures() - Method in Profile
-
@return The features for this profile
- getFeatures() - Method in TestMixinRuntimeSupport
-
- getFeatures() - Method in TestRuntimeAwareMixin
-
@return list of features that are required by the test mixin
- getFetchMode() - Method in DefaultGrailsDomainClassProperty
-
- getFetchMode() - Method in GrailsDomainClassProperty
-
Returns the configured fetch mode for the property
- getField() - Method in JspEachErrorTag
-
- getField() - Method in JspHasErrorsTag
-
- getField() - Method in JspRenderErrorsTag
-
- getField(Class, String) - Method in SimpleDataBinder
-
- getFieldName(String) - Method in DefaultGrailsDomainClass
-
- getFieldName() - Method in DefaultGrailsDomainClassProperty
-
- 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 LegacyGrailsDomainClass
-
- getFieldValue(Object, String) - Method in GrailsClassUtils
-
Get the value of a declared field on an object
- getFile(URI) - Method in AbstractFileResolvingResource
-
This implementation returns a File reference for the underlying class path
resource, provided that it refers to a file in the file system.
- getFile() - Method in ByteArrayResource
-
- getFile() - Method in FileSystemResource
-
This implementation returns the underlying File reference.
- getFile(String) - Method in GrailsMockHttpServletRequest
-
{@inheritDoc }
- getFile() - Method in GrailsResource
-
- getFile(URI) - Method in GrailsResourceUtils
-
Resolve the given resource URI to a java.io.File
,
i.e. to a file in the file system.
- getFile() - Method in Resource
-
Return a File handle for this resource.
- getFile() - Method in SpringResource
-
- getFile() - Method in UrlResource
-
This implementation returns a File reference for the underlying URL/URI,
provided that it refers to a file in the file system.
- getFileBasename(String) - Method in GrailsStringUtils
-
Obtains the base name of a file excluding path and extension
- getFileExtensions() - Method in YamlPropertySourceLoader
-
- getFileForLastModifiedCheck() - Method in AbstractFileResolvingResource
-
This implementation determines the underlying File
(or jar file, in case of a resource in a jar/zip).
- getFileMap() - Method in GrailsMockHttpServletRequest
-
{@inheritDoc }
- getFilename() - Method in ByteArrayResource
-
- getFilename() - Method in ClassPathResource
-
This implementation returns the name of the file that this class path
resource refers to.
- getFileName(StackTraceElement) - Method in DefaultErrorsPrinter
-
- getFileName(StackTraceElement) - Method in DefaultStackTracePrinter
-
- getFilename() - Method in FileSystemResource
-
This implementation returns the name of the file.
- getFilename() - Method in GrailsByteArrayResource
-
- getFilename() - Method in GrailsResource
-
- getFilename(String) - Method in GrailsResourceUtils
-
Extract the filename from the given path,
e.g.
- getFileName() - Method in GrailsTagException
-
- getFileName() - Method in GroovyPagesException
-
- getFilename() - Method in MockFileResource
-
- getFilename() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getFilename() - Method in Resource
-
Determine a filename for this resource, i.e. typically the last
part of the path: for example, "myfile.txt".
- getFileName() - Method in SourceCodeAware
-
- getFilename() - Method in SpringResource
-
- getFilename() - Method in UrlResource
-
This implementation returns the name of the file that this URL refers to.
- getFileNameInfo(Throwable, Resource) - Method in DefaultErrorsPrinter
-
- getFileNames() - Method in GrailsMockHttpServletRequest
-
{@inheritDoc }
- getFiles(String) - Method in GrailsMockHttpServletRequest
-
{@inheritDoc }
- getFileSystemName() - Method in AbstractGrailsPlugin
-
- getFileSystemName() - Method in GrailsPlugin
-
Returns the name of the plugin as represented in the file system including the version.
- getFileSystemShortName() - Method in AbstractGrailsPlugin
-
- getFileSystemShortName() - Method in GrailsPlugin
-
Returns the name of the plugin as represented on the file system without the version.
- getFileTimestamp() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getFilteringCodec() - Method in GrailsWebRequest
-
- getFilteringEncoder() - Method in GrailsWebRequest
-
- getFirstArtefact(String) - Method in DefaultGrailsApplication
-
- getFirstRuntimeException(Throwable) - Method in ExceptionUtils
-
- getFirstRuntimeException(Throwable) - Method in GrailsExceptionResolver
-
- getFlag(String) - Method in CommandDescription
-
Returns a flag for the given name or null if it doesn't exist
- getFlags() - Method in CommandDescription
-
Flags to the command.
- getFlash() - Method in ControllerUnitTestMixin
-
The Grails 'flash' object
@return
- getFlash() - Method in WebAttributes
-
Obtains the Grails FlashScope 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 AbstractGrailsApplication
-
- getFlatConfig() - Method in DeprecatedGrailsConfig
-
- getFlatConfig() - Method in GrailsApplication
-
Returns the flatten ConfigObject for use from Java classes.
- getFlatConfig() - Method in Holders
-
- getFlatConfig() - Method in LegacyGrailsApplication
-
- getFloat(String, Float) - Method in AbstractTypeConvertingMap
-
- getForeachRenamedIt() - Method in GroovySyntaxTag
-
- getFormat() - Method in Constrained
-
- getFormat() - Method in ConstrainedProperty
-
- getFormat(HttpServletRequest) - Method in HttpServletRequestExtension
-
Obtains the request format, which is dictated by the CONTENT_TYPE header and evaluated using the
configured
MimeType instances.
- getFormat(HttpServletResponse) - Method in HttpServletResponseExtension
-
Obtains the format to use for the response using either the file extension or the ACCEPT header
- getFormatFromURI(String, MimeType) - Method in WebUtils
-
Obtains the format from the URI.
- getFormatString(Annotation) - Method in GrailsWebDataBinder
-
- getFormatString(Annotation) - Method in SimpleDataBinder
-
@param annotation An instance of grails.databinding.BindingFormat or org.grails.databinding.BindingFormat
- getFormattedConverter(Field, String) - Method in SimpleDataBinder
-
Get a ValueConverter for field
- getForwardURI() - Method in GrailsMockHttpServletRequest
-
Implementation of the dynamic "forwardURI" property.
- getForwardURI(HttpServletRequest) - Method in HttpServletRequestExtension
-
- getForwardURI(HttpServletRequest) - Method in WebUtils
-
Obtains the forwardURI from the request, since Grails uses a forwarding technique for URL mappings.
- getFrom() - Method in JspSelectTag
-
- getFullClassName(String) - Method in GrailsNameUtils
-
Returns the class name, including package, for the given class.
- getFullName() - Method in AbstractGrailsClass
-
- 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 LegacyGrailsDomainClass
-
- getFullName() - Method in Model
-
@return The class name including package
- getFullName() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- 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
- getGlobalClassInjectors() - Method in GrailsAwareInjectionOperation
-
- getGormValidationApi(Datastore, Class, Validator) - Method in GormApiSupport
-
- getGrailsApplication() - Method in AbstractGrailsClass
-
- getGrailsApplication() - Method in ApplicationAttributes
-
@return Retrieves the grails application instance
- getGrailsApplication(TestEvent) - Method in ControllerTestPlugin
-
- getGrailsApplication() - Method in DefaultGrailsApplicationAttributes
-
- getGrailsApplication() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getGrailsApplication(TestEvent) - Method in DomainClassTestPlugin
-
- getGrailsApplication(TestRuntime) - Method in GrailsApplicationTestPlugin
-
- getGrailsApplication() - Method in GrailsClass
-
The GrailsApplication that this class belongs to
- getGrailsApplication() - Method in GrailsUnitTestMixin
-
- getGrailsApplication() - Method in GroovyPageMetaInfo
-
- getGrailsApplication() - Method in Holders
-
- getGrailsApplication() - Method in LegacyGrailsDomainClass
-
- getGrailsApplication() - Method in OutputContext
-
- getGrailsApplication() - Method in WebAttributes
-
Obtains the GrailsApplication instance
- getGrailsAttributes() - Method in WebAttributes
-
Obtains the GrailsApplicationAttributes instance
- getGrailsClass(String) - Method in ArtefactInfo
-
- getGrailsClass(String) - Method in DefaultArtefactInfo
-
- getGrailsClassByLogicalPropertyName(String) - Method in ArtefactInfo
-
Retrieves a Grails class by its logical property name.
- getGrailsClassByLogicalPropertyName(String) - Method in DefaultArtefactInfo
-
- getGrailsClasses() - Method in ArtefactInfo
-
Gets you the array of all artefact GrailsClass(es), the classes used to track
information about the artefact.
- getGrailsClasses() - Method in DefaultArtefactInfo
-
- getGrailsClassesByName() - Method in ArtefactInfo
-
- getGrailsClassesByName() - Method in DefaultArtefactInfo
-
- getGrailsConsole() - Method in GroovyScriptCommand
-
- getGrailsEnv() - Method in GroovyScriptCommand
-
@return The name of the current Grails environment
- getGrailsLinkGenerator() - Method in ResponseRedirector
-
- getGrailsPlugin(String, Object) - Method in AbstractGrailsPluginManager
-
- getGrailsPlugin(String, Object) - Method in GrailsPluginManager
-
Retrieves a plug-in for its name and version
- getGrailsPlugin(String, BigDecimal) - Method in MockGrailsPluginManager
-
- getGrailsPluginForClassName(String) - Method in AbstractGrailsPluginManager
-
- getGrailsPluginForClassName(String) - Method in GrailsPluginManager
-
Obtains a GrailsPlugin for the given classname
- getGrailsVersion() - Method in BuildSettings
-
@return The version of Grails being used
- getGrailsVersion() - Method in Environment
-
@return The current Grails version
- getGrailsVersion() - Method in GrailsUtil
-
- getGrailsVersion() - Method in Metadata
-
@return The Grails version used to build the application
- getGroovyPageFileName() - Method in GroovyPage
-
- getGroovyPageLocator() - Method in GroovyPagesTemplateEngine
-
- getGroovyPageMetaInfo() - Method in GroovyPageCompiledScriptSource
-
- getGroovyPages() - Method in ControllerUnitTestMixin
-
- getGroovyPageSourceDecorators() - Method in GroovyPagesTemplateEngine
-
- getGroovyPagesTemplateEngine() - Method in GroovyPagesServlet
-
- getGroovyPagesUriService() - Method in DefaultGrailsApplicationAttributes
-
- getGroovyPagesUriService() - Method in GrailsApplicationAttributes
-
@return The GroovyPageUriService instance
- getGroovySource() - Method in GroovyPageMetaInfo
-
- getGspEncoding() - Method in GroovyPageParser
-
- getGspEncoding() - Method in GroovyPagesTemplateEngine
-
- getHandlerExecutionChain(Object, HttpServletRequest) - Method in UrlMappingsHandlerMapping
-
- getHandlerInterceptor() - Method in InterceptorUnitTestMixin
-
- getHandlerInternal(HttpServletRequest) - Method in UrlMappingsHandlerMapping
-
- getHead() - Method in GSPSitemeshPage
-
- getHeader(String) - Method in MockPart
-
- getHeaderNames() - Method in MockPart
-
- getHeaders(String) - Method in MockPart
-
- getHibernateLazyInitializer() - Method in HibernateProxy
-
- getHtmlParts() - Method in GroovyPage
-
- getHtmlParts() - Method in GroovyPageMetaInfo
-
- getHtmlParts() - Method in GroovyPageParser
-
- getHtmlPartsArray() - Method in GroovyPageParser
-
- getHttpMethod() - Method in AbstractUrlMapping
-
- getHttpMethod() - Method in DefaultRequestStateLookupStrategy
-
- getHttpMethod() - Method in DefaultUrlMappingInfo
-
- getHttpMethod() - Method in GrailsRequestStateLookupStrategy
-
@return The HTTP method
- getHttpMethod() - Method in RenderContext
-
@return The HTTP method
- getHttpMethod() - Method in ServletRenderContext
-
- getHttpMethod() - Method in UrlMapping
-
The HTTP method this URL mapping applies to.
- getHttpMethod() - Method in UrlMappingInfo
-
The HTTP method that this URL mapping maps to
- 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 GrailsDomainClass
-
Returns the identifier property
- getIdentifier() - Method in GrailsParameterMap
-
@return The identifier in the request
- getIdentifier() - Method in LegacyGrailsDomainClass
-
- getIdentifierValue() - Method in DataBindingSource
-
@return the identifier value for binding or null if no identifier is represented by this binding source
- getIdentifierValue() - Method in SimpleMapDataBindingSource
-
- getIdentifierValueFrom(def) - Method in GrailsWebDataBinder
-
- GetImage() - Method in SimpleCharStream
-
Get token literal value.
- getImplementation() - Method in LazyInitializer
-
- getIncludes(Class) - Method in AbstractConverter
-
Gets the includes for the given type
- getIncludes(Class) - Method in ConfigurableConverter
-
Gets the includes for the given type
- getIncludes() - Method in RenderContext
-
Which properties should be included in rendering
- getIndexedPropertyReferenceDescriptor(def) - Method in SimpleDataBinder
-
- getInitClosure() - Method in DefaultGrailsBootstrapClass
-
- getInitClosure() - Method in GrailsBootstrapClass
-
Returns the init closure which is called on application load.
- getInitParameter(String) - Method in GrailsNoDecorator
-
- getInitParameterNames() - Method in GrailsNoDecorator
-
- getInList() - Method in Constrained
-
@return Constrains the be within the list of given values
- getInList() - Method in ConstrainedProperty
-
@return Returns the inList.
- getInnerView() - Method in GrailsLayoutView
-
- getInnerViewResolver() - Method in GrailsLayoutViewResolver
-
- getInnerViewResolver() - Method in LayoutViewResolver
-
- getInput() - Method in GrailsConsole
-
@return The input stream being read from
- getInputStream() - Method in ByteArrayResource
-
- getInputStream() - Method in ClassPathResource
-
This implementation opens an InputStream for the given class path resource.
- getInputStream() - Method in FileSystemResource
-
This implementation opens a FileInputStream for the underlying file.
- getInputStream() - Method in GrailsMockHttpServletRequest
-
- getInputStream() - Method in GrailsResource
-
- getInputStream() - Method in MockApplicationContext.MockResource
-
- getInputStream() - Method in MockPart
-
- getInputStream() - Method in Resource
-
An input stream
- getInputStream() - Method in SpringResource
-
- getInputStream() - Method in StreamByteBuffer
-
- getInputStream() - Method in UrlResource
-
This implementation opens an InputStream for the given URL.
- getInstance() - Method in DefaultGrailsPlugin
-
- getInstance() - Method in DomainValidator
-
Returns the singleton instance of this validator.
- getInstance() - Method in GrailsConsole
-
- getInstance() - Method in GrailsPlugin
-
Retrieves the wrapped plugin instance for this plugin
- getInstance() - Method in GrailsTagRegistry
-
- getInstance(ServletResponse) - Method in GSPResponseWriter
-
- getInstance() - Method in InetAddressValidator
-
Returns the singleton instance of this validator.
- getInstance() - Method in LazyMetaPropertyMap
-
Returns the wrapped instance.
- getInstance(Resource) - Method in Metadata
-
Loads and returns a new Metadata object for the given File.
- getInstance() - Method in UrlValidator
-
Returns the singleton instance of this class with default schemes and options.
- getInstanceImplementation() - Method in AbstractGrailsArtefactTransformer
-
The class that provides the implementation of all instance methods and properties
- getInstanceImplementation() - Method in ControllerDomainTransformer
-
- getInstanceImplementation() - Method in ConvertersDomainTransformer
-
- getInt(String, Integer) - Method in AbstractTypeConvertingMap
-
- 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.
- getJarFile(String) - Method in PathMatchingResourcePatternResolver
-
Resolve the given jar file URL into a JarFile object.
- getJarsFromServletContext() - Method in TagLibraryResolverImpl
-
- getJpaClassNames() - Method in AnnotationDomainClassArtefactHandler
-
- getJson() - Method in AbstractGrailsMockHttpServletResponse
-
Get the response JSON
- getJSON(HttpServletRequest) - Method in ConvertersExtension
-
- 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.
- getJspApplicationContext(ServletContext) - Method in GroovyPagesJspFactory
-
- getJspContext() - Method in JspFragmentImpl
-
- getJspTag(String, String) - Method in GroovyPage
-
- getJspTagLibraryResolver() - Method in GroovyPageMetaInfo
-
- getJspTags() - Method in GroovyPageMetaInfo
-
- getJspTags() - Method in GroovyPageParser
-
- getKey() - Method in AbstractTemplateVariableBinding.BindingMapEntry
-
- getKnownMimeTypes() - Method in DefaultMimeUtility
-
{@inheritDoc}
- getKnownMimeTypes() - Method in MimeUtility
-
Gets the known configured MimeType instances
- getLastAccessedTime() - Method in GrailsHttpSession
-
- getLastMessage() - Method in GrailsConsole
-
@return The last message logged
- getLastModified() - Method in GroovyPageMetaInfo
-
- getLastModified() - Method in GroovyPageParser
-
- getLastModified(HttpServletRequest, Object) - Method in UrlMappingsInfoHandlerAdapter
-
- getLastTaskInfo() - Method in StopWatch
-
Return the last task as a TaskInfo object.
- getLastTaskName() - Method in StopWatch
-
Return the name of the last task.
- getLastTaskTimeMillis() - Method in StopWatch
-
Return the time taken by the last task.
- getLicense() - Method in GrailsPublishExtension
-
- getLine() - Method in SimpleCharStream
-
- getLineNumber() - Method in GrailsTagException
-
- getLineNumber() - Method in GrailsWrappedRuntimeException
-
@return Returns the lineNumber.
- getLineNumber() - Method in GroovyPagesException
-
- getLineNumber() - Method in SourceCodeAware
-
- getLineNumberInfo(Throwable, int) - Method in DefaultErrorsPrinter
-
- getLineNumberInfo(Throwable, int) - Method in ErrorsViewStackTracePrinter
-
- getLineNumberMatrix() - Method in GroovyPageParser
-
- getLineNumbers() - Method in GroovyPageMetaInfo
-
- getLineNumbers() - Method in GSPWriter
-
- getLinksForObject(def) - Method in AbstractLinkingRenderer
-
- getLinkTitle(PersistentEntity, Locale) - Method in AbstractLinkingRenderer
-
- getList(String) - Method in AbstractTypeConvertingMap
-
Helper method for obtaining a list of values from parameter
- getList() - Method in InListConstraint
-
@return Returns the list.
- getListOfClasses(AnnotationNode) - Method in MixinTransformation
-
- getListOfClasses(AnnotationNode) - Method in TestMixinTransformation
-
- 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.
- getLoadedCodecs(TestRuntime) - Method in GrailsApplicationTestPlugin
-
- getLocalClassInjectors() - Method in GrailsAwareInjectionOperation
-
- getLocale() - Method in GrailsWebDataBinder
-
- getLocale() - Method in LocaleAwareNumberConverter
-
- getLocale() - Method in RenderContext
-
@return The locale
- getLocale() - Method in ServletRenderContext
-
- getLocation() - Method in Feature
-
@return The location of the feature
- getLog() - Method in BeanBuilder
-
- getLog() - Method in DefaultGrailsPlugin
-
- getLogicalControllerName(GroovyObject) - Method in DefaultGroovyPagesUriService
-
- getLogicalControllerName(GroovyObject) - Method in GroovyPagesUriSupport
-
- 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
-
- getLogicalPropertyName(String, String) - Method in GrailsNameUtils
-
- getLogicalPropertyName() - Method in LegacyGrailsDomainClass
-
- getLogicalUrls() - Method in DefaultUrlMappingData
-
- getLogicalUrls() - Method in ResponseCodeMappingData
-
- getLogicalUrls() - Method in UrlMappingData
-
- getLong(String, Long) - Method in AbstractTypeConvertingMap
-
- 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.
- getLowerCaseName() - Method in Model
-
A lower case version of the class name separated by hyphens.
- getLowerVersion(String) - Method in GrailsVersionUtils
-
Returns the lower version of a Grails version number expression in a plugin
- getMainContext() - Method in AbstractGrailsApplication
-
- getMainContext() - Method in GrailsApplication
-
Returns the Spring context for this application.
- getMainContext() - Method in GrailsUnitTestMixin
-
- getMainContext() - Method in LegacyGrailsApplication
-
- getManager() - Method in AbstractGrailsPlugin
-
- getManager() - Method in GrailsPlugin
-
Retrieves the plugin manager if known, otherwise returns null
- getManager() - Method in Plugin
-
- getMandatory(String, List<T>) - Method in DeprecatedGrailsConfig
-
Configuration Value lookup with throws a GrailsConfigurationException when the value is null
or not within the allowedValues.
- getMappedBy() - Method in DefaultGrailsDomainClass
-
- getMappedBy() - Method in GrailsDomainClass
-
@return The map that defines association mappings
- getMappedBy() - Method in LegacyGrailsDomainClass
-
- getMappedByMap(Class<?>) - Method in GrailsDomainConfigurationUtil
-
Retrieves the mappedBy map for the specified class.
- 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
-
The name of the mapping in case of named URL mapping
- 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 GrailsDomainClass
-
@return The name of the ORM implementation used to map the domain class (default is "GORM")
- getMappingStrategy() - Method in LegacyGrailsDomainClass
-
- getMarkerAnnotation() - Method in AbstractGrailsArtefactTransformer
-
A marker annotation to be applied to added methods, defaults to null
- 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 Constrained
-
- getMatches() - Method in ConstrainedProperty
-
@return Returns the matches.
- getMatchingFileExtensions() - Method in CommandResourceResolver
-
The pattern to match file names with
- getMatchingFileExtensions() - Method in ResourceResolvingCommandFactory
-
- getMax() - Method in Constrained
-
@return Returns the maximum possible value.
- getMax() - Method in ConstrainedProperty
-
@return Returns the max.
- getMaximumNumberOfParameters() - Method in AbstractClosureProxy
-
- getMaximumNumberOfParameters() - Method in TagBodyClosure
-
- getMaximumNumberOfParameters() - Method in TagOutput.ConstantClosure
-
- getMaxInactiveInterval() - Method in GrailsHttpSession
-
- getMaxSize() - Method in Constrained
-
- getMaxSize() - Method in ConstrainedProperty
-
@return Returns the maxSize.
- getMaxSize() - Method in MaxSizeConstraint
-
@return Returns the maxSize.
- getMaxValue() - Method in MaxConstraint
-
@return Returns the maxValue.
- getMergedBinaryPluginProperties(Locale) - Method in PluginAwareResourceBundleMessageSource
-
- getMergedPluginProperties(Locale) - Method in PluginAwareResourceBundleMessageSource
-
Get a PropertiesHolder that contains the actually visible properties
for a Locale, after merging all specified resource bundles.
- getMergedProperties(Locale) - Method in ReloadableResourceBundleMessageSource
-
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
-
- getMessageCodes(String, Class) - Method in DataBindingUtils
-
- getMessageFormat(String, Locale) - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getMessageSource() - Method in DefaultGrailsApplicationAttributes
-
- getMessageSource() - Method in GrailsApplicationAttributes
-
@return The MessageSource instance
- getMessageSource() - Method in GrailsUnitTestMixin
-
- getMetaClass() - Method in AbstractGrailsClass
-
@return the metaClass
- getMetaClass() - Method in GrailsApplicationContext
-
- getMetaClass() - Method in GrailsClass
-
@return The MetaClass for this Grails class
- getMetaClass(Object) - Method in GrailsMetaClassUtils
-
- getMetaClass() - Method in GrailsPrintWriter
-
- getMetaConstraintValue(String) - Method in ConstrainedProperty
-
Obtains the value of the named meta constraint.
- getMetadata() - Method in AbstractGrailsApplication
-
- getMetadata() - Method in GrailsApplication
-
- getMetadata() - Method in LegacyGrailsApplication
-
- getMetadataFile() - Method in Metadata
-
- 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
-
- getMethodName() - Method in ControllerExceptionHandlerMetaData
-
- getMimeConfig(Config) - Method in MimeTypesFactoryBean
-
- getMimeType(GrailsApplication, Object) - Method in DataBindingUtils
-
- getMimeType(HttpServletResponse) - Method in HttpServletResponseExtension
-
Obtains the MimeType for the response using either the file extension or the ACCEPT header
- getMimeTypeForExtension(String) - Method in DefaultMimeUtility
-
{@inheritDoc}
- getMimeTypeForExtension(String) - Method in MimeUtility
-
Obtains a MimeType for the given extension
- getMimeTypeForURI(String) - Method in DefaultMimeUtility
-
- getMimeTypeForURI(String) - Method in MimeUtility
-
Obtains a MimeType for the given extension
- getMimeTypeResolver(GrailsApplication) - Method in DataBindingUtils
-
- getMimeTypes() - Method in DefaultDataBindingSourceCreator
-
- getMimeTypes() - Method in DefaultHtmlRenderer
-
- getMimeTypes() - Method in HalJsonDataBindingSourceCreator
-
- getMimeTypes() - Method in HalXmlDataBindingSourceCreator
-
- getMimeTypes(HttpServletRequest) - Method in HttpServletRequestExtension
-
Obtains a list of configured
MimeType instances for the request
- getMimeTypes(HttpServletResponse) - Method in HttpServletResponseExtension
-
Gets the configured mime types for the response
- getMimeTypes() - Method in JsonDataBindingSourceCreator
-
- getMimeTypes() - Method in MimeTypeProvider
-
@return The
MimeType instances provided by this object
- getMimeTypes() - Method in XmlDataBindingSourceCreator
-
- getMimeTypesFormatAware(HttpServletResponse) - Method in HttpServletResponseExtension
-
Gets the configured mime types for the response
- getMin() - Method in Constrained
-
@return Returns the minimum possible value.
- getMin() - Method in ConstrainedProperty
-
@return Returns the min.
- getMinSize() - Method in Constrained
-
- getMinSize() - Method in ConstrainedProperty
-
@return Returns the minSize.
- getMinSize() - Method in MinSizeConstraint
-
@return Returns the minSize.
- getMinValue() - Method in MinConstraint
-
@return Returns the minValue.
- getMixinClassForArtefactType(ClassNode) - Method in TestForTransformation
-
- getModel() - Method in ControllerUnitTestMixin
-
@return The model of the current controller
- getModel() - Method in Interceptor
-
@return The current model
- getModel() - Method in JspEachErrorTag
-
- getModel() - Method in JspHasErrorsTag
-
- getModel() - Method in JspRenderErrorsTag
-
- getModel() - Method in JspRenderTag
-
- getModelAndView() - Method in Controller
-
Obtains the ModelAndView for the currently executing controller
- getModelAndView() - Method in Interceptor
-
Obtains the ModelAndView for the currently executing controller
- getModelAndView() - Method in ServletRenderContext
-
- getModelName() - Method in Model
-
A property name version of the class name.
- getMultiFileMap() - Method in GrailsMockHttpServletRequest
-
{@inheritDoc }
- getMultipartContentType(String) - Method in GrailsMockHttpServletRequest
-
- getMultipartHeaders(String) - Method in GrailsMockHttpServletRequest
-
- getName() - Method in AbstractGrailsClass
-
- getName() - Method in AbstractGrailsPlugin
-
- getName() - Method in AbstractJarProfileRepository.JarProfile
-
- getName() - Method in ApplicationCommand
-
- 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 CreateAppCommand
-
- getName() - Method in CreatePluginCommand
-
- getName() - Method in CreateProfileCommand
-
- 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 ExecuteStep
-
- getName() - Method in Feature
-
@return The name of the feature
- getName() - Method in GradleStep
-
- getName() - Method in GradleTaskCommandAdapter
-
- 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 GrailsNoDecorator
-
- getName() - Method in GrailsPluginGradlePlugin.ExplodedDir
-
- getName() - Method in GrailsPluginInfo
-
@return The name of the plug-in
- getName() - Method in GrailsTag
-
@return The name of the tag
- 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 GspTagSourceMacro
-
- getName() - Method in HelpCommand
-
- getName() - Method in HiddenMacro
-
- 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 LegacyGrailsDomainClass
-
- getName() - Method in MatchesConstraint
-
- getName() - Method in MaxConstraint
-
- getName() - Method in MaxSizeConstraint
-
- getName() - Method in MinConstraint
-
- getName() - Method in MinSizeConstraint
-
- getName() - Method in MkdirStep
-
- getName() - Method in MockPart
-
- getName() - Method in Named
-
@return The name of the object
- getName() - Method in NoteMacro
-
- getName() - Method in NotEqualConstraint
-
- getName() - Method in NullableConstraint
-
- getName() - Method in OpenCommand
-
- getName() - Method in Option
-
- getName() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getName() - Method in Profile
-
@return The name of the profile
- getName() - Method in RangeConstraint
-
- getName() - Method in RenderStep
-
- getName() - Method in ResourceProfile
-
- getName() - Method in ScaleConstraint
-
- getName() - Method in SizeConstraint
-
- getName() - Method in Step
-
@return The name of the step
- 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<C>) - Method in ConvertersConfigurationHolder
-
- getNamedDecorator(HttpServletRequest, String) - Method in GrailsLayoutDecoratorMapper
-
- getNamedDecorator(HttpServletRequest, String, boolean) - Method in GroovyPageLayoutFinder
-
- getNamedPlugin(String) - Method in BasePluginFilter
-
- getNameForController(Object) - Method in GrailsConventionGroovyPageLocator
-
- 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 AbstractUrlMapping
-
- getNamespace() - Method in DefaultGrailsTagLibClass
-
- getNamespace() - Method in DefaultUrlMappingInfo
-
- getNamespace() - Method in GrailsControllerClass
-
@return the namespace of this controller, null if none was specified
- getNamespace() - Method in GrailsTagLibClass
-
@return the namespace that this taglib occupies.
- getNamespace() - Method in GrailsWebApplicationContext
-
- getNamespace() - Method in UrlMapping
-
@return the name of the controller namespace
- getNamespace() - Method in UrlMappingInfo
-
@return the namespace of the corresponding controller, null if none was specified
- 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(String) - Method in GrailsNameUtils
-
Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name')
- getNaturalName() - Method in LegacyGrailsDomainClass
-
- getNavigableProperty(String) - Method in NavigableMapPropertySource
-
- 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 GroovyPagesUriSupport
-
Obtains a view URI of the given controller name and view name without the suffix
- getNoSuffixViewURI(String, String) - Method in GroovyPageUtils
-
Obtains a view URI of the given controller name and view name without the suffix
- getNotEqual() - Method in Constrained
-
- 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
-
- getNumberFormatter() - Method in LocaleAwareBigDecimalConverter
-
- getNumberFormatter() - Method in LocaleAwareNumberConverter
-
- getObject() - Method in BindingError
-
@return the object that data binding was being imposed upon
- getObject() - Method in ConstraintsEvaluatorFactoryBean
-
- getObject() - Method in GrailsPluginManagerFactoryBean
-
- getObject() - Method in HotSwappableTargetSourceFactoryBean
-
- getObject() - Method in InstanceFactoryBean
-
- getObject() - Method in MimeTypesFactoryBean
-
- getObject() - Method in SimpleBindingError
-
- getObject() - Method in UrlMappingsHolderFactoryBean
-
- getObjectId(def) - Method in AbstractVndErrorRenderer
-
- getObjectId(PersistentEntity, def) - Method in AtomRenderer
-
- getObjectToBind() - Method in RestfulController
-
The object that can be bound to a domain instance.
- getObjectType() - Method in ConstraintsEvaluatorFactoryBean
-
- getObjectType() - Method in GrailsPluginManagerFactoryBean
-
- getObjectType() - Method in HotSwappableTargetSourceFactoryBean
-
- getObjectType() - Method in InstanceFactoryBean
-
- getObjectType() - Method in MimeTypesFactoryBean
-
- 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 AbstractStructuredDateBindingEditor
-
- getOptionalFields() - Method in StructuredDateEditor
-
- getOptionalFields() - Method in StructuredPropertyEditor
-
@return The optional fields
- getOptionKey() - Method in JspSelectTag
-
- getOptionsHelpMessage() - Method in CommandLineParser
-
- getOptionValue() - Method in JspSelectTag
-
- getOrCreateChildMap(Map, String) - Method in CollectionUtils
-
Gets a child map of the given parent map or returns an empty map if it doesn't exist
- getOrCreateMethodBody(ClassNode, MethodNode, String) - Method in TestMixinTransformation
-
- getOrCreateNoArgsMethodBody(ClassNode, String) - Method in TestMixinTransformation
-
- getOrCreateTestSetupMethod(ClassNode) - Method in TestForTransformation
-
- getOrder() - Method in ChainedTransactionManagerPostProcessor
-
- getOrder() - Method in Constrained
-
- getOrder() - Method in ConstrainedProperty
-
@return Returns the order.
- getOrder() - Method in DefaultGrailsCodecClass
-
- getOrder() - Method in DefaultOutputContextLookup
-
- getOrder() - Method in GrailsLayoutViewResolver
-
- getOrder() - Method in SitemeshLayoutViewResolver
-
- getOrder() - Method in TransactionManagerPostProcessor
-
- getOrder() - Method in WebOutputContextLookup
-
- getOrderedObjectMarshallers() - Method in ChainedConverterConfiguration
-
- getOrderedObjectMarshallers() - Method in ConverterConfiguration
-
Retrieve the ordered list of ObjectMarshallers
- getOrderedObjectMarshallers() - Method in DefaultConverterConfiguration
-
- getOrderedObjectMarshallers() - Method in ImmutableConverterConfiguration
-
- getOrdinal() - Method in TestPlugin
-
Priority order of the plugin
default value is 0
- 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
- getOut(HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getOut(HttpServletRequest) - Method in GrailsApplicationAttributes
-
Holds the current response write for the request
- getOut() - Method in GrailsConsole
-
- getOut() - Method in GrailsLazyProxyPrintWriter
-
- getOut() - Method in GrailsPrintWriter
-
- getOut() - Method in GrailsPrintWriterAdapter
-
- getOut() - Method in GrailsRequestContext
-
The response writer.
- getOut() - Method in GrailsWebRequest
-
@return the out
- getOut() - Method in GroovyPage
-
- getOut() - Method in GroovyPagesPageContext
-
- getOut() - Method in OutputEncodingStack.OutputProxyWriter
-
- getOut() - Method in TagLibrary
-
Obtains the currently output writer
- getOut() - Method in WebRequestDelegatingRequestContext
-
- getOutCodecDirectiveValue() - Method in GroovyPageParser
-
- getOutEncoder() - Method in GroovyPageMetaInfo
-
- getOutEncoder() - Method in OutputEncodingStack
-
- getOutEncoder() - Method in OutputEncodingStackAttributes
-
- getOutputContext() - Method in GroovyPage
-
- getOutputContext() - Method in OutputEncodingStack
-
- getOutputContext() - Method in OutputEncodingStackAttributes
-
- getOutputContextLookup() - Method in OutputContextLookupHelper
-
- getOutputStack() - Method in GroovyPage
-
- getOutputStack() - Method in OutputEncodingStack.OutputProxyWriter
-
- getOutputStream() - Method in FileSystemResource
-
This implementation opens a FileOutputStream for the underlying file.
- getOutputStream() - Method in GrailsPageResponseWrapper
-
- getOutputStream() - Method in IncludeResponseWrapper
-
- getOutputStream() - Method in StreamByteBuffer
-
- getOutWriter() - Method in OutputEncodingStack
-
- getOwner() - Method in Constrained
-
- getOwner() - Method in ConstrainedProperty
-
- getOwner() - Method in TemplateVariableBinding
-
- getPackageName() - Method in AbstractGrailsClass
-
- getPackageName() - Method in GrailsClass
-
Returns the package name of the class.
- getPackageName(String) - Method in GrailsNameUtils
-
Returns the class name without the package prefix.
- getPackageName() - Method in GroovyPageParser
-
- getPackageName() - Method in LegacyGrailsDomainClass
-
- getPackageName() - Method in Model
-
@return The package name
- getPackagePath() - Method in Model
-
@return The package name
- getPadding(String, int) - Method in AnsiConsoleUrlMappingsRenderer
-
- getPage() - Method in GrailsNoDecorator
-
- 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
-
- getPageName() - Method in GroovyPageParser
-
- getPagePlugin() - Method in GroovyPageBinding
-
- getPagePlugin() - Method in GroovyPageMetaInfo
-
- getPageScope() - Method in TagLibrary
-
Obtains the page scope instance
- getPagesTemplateEngine() - Method in DefaultGrailsApplicationAttributes
-
- getPagesTemplateEngine() - Method in GrailsApplicationAttributes
-
@return Retrieves the shared GSP template engine
- getParameter() - Method in AbstractConstraint
-
- getParameter() - Method in BlankConstraint
-
- getParameter() - Method in Constraint
-
- getParameterMap() - Method in GrailsWebRequest
-
Overriden to return the GrailsParameterMap instance,
- getParameters() - Method in DefaultUrlMappingInfo
-
- getParameters() - Method in ForwardUrlMappingInfo
-
- getParameters() - Method in Step
-
@return The parameters to the step
- getParameters() - Method in UrlMappingInfo
-
The parameters that were extracted from the URI that was matched
- getParametersToBind() - Method in RestfulController
-
This method is no longer used.
- getParameterTypes() - Method in AbstractClosureProxy
-
- getParameterTypes() - Method in TagBodyClosure
-
- getParameterTypes() - Method in TagOutput.ConstantClosure
-
- getParams() - Method in AbstractUrlMappingInfo
-
- getParams() - Method in ControllerUnitTestMixin
-
- getParams() - Method in ForwardUrlMappingInfo
-
- 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 WebAttributes
-
Obtains the Grails parameter map
- getParams() - Method in WebRequestDelegatingRequestContext
-
- getParent() - Method in MockApplicationContext
-
- getParent() - Method in TemplateVariableBinding
-
- getParentBeanFactory() - Method in MockApplicationContext
-
- getParentContext() - Method in AbstractGrailsApplication
-
- getParentContext() - Method in GrailsApplication
-
Returns the Spring application context that contains this
application instance.
- getParentContext() - Method in LegacyGrailsApplication
-
- getParentCtx() - Method in BeanBuilder
-
Retrieves the parent ApplicationContext
- getParentCtx() - Method in DefaultGrailsPlugin
-
- getParsedXml() - Method in BinaryGrailsPluginDescriptor
-
@return The parsed descriptor
- getPart(String) - Method in GrailsMockHttpServletRequest
-
- getPart() - Method in StreamCharBuffer.EncodedPart
-
- getParts() - Method in GrailsMockHttpServletRequest
-
- getPassword() - Method in GrailsDataSource
-
The password for the data source.
- getPasswordAuthentication() - Method in SystemPropertiesAuthenticator
-
- getPath() - Method in ClassPathResource
-
Return the path for this resource (as resource path within the class path).
- getPath() - Method in FileSystemResource
-
Return the file path for this resource.
- getPathFromBaseDir(String) - Method in GrailsResourceUtils
-
Gets the path relative to the project base directory.
- getPathFromRoot(String) - Method in GrailsResourceUtils
-
Get the path relative to an artefact folder under grails-app i.e:
- getPathMatcher() - Method in PathMatchingResourcePatternResolver
-
Return the PathMatcher that this resource pattern resolver uses.
- getPathWithinApplication(HttpServletRequest) - Method in GrailsUrlPathHelper
-
- getPatternComparator(String) - Method in AntPathMatcher
-
Given a full path, returns a java.util.Comparator suitable for sorting patterns in order of explicitness.
- getPersistantProperties() - Method in DefaultGrailsDomainClass
-
@see grails.core.GrailsDomainClass#getPersistantProperties()
- getPersistantProperties() - Method in GrailsDomainClass
-
Returns all of the persistant properties of the domain class
- getPersistantProperties() - Method in LegacyGrailsDomainClass
-
- getPersistenceInterceptors(GrailsWebRequest) - Method in GrailsAsyncContext
-
- getPersistentInstance(Class<?>, def) - Method in GrailsWebDataBinder
-
- getPersistentProperties() - Method in DefaultGrailsDomainClass
-
- getPersistentProperties() - Method in GrailsDomainClass
-
Returns all of the persistant properties of the domain class
- getPersistentProperties() - Method in LegacyGrailsDomainClass
-
- getPersistentProperty(String) - Method in DefaultGrailsDomainClass
-
- getPersistentProperty(String) - Method in GrailsDomainClass
-
Returns the property for the given name or null if non exists
- getPersistentProperty(String) - Method in LegacyGrailsDomainClass
-
- getPhase() - Method in EmbeddedDatabaseShutdownHook
-
- getPlugin() - Method in DefaultGrailsPlugin
-
- getPluginBaseNames() - Method in PluginAwareResourceBundleMessageSource
-
- getPluginClass() - Method in AbstractGrailsPlugin
-
- getPluginClass() - Method in GrailsPlugin
-
Returns the underlying class that represents this plugin
- 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
-
- getPluginContextPath() - Method in WebAttributes
-
Obtains the pluginContextPath
- getPluginDir() - Method in DefaultGrailsPlugin
-
- getPluginDir() - Method in GrailsPluginInfo
-
@return The directory where the plugin exists or null if it cannot be read
- getPluginDir() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getPluginExcludes() - Method in DefaultGrailsPlugin
-
- getPluginExcludes() - Method in GrailsPlugin
-
A list of resources that the plugin should exclude from the packaged distribution
- getPluginFilter(Config) - Method in PluginFilterRetriever
-
- getPluginForClass(Class<?>) - Method in AbstractGrailsPluginManager
-
- getPluginForClass(Class<?>) - Method in GrailsPluginManager
-
Obtains the GrailsPlugin for the given class
- getPluginForInstance(Object) - Method in AbstractGrailsPluginManager
-
- getPluginForInstance(Object) - Method in GrailsPluginManager
-
Looks up the plugin that defined the given instance.
- 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(List, List) - Method in IncludingPluginFilter
-
- getPluginManager() - Method in GrailsRuntimeConfigurator
-
- getPluginManager(boolean) - Method in Holders
-
- getPluginName() - Method in AbstractGrailsClass
-
- getPluginName() - Method in AbstractUrlMapping
-
- getPluginName() - Method in ArtefactHandler
-
Obtains the plugin name that deals with this artefact.
- getPluginName() - Method in ArtefactHandlerAdapter
-
- getPluginName() - Method in ControllerArtefactHandler
-
- getPluginName() - Method in DefaultUrlMappingInfo
-
- getPluginName() - Method in DomainClassArtefactHandler
-
- getPluginName() - Method in GrailsClass
-
@return The plugin where the artefact originates from
- getPluginName(String) - Method in GrailsNameUtils
-
Returns the name of a plugin given the name of the *GrailsPlugin.groovy
descriptor file.
- getPluginName(Class) - Method in GrailsVersionUtils
-
Get the name of the a plugin for a particular class.
- getPluginName() - Method in InterceptorArtefactHandler
-
- getPluginName() - Method in LegacyGrailsDomainClass
-
- getPluginName() - Method in ServiceArtefactHandler
-
- getPluginName() - Method in TagLibArtefactHandler
-
- getPluginName() - Method in UrlMapping
-
The name of the plugin this URL mapping relates to, if any
- getPluginName() - Method in UrlMappingInfo
-
The name of the plugin that this UrlMappingInfo maps to
- getPluginObservers(GrailsPlugin) - Method in DefaultGrailsPluginManager
-
- getPluginObservers(GrailsPlugin) - Method in GrailsPluginManager
-
Retrieves a collection of plugins that are observing the specified plugin
- getPluginObservers(GrailsPlugin) - Method in MockGrailsPluginManager
-
- getPluginPath() - Method in AbstractGrailsPlugin
-
- getPluginPath(String, boolean) - Method in AbstractGrailsPluginManager
-
- getPluginPath() - Method in GrailsPlugin
-
Returns the path of the plug-in
- getPluginPath(String, boolean) - Method in GrailsPluginManager
-
Returns the pluginContextPath for the given plugin and will force name to camel case instead of '-' lower case
- getPluginPath() - Method in GroovyPageMetaInfo
-
- getPluginPathCamelCase() - Method in AbstractGrailsPlugin
-
- getPluginPathCamelCase() - Method in GrailsPlugin
-
Returns the path of the plug-in using camel case
- getPluginPathForClass(Class<?>) - Method in AbstractGrailsPluginManager
-
- getPluginPathForClass(Class<? extends Object>) - 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
- getPluginResources() - Method in AbstractGrailsPluginManager
-
- getPluginVersion(Class) - Method in GrailsVersionUtils
-
Get the version of the a plugin for a particular class.
- getPluginViewPathInfo(String) - Method in DefaultGroovyPageLocator
-
- getPluginViewsPathForClass(Class<?>) - Method in AbstractGrailsPluginManager
-
- getPluginViewsPathForClass(Class<? extends Object>) - 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
- getPortalUser() - Method in GrailsPublishExtension
-
- getPrecision() - Method in JspDatePickerTag
-
- getPreviousEncodingState() - Method in EncodingState
-
- getPreviousEncodingState() - Method in EncodingStateImpl
-
- getPriority() - Method in ObjectMarshallerRegisterer
-
- getProfile(String) - Method in AbstractJarProfileRepository
-
- getProfile() - Method in Feature
-
@return The profile this feature belongs to
- getProfile(String) - Method in GitProfileRepository
-
- getProfile(String) - Method in MavenProfileRepository
-
- getProfile() - Method in ProfileCommand
-
@return The profile of the command
- getProfile(String) - Method in ProfileRepository
-
- getProfile(String) - Method in StaticJarProfileRepository
-
- getProfileAndDependencies(Profile) - Method in AbstractJarProfileRepository
-
- getProfileAndDependencies(Profile) - Method in GitProfileRepository
-
Returns the given profile with all dependencies in topological order where
given profile is last in the order.
- getProfileAndDependencies(Profile) - Method in ProfileRepository
-
Returns the given profile with all dependencies in topological order where
given profile is last in the order.
- getProfileArtifact(String) - Method in AbstractJarProfileRepository
-
- getProfileArtifact(String) - Method in GitProfileRepository
-
- getProfileArtifact(String) - Method in ProfileRepository
-
@return The org.eclipse.aether.artifact.Artifact that resolves to the profile
- getProfileDependencies() - Method in GrailsClasspath
-
@return The profile dependencies
- getProfileDir() - Method in AbstractProfile
-
- getProfileDir() - Method in Profile
-
@return The directory where the profile is located locally
- getProfileDirectory(String) - Method in AbstractJarProfileRepository
-
- getProfileDirectory(String) - Method in GitProfileRepository
-
- getProfileDirectory(String) - Method in ProfileRepository
-
The directory where the profile is located
- getProfileRepository() - Method in AbstractProfile
-
- getProjectDirectory() - Method in BinaryGrailsPlugin
-
- getProjectPackageNames(File) - Method in ResourceUtils
-
- getPromiseDecorators(Object, Collection<PromiseDecorator>) - Method in DelegateAsyncUtils
-
Obtains all
PromiseDecorator instances for the target and additional decorators supplied
- getPromiseFactory() - Method in Promises
-
- getProperties(Locale) - Method in BinaryGrailsPlugin
-
Obtains all properties for this binary plugin for the given locale.
- getProperties() - Method in DefaultGrailsDomainClass
-
- getProperties() - Method in DefaultGrailsPlugin
-
- getProperties() - Method in GrailsDomainClass
-
Returns all of the properties of the domain class
- getProperties() - Method in GrailsPlaceholderConfigurer
-
- getProperties() - Method in GrailsPluginInfo
-
Gets the properties of the plugin as a map
- getProperties() - Method in LegacyGrailsDomainClass
-
- getProperties() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getProperties(String, Resource) - Method in ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder for the given filename, either from the
cache or freshly loaded.
- getProperties() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperties() - Method in WebDataBinding
-
Returns a map of the objects properties that can be used to during binding to bind a subset of properties
- 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
- getPropertiesToEnsureConstraintsFor(ClassNode) - Method in DefaultASTValidateableHelper
-
Retrieves a Map describing all of the properties which need to be constrained for the class
represented by classNode.
- getProperty(String) - Method in AbstractClosureProxy
-
- getProperty(String) - Method in BeanBuilder
-
Overrides property retrieval in the scope of the BeanBuilder to either:
- getProperty(String, Class<T>, T) - Method in CodeGenConfig
-
- getProperty(String) - Method in CompositeConfig
-
- getProperty(String, Class<T>, T, List<T>) - Method in Config
-
Return the property value associated with the given key, or
defaultValue
if the key cannot be resolved.
- getProperty(String, Class<T>, T) - Method in ConfigMap
-
Return the property value associated with the given key, or null
if the key cannot be resolved.
- getProperty(String, String) - Method in ConfigProperties
-
- getProperty(String) - Method in ConstrainedPropertyBuilder
-
- 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 EnvironmentAwarePropertySource
-
- getProperty(String) - Method in ExtendedProxy
-
- getProperty(String) - Method in GrailsApplicationContext
-
- getProperty(Class<?>, String) - 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 GrailsPrintWriter
-
- getProperty(String) - Method in GroovyPage
-
- getProperty(HttpServletRequest, String) - Method in HttpServletRequestExtension
-
- getProperty(HttpSession, String) - Method in HttpSessionExtension
-
- getProperty(String) - Method in JSONBuilder
-
- getProperty(String) - Method in LegacyGrailsApplication
-
- getProperty(String, Class<T>, T) - Method in Metadata
-
- getProperty(String) - Method in MockApplicationContext
-
- getProperty(String) - Method in NavigableMap
-
- getProperty(String) - Method in NavigableMap.NullSafeNavigator
-
- getProperty(String, Class<T>, T) - Method in NavigableMapConfig
-
- getProperty(String) - Method in NavigableMapPropertySource
-
- getProperty(String) - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getProperty(String, Class<T>, T, List<T>) - Method in PrefixedConfig
-
- getProperty(String) - Method in PrefixedMapPropertySource
-
- getProperty(String) - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperty(String) - Method in TemplateVariableBinding
-
- getPropertyAsClass(String, Class<T>) - Method in CompositeConfig
-
- getPropertyAsClass(String, Class<T>) - Method in NavigableMapConfig
-
- getPropertyAsClass(String, Class<T>) - Method in PrefixedConfig
-
- getPropertyByName(String) - Method in DefaultGrailsDomainClass
-
- getPropertyByName(String) - Method in GrailsDomainClass
-
Returns the property for the given name
- getPropertyByName(String) - Method in LegacyGrailsDomainClass
-
- getPropertyDescriptor(String) - Method in CachedIntrospectionResults
-
- getPropertyDescriptorForValue(Object, Object) - Method in GrailsClassUtils
-
Retrieves a PropertyDescriptor for the specified instance and property value
- getPropertyDescriptors() - Method in AbstractGrailsClass
-
- getPropertyDescriptors() - Method in CachedIntrospectionResults
-
- getPropertyDescriptors() - Method in ClassPropertyFetcher
-
- getPropertyEditorRegistry() - Method in GrailsWebRequest
-
Obtains the PropertyEditorRegistry instance.
- getPropertyEditors() - Method in CompositeEditor
-
- 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
- getPropertyIfExists(Object, String, Class<T>) - Method in GrailsMetaClassUtils
-
Obtains a property of an instance if it exists
- getPropertyName() - Method in AbstractConstraint
-
- getPropertyName() - Method in AbstractGrailsClass
-
- getPropertyName() - Method in BindingError
-
@return the name of the property that the data binding error occurred on
- 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 GrailsClass
-
Returns the name of the class as a property name.
- getPropertyName(Class) - Method in GrailsClassUtils
-
Shorter version of getPropertyNameRepresentation
- getPropertyName() - Method in GrailsDomainClass
-
- getPropertyName(Class<?>) - Method in GrailsNameUtils
-
Shorter version of getPropertyNameRepresentation.
- getPropertyName(String, String, String) - Method in GrailsWebDataBindingListener
-
- getPropertyName() - Method in LegacyGrailsDomainClass
-
- getPropertyName() - Method in Model
-
A property name version of the class name.
- getPropertyName() - Method in SimpleBindingError
-
- getPropertyNameConvention(Object, String) - Method in GrailsNameUtils
-
Returns an appropriate property name for the given object.
- getPropertyNameForLowerCaseHyphenSeparatedName(String) - Method in GrailsClassUtils
-
Converts foo-bar into fooBar
- getPropertyNameForLowerCaseHyphenSeparatedName(String) - Method in GrailsNameUtils
-
Converts foo-bar into fooBar.
- getPropertyNameForNode(Node) - Method in GPathResultMap
-
- getPropertyNameForNode(Node) - Method in HalGPathResultMap
-
- getPropertyNameForNodeChild(NodeChild) - Method in GPathResultMap
-
- getPropertyNameForNodeChild(NodeChild) - Method in HalGPathResultMap
-
- 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.
- getPropertyNames() - Method in DataBindingSource
-
@return the names of properties represented
- getPropertyNames() - Method in EnvironmentAwarePropertySource
-
- getPropertyNames() - Method in NavigableMapPropertySource
-
- getPropertyNames() - Method in SimpleMapDataBindingSource
-
- getPropertyOrStaticPropertyOrFieldValue(String, Class<T>) - Method in AbstractGrailsClass
-
- getPropertyOrStaticPropertyOrFieldValue(BeanWrapper, Object, String) - Method in GrailsClassUtils
-
- getPropertySource() - Method in AbstractGrailsPlugin
-
- getPropertySource() - Method in GrailsPlugin
-
- getPropertySources() - Method in PropertySourcesConfig
-
- getPropertyType(String) - Method in AbstractGrailsClass
-
- getPropertyType(String, boolean) - Method in ClassPropertyFetcher
-
- getPropertyType() - Method in Constrained
-
@return Returns the propertyType.
- 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(Map) - Method in AbstractStructuredBindingEditor
-
- getPropertyValue(def, String, DataBindingSource) - Method in AbstractStructuredDateBindingEditor
-
- getPropertyValue(String) - Method in BeanConfiguration
-
Returns the value of the given property or throws a MissingPropertyException.
- getPropertyValue(Object, String, DataBindingSource) - Method in BindingHelper
-
The value returned from this method will be bound to
the property specified by propertyName.
- getPropertyValue(String, Class<T>) - Method in ClassPropertyFetcher
-
- getPropertyValue(String) - Method in DataBindingSource
-
@param propertyName the name of a property
- getPropertyValue(String) - Method in DefaultBeanConfiguration
-
- getPropertyValue(String, Class<T>) - Method in GrailsClass
-
Obtains a property value for the given name and type
- getPropertyValue(String, Class<T>) - Method in LegacyGrailsDomainClass
-
- getPropertyValue(String) - Method in SimpleMapDataBindingSource
-
- getPropertyValue(Object, String, DataBindingSource) - Method in StructuredBindingEditor
-
The value returned from this method will be bound to
the property specified by propertyName.
- 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
- getPropertyValuesMap(String, DataBindingSource) - Method in AbstractStructuredBindingEditor
-
A convenience method for extracting structured values from a DataBindingSource.
- getProvidedArtefacts() - Method in BinaryGrailsPlugin
-
- 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
- getProvidedFeatures() - Method in TestPlugin
-
@return array of provided features
- getProvidedlassNames() - Method in BinaryGrailsPluginDescriptor
-
@return The class names provided by the plugin
- getProxiedClass(Object) - Method in EntityProxyHandler
-
Returns the proxied class without initializing the proxy
- getProxiedClass(Object) - Method in MockHibernateProxyHandler
-
- 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 MockHibernateProxyHandler
-
- getQuality() - Method in MimeType
-
@return The quality of the Mime type
- getQualityAsNumber() - Method in MimeType
-
@return The quality in BigDecimal form
- getRange() - Method in Constrained
-
@return Constrains the be within the range of given values
- getRange() - Method in ConstrainedProperty
-
@return Returns the range.
- getRange() - Method in RangeConstraint
-
@return Returns the range.
- getRange() - Method in SizeConstraint
-
@return Returns the range.
- getRawArguments() - Method in CommandLine
-
- getReader() - Method in FastStringPrintWriter
-
- getReader() - Method in FastStringWriter
-
- getReader() - Method in GrailsConsole
-
- 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.StreamCharBufferReader
-
- getReadMode() - Method in StreamByteBuffer
-
- getRedirectedUrl() - Method in AbstractGrailsMockHttpServletResponse
-
- getRedirectInfo() - Method in AbstractUrlMapping
-
- getRedirectInfo() - Method in AbstractUrlMappingInfo
-
The redirect information should be a String or a Map.
- getRedirectInfo() - Method in DefaultUrlMappingInfo
-
- getRedirectInfo() - Method in UrlMapping
-
The redirect information should be a String or a Map.
- getRedirectInfo() - Method in UrlMappingInfo
-
The redirect information should be a String or a Map.
- getRedirectUrl() - Method in AbstractGrailsMockHttpServletResponse
-
- 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
- getReference() - Method in LegacyGrailsDomainClass
-
- 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.
- 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.
- getReferencedPropertyType() - Method in DefaultGrailsDomainClassProperty
-
- getReferencedPropertyType() - Method in GrailsDomainClassProperty
-
Returns the referenced property type.
- getReferencedTypeForCollection(String, Object) - Method in GrailsWebDataBinder
-
- getReferencedTypeForCollection(String, Object) - Method in SimpleDataBinder
-
- getReferencedTypeForCollectionInClass(String, Class) - Method in SimpleDataBinder
-
- getReferenceInstance() - Method in AbstractGrailsClass
-
- getReferenceInstance() - Method in ClassPropertyFetcher.ReferenceInstanceCallback
-
- getReferenceInstance() - Method in GrailsClass
-
@return Sample (reference) instance for this Grails class
- getReferenceInstance() - Method in LegacyGrailsDomainClass
-
- getRegex() - Method in MatchesConstraint
-
@return Returns the regex.
- getRegisteredObjects(Class) - Method in ClassAndMimeTypeRegistry
-
- getRegistry() - Method in GrailsMetaClassUtils
-
Retrieves the MetaClassRegistry instance.
- getRejectedValue() - Method in BindingError
-
@return The value which could not be bound to the property
- getRejectedValue() - Method in SimpleBindingError
-
- getRejectValueExpression(ClassNode, String) - Method in ControllerActionTransformer
-
- getRelatedClassType(String) - Method in DefaultGrailsDomainClass
-
- getRelatedClassType(String) - Method in GrailsDomainClass
-
Returns the type of the related class of the given property
- getRelatedClassType(String) - Method in LegacyGrailsDomainClass
-
- 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.
- getReloadableScriptSource() - Method in GroovyPageCompiledScriptSource
-
- getReloadLocation() - Method in Environment
-
@return Obtains the location to reload resources from
- getRemaining() - Method in JspWriterDelegate
-
- getRemainingArgs() - Method in CommandLine
-
@return The remaining arguments after the command name
- getRemainingArgsArray() - Method in CommandLine
-
@return The remaining arguments as an array
- getRemainingArgsLineSeparated() - Method in CommandLine
-
@return The remaining args separated by the line separator char
- getRemainingArgsString() - Method in CommandLine
-
@return The remaining args as one big string
- getRemainingArgsWithOptionsString() - Method in CommandLine
-
@return The remaining args as one big string without undeclared options
- getRemainingParameterTypes(Parameter) - Method in GrailsASTUtils
-
Gets the remaining parameters excluding the first parameter in the given list
- getRepositories() - Method in AbstractProfile
-
- getRepositories() - Method in Profile
-
@return The maven repository definitions for this profile
- getRequest() - Method in ControllerUnitTestMixin
-
- getRequest() - Method in GrailsParameterMap
-
@return Returns the request.
- getRequest() - Method in GrailsRequestContext
-
The request object.
- getRequest() - Method in GroovyPagesPageContext
-
- getRequest() - Method in ServletAttributes
-
- getRequest() - Method in WebRequestDelegatingRequestContext
-
- getRequestLogMessage(String, HttpServletRequest, String) - 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.
- getRequiredFeatures() - Method in AbstractProfile
-
- getRequiredFeatures() - Method in DefaultSharedRuntimeConfigurer
-
- getRequiredFeatures() - Method in Profile
-
@return The required features for this profile
- getRequiredFeatures() - Method in SharedRuntimeConfigurer
-
The list of features that should be available in the runtime.
- getRequiredFeatures() - Method in TestPlugin
-
@return array of required features
- getRequiredFields() - Method in AbstractStructuredDateBindingEditor
-
- getRequiredFields() - Method in StructuredDateEditor
-
- getRequiredFields() - Method in StructuredPropertyEditor
-
@return The required fields
- getRequiredProperty(String, Class<T>) - Method in CodeGenConfig
-
- getRequiredProperty(String, Class<T>) - Method in CompositeConfig
-
- getRequiredProperty(String, Class<T>) - Method in ConfigMap
-
Return the property value associated with the given key, converted to the given
targetType (never null
).
- getRequiredProperty(String, Class<T>) - Method in Metadata
-
- getRequiredProperty(String, Class<T>) - Method in NavigableMapConfig
-
- getRequiredProperty(String, Class<T>) - Method in PrefixedConfig
-
- getResolver() - Method in DefaultGrailsPlugin
-
@return the resolver
- getResolveStrategy() - Method in AbstractClosureProxy
-
- getResource(String) - Method in BinaryGrailsPlugin
-
Resolves a static resource contained within this binary plugin
- getResource() - Method in BinaryGrailsPluginDescriptor
-
The resource the descriptor was parsed from
- getResource(String) - Method in CommandLineResourceLoader
-
- getResource(String) - Method in DefaultResourceLoader
-
- getResource(String) - Method in GroovyPageResourceLoader
-
- getResource(String) - Method in GroovyPageUnitTestResourceLoader
-
- getResource(String) - Method in MockApplicationContext
-
- getResource(String) - Method in MockResourceLoader
-
- getResource(String) - Method in MockStringResourceLoader
-
- getResource(String) - Method in PathMatchingResourcePatternResolver
-
- getResource(String) - Method in ResourceLoader
-
Return a Resource handle for the specified resource.
- getResource(String) - Method in SimpleMapResourceLoader
-
- getResource(String) - Method in StaticResourceLoader
-
- getResourceByPath(String) - Method in DefaultResourceLoader
-
Return a Resource handle for the resource at the given path.
- getResourceByPath(String) - Method in FileSystemResourceLoader
-
Resolve resource paths as file system paths.
- getResourceByPath(String) - Method in GrailsWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) - Method in PluginPathAwareFileSystemResourceLoader
-
- 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 LegacyGrailsApplication
-
- getResourceForClass(Class) - Method in StandaloneGrailsApplication
-
- getResourceForUri(String) - Method in GroovyPagesTemplateEngine
-
Attempts to retrieve a reference to a GSP as a Spring Resource instance for the given URI.
- getResourceId(def) - Method in DefaultLinkGenerator
-
- getResourceLoader() - Method in PathMatchingResourcePatternResolver
-
Return the ResourceLoader that this pattern resolver works with.
- getResourceLocator() - Method in ResourceTransform
-
- getResourceLocator() - Method in TestForTransformation
-
- getResourcePath() - Method in RenderContext
-
@return The path the the resource
- getResourcePath() - Method in ServletRenderContext
-
- getResourcePatternResolver() - Method in GrailsWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResources(String) - Method in AbstractGrailsControllerTests
-
- getResources(String) - Method in AbstractGrailsMockTests
-
- getResources(String) - Method in AbstractGrailsTagTests
-
- getResources(String) - Method in MockApplicationContext
-
- getResources(String) - Method in PathMatchingResourcePatternResolver
-
- getResources() - Method in SimpleMapResourceLoader
-
- getResources(String) - Method in SpringInvoker.Slf4jBindingAwareClassLoader
-
- getResourcesDir() - Method in FileSystemInteraction
-
@return The directory where resources are processed to
- getResourcesDir() - Method in FileSystemInteractionImpl
-
@return The directory where resources are processed to
- getResourceTitle(String, Locale) - Method in AbstractLinkingRenderer
-
- getResponse() - Method in ControllerUnitTestMixin
-
- getResponse() - Method in GrailsRequestContext
-
The response object.
- getResponse() - Method in GroovyPagesPageContext
-
- getResponse() - Method in ServletAttributes
-
Obtains the HttpServletResponse instance
- getResponse() - Method in WebRequestDelegatingRequestContext
-
- getResponseCode() - Method in ResponseCodeMappingData
-
- getReverseMapping(String, String, Map) - Method in AbstractGrailsControllerUrlMappings
-
- getReverseMapping(String, String, 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
- getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in AbstractGrailsControllerUrlMappings
-
- getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in DefaultUrlMappingsHolder
-
- getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in UrlMappingsHolder
-
Retrieves the best guess of a URI for the given controller, action and parameters or null if non could be found.
- getRole() - Method in GrailsNoDecorator
-
- getRootCause(Throwable) - Method in DefaultErrorsPrinter
-
Obtains the root cause of the given exception
- getRootCause(Throwable) - Method in ExceptionUtils
-
Obtains the root cause of the given exception
- getRootCause(Throwable) - Method in GrailsExceptionResolver
-
Obtains the root cause of the given exception
- getRuntime() - Method in TestMixinRuntimeSupport
-
- getRuntimeForTestClass(Class<?>) - Method in TestRuntimeFactory
-
- getScale() - Method in Constrained
-
- getScale() - Method in ConstrainedProperty
-
@return The scale, if defined for this property; null, otherwise
- getScale() - Method in ScaleConstraint
-
@return the scale
- getScope() - Method in GrailsControllerClass
-
@return The scope of the controller, defaults to singleton
- getScriptAsString() - Method in GroovyPageCompiledScriptSource
-
- getScriptName(String) - Method in GrailsClassUtils
-
- getScriptName(String) - Method in GrailsNameUtils
-
Retrieves the script name representation of the given class name.
- getServerBaseURL() - Method in DefaultLinkGenerator
-
- getServerBaseURL() - Method in LinkGenerator
-
The base URL of the server used for creating absolute links.
- getServletConfig() - Method in GrailsWebApplicationContext
-
- getServletConfig() - Method in GroovyPagesPageContext
-
- getServletContext() - Method in ControllerUnitTestMixin
-
- getServletContext() - Method in DefaultGrailsApplicationAttributes
-
- getServletContext() - Method in GrailsApplicationAttributes
-
Retrieves 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 Holders
-
- getServletContext() - Method in MockApplicationContext
-
- getServletContext() - Method in ServletAttributes
-
Obtains the ServletContext instance
- getServletContext() - Method in ServletContextHolder
-
- getServletContext() - Method in WebRequestDelegatingRequestContext
-
- getServletVersion() - Method in Metadata
-
@return The version of the servlet spec the application was created for
- getSession() - Method in ControllerUnitTestMixin
-
The org.springframework.mock.web.MockHttpSession instance
- getSession() - Method in GrailsRequestContext
-
The session object.
- getSession() - Method in GrailsWebRequest
-
@return The Grails session object
- getSession() - Method in GroovyPagesPageContext
-
- getSession() - Method in ServletAttributes
-
- getSession() - Method in WebRequestDelegatingRequestContext
-
- getSessionContext() - Method in GrailsHttpSession
-
@deprecated
- See Also:
- javax.servlet.http.HttpSession#getSessionContext()
- 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
- getSetting(String, Class<T>, T) - Method in GrailsCli
-
Obtains a value from USER_HOME/.grails/settings.yml
- getSetTransactionManagerMethodBody(ClassNode) - Method in DefaultDelegateAsyncTransactionalMethodTransformer
-
- getSharedConstraint(String) - Method in ConstrainedPropertyBuilder
-
- getSharedRuntimeConfigurer() - Method in TestRuntime
-
- getShort(String, Integer) - Method in AbstractTypeConvertingMap
-
- 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.
- getShortName() - Method in LegacyGrailsDomainClass
-
- getSimpleDatastore() - Method in DomainClassUnitTestMixin
-
- getSimpleName() - Method in Model
-
@return The class name without package
- getSitemeshFactory() - Method in FactoryHolder
-
- getSitemeshFactory() - Method in RenderTagLib
-
- getSize() - Method in Constrained
-
- getSize() - Method in ConstrainedProperty
-
@return Returns the size.
- getSize() - Method in MockPart
-
- getSource() - Method in Metadata
-
@return The source of the metadata
- getSource() - Method in ProfileCompilerTask
-
- getSourceUnit() - Method in ResponseCodeUrlMappingVisitor
-
- getSourceUrl(ClassNode) - Method in GrailsASTUtils
-
- getSpecificationVersion() - Method in GroovyPagesJspFactory
-
- getSpringApplication() - Method in GrailsApplicationContextLoader
-
- getSpringBootVersion() - Method in GrailsDependencyVersions
-
- getSpringConfig() - Method in BeanBuilder
-
Retrieves the RuntimeSpringConfiguration instance used the the BeanBuilder
- 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
-
- getStaticApplicationContext() - Method in Controller
-
- getStaticCodecDirectiveValue() - Method in GroovyPageParser
-
- getStaticEncoder() - Method in GroovyPageMetaInfo
-
- getStaticEncoder() - Method in OutputEncodingStack
-
- getStaticEncoder() - Method in OutputEncodingStackAttributes
-
- getStaticFieldValue(Class<?>, String) - Method in GrailsClassUtils
-
- getStaticImplementation() - Method in AbstractGrailsArtefactTransformer
-
The class that provides static methods
- getStaticImplementation() - Method in ControllerDomainTransformer
-
- getStaticImplementation() - Method in ConvertersDomainTransformer
-
- getStaticPropertyValue(String, Class<T>) - Method in AbstractGrailsClass
-
Get the value of the named static property.
- getStaticPropertyValue(String, Class<T>) - Method in ClassPropertyFetcher
-
- getStaticPropertyValue(Class<?>, String) - Method in GrailsClassUtils
-
- getStaticResourcePathForResource(Resource, String) - Method in GrailsResourceUtils
-
Retrieves the static resource path for the given Grails resource artifact (controller/taglib etc.)
- getStaticWriter() - Method in OutputEncodingStack
-
- getStatus() - Method in ControllerUnitTestMixin
-
@return The status code of the response
- getStatus() - Method in IncludeResponseWrapper
-
- getStep(String, Command, Map) - Method in StepRegistry
-
- getSteps() - Method in DefaultMultiStepCommand
-
- getSteps() - Method in MultiStepCommand
-
@return The steps that make up the command
- getStream() - Method in XML
-
- getStreamingEncoder() - Method in EncodesToWriterAdapter
-
- getString(int) - Method in JSONArray
-
Get the string associated with an index.
- getString(String) - Method in JSONObject
-
Get the string associated with a key.
- getStrings() - Method in StringsCompleter
-
- getSubBufferChunkMinSize() - Method in StreamCharBuffer
-
- getSubClasses() - Method in DefaultGrailsDomainClass
-
- getSubClasses() - Method in GrailsDomainClass
-
Returns the sub-classes for this class if any
- getSubClasses() - Method in LegacyGrailsDomainClass
-
- getSubStringChunkMinSize() - Method in StreamCharBuffer
-
- GetSuffix(int) - Method in SimpleCharStream
-
Get the suffix.
- getSuperClassChain(Class<?>) - Method in GrailsDomainConfigurationUtil
-
- getSuppliedNames() - Method in BasePluginFilter
-
- getSystemProperties() - Method in CommandLine
-
@return The system properties specified
- 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
-
- getTaglibCodecDirectiveValue() - Method in GroovyPageParser
-
- getTaglibEncoder() - Method in GroovyPageMetaInfo
-
- getTaglibEncoder() - Method in OutputEncodingStack
-
- getTaglibEncoder() - Method in OutputEncodingStackAttributes
-
- getTaglibNamespace() - Method in TagLibrary
-
- getTaglibNamespace() - Method in TagLibraryInvoker
-
- getTagLibraryLookup() - Method in GroovyPageMetaInfo
-
- getTagLibraryLookup() - Method in TagLibraryInvoker
-
- getTaglibWriter() - Method in OutputEncodingStack
-
- 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
-
- getTarget() - Method in GrailsPrintWriterAdapter
-
- getTargetBeanDefinition(ConfigurableListableBeanFactory, String, BeanDefinition, Class) - Method in MapBasedSmartPropertyOverrideConfigurer
-
- getTargetBeanDefinitionForFactoryBean(ConfigurableListableBeanFactory, String, BeanDefinition, Class) - Method in MapBasedSmartPropertyOverrideConfigurer
-
- getTargetClassForContainer(Class, Object) - Method in DefaultRendererRegistry
-
- getTargetFileLocation() - Method in GrailsMockMultipartFile
-
@return The location where the MultipartFile was transfered to
- getTargetOut() - Method in GrailsConsoleErrorPrintStream
-
- getTargetOut() - Method in GrailsConsolePrintStream
-
- getTargetResponse() - Method in GrailsContentBufferingResponse
-
- getTargetType() - Method in AbstractRequestBodyDataBindingSourceCreator
-
- getTargetType() - Method in AbstractVndErrorRenderer
-
- getTargetType() - Method in ByteArrayMultipartFileValueConverter
-
- getTargetType() - Method in ClosureValueConverter
-
- getTargetType() - Method in CurrencyValueConverter
-
- getTargetType() - Method in DataBindingSourceCreator
-
@return The target type of this creator
- getTargetType() - Method in DateConversionHelper
-
- getTargetType() - Method in DefaultDataBindingSourceCreator
-
- getTargetType() - Method in DefaultHtmlRenderer
-
- getTargetType() - Method in FormattedDateValueConverter
-
- getTargetType() - Method in FormattedValueConverter
-
@return the output type of this converter
- getTargetType() - Method in Renderer
-
@return The target type
- getTargetType() - Method in TimeZoneConverter
-
- getTargetType() - Method in TypedStructuredBindingEditor
-
@return the type that this editor is used for binding to
- getTargetType() - Method in ValueConverter
-
- getTaskCount() - Method in StopWatch
-
Return the number of tasks timed.
- getTaskInfo() - Method in StopWatch
-
Return an array of the data for tasks performed.
- getTaskName() - Method in StopWatch.TaskInfo
-
Return the name of this task.
- getTemplate() - Method in AbstractGrailsView
-
- getTemplate(String) - Method in AbstractProfile
-
- getTemplate() - Method in GrailsLayoutView
-
- getTemplate() - Method in GroovyPageView
-
- getTemplate() - Method in JspRenderTag
-
- getTemplate(String) - Method in Profile
-
Obtain a template by path
- getTemplate() - Method in SpringMVCViewDecorator
-
- getTemplateUri(String) - Method in Controller
-
Obtains a URI of a template by name
- getTemplateUri(CharSequence, ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getTemplateURI(GroovyObject, String) - Method in DefaultGroovyPagesUriService
-
- getTemplateUri(CharSequence, ServletRequest) - Method in GrailsApplicationAttributes
-
@param templateName
- getTemplateURI(GroovyObject, String, boolean) - Method in GroovyPagesUriService
-
- getTemplateURI(String, String, boolean) - Method in GroovyPagesUriSupport
-
Obtains the URI to a template using the controller name and template name
- getTemplateURI(String, String) - Method in GroovyPageUtils
-
Obtains the URI to a template using the controller name and template name
- getTerminal() - Method in GrailsConsole
-
- getTestPluginUsages() - Method in TestPluginRegistrar
-
@return list of TestPlugin classes that should be registered or unregistered (excluded) when this test Mixin is used
- getTestState() - Method in WebFlowUnitTestMixin
-
- getText() - Method in AbstractGrailsMockHttpServletResponse
-
The response body as text
- getTheme(String) - Method in GrailsApplicationContext
-
- getTheme(String) - Method in MockThemeSource
-
- getThreadLocalConverterConfiguration(Class<C>) - Method in ConvertersConfigurationHolder
-
- getThrowable() - Method in Interceptor
-
Obtains the exception thrown by an action execution
- getTimeMillis() - Method in StopWatch.TaskInfo
-
Return the time in milliseconds this task took.
- getTimeSeconds() - Method in StopWatch.TaskInfo
-
Return the time in seconds this task took.
- getTitleBuffer() - Method in GSPSitemeshPage
-
- getTldFromServletContext(String) - Method in TagLibraryResolverImpl
-
- getToJSONMethod(Object) - Method in InstanceMethodBasedMarshaller
-
- getToken(int) - Method in JSONParser
-
Get the specific Token.
- getTokens() - Method in DefaultUrlMappingData
-
- getTokens() - Method in ResponseCodeMappingData
-
- getTokens(String) - Method in SynchronizerTokensHolder
-
- getTokens() - Method in UrlMappingData
-
- getTopWriter() - Method in OutputEncodingStackAttributes
-
- getTotalTimeMillis() - Method in StopWatch
-
Return the total time in milliseconds for all tasks.
- getTotalTimeSeconds() - Method in StopWatch
-
Return the total time in seconds for all tasks.
- getToXMLMethod(Object) - Method in InstanceMethodBasedMarshaller
-
- getTrait() - Method in AsyncControllerTraitInjector
-
- getTrait() - Method in ControllerTraitInjector
-
- getTrait() - Method in DomainClassTraitInjector
-
- getTrait() - Method in InterceptorTraitInjector
-
- getTrait() - Method in RestResponderTraitInjector
-
- getTrait() - Method in ServiceTraitInjector
-
- getTrait() - Method in TagLibraryTraitInjector
-
- getTrait() - Method in TraitInjector
-
- getTrait() - Method in WebDataBindingTraitInjector
-
- getTransaction(TransactionDefinition) - Method in ChainedTransactionManager
-
- getTransactionAttribute(Method, Class) - Method in GroovyAwareNamedTransactionAttributeSource
-
- getTransactionManager() - Method in DomainClassUnitTestMixin
-
- getTransactionManagerBeanNames(BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
-
- getTransactionManagers() - Method in ChainedTransactionManager
-
- getTransactionTemplateMethodName() - Method in RollbackTransform
-
- getTransactionTemplateMethodName() - Method in TransactionalTransform
-
- getTransformedClassNames() - Method in AbstractGrailsArtefactTransformer
-
- 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(String) - Method in MockApplicationContext
-
- getTypeDescriptor(PropertyDescriptor) - Method in CachedIntrospectionResults
-
- 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
- getTypePropertyName() - Method in DefaultGrailsDomainClassProperty
-
- getTypePropertyName() - Method in GrailsDomainClassProperty
-
Returns the class type as a property name representation.
- getUndeclaredOptions() - Method in CommandLine
-
- 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 GrailsVersionUtils
-
Returns the upper version of a Grails version number expression in a plugin
- getURI() - Method in ByteArrayResource
-
- getURI() - Method in ClassPathResource
-
- getURI() - Method in DefaultUrlMappingInfo
-
- getURI() - Method in FileSystemResource
-
This implementation returns a URI for the underlying file.
- getURI() - Method in GrailsResource
-
- getURI() - Method in GroovyPageCompiledScriptSource
-
- getURI() - Method in GroovyPageResourceScriptSource
-
- getURI() - Method in GroovyPageScriptSource
-
@return The URI of the Groovy page
- getURI() - Method in JspTagLib
-
@return The URI of the tag library
- getURI() - Method in JspTagLibImpl
-
- getURI() - Method in Resource
-
Return a URI handle for this resource.
- getURI() - Method in SpringResource
-
- getURI() - Method in UrlMappingInfo
-
The URI to map to.
- getURI() - Method in UrlResource
-
This implementation returns the underlying URI directly,
if possible.
- getUriFromRequest(HttpServletRequest) - Method in GrailsWebUtil
-
Retrieves the URI from the request from either the include attribute or the request.getRequestURI() method.
- getURIPath() - Method in GrailsNoDecorator
-
- getUriWithinGrailsViews(String) - Method in GroovyPagesTemplateEngine
-
Returns the path to the view of the relative URI within the Grails views directory
- getURL() - Method in ByteArrayResource
-
- getURL() - Method in ClassPathResource
-
This implementation returns a URL for the underlying class path resource.
- getURL() - Method in FileSystemResource
-
This implementation returns a URL for the underlying file.
- 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 GrailsResource
-
- getUrl() - Method in JspFormRemoteTag
-
- getUrl() - Method in JspFormTag
-
- getUrl() - Method in JspLinkTag
-
- getUrl() - Method in JspRemoteFunctionTag
-
- getUrl() - Method in JspRemoteLinkTag
-
- getUrl() - Method in JspSubmitToRemoteTag
-
- getURL() - Method in Resource
-
Return a URL handle for this resource.
- getURL() - Method in SpringResource
-
- getURL() - Method in UrlResource
-
This implementation returns the underlying URL reference.
- getUrlData() - Method in RegexUrlMapping
-
- getUrlData() - Method in ResponseCodeUrlMapping
-
- getUrlData() - Method in UrlMapping
-
Retrieves the UrlMappingData instance that describes this UrlMapping
- getUrlMappings() - Method in DefaultUrlMappingsHolder
-
- getUrlMappings() - Method in GrailsControllerUrlMappings
-
- getUrlMappings() - Method in UrlMappingsHolder
-
Retrieves the held UrlMapping instances as an array
- getUrlMappingsHolder() - Method in UrlMappingsUnitTestMixin
-
- 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
- getUserPlugins() - Method in MockGrailsPluginManager
-
- getValidator() - Method in DefaultGrailsDomainClass
-
- getValidator() - Method in GrailsDomainClass
-
Retreives the validator for this domain class
- getValidator() - Method in LegacyGrailsDomainClass
-
- getValue() - Method in AbstractTemplateVariableBinding.BindingMapEntry
-
- getValue() - Method in CacheEntry
-
- getValue() - Method in FastStringPrintWriter
-
- getValue() - Method in FastStringWriter
-
- getValue(String) - Method in GrailsHttpSession
-
@deprecated
- See Also:
- javax.servlet.http.HttpSession#getValue(java.lang.String)
- 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(String, Class<T>, Map) - Method in TestRuntime
-
- getValue() - Method in Token
-
An optional attribute value of the Token.
- getValueConverter(def, String) - Method in SimpleDataBinder
-
- getValueConverterForClass(def, String) - Method in SimpleDataBinder
-
- getValueConverterForField(def, String) - Method in SimpleDataBinder
-
- getValueIfExists(String, Class<T>, Map) - Method in TestRuntime
-
- getValueNames() - Method in GrailsHttpSession
-
@deprecated
- See Also:
- javax.servlet.http.HttpSession#getValueNames()
- getValueOfBindUsing(Annotation) - Method in SimpleDataBinder
-
@param annotation An instance of grails.databinding.BindingUsing or org.grails.databinding.BindingUsing
- getValueOrCreate(String, Class<T>, Closure) - Method in TestRuntime
-
- getValueWhileUpdating(Object) - Method in CacheEntry
-
- getVariable(String) - Method in GroovyPageBinding
-
- getVariable(String) - Method in TemplateVariableBinding
-
- getVariable(String) - Method in WebRequestTemplateVariableBinding
-
- getVariableNames() - Method in AbstractTemplateVariableBinding
-
- getVariableNames() - Method in TemplateVariableBinding
-
- getVariableNames() - Method in WebRequestTemplateVariableBinding
-
- getVariableResolver() - Method in GroovyPagesPageContext
-
- getVariables() - Method in AbstractTemplateVariableBinding
-
- getVariablesMap() - Method in AbstractTemplateVariableBinding
-
- getVersion() - Method in AbstractGrailsPlugin
-
- getVersion() - Method in AbstractProfile
-
- getVersion() - Method in AbstractUrlMapping
-
- getVersion() - Method in DefaultGrailsDomainClass
-
- getVersion() - Method in DefaultUrlMappingInfo
-
- getVersion() - Method in GrailsDomainClass
-
Returns the version property
- getVersion() - Method in GrailsPluginInfo
-
@return The version of the plug-in
- getVersion() - Method in LegacyGrailsDomainClass
-
- getVersion() - Method in MimeType
-
@return The version of the Mime type
- getVersion() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getVersion() - Method in Profile
-
@return The version of the profile
- getVersion() - Method in UrlMapping
-
- Returns:
- The version of the URL mapping.
- getVersion() - Method in UrlMappingInfo
-
@return The version of the API (for REST)
- getView() - Method in ControllerUnitTestMixin
-
@return The view of the current controller
- getView() - Method in ForwardUrlMappingInfo
-
- getView() - Method in Interceptor
-
@return The current view
- getView() - Method in SpringMVCViewDecorator
-
- getViewName() - Method in AbstractUrlMapping
-
@see grails.web.mapping.UrlMapping#getViewName()
- getViewName() - Method in DefaultUrlMappingInfo
-
- getViewName() - Method in RenderContext
-
@return The view name to use
- getViewName() - Method in ResponseCodeUrlMapping
-
- getViewName() - Method in ServletRenderContext
-
- 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
- getViews() - Method in ControllerUnitTestMixin
-
- getViewsDir(Resource) - Method in GrailsResourceUtils
-
- getViewUri(String) - Method in Controller
-
Obtains a URI of a view by name
- getViewUri(String, HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getViewUri(String, HttpServletRequest) - Method in GrailsApplicationAttributes
-
Retrieves the uri of a named view
- getViewURI(String, String) - Method in GroovyPagesUriService
-
Obtains a view name for the given controller name and template name
- getViewURI(String, String) - Method in GroovyPagesUriSupport
-
Obtains a view URI of the given controller name and view name
- getViewURI(String, String) - Method in GroovyPageUtils
-
Obtains a view URI of the given controller name and view name
- getWatchedResourcePatterns() - Method in AbstractGrailsPlugin
-
- getWatchedResourcePatterns() - Method in DefaultGrailsPlugin
-
- getWatchedResourcePatterns() - Method in GrailsPlugin
-
Resources that this plugin watches
- getWatchedResources() - Method in DefaultGrailsPlugin
-
@return the watchedResources
- getWatchPatterns(List<String>) - Method in WatchPatternParser
-
- getWebRequest() - Method in ControllerUnitTestMixin
-
- getWebRequest() - Method in DefaultRequestStateLookupStrategy
-
- getWebRequest() - Method in GrailsRequestStateLookupStrategy
-
@return the current request
- getWebRequest() - Method in WebAttributes
-
Obtains the currently executing web request
- getWebRequest() - Method in WebRequestDelegatingRequestContext
-
Retrieves the webRequest object.
- getWebXmlFromServletContext() - Method in TagLibraryResolverImpl
-
- getWidget() - Method in ConstrainedProperty
-
- getWikiView(String) - Method in LinkTestFilter
-
Returns the view of the wiki name that is shown to the
user.
- getWrappedResponse() - Method in GrailsWebRequest
-
- 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 IncludeResponseWrapper
-
- getWriter() - Method in JSON
-
- getWriter() - Method in RenderContext
-
@return The writer to render to
- getWriter() - Method in ServletRenderContext
-
- getWriter() - Method in StreamCharBuffer
-
Writer interface for adding/writing data to the buffer.
- getWriter() - Method in StreamCharBuffer.LazyInitializingWriter
-
- getWriter() - Method in XML
-
- getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in CodecPrintWriter
-
- getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in EncodedAppenderWriter
-
- getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in EncodedAppenderWriterFactory
-
Gets the EncodedAppenderWriter instance that is connected to this
instance implementation with a certain encoder fixed.
- getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in GrailsPrintWriter
-
- getWriterForEncoder(Encoder, EncodingStateRegistry, boolean) - Method in StreamCharBuffer
-
- getWriterForEncoder(Encoder, EncodingStateRegistry) - Method in StreamCharBuffer.StreamCharBufferWriter
-
- getXml() - Method in AbstractGrailsMockHttpServletResponse
-
Get the response XML
- getXML(HttpServletRequest) - Method in ConvertersExtension
-
- getXML() - Method in GrailsMockHttpServletRequest
-
Parses the request content as XML using XmlSlurper and returns
the GPath result object.
- GitProfileRepository - Class in org.grails.cli.profile.git
- GLOBAL_PLUGINS_DIR - Field in BuildSettings
-
The name of the system property for global plugins directory
- GlobalClassInjector - Interface in grails.compiler.ast
A marker interface that indicates that this injector applies to all classes in a project
- GlobalClassInjectorAdapter - Class in grails.compiler.ast
- GlobalGrailsClassInjectorTransformation - Class in org.grails.compiler.injection
A global transformation that applies Grails' transformations to classes within a Grails project
- GlobalImportTransformation - Class in org.grails.compiler.injection
@author Graeme Rocher
- GORM - Field in GrailsDomainClass
-
The name of the default ORM implementation used to map the class
- GormApiSupport - Class in org.grails.plugins.domain.support
Helper class used in the case where there is not GORM API installed in the application to provide
basic validation facility.
- GparsPromise - Class in org.grails.async.factory.gpars
Implementation of
Promise interface for Gpars
- GparsPromise(Closure) - Constructor in GparsPromise
-
- GparsPromiseFactory - Class in org.grails.async.factory.gpars
- GparsPromiseFactory() - Constructor in GparsPromiseFactory
-
- gpath - Field in GPathResultMap
-
- GPathResultCollectionDataBindingSource - Class in org.grails.databinding.xml
- GPathResultCollectionDataBindingSource(GPathResult) - Constructor in GPathResultCollectionDataBindingSource
-
- GPathResultMap - Class in org.grails.databinding.xml
@author Jeff Brown
- GPathResultMap(GPathResult) - Constructor in GPathResultMap
-
- GRADLE_ARGUMENT_ADAPTER - Field in GradleStep
-
- GRADLE - Field in GradleCommand
-
- GradleAsyncInvoker - Class in org.grails.cli.gradle
@author Graeme Rocher
- GradleAsyncInvoker(GradleInvoker) - Constructor in GradleAsyncInvoker
-
- GradleCommand - Class in org.grails.cli.gradle.commands
A command for invoking Gradle commands
- GradleInvoker - Class in org.grails.cli.gradle
Allow dynamic invocation of Gradle tasks
- GradleInvoker(ExecutionContext) - Constructor in GradleInvoker
-
- GradleStep - Class in org.grails.cli.profile.steps
A
Step that invokes Gradle
- GradleStep(ProfileCommand, Map<String, Object>) - Constructor in GradleStep
-
- GradleTaskCommandAdapter - Class in org.grails.cli.gradle.commands
Adapts a
Named command into a Gradle task execution
- GradleTaskCommandAdapter(Profile, Named) - Constructor in GradleTaskCommandAdapter
-
- GradleUtil - Class in org.grails.cli.gradle
Utility methods for interacting with Gradle
- Grails5535Factory - Class in org.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 GrailsASTUtils
-
- GRAILS_APP_DIR - Field in GrailsResourceUtils
-
The name of the Grails application directory
- GRAILS_APP_DIR_PRESENT - Field in BuildSettings
-
Whether the application is running inside the development environment or deployed
- GRAILS_APPLICATION_CONTEXT_LOADER - Field in IntegrationTestMixinTransformation
-
- GRAILS_APPLICATION - Field in ControllerDynamicMethods
-
- GRAILS_ATTRIBUTES - Field in ControllerDynamicMethods
-
- GRAILS_CONFIGURATION_CLASS_NODE - Field in BootInitializerClassInjector
-
- GRAILS_CONTROLLER_CLASS_AVAILABLE - Field in GrailsApplicationAttributes
-
- GRAILS_CONTROLLER_CLASS - Field in GrailsApplicationAttributes
-
- GRAILS_DISPATCH_EXTENSION - Field in GrailsUrlPathHelper
-
- GRAILS_DISPATCH_EXTENSION - Field in WebUtils
-
- GRAILS_HOME - Field in BuildSettings
-
The location of the local Grails installation.
- GRAILS_INITIALIZING - Field in GrailsRuntimeConfigurator
-
- GRAILS_REDIRECT_ISSUED - Field in ResponseRedirector
-
- GRAILS_RESOURCE_PATTERN_EIGHTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_ELEVENTH_MATCH - Field in GrailsResourceUtils
-
- 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_NINTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_SECOND_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_SEVENTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_SIXTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_TENTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_THIRD_MATCH - Field in GrailsResourceUtils
-
- GRAILS_SERVLET_PATH - Field in GrailsUrlPathHelper
-
- GRAILS_SERVLET_PATH - Field in WebUtils
-
- GRAILS_URL_MAPPINGS - Field in GrailsRuntimeConfigurator
-
- GRAILS_URL_MAPPINGS - Field in RuntimeSpringConfigUtilities
-
- GrailsApp - Class in grails.boot
Extends the org.springframework.boot.SpringApplication with reloading behavior and other Grails features
- GrailsAppBuilder - Class in grails.boot
Fluent API for constructing GrailsApp instances.
- GrailsApplication - Interface in grails.core
- grailsApplication - Field in AbstractGrailsClass
-
- grailsApplication - Field in AbstractGrailsPlugin
-
- grailsApplication - Field in AbstractUrlMapping
-
- grailsApplication - Field in DefaultCodecLookup
-
- grailsApplication - Field in GrailsDomainClassCleaner
-
- grailsApplication - Field in GrailsDomainClassValidator
-
- grailsApplication - Field in GrailsExceptionResolver
-
- grailsApplication - Field in GrailsWebDataBinder
-
- grailsApplication - Field in SitemeshLayoutViewResolver
-
- grailsApplication - Field in TagLibraryLookup
-
- GrailsApplicationAttributes - Interface in org.codehaus.groovy.grails.web.servlet
- GrailsApplicationAware - Interface in grails.core.support
- GrailsApplicationAwareBeanPostProcessor - Class in org.grails.spring.beans
- GrailsApplicationAwareBeanPostProcessor(GrailsApplication) - Constructor in GrailsApplicationAwareBeanPostProcessor
-
- GrailsApplicationClass - Trait in grails.core
Marker interface for the GrailsApplicationClass
- GrailsApplicationCompilerAutoConfiguration - Class in org.grails.cli.boot
A org.springframework.boot.cli.compiler.CompilerAutoConfiguration for Grails Micro Service applications
- GrailsApplicationContext - Class in org.grails.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
-
- GrailsApplicationContextCommandRunner - Class in grails.ui.command
@author Graeme Rocher
- GrailsApplicationContextCommandRunner(String, Object) - Constructor in GrailsApplicationContextCommandRunner
-
- GrailsApplicationContextLoader - Class in grails.boot.config
Extends Spring Boot's org.springframework.boot.test.SpringApplicationContextLoader with a version for Grails
- GrailsApplicationDiscoveryStrategy - Interface in org.grails.core.support
Interface used for classes that discover the GrailsApplication and ApplicationContext instances
- GrailsApplicationLifeCycle - Interface in grails.core
API which plugins implement to provide behavior in defined application lifecycle hooks.
- GrailsApplicationLifeCycleAdapter - Class in grails.core
- GrailsApplicationPostProcessor - Class in grails.boot.config
A org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor that enhances any ApplicationContext with plugin manager capabilities
- GrailsApplicationPostProcessor(GrailsApplicationLifeCycle, ApplicationContext, Class) - Constructor in GrailsApplicationPostProcessor
-
- grailsApplicationPostProcessor() - Method in GrailsAutoConfiguration
-
@return A post processor that uses the
GrailsPluginManager to configure the org.springframework.context.ApplicationContext
- GrailsApplicationScriptRunner - Class in grails.ui.script
Used to run Grails scripts within the context of a Grails application
- GrailsApplicationTestPlugin - Class in grails.test.runtime
A TestPlugin for TestRuntime that builds the GrailsApplication instance for tests
- GrailsApplicationTestPlugin.TestRuntimeGrailsApplicationPostProcessor - Class in grails.test.runtime
- GrailsApplicationTestPlugin.TestRuntimeGrailsApplicationPostProcessor(Closure, Set) - Constructor in GrailsApplicationTestPlugin.TestRuntimeGrailsApplicationPostProcessor
-
- grailsAppResourcePatterns - Field in GrailsResourceUtils
-
- GrailsAppServletInitializer - Class in org.grails.boot.context.web
Ensure a
GrailsApp in constructed during servlet initialization
- GrailsArrayUtils - Class in grails.util
Utility methods for working with Arrays
- GrailsArtefactClassInjector - Interface in grails.compiler.ast
Interface specific to Grails artefacts that returns the artefact type.
- GrailsASTUtils - Class in org.grails.compiler.injection
Helper methods for working with Groovy AST trees.
- GrailsAsyncContext - Class in org.grails.plugins.web.async
Wraps an AsyncContext providing additional logic to provide the appropriate context to a Grails application.
- GrailsAsyncContext(AsyncContext, GrailsWebRequest, AsyncGrailsWebRequest) - Constructor in GrailsAsyncContext
-
- GrailsAutoConfiguration - Class in grails.boot.config
A base class for configurations that bootstrap a Grails application
- GrailsAwareClassLoader - Class in org.grails.compiler.injection
A class loader that is aware of Groovy sources and injection operations.
- GrailsAwareClassLoader(ClassLoader, CompilerConfiguration) - Constructor in GrailsAwareClassLoader
-
- GrailsAwareInjectionOperation - Class in org.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
-
@deprecated Custom resource loader no longer supported
- GrailsBootstrapClass - Interface in grails.web.servlet.bootstrap
Loaded and executed on application load.
- GrailsByteArrayResource - Class in org.grails.core.io
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
-
- GrailsCentralPublishGradlePlugin - Class in org.grails.gradle.plugin.publishing
A plugin to setup publishing to Grails central repo
- GrailsClass - Interface in org.codehaus.groovy.grails.commons
@author Graeme Rocher
- grailsClassImpl - Field in ArtefactHandlerAdapter
-
- GrailsClasspath - Interface in org.grails.gradle.plugin.model
Gradle ToolingModel class that is used to return Classpath to Grails cli
- GrailsClasspathToolingModelBuilder - Class in org.grails.gradle.plugin.model
Builds the GrailsClasspath instance that contains the URLs of the resolved dependencies
- grailsClassType - Field in ArtefactHandlerAdapter
-
- GrailsClassUtils - Class in org.codehaus.groovy.grails.commons
@author Graeme Rocher
- GrailsCli - Class in org.grails.cli
Main class for the Grails command line.
- GrailsCli.ExecutionContextImpl - Class in org.grails.cli
- GrailsCli.ExecutionContextImpl(CommandLine, ProjectContext) - Constructor in GrailsCli.ExecutionContextImpl
-
- GrailsCodecClass - Interface in org.grails.commons
Provides access to Codec classes.
- GrailsCompileStatic - Annotation Type in grails.compiler
@since 2.4
- GrailsConfigurationAware - Interface in grails.core.support
Obtains the Grails ConfigObject via Spring.
- GrailsConfigurationException - Class in org.grails.core.exceptions
@author Graeme Rocher
- GrailsConfigurationException(Throwable) - Constructor in GrailsConfigurationException
-
- GrailsConfigUtils - Class in org.grails.web.servlet.context
A common class where shared configurational methods can reside.
- GrailsConsole - Class in grails.build.logging
Utility class for delivering console output in a nicely formatted way.
- GrailsConsole() - Constructor in GrailsConsole
-
- GrailsConsoleAntBuilder - Class in org.grails.build.logging
Silences ant builder output.
- GrailsConsoleAntBuilder() - Constructor in GrailsConsoleAntBuilder
-
- GrailsConsoleBuildListener - Class in org.grails.build.logging
Mainly silences a lot of redundant Ant output.
- GrailsConsoleBuildListener(GrailsConsole) - Constructor in GrailsConsoleBuildListener
-
- GrailsConsoleErrorPrintStream - Class in org.grails.build.logging
Used to replace default System.err with one that routes calls through GrailsConsole.
- GrailsConsoleErrorPrintStream(PrintStream) - Constructor in GrailsConsoleErrorPrintStream
-
- GrailsConsolePrintStream - Class in org.grails.build.logging
Used to replace default System.out with one that routes calls through GrailsConsole.
- GrailsConsolePrintStream(PrintStream) - Constructor in GrailsConsolePrintStream
-
- GrailsContentBufferingResponse - Class in org.grails.web.sitemesh
- GrailsContentBufferingResponse(HttpServletResponse, ContentProcessor, SiteMeshWebAppContext) - Constructor in GrailsContentBufferingResponse
-
- GrailsContextEvent - Class in org.grails.spring
Signals various events related to the Grails context loading.
- GrailsContextEvent(WebApplicationContext, int) - Constructor in GrailsContextEvent
-
- GrailsContextNamespaceHandler - Class in org.grails.spring.context.annotation
Provides custom implementation of component-scan that ignores Groovy closures.
- GrailsControllerClass - Interface in grails.core
Represents a controller class in Grails.
- GrailsControllerUrlMappingInfo - Class in org.grails.web.mapping.mvc
A
UrlMappingInfo that holds a reference to the controller to be executed
- GrailsControllerUrlMappingInfo(GrailsControllerClass, UrlMappingInfo) - Constructor in GrailsControllerUrlMappingInfo
-
- GrailsControllerUrlMappings - Class in org.grails.web.mapping.mvc
A
UrlMappings implementation that matches URLs directly onto controller instances
- GrailsControllerUrlMappings(GrailsApplication, UrlMappings) - Constructor in GrailsControllerUrlMappings
-
- GrailsConventionGroovyPageLocator - Class in org.grails.web.gsp.io
Extended GroovyPageLocator that deals with the details of Grails' conventions
for controllers names, view names and template names
- GrailsDataSource - Interface in grails.core
Represents a data source in Grails.
- GrailsDependencyVersions - Class in org.grails.cli.boot
Introduces dependency management based on a published BOM file
- GrailsDependencyVersions(GrapeEngine, Map<String, String>) - Constructor in GrailsDependencyVersions
-
- GrailsDispatcherServlet - Class in org.grails.web.servlet.mvc
Simple extension to the Spring org.springframework.web.servlet.DispatcherServlet implementation that makes sure a
GrailsWebRequest is bound
- GrailsDispatcherServlet(WebApplicationContext) - Constructor in GrailsDispatcherServlet
-
- GrailsDocGradlePlugin - Class in org.grails.gradle.plugin.doc
Adds Grails doc publishing support
- GrailsDomainClass - Interface in grails.core
Represents a persistable Grails domain class.
- GrailsDomainClassCleaner - Class in org.grails.plugins.domain.support
Clears static Grails "instance api" instances from domain classes when
ApplicationContext's ContextClosedEvent is received.
- GrailsDomainClassCleaner(GrailsApplication) - Constructor in GrailsDomainClassCleaner
-
- GrailsDomainClassInjector - Interface in grails.compiler.ast
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.grails.validation
A specialised Spring validator that validates a domain class instance using
the constraints defined in the static constraints closure.
- GrailsDomainConfigurationUtil - Class in org.codehaus.groovy.grails.commons
@author Graeme Rocher
- GrailsDomainException - Class in org.grails.core.exceptions
Thrown when creation of the Grails domain from the Grails domain classes fails.
- GrailsDomainException(Throwable) - Constructor in GrailsDomainException
-
- GrailsEclipseConsole - Class in grails.build.logging
This class is meant to keep changes made in support of Eclipse separate from
the standard GrailsConsole implementation.
- GrailsEclipseConsole() - Constructor in GrailsEclipseConsole
-
Create a GrailsConsole that has some customizations to work better with STS.
- GrailsEnvironment - Class in grails.web.servlet.context.support
Bridges Grails' existing environment API with the new Spring 3.1 environment profiles API.
- GrailsEnvironment(GrailsApplication) - Constructor in GrailsEnvironment
-
- GrailsException - Class in org.grails.core.exceptions
Base class for all Grails exceptions that are not recoverable.
- GrailsException(Throwable) - Constructor in GrailsException
-
- GrailsExceptionResolver - Class in org.grails.web.errors
Wraps any runtime exceptions with a GrailsWrappedException instance.
- GrailsExtension - Class in org.grails.gradle.plugin.core
A extension to the Gradle plugin to configure Grails settings
- GrailsExtension.Agent - Class in org.grails.gradle.plugin.core
Configuration for the reloading agent
- GrailsExtension(Project) - Constructor in GrailsExtension
-
- GrailsFactoriesLoader - Class in org.grails.core.io.support
General purpose factory loading mechanism for internal use within the framework.
- GrailsFlashScope - Class in org.grails.web.servlet
Grails implementation of Flash scope (@see grails.web.mvc.FlashScope).
- GrailsGradlePlugin - Class in org.grails.gradle.plugin.core
The main Grails gradle plugin implementation
- GrailsGradlePlugin(ToolingModelBuilderRegistry) - Constructor in GrailsGradlePlugin
-
- GrailsHTMLPageParser - Class in org.grails.web.sitemesh
- GrailsHttpSession - Class in 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
-
- GrailsInterceptorHandlerInterceptorAdapter - Class in org.grails.plugins.web.interceptors
Adapts Grails groovy.lang.Interceptor instances to the Spring org.springframework.web.servlet.HandlerInterceptor interface
- GrailsJunit4ClassRunner - Class in org.grails.test.context.junit4
@author Graeme Rocher
- GrailsLayoutDecoratorMapper - Class in org.grails.web.sitemesh
Implements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts.
- GrailsLayoutView - Class in org.grails.web.sitemesh
- GrailsLayoutView(GroovyPageLayoutFinder, View) - Constructor in GrailsLayoutView
-
- GrailsLayoutViewResolver - Class in org.grails.web.servlet.view
- GrailsLayoutViewResolver() - Constructor in GrailsLayoutViewResolver
-
- GrailsLayoutViewResolverPostProcessor - Class in org.grails.plugins.web
This BeanDefinitionRegistryPostProcessor replaces the existing jspViewResolver bean with GrailsLayoutViewResolver
and moves the previous jspViewResolver bean configuration as an inner bean of GrailsLayoutViewResolver to be used as
the innerViewResolver of it.
- GrailsLazyProxyPrintWriter - Class in org.grails.buffer
- GrailsLazyProxyPrintWriter.DestinationFactory - Interface in org.grails.buffer
Factory to lazily instantiate the destination.
- GrailsLazyProxyPrintWriter(GrailsLazyProxyPrintWriter.DestinationFactory) - Constructor in GrailsLazyProxyPrintWriter
-
- GrailsMetaClassUtils - Class in grails.util
Provides utility methods for working with the Groovy MetaClass API.
- GrailsMockHttpServletRequest - Class in org.grails.plugins.testing
A custom mock HTTP servlet request that provides the extra properties
and methods normally injected by the "servlets" plugin.
- GrailsMockHttpServletRequest(ServletContext) - Constructor in GrailsMockHttpServletRequest
-
- GrailsMockHttpServletResponse - Class in org.grails.plugins.testing
- GrailsMockHttpSession - Class in org.grails.plugins.testing
Simple sub-class of Spring's MockHttpSession that adds support for
map and property notation, i.e.
- GrailsMockMultipartFile - Class in org.grails.plugins.testing
Extends the default Spring MockMultipartFile to provide an implementation of transferTo that
doesn't use the file system.
- GrailsMockMultipartFile(String, String, String, InputStream) - Constructor in GrailsMockMultipartFile
-
- GrailsMVCException - Class in org.grails.web.servlet.mvc.exceptions
Thrown when an unrecoverable error occurred 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.grails.web.sitemesh
Grails version of Sitemesh's NoDecorator
- GrailsPageResponseWrapper - Class in org.grails.web.sitemesh
@author Graeme Rocher
- GrailsPageResponseWrapper(HttpServletRequest, HttpServletResponse, PageParserSelector) - Constructor in GrailsPageResponseWrapper
-
- GrailsParameterMap - Class in 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.grails.spring.context.support
Uses Grails' ConfigObject for place holder values.
- GrailsPlaceholderConfigurer() - Constructor in GrailsPlaceholderConfigurer
-
- GrailsPlugin - Interface in grails.plugins
- GrailsPluginApplication - Interface in grails.boot
A marker interface for applications that are also plugins
- GrailsPluginGradlePlugin - Class in org.grails.gradle.plugin.core
A Gradle plugin for Grails plugins
- GrailsPluginGradlePlugin.ExplodedDir - Class in org.grails.gradle.plugin.core
- GrailsPluginGradlePlugin.ExplodedDir(File, Object) - Constructor in GrailsPluginGradlePlugin.ExplodedDir
-
- GrailsPluginGradlePlugin(ToolingModelBuilderRegistry) - Constructor in GrailsPluginGradlePlugin
-
- GrailsPluginInfo - Interface in grails.plugins
Base interface that just contains information about a particular plugin.
- GrailsPluginManager - Interface in org.codehaus.groovy.grails.plugins
@author Graeme Rocher
- GrailsPluginManagerFactoryBean - Class in org.grails.spring.beans.factory
A factory bean for loading the GrailsPluginManager instance.
- GrailsPrintWriter - Class in org.grails.buffer
PrintWriter implementation that doesn't have synchronization. null object
references are ignored in print methods (nothing gets printed)
- GrailsPrintWriter(Writer) - Constructor in GrailsPrintWriter
-
- GrailsPrintWriterAdapter - Class in org.grails.buffer
@author Lari Hotari
- GrailsPrintWriterAdapter(Writer) - Constructor in GrailsPrintWriterAdapter
-
- GrailsProfileGradlePlugin - Class in org.grails.gradle.plugin.profiles
A plugin that is capable of compiling a Grails profile into a JAR file for distribution
- GrailsProfileGradlePlugin(ProjectPublicationRegistry, ProjectConfigurationActionContainer) - Constructor in GrailsProfileGradlePlugin
-
- GrailsProfilePublishGradlePlugin - Class in org.grails.gradle.plugin.profiles
A plugin for publishing profiles
- GrailsPublishExtension - Class in org.grails.gradle.plugin.publishing
@author Graeme Rocher
- GrailsPublishExtension.License - Class in org.grails.gradle.plugin.publishing
- GrailsReactorConfigurationReader - Class in org.grails.events.reactor
Configures Reactor within a Grails application
- GrailsReactorConfigurationReader(Config, Properties) - Constructor in GrailsReactorConfigurationReader
-
- GrailsRequestContext - Interface in org.grails.web.servlet
Defines the methods and objects available during a Grails request context.
- GrailsRequestStateLookupStrategy - Interface in org.grails.web.servlet.mvc
Strategy interface for obtaining details about the currently executing request
- GrailsResource - Class in org.grails.core.io
Bridges Grails and Spring resource APIs
- GrailsResource(Resource) - Constructor in GrailsResource
-
- GrailsResourceUtils - Class in org.grails.io.support
Utility methods for resource handling / figuring out class names.
- GrailsRoutablePrintWriter - Class in org.grails.web.sitemesh
- GrailsRoutablePrintWriter.DestinationFactory - Interface in org.grails.web.sitemesh
Factory to lazily instantiate the destination.
- GrailsRoutablePrintWriter(GrailsRoutablePrintWriter.DestinationFactory) - Constructor in GrailsRoutablePrintWriter
-
- GrailsRunTask - Class in org.grails.gradle.plugin.run
Extension to the standard JavaExec task to run Grails applications
- GrailsRuntimeConfigurator - Class in org.grails.web.servlet.context.support
Handles the runtime configuration of the Grails ApplicationContext.
- GrailsRuntimeConfigurator(GrailsApplication, ApplicationContext, GrailsPluginManager) - Constructor in GrailsRuntimeConfigurator
-
- GrailsRuntimeException - Class in org.grails.core.exceptions
Generic global runtime exception.
- GrailsRuntimeException(Throwable) - Constructor in GrailsRuntimeException
-
- GrailsServiceClass - Interface in grails.core
@author Steven Devijver
- GrailsShell - Class in grails.ui.shell
A Shell
- GrailsShell(ResourceLoader, Object) - Constructor in GrailsShell
-
- GrailsSpringLoadedPlugin - Class in org.grails.dev.support
A Spring loaded plugin
- GrailsStringUtils - Class in grails.util
Extra methods for string manipulation
- GrailsSwingConsole - Class in grails.ui.console
The Grails console runs Grails embedded within a Swing console instead of within a container like Tomcat
- GrailsSwingConsole(ResourceLoader, Object) - Constructor in GrailsSwingConsole
-
- GrailsTag - Interface in org.grails.gsp.compiler.tags
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.grails.taglib
@author Graeme Rocher
- GrailsTagException(String, Throwable, String, int) - Constructor in GrailsTagException
-
- GrailsTagLibClass - Interface in grails.core
Represents a Grails tab library class.
- GrailsTagRegistry - Class in org.grails.gsp.compiler.tags
A registry for holding all Grails tag implementations.
- GrailsTestAutowirer - Class in org.grails.test.support
Convenience class to autowire test classes
- GrailsTestAutowirer(ApplicationContext) - Constructor in GrailsTestAutowirer
-
- GrailsTestCompilerAutoConfiguration - Class in org.grails.cli.boot
@author Graeme Rocher
- GrailsTestConfiguration - Annotation Type in org.grails.test.context.junit4
@author Graeme Rocher
- GrailsTestInterceptor - Class in org.grails.test.support
- GrailsTestInterceptor(Object, GrailsTestMode, ApplicationContext, String) - Constructor in GrailsTestInterceptor
-
- GrailsTestMode - Class in org.grails.test.support
- GrailsTestRequestEnvironmentInterceptor - Class in org.grails.test.support
Establishes a “mock” request environment suitable for running tests in.
- GrailsTestRequestEnvironmentInterceptor(ApplicationContext) - Constructor in GrailsTestRequestEnvironmentInterceptor
-
- GrailsTestTransactionInterceptor - Class in org.grails.test.support
Establishes a rollback only transaction for running a test in.
- GrailsTestTransactionInterceptor(ApplicationContext) - Constructor in GrailsTestTransactionInterceptor
-
- GrailsTokenizedHTMLPage - Class in org.grails.web.sitemesh
- GrailsTokenizedHTMLPage(char[], CharArray, CharArray) - Constructor in GrailsTokenizedHTMLPage
-
- GrailsTransactionAttribute - Class in org.grails.transaction
- GrailsTransactionAttribute(RuleBasedTransactionAttribute) - Constructor in GrailsTransactionAttribute
-
- GrailsTransactionTemplate - Class in org.codehaus.groovy.grails.orm.support
@author Graeme Rocher
- GrailsTransactionTemplate(PlatformTransactionManager, TransactionAttribute) - Constructor in GrailsTransactionTemplate
-
- GrailsTypeChecked - Annotation Type in grails.compiler
@since 2.4
- GrailsUnitTestMixin - Class in grails.test.mixin.support
A base unit testing mixin that watches for MetaClass changes and unbinds them on tear down.
- GrailsUnitTestMixin() - Constructor in GrailsUnitTestMixin
-
- GrailsUrlMappingsClass - Interface in grails.core
Loads the UrlMappings.
- GrailsUrlPathHelper - Class in org.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.
- GrailsVersionUtils - Class in grails.plugins
- GrailsViewBufferingResponse - Class in org.grails.web.sitemesh
- GrailsViewBufferingResponse(HttpServletRequest, HttpServletResponse) - Method in GrailsViewBufferingResponse
-
- GrailsViewResolver - Interface in org.grails.web.servlet.view
- GrailsWatchPlugin - Class in org.grails.gradle.plugin.watch
A plugin that allows watching for file changes and triggering recompilation of the Gradle build
- GrailsWebApplicationContext - Class in grails.web.servlet.context
A WebApplicationContext that extends StaticApplicationContext to allow for programmatic
configuration at runtime.
- GrailsWebApplicationContext(DefaultListableBeanFactory, ApplicationContext, GrailsApplication) - Constructor in GrailsWebApplicationContext
-
- GrailsWebDataBinder - Class in grails.web.databinding
- GrailsWebDataBinder(GrailsApplication) - Constructor in GrailsWebDataBinder
-
- GrailsWebDataBindingListener - Class in org.grails.web.databinding
- GrailsWebDataBindingListener(MessageSource) - Constructor in GrailsWebDataBindingListener
-
- GrailsWebGradlePlugin - Class in org.grails.gradle.plugin.web
Adds web specific extensions
- GrailsWebGradlePlugin(ToolingModelBuilderRegistry) - Constructor in GrailsWebGradlePlugin
-
- GrailsWebMockUtil - Class in grails.util
@author Jeff Brown
- GrailsWebPluginManager - Class in grails.web.servlet.plugins
@author Graeme Rocher
- GrailsWebPluginManager(Resource, GrailsApplication) - Constructor in GrailsWebPluginManager
-
- GrailsWebRequest - Class in org.grails.web.servlet.mvc
Encapsulates a Grails request.
- GrailsWebRequest(HttpServletRequest, HttpServletResponse, ServletContext, ApplicationContext) - Constructor in GrailsWebRequest
-
- GrailsWebRequestFilter - Class in org.grails.web.servlet.mvc
- GrailsWebUtil - Class in grails.util
Utility methods for clients using the web framework.
- GrailsWrappedRuntimeException - Class in org.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
- GrailsWrappedWriter - Interface in org.grails.buffer
- GROOVY_OBJECT_CLASS_NODE - Field in DelegateAsyncTransformation
-
- GROOVY_OBJECT_CLASS_NODE - Field in MixinTransformation
-
- GROOVY_OBJECT_CLASS_NODE - Field in TestMixinTransformation
-
- GROOVY_SOURCE_CHAR_ENCODING - Field in GroovyPageParser
-
- GroovyAwareAspectJAwareAdvisorAutoProxyCreator - Class in org.grails.spring.aop.autoproxy
Enables AspectJ weaving from the application context.
- GroovyAwareInfrastructureAdvisorAutoProxyCreator - Class in org.grails.spring.aop.autoproxy
Tells Spring always to proxy Groovy classes.
- GroovyAwareNamedTransactionAttributeSource - Class in org.grails.transaction
@author Graeme Rocher
- GroovyBeanMarshaller - Class in org.grails.web.converters.marshaller.json
@author Siegfried Puchbauer
- GroovyCollectTag - Class in org.grails.gsp.compiler.tags
Example:
- GroovyConfigPropertySourceLoader - Class in org.grails.core.cfg
Adds support for defining a 'application.groovy' file in ConfigSlurper format in order to configure Spring Boot within Grails
- GroovyConsoleApplicationContext - Class in grails.ui.console.support
An org.springframework.context.ApplicationContext that loads the GroovyConsole and makes the ApplicationContext and Grails environment available to the console
- GroovyConsoleWebApplicationContext - Class in grails.ui.console.support
A {@org.springframework.web.context.WebApplicationContext} for use in the embedded Grails console
- GroovyDefTag - Class in org.grails.gsp.compiler.tags
Allows defining of variables within the page context.
- GroovyEachTag - Class in org.grails.gsp.compiler.tags
@author Graeme Rocher
- GroovyEclipseCompilationHelper - Class in org.grails.compiler.injection
- GroovyElseIfTag - Class in org.grails.gsp.compiler.tags
- GroovyElseTag - Class in org.grails.gsp.compiler.tags
@author Graeme Rocher
- GroovyFindAllTag - Class in org.grails.gsp.compiler.tags
Example:
- GroovyGrepTag - Class in org.grails.gsp.compiler.tags
Example:
- GroovyIfTag - Class in org.grails.gsp.compiler.tags
- GroovyPage - Class in org.grails.gsp
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
Base class for a GroovyPage (at the moment there is nothing in here but could be useful for
providing utility methods etc.
- GroovyPage() - Constructor in GroovyPage
-
- GroovyPageAttributes - Class in org.grails.taglib
Defines attributes passed to a GSP tag.
- GroovyPageAttributes(Map, boolean) - Constructor in GroovyPageAttributes
-
- GroovyPageBinding - Class in org.grails.gsp
Script Binding that is used in GSP evaluation.
- GroovyPageBinding(String) - Constructor in GroovyPageBinding
-
- GroovyPageBytecodeOptimizer - Class in org.grails.gsp.compiler.transform
- GroovyPageClassLoader - Class in org.grails.gsp
A class loader that is aware of Groovy Pages and injection operations.
- GroovyPageClassLoader(ClassLoader, CompilerConfiguration) - Constructor in GroovyPageClassLoader
-
- GroovyPageCompiledScriptSource - Class in org.grails.gsp.io
Represents a pre-compiled GSP.
- GroovyPageCompiledScriptSource(String, String, Class<?>) - Constructor in GroovyPageCompiledScriptSource
-
- GroovyPageCompiler - Class in org.grails.gsp.compiler
Used to compile GSP files into a specified target directory.
- GroovyPageCompilerTask - Class in org.grails.web.pages
An Ant task used for compiling GSP sources.
- GroovyPageCompileTask - Class in org.grails.gradle.plugin.web.gsp
A task for compiling GSPs
- GroovyPageInjectionOperation - Class in org.grails.gsp.compiler.transform
A GroovyPage compiler injection operation that uses a specified array of ClassInjector instances to
attempt AST injection.
- GroovyPageInjector - Interface in grails.compiler.ast
Extended marker interface that indicates this ClassInjector applies to GSPs.
- GroovyPageLayoutFinder - Class in org.grails.web.sitemesh
Provides the logic for GrailsLayoutDecoratorMapper without so many ties to
the Sitemesh API.
- groovyPageLayoutFinder - Field in GrailsLayoutViewResolver
-
- GroovyPageLocator - Interface in org.grails.gsp.io
Used to locate GSPs whether in development or WAR deployed mode.
- groovyPageLocator - Field in GroovyPageViewResolver
-
- GroovyPageMetaInfo - Class in org.grails.gsp
Encapsulates the information necessary to describe a GSP.
- GroovyPageMetaInfo(Class<?>) - Constructor in GroovyPageMetaInfo
-
- GroovyPageParser - Class in org.grails.gsp.compiler
NOTE: Based on work done by the GSP standalone project (https://gsp.dev.java.net/).
- GroovyPageParser(String, String, String, InputStream) - Method in GroovyPageParser
-
- GroovyPagePlugin - Class in org.grails.gradle.plugin.web.gsp
A plugin that adds support for compiling Groovy Server Pages (GSP)
- GroovyPageResourceLoader - Class in org.grails.gsp
A StaticResourceLoader that loads GSPs from a local grails-app folder instead of from WEB-INF in
development mode.
- GroovyPageResourceScriptSource - Class in org.grails.gsp.io
- GroovyPageResourceScriptSource(String, Resource) - Constructor in GroovyPageResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- GroovyPageScriptSource - Interface in org.grails.gsp.io
@author Graeme Rocher
- GroovyPagesException - Class in org.grails.gsp
Thrown when processing GSP pages.
- GroovyPagesException(String) - Constructor in GroovyPagesException
-
- GroovyPagesGrailsPlugin - Class in org.grails.plugins.web
Sets up and configures the GSP and GSP tag library support in Grails.
- GroovyPagesJspApplicationContext - Class in org.grails.gsp.jsp
@author Graeme Rocher
- GroovyPagesJspApplicationContext() - Constructor in GroovyPagesJspApplicationContext
-
- GroovyPagesJspFactory - Class in org.grails.gsp.jsp
@author Graeme Rocher
- GroovyPagesMetaUtils - Class in org.grails.gsp
- GroovyPageSourceDecorator - Interface in org.grails.gsp
- GroovyPagesPageContext - Class in org.grails.gsp.jsp
A JSP PageContext implementation for use with GSP.
- GroovyPagesPageContext() - Constructor in GroovyPagesPageContext
-
- GroovyPagesServlet - Class in org.grails.web.pages
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
- GroovyPagesServlet() - Constructor in GroovyPagesServlet
-
- GroovyPageStaticResourceLocator - Class in org.grails.gsp.io
Extends the
DefaultResourceLocator class with extra methods to evaluate static resources relative to the currently executing GSP page.
- GroovyPagesTemplateEngine - Class in org.grails.gsp
Based on (but not extending) the existing TemplateEngine implementations
within Groovy.
- GroovyPagesTemplateEngine() - Method in GroovyPagesTemplateEngine
-
- GroovyPagesTemplateRenderer - Class in org.grails.web.gsp
Service that provides the actual implementation to RenderTagLib's render tag.
- GroovyPagesUriService - Interface in grails.web.pages
Provides methods to lookup URIs of views and templates.
- GroovyPagesUriSupport - Class in org.grails.web.pages
Methods to establish template names, paths and so on.
- GroovyPageTagWriter - Class in org.grails.taglib
A temporary writer used by GSP to write to a StringWriter and later retrieve the value.
- GroovyPageTagWriter() - Constructor in GroovyPageTagWriter
-
- GroovyPageTemplate - Class in org.grails.gsp
Knows how to make in instance of GroovyPageWritable.
- GroovyPageTemplate(GroovyPageMetaInfo, OutputContextLookup) - Constructor in GroovyPageTemplate
-
- GroovyPageTestPlugin - Class in grails.test.runtime
a TestPlugin for TestRuntime for supporting GSP tests
- GroovyPageUnitTestMixin - Class in grails.test.mixin.web
- GroovyPageUnitTestMixin() - Constructor in GroovyPageUnitTestMixin
-
- GroovyPageUnitTestResourceLoader - Class in grails.test.mixin.support
A org.springframework.core.io.ResourceLoader implementation
that loads GSP views relative to the project base directory for unit tests.
- GroovyPageUnitTestResourceLoader(Map<String, String>) - Constructor in GroovyPageUnitTestResourceLoader
-
- GroovyPageUtils - Class in org.grails.web.pages
Methods to establish template names, paths and so on.
- GroovyPageView - Class in org.grails.web.servlet.view
A Spring View that renders Groovy Server Pages to the response.
- GroovyPageViewResolver - Class in org.grails.web.servlet.view
Evaluates the existance of a view for different extensions choosing which one to delegate to.
- GroovyPageViewResolver(GroovyPagesTemplateEngine, GrailsConventionGroovyPageLocator) - Constructor in GroovyPageViewResolver
-
- GroovyPageWritable - Class in org.grails.gsp
Writes itself to the specified writer, typically the response writer.
- GroovyPageWritable(GroovyPageMetaInfo, OutputContextLookup, boolean) - Constructor in GroovyPageWritable
-
- GroovyScriptCommand - Class in org.grails.cli.profile.commands.script
A base class for Groovy scripts that implement commands
- GroovyScriptCommandFactory - Class in org.grails.cli.profile.commands.factory
- GroovyScriptCommandTransform - Class in org.grails.cli.profile.commands.script
Transformation applied to command scripts
- GroovyScriptCommandTransform.CommandScriptTransformer - Class in org.grails.cli.profile.commands.script
- GroovyScriptCommandTransform.CommandScriptTransformer(SourceUnit, ClassNode) - Constructor in GroovyScriptCommandTransform.CommandScriptTransformer
-
- GroovyshApplicationContext - Class in grails.ui.shell.support
@author Graeme Rocher
- GroovyshWebApplicationContext - Class in grails.ui.shell.support
@author Graeme Rocher
- GroovySyntaxTag - Class in org.grails.gsp.compiler.tags
- GroovyUnlessTag - Class in org.grails.gsp.compiler.tags
- GroovyWhileTag - Class in org.grails.gsp.compiler.tags
@author Graeme Rocher
- groupAndArtifactToDependency - Field in GrailsDependencyVersions
-
- GSP_CODEC - Field in GrailsApplicationAttributes
-
- GSP_RELOAD_INTERVAL - Field in GroovyPagesGrailsPlugin
-
- GSP_SITEMESH_PAGE - Field in GrailsLayoutView
-
- GSP_SITEMESH_PAGE - Field in SitemeshTagLib
-
- GSP_SUFFIX - Field in GroovyPageViewResolver
-
- GSP_TEMPLATE_ENGINE - Field in GrailsApplicationAttributes
-
- GSP_TMP_WRITER - Field in GrailsApplicationAttributes
-
- GSP_TO_RENDER - Field in GrailsApplicationAttributes
-
- GSP_VIEW_LAYOUT_RESOLVER_ENABLED - Field in GroovyPagesGrailsPlugin
-
- GSP_VIEWS_DIR - Field in GroovyPagesGrailsPlugin
-
- GSPResponseWriter - Class in org.grails.web.pages
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
- GSPSitemeshPage - Class in org.grails.web.sitemesh
Grails/GSP specific implementation of Sitemesh's AbstractHTMLPage
- GSPSitemeshPage(boolean) - Constructor in GSPSitemeshPage
-
- GspTagSourceMacro - Class in grails.doc.macros
- GspTagSourceMacro(def) - Constructor in GspTagSourceMacro
-
- GSPWriter - Class in org.grails.gsp.compiler
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
-
- I18N_CACHE_SECONDS - Field in I18nGrailsPlugin
-
- I18N_FILE_CACHE_SECONDS - Field in I18nGrailsPlugin
-
- I18nGrailsPlugin - Class in org.grails.plugins.i18n
Configures Grails' internationalisation support.
- ID_DATE_FORMAT - Field in AtomRenderer
-
- id - Field in GPathResultMap
-
- ID_PARAM - Field in GrailsApplicationAttributes
-
- ID_PARAMETER - Field in GrailsWebRequest
-
- ID_TAG - Field in AtomRenderer
-
- IDENTITY - Field in GrailsDomainClassProperty
-
- IDENTITY - Field in HttpHeaders
-
- IdentityPluginFilter - Class in org.grails.plugins
No-op implementation of PluginFilter
.
- IF_MATCH - Field in HttpHeaders
-
- IF_MODIFIED_SINCE - Field in HttpHeaders
-
- IF_NONE_MATCH - Field in HttpHeaders
-
- IF_RANGE - Field in HttpHeaders
-
- IF_UNMODIFIED_SINCE - Field in HttpHeaders
-
- IGNORE_BEANINFO_PROPERTY_NAME - Field in CachedIntrospectionResults
-
System property that instructs Spring to use the java.beans.Introspector#IGNORE_ALL_BEANINFO
mode when calling the JavaBeans java.beans.Introspector: "spring.beaninfo.ignore", with a
value of "true" skipping the search for BeanInfo
classes (typically for scenarios
where no such classes are being defined for beans in the application in the first place).
- ignoredRootPackages() - Method in GrailsAutoConfiguration
-
@return The root packages to ignore by default
- image - Field in Token
-
The string image of the token.
- ImageFilter - Class in grails.doc
- ImageFilter() - Constructor in ImageFilter
-
- ImmutableConverterConfiguration - Class in org.grails.web.converters.configuration
Immutable Converter Configuration.
- ImmutableConverterConfiguration(ConverterConfiguration<C>, ProxyHandler) - Constructor in ImmutableConverterConfiguration
-
- implementsOrInheritsZeroArgMethod(ClassNode, String, List) - Method in GrailsASTUtils
-
- implementsZeroArgMethod(ClassNode, String) - Method in GrailsASTUtils
-
Tests whether the ClasNode implements the specified method name.
- importBeans(Resource) - Method in BeanBuilder
-
- IN_LIST_CONSTRAINT - Field in ConstrainedProperty
-
- IN_PROGRESS - Field in ForwardMethod
-
- inBuf - Field in SimpleCharStream
-
- include(String, boolean) - Method in GroovyPagesPageContext
-
- include(String) - Method in SettingsFile
-
- IncludedContent - Class in org.grails.web.util
Represents some content that has been used in an include request.
- IncludedContent(String) - Constructor in IncludedContent
-
- IncludeExcludeConverter - Interface in org.grails.web.converters
A converter capable of including/excluding properties on the target object
- IncludeExcludePropertyMarshaller - Class in org.grails.web.converters.marshaller
A marshaller capable of including or excluding properties
- IncludeExcludeSupport - Class in org.grails.core.util
Simple support class for simplifying include/exclude handling
- IncludeExcludeSupport(List<T>, List<T>) - Constructor in IncludeExcludeSupport
-
- includeFlat(String) - Method in SettingsFile
-
- includeForUrl(String, HttpServletRequest, HttpServletResponse, Map) - Method in UrlMappingUtils
-
Includes the given URL returning the resulting content as a String
- includeForUrlMappingInfo(HttpServletRequest, HttpServletResponse, UrlMappingInfo, Map) - Method in UrlMappingUtils
-
Include whatever the given UrlMappingInfo maps to within the current response
- IncludeResponseWrapper - Class in org.grails.web.util
Response wrapper used to capture the content of a response (such as within in an include).
- IncludeResponseWrapper(HttpServletResponse) - Constructor in IncludeResponseWrapper
-
- includes - Field in AbstractConverter
-
- includes(List<T>, T) - Method in IncludeExcludeSupport
-
- includesProperty(Object, String) - Method in AbstractIncludeExcludeRenderer
-
- includesProperty(Object, String) - Method in IncludeExcludePropertyMarshaller
-
Override for custom include logic
- includeVersion - Field in DomainClassMarshaller
-
- IncludingPluginFilter - Class in org.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(String) - Constructor in IncludingPluginFilter
-
- INDEX_ACTION - Field in GrailsControllerClass
-
The name of the index action.
- index(Integer) - Method in RestfulController
-
Lists all resources up to the given maximum
- IndexedPropertyReferenceDescriptor - Class in org.grails.databinding
@author Jeff Brown
- indexOf(Object) - Method in JSONArray
-
- indicateProgress(int) - Method in ConsoleLogger
-
Indicates progress by number
- indicateProgress(int) - Method in GrailsConsole
-
Indicates progress by number
- indicateProgressPercentage(long, long) - Method in ConsoleLogger
-
Indicates progress as a percentage for the given number and total
- indicateProgressPercentage(long, long) - Method in GrailsConsole
-
Indicates progress as a percentage for the given number and total
- InetAddressValidator - Class in org.grails.validation.routines
- info(String) - Method in AntLogAdapter
-
- info(String) - Method in ConsoleLogger
-
Synonym for #log
- info(String) - Method in GrailsConsole
-
Synonym for #log
- informObservers(String, Map) - Method in DefaultGrailsPluginManager
-
- informObservers(String, Map) - Method in GrailsPluginManager
-
inform the specified plugins observers of the event specified by the passed Map instance
- informObservers(String, Map) - Method in MockGrailsPluginManager
-
- informOfClassChange(File, Class) - Method in AbstractGrailsPluginManager
-
- informOfClassChange(File, Class) - Method in GrailsPluginManager
-
- informOfFileChange(File) - Method in AbstractGrailsPluginManager
-
- informOfFileChange(File) - Method in GrailsPluginManager
-
Fire to inform the PluginManager that a particular file changes
- informParameterCreationListeners() - Method in GrailsWebRequest
-
Informs any parameter creation listeners.
- informPluginsOfConfigChange() - Method in AbstractGrailsPluginManager
-
- informPluginsOfConfigChange() - Method in GrailsPluginManager
-
Inform of a change in configuration
- INHERIT_SETTING_NAME - Field in OutputEncodingSettings
-
allow inheriting codecs from parent levels
- inheritInitializers - Field in GrailsTestConfiguration
-
@default true
- See Also:
- org.springframework.test.context.ContextConfiguration#inheritInitializers()
- inheritLocations - Field in GrailsTestConfiguration
-
@default true
- See Also:
- org.springframework.test.context.ContextConfiguration#inheritLocations()
- inheritPreviousEncoders(boolean) - Method in OutputEncodingStackAttributes.Builder
-
- inheritRollbackOnly - Field in Transactional
-
In Spring, when there are nested transaction calls, the execution of the outermost callback will throw UnexpectedRollbackException if TransactionStatus.setRollbackOnly() was called in a nested transaction callback.
- init() - Method in DocEngine
-
- init() - Method in GrailsContextNamespaceHandler
-
- init(Config, Properties, DecoratorMapper) - Method in GrailsLayoutDecoratorMapper
-
- init(Map) - Method in GrailsTag
-
- init() - Method in GrailsTestInterceptor
-
- init(String) - Method in GrailsTestRequestEnvironmentInterceptor
-
Establishes a mock request environment
- init() - Method in GrailsTestTransactionInterceptor
-
Establishes a transaction.
- init() - Method in GroovyPage
-
- init(Map) - Method in GroovySyntaxTag
-
- init() - Method in NullPersistentContextInterceptor
-
- init() - Method in PersistenceContextInterceptor
-
Called to intialisation the persistent context.
- init() - Method in SitemeshLayoutViewResolver
-
- initArtefactHandlers() - Method in DefaultGrailsApplication
-
Initialises the default set of ArtefactHandler instances.
- initConfig() - Method in JSON
-
- initConfig() - Method in XML
-
- initFrameworkServlet() - Method in GroovyPagesServlet
-
- initGrailsApplication(TestRuntime, Map) - Method in GrailsApplicationTestPlugin
-
- initialise() - Method in DefaultGrailsApplication
-
- initialise() - Method in GrailsApplication
-
Initialise this GrailsApplication.
- initialise() - Method in LegacyGrailsApplication
-
- initialise() - Method in StandaloneGrailsApplication
-
- initialiseApplicationContext() - Method in DefaultRuntimeSpringConfiguration
-
Initialises the ApplicationContext instance.
- initialised - Field in AbstractGrailsPluginManager
-
- initialised - Field in DefaultGrailsApplication
-
- initialiseGroovyExtensionModules() - Method in DefaultGrailsApplication
-
- initialize() - Method in AbstractProfile
-
- initialize(ArtefactInfo) - Method in ArtefactHandler
-
- initialize(ArtefactInfo) - Method in ArtefactHandlerAdapter
-
Sets up the relationships between the domain classes, this has to be done after
the intial creation to avoid looping.
- initialize(Object, Map) - Method in ControllersDomainBindingApi
-
A map based constructor that binds the named arguments to the target instance
- initialize() - Method in ConvertersConfigurationInitializer
-
- initialize() - Method in DefaultDataBindingSourceRegistry
-
- initialize(Object) - Method in DefaultProxyHandler
-
- initialize() - Method in DefaultRendererRegistry
-
- initialize() - Method in DefaultUrlMappingsHolder
-
- initialize() - Method in DocPublisher
-
- initialize(ArtefactInfo) - Method in DomainClassArtefactHandler
-
Sets up the relationships between the domain classes, this has to be done after
the intial creation to avoid looping
- initialize(GrailsApplication) - Method in FilteringCodecsByContentTypeSettings
-
- initialize() - Method in GradleStep
-
- initialize(InputStream, PrintStream, PrintStream) - Method in GrailsConsole
-
- initialize() - Method in GrailsControllerClass
-
Initialize the controller class
- initialize() - Method in GroovyPageMetaInfo
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in GroovyPagesPageContext
-
- initialize() - Method in HalJsonRenderer
-
- initialize(Object) - Method in MockHibernateProxyHandler
-
- initialize(Object) - Method in ProxyHandler
-
Initializes an existing uninitialized proxy instance.
- initialize(ArtefactInfo) - Method in TagLibArtefactHandler
-
Creates a map of tags (keyed on "${namespace}:${tagName}") to tag libraries.
- initialize() - Method in TagLibraryResolverImpl
-
- initializeActionParameters(ClassNode, ASTNode, String, Parameter, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
-
- initializeAndValidateCommandObjectParameter(BlockStatement, ClassNode, ClassNode, ASTNode, String, String, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
-
- initializeApplication(CommandLine) - Method in GrailsCli
-
- initializeArray(def, String, Class, int) - Method in SimpleDataBinder
-
- initializeArtefacts(ArtefactHandler) - Method in DefaultGrailsApplication
-
Re-initialize the artefacts of the specified type.
- initializeBeanBuilderForClassLoader(ClassLoader) - Method in BeanBuilder
-
- initializeCollection(def, String, Class, boolean) - Method in SimpleDataBinder
-
- initializeCommandObject(Class, String) - Method in Controller
-
Initializes a command object.
- initializeCommandObjectParameter(BlockStatement, ClassNode, String, SourceUnit) - Method in ControllerActionTransformer
-
- initializeContext(ApplicationContext) - Method in GrailsRuntimeConfigurator
-
- initialized - Field in PromiseList
-
- initializeDatastoreImplementation(GrailsApplication) - Method in DomainClassTestPlugin
-
- initializeFromPropertySources(PropertySources) - Method in PropertySourcesConfig
-
- initializeGrailsApplication(ApplicationContext) - Method in GrailsApplicationPostProcessor
-
- initializeMap(def, String) - Method in SimpleDataBinder
-
- initializeMappingContext() - Method in DomainClassUnitTestMixin
-
- initializeMetaClass() - Method in NamespacedTagDispatcher
-
- initializeMethodParameter(ClassNode, BlockStatement, ASTNode, String, Parameter, SourceUnit, GeneratorContext) - Method in ControllerActionTransformer
-
- initializeMultiple(StreamCharBuffer, boolean) - Method in StreamCharBuffer.LazyInitializingMultipleWriter
-
initialize underlying writer
- initializePluginManager() - Method in GrailsRuntimeConfigurator
-
- initializePrimitiveOrTypeWrapperParameter(ClassNode, BlockStatement, Parameter, String) - Method in ControllerActionTransformer
-
- initializeProperty(def, String, Class, DataBindingSource) - Method in GrailsWebDataBinder
-
- initializeProperty(def, String, Class, DataBindingSource) - Method in SimpleDataBinder
-
- initializeProvidedArtefacts(List<String>) - Method in BinaryGrailsPlugin
-
- initializeResourcePath() - Method in DefaultLinkGenerator
-
- initializers - Field in GrailsTestConfiguration
-
@default {}
- See Also:
- org.springframework.test.context.ContextConfiguration#initializers()
- initializeSpringConfig() - Method in BeanBuilder
-
- initializeStringParameter(ClassNode, BlockStatement, Parameter, String) - Method in ControllerActionTransformer
-
- initializeTagLibrary() - Method in TagLibrary
-
- initializeVariables(Profile, CommandLine) - Method in CreateAppCommand
-
- initializeViewMap(BinaryGrailsPluginDescriptor) - Method in BinaryGrailsPlugin
-
- INITIALIZING - Field in Environment
-
Whether Grails is in the middle of bootstrapping or not
- initialMockDomainSetup() - Method in DomainClassUnitTestMixin
-
- initialState() - Method in GrailsApplicationTestPlugin
-
- initialValue() - Method in SoftThreadLocalMap
-
Creates an initial value of a Map.
- initOut() - Method in FastStringWriter
-
- initPersistenceContext(ApplicationContext) - Method in PersistenceContextInterceptorExecutor
-
- initRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
-
- initRun(Writer, OutputContext, GroovyPageMetaInfo) - Method in GroovyPage
-
- initTemplate() - Method in GroovyPageView
-
- initTransactionIfNecessary() - Method in GrailsTestInterceptor
-
- InjectableGrailsClass - Interface in grails.core
Represents a Grails class that is to be configured in Spring and as such is injectable.
- injectDatabindingCode(SourceUnit, GeneratorContext, ClassNode) - Method in ASTDatabindingHelper
-
- injectDatabindingCode(SourceUnit, GeneratorContext, ClassNode) - Method in DefaultASTDatabindingHelper
-
- injectErrorsCode(ClassNode) - Method in ASTErrorsHelper
-
- injectErrorsCode(ClassNode) - Method in ASTValidationErrorsHelper
-
- injectValidateableCode(ClassNode, boolean) - Method in ASTValidateableHelper
-
- injectValidateableCode(ClassNode, boolean) - Method in DefaultASTValidateableHelper
-
- InListConstraint - Class in org.grails.validation
A constraint that validates the property is contained within the supplied list.
- innerView - Field in GrailsLayoutView
-
- innerViewResolver - Field in GrailsLayoutViewResolver
-
- INPLACE_FLAG - Field in CreateAppCommand
-
- input_stream - Field in JsonParserTokenManager
-
- input(Closure) - Method in WebFlowUnitTestSupport
-
- inputStream - Field in SimpleCharStream
-
- INSTALLED - Field in DevelopmentShutdownHook
-
- INSTANCE - Field in CachingPathMatchingResourcePatternResolver
-
- InstanceFactoryBean - Class in org.grails.spring.beans.factory
Simple singleton instance implementation of Spring's FactoryBean interface
- InstanceFactoryBean(T) - Constructor in InstanceFactoryBean
-
- InstanceMethodBasedMarshaller - Class in org.grails.web.converters.marshaller.xml
@author Siegfried Puchbauer
- instanceMethods - Field in BaseApiProvider
-
- instantiateFromConfig(ConfigObject, String, String) - Method in GrailsClassUtils
-
- instantiateFromConfig(ConfigObject, String, String) - Method in GrailsResourceUtils
-
- instantiateFromFlatConfig(Map<String, Object>, String, String) - Method in GrailsClassUtils
-
- instantiateFromFlatConfig(Map<String, Object>, String, String) - Method in GrailsResourceUtils
-
- instantiatePlugins(Set<Class<? extends TestPlugin>>) - Method in TestRuntimeFactory
-
- int(String, Integer) - Method in TypeConvertingMap
-
- INTEGER_CLASS_NODE - Field in GrailsASTUtils
-
- Integration - Annotation Type in grails.test.mixin.integration
Transformation to apply to integration tests
- INTEGRATION_TEST_CLASS_NODE - Field in IntegrationTestMixinTransformation
-
- IntegrationSpecConfigurerExtension - Class in org.grails.test.spock
Spock extension that can be applied to Integration tests to make them Grails aware
- IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor - Class in org.grails.test.spock
- IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor(ApplicationContext) - Constructor in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
-
- IntegrationTestGradlePlugin - Class in org.grails.gradle.plugin.core
Gradle plugin for adding separate src/integration-test folder to hold integration tests
- IntegrationTestMixin - Class in grails.test.mixin.integration
- IntegrationTestMixinTransformation - Class in org.grails.compiler.injection.test
@author Graeme Rocher
- INTERACTIVE_MODE_ENABLED - Field in Environment
-
Whether interactive mode is enabled
- intercept(IMethodInvocation) - Method in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
-
- Interceptor - Trait in grails.artefact
An interceptor can be used to intercept requests to controllers and URIs
- interceptor - Field in UrlMappingMatcher
-
- InterceptorArtefactHandler - Class in org.grails.plugins.web.interceptors
- InterceptorArtefactHandler() - Constructor in InterceptorArtefactHandler
-
- interceptors - Field in GrailsInterceptorHandlerInterceptorAdapter
-
- InterceptorsGrailsPlugin - Class in org.grails.plugins.web.interceptors
A plugin for interceptors
- InterceptorTestPlugin - Class in grails.test.runtime
A plugin for testing interceptors
- InterceptorTraitInjector - Class in grails.compiler.traits
Injects the groovy.lang.Interceptor trait by convention
- InterceptorUnitTestMixin - Class in grails.test.mixin.web
- InterceptorUnitTestMixin() - Constructor in InterceptorUnitTestMixin
-
- internalCommands - Field in AbstractProfile
-
- internalSetVariable(String, Object) - Method in AbstractTemplateVariableBinding
-
- internalSetVariable(String, Object) - Method in TemplateVariableBinding
-
- into(def) - Method in FileSystemInteraction.CopySpec
-
- INVALID_SUFFIX - Field in ConstrainedProperty
-
- INVALID_TOKEN_ATTRIBUTE - Field in TokenResponseHandler
-
- invalidate() - Method in GrailsHttpSession
-
- InvalidPropertyException - Class in org.grails.core.exceptions
Thrown when a property of a Grails class is invalidated.
- InvalidPropertyException(Throwable) - Constructor in InvalidPropertyException
-
- InvalidRequestBodyException - Class in org.grails.web.databinding.bindingsource
Represents an error creation a data binding source because the request
body is invalid.
- InvalidRequestBodyException(Exception) - Constructor in InvalidRequestBodyException
-
- InvalidResponseHandler - Class in org.grails.plugins.web.servlet.mvc
Handles an invalid token response.
- InvalidResponseHandler() - Constructor in InvalidResponseHandler
-
- invalidToken(Closure) - Method in AbstractTokenResponseHandler
-
- invalidToken(Closure) - Method in TokenResponseHandler
-
Specify behavior in the event of an invalid token.
- invalidTokenInternal(Closure) - Method in AbstractTokenResponseHandler
-
- invalidTokenInternal(Closure) - Method in InvalidResponseHandler
-
- invalidTokenInternal(Closure) - Method in ValidResponseHandler
-
- InvalidVersionException - Class in grails.plugins
Throw when a specified version number is invalid.
- InvalidVersionException(Throwable) - Constructor in InvalidVersionException
-
- invoke(Object, String) - Method in GrailsControllerClass
-
Invokes a controller action on the given controller instance
- invoke(Writer) - Method in JspFragmentImpl
-
- invokeBeanDefiningClosure(Closure<?>) - Method in BeanBuilder
-
When an method's argument is only a closure it is a set of bean definitions.
- invokeBeanDefiningMethod(String, Object) - Method in BeanBuilder
-
Called when a bean definition node is called.
- invokeClosure(Closure, def) - Method in WebRequestPromiseDecorator
-
- invokeClosureNode(Object) - Method in WebFlowUnitTestSupport
-
- invokeMethod(String, Object) - Method in BeanBuilder
-
Overrides method invocation to create beans for each method name that takes a class argument.
- invokeMethod(String, Object) - Method in ClosureToMapPopulator
-
- invokeMethod(String, Object) - Method in DefaultGrailsApplication
-
- invokeMethod(String, Object) - Method in DynamicElementReader
-
- invokeMethod(String, def) - Method in FormatInterceptor
-
- invokeMethod(String, Object) - Method in GradleAsyncInvoker
-
- invokeMethod(String, Object) - Method in GradleInvoker
-
- invokeMethod(String, Object) - Method in GrailsApplicationContext
-
- invokeMethod(String, Object) - Method in GrailsPrintWriter
-
- invokeMethod(String, Object) - Method in JSONBuilder
-
- invokeMethod(String, Object) - Method in JspTagLibImpl
-
Overrides invoke method so tags can be invoked as methods
- invokeMethod(String, Object) - Method in NavigableMap.NullSafeNavigator
-
- invokeMethod(String, Object) - Method in SpringInvoker
-
- invokeMethod(String, Object) - Method in WebFlowUnitTestSupport
-
- invokeMethodIfExists(Object, String, Object) - Method in GrailsMetaClassUtils
-
Invokes a method if it exists otherwise returns null
- invokeOriginalAsTypeMethod(Object, Class<?>) - Method in ConverterUtil
-
- invokeTag(String, String, int, Map, int) - Method in GroovyPage
-
Attempts to invokes a dynamic tag
- IOUtils - Class in grails.io
Utility methods for performing I/O operations.
- is(Object) - Method in NavigableMap.NullSafeNavigator
-
- isAbsolute(Map) - Method in DefaultLinkGenerator
-
- isAbstract() - Method in AbstractGrailsClass
-
- isAbstract() - Method in GrailsClass
-
Whether the class is abstract or not
- isAbstract() - Method in LegacyGrailsDomainClass
-
- isActionMethod(String) - Method in AbstractGrailsClass
-
- isActive() - Method in GrailsContentBufferingResponse
-
- isActive() - Method in GrailsWebRequest
-
Whether the web request is still active
- isAddableMethod(MethodNode) - Method in MixinTransformation
-
- isAddableMethod(MethodNode) - Method in TestMixinTransformation
-
- isAllowCreate() - Method in OutputEncodingStackAttributes
-
- isAllowed(String, HttpServletRequest, Map) - Method in AllowedMethodsHelper
-
- isAllowGrailsViewCaching() - Method in GroovyPageViewResolver
-
- isAllowPrecedingContent() - Method in GroovyCollectTag
-
- isAllowPrecedingContent() - Method in GroovyDefTag
-
- isAllowPrecedingContent() - Method in GroovyEachTag
-
- isAllowPrecedingContent() - Method in GroovyElseIfTag
-
- isAllowPrecedingContent() - Method in GroovyElseTag
-
- isAllowPrecedingContent() - Method in GroovyFindAllTag
-
- isAllowPrecedingContent() - Method in GroovyGrepTag
-
- isAllowPrecedingContent() - Method in GroovySyntaxTag
-
- isAllowPrecedingContent() - Method in GroovyWhileTag
-
- isAllowSettingContentType() - Method in GroovyPageTemplate
-
- isAllowSubBuffers() - Method in StreamCharBuffer
-
- isAllowUnwrappingOut() - Method in GrailsLazyProxyPrintWriter
-
- isAllowUnwrappingOut() - Method in GrailsPrintWriter
-
- isAllowUnwrappingOut() - Method in GrailsPrintWriterAdapter
-
- isAllowUnwrappingOut() - Method in GrailsRoutablePrintWriter
-
- isAllowUnwrappingOut() - Method in GrailsWrappedWriter
-
- isAllowUnwrappingOut() - Method in GSPResponseWriter
-
- isAnsiEnabled() - Method in GrailsConsole
-
- isApplicationClass(String) - Method in DefaultStackTraceFilterer
-
Whether the given class name is an internal class and should be filtered
- isApplied(ClassNode) - Method in ArtefactTypeAstTransformation
-
- isApplied(ASTNode, Class<?>) - Method in GrailsASTUtils
-
- isApplyToSafelyEncoded() - Method in AbstractCharReplacementEncoder
-
- isApplyToSafelyEncoded() - Method in BasicJSONEncoder
-
- isApplyToSafelyEncoded() - Method in ChainedEncoder
-
- isApplyToSafelyEncoded() - Method in Encoder
-
@return true
if this this codec should be applied to a buffer part that is
already encoded with a safe encoder
- isApplyToSafelyEncoded() - Method in JavaScriptEncoder
-
- isApplyToSafelyEncoded() - Method in NoneEncoder
-
- isApplyToSafelyEncoded() - Method in RawCodec
-
- isArtefact(ClassNode) - Method in ApplicationArtefactHandler
-
- isArtefact(Class) - Method in ArtefactHandler
-
- isArtefact(Class) - Method in ArtefactHandlerAdapter
-
- isArtefact(Class) - Method in DefaultGrailsApplication
-
Returns true if the given class is an artefact identified by one of the registered
ArtefactHandler instances.
- isArtefact(ClassNode) - Method in DomainClassArtefactHandler
-
- isArtefact(Class) - Method in GrailsApplication
-
- isArtefact(Class) - Method in LegacyGrailsApplication
-
- isArtefact(Class) - Method in StandaloneGrailsApplication
-
- isArtefactAnnotationNode(AnnotationNode) - Method in ArtefactTypeAstTransformation
-
- isArtefactClass(Class) - Method in AnnotationDomainClassArtefactHandler
-
- isArtefactClass(Class) - Method in ApplicationArtefactHandler
-
- isArtefactClass(Class) - Method in ArtefactHandlerAdapter
-
- isArtefactClass(Class) - Method in CodecArtefactHandler
-
- isArtefactClass(Class) - Method in DomainClassArtefactHandler
-
- isArtefactClass(Class) - Method in ServiceArtefactHandler
-
- isArtefactGrailsClass(GrailsClass) - Method in ArtefactHandler
-
- isArtefactGrailsClass(GrailsClass) - Method in ArtefactHandlerAdapter
-
- isArtefactOfType(String, String) - Method in DefaultGrailsApplication
-
Returns true if the specified class name is of the given artefact type as defined by the ArtefactHandler.
- isArtefactOfType(String, String) - Method in GrailsApplication
-
- isArtefactOfType(String, String) - Method in LegacyGrailsApplication
-
- isArtefactOfType(String, String) - Method in StandaloneGrailsApplication
-
- isArtefactResource(Resource) - Method in ArtefactHandlerAdapter
-
Subclasses can override to narrow down whether the given resource is an artefact of this type.
- isArtefactResource(Resource) - Method in DomainClassArtefactHandler
-
- isAssignableFrom(ClassNode, ClassNode) - Method in GrailsASTUtils
-
Determines if the class or interface represented by the superClass
argument is either the same as, or is a superclass or superinterface of,
the class or interface represented by the specified subClass parameter.
- isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Method in 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 DefaultGrailsDomainClassProperty
-
- isAssociation() - Method in GrailsDomainClassProperty
-
Returns true if this property is a relationship property.
- isAsync(HttpServletRequest) - Method in WebUtils
-
Check whether the given request is a forward request
- isAsyncComplete() - Method in AsyncGrailsWebRequest
-
- isAsyncStarted() - Method in AsyncGrailsWebRequest
-
- isAsyncStarted() - Method in GrailsMockHttpServletRequest
-
- isAsyncSupported() - Method in GrailsMockHttpServletRequest
-
- isAutoStartup() - Method in EmbeddedDatabaseShutdownHook
-
- isAutoSync() - Method in OutputEncodingStackAttributes
-
- isAvailable() - Method in JavaCompiler
-
- isBase - Field in AbstractGrailsPlugin
-
- isBasePlugin() - Method in AbstractGrailsPlugin
-
- isBasePlugin() - Method in GrailsPlugin
-
Returns whether this plugin is loaded from the current plugin.
- isBasicCollectionType() - Method in DefaultGrailsDomainClassProperty
-
- isBasicCollectionType() - Method in GrailsDomainClassProperty
-
Return whether this is a collection of basic types like String, Integer etc.
- isBasicType(Class<?>) - Method in GrailsDomainConfigurationUtil
-
- isBasicType(Class) - Method in SimpleDataBinder
-
- isBidirectional(String) - Method in DefaultGrailsDomainClass
-
- isBidirectional() - Method in DefaultGrailsDomainClassProperty
-
- isBidirectional(String) - Method in GrailsDomainClass
-
Returns true if the given property is a bi-directional relationship
- isBidirectional() - Method in GrailsDomainClassProperty
-
Returns true if the property is a bi-directional relationship.
- isBidirectional(String) - Method in LegacyGrailsDomainClass
-
- isBlank() - Method in BlankConstraint
-
- isBlank() - Method in Constrained
-
- isBlank() - Method in ConstrainedProperty
-
@return the blank.
- isBlank(String) - Method in GrailsNameUtils
-
- isBlank(String) - Method in GrailsStringUtils
-
Same as StringUtils#isEmpty(java.lang.Object) but trims the string for surrounding whitespace
- isBlockClose() - Method in GrailsRoutablePrintWriter
-
- isBlockFlush() - Method in GrailsRoutablePrintWriter
-
- isBodyTag() - Method in JspTag
-
@return Return true if the tag class implements the BodyTag interface
- isBodyTag() - Method in JspTagImpl
-
- isCacheEnabled() - Method in GroovyPagesTemplateRenderer
-
- isCacheObjectMarshallerByClass() - Method in ChainedConverterConfiguration
-
- isCacheObjectMarshallerByClass() - Method in ConverterConfiguration
-
Enables caching object marshaller selection by class.
- isCacheObjectMarshallerByClass() - Method in DefaultConverterConfiguration
-
- isCacheObjectMarshallerByClass() - Method in ImmutableConverterConfiguration
-
- isCacheResources() - Method in GroovyPagesTemplateEngine
-
- isCancelled() - Method in BoundPromise
-
- isCancelled() - Method in GparsPromise
-
- isCancelled() - Method in PromiseList
-
- isCancelled() - Method in PromiseMap
-
- isCancelled() - Method in ReactorPromise
-
- isCancelled() - Method in SynchronousPromise
-
- isCandidateInstanceMethod(ClassNode, MethodNode) - Method in AbstractGrailsArtefactTransformer
-
- isCandidateInstanceMethod(ClassNode, MethodNode) - Method in ControllerDomainTransformer
-
- isCandidateInstanceMethod(ClassNode, MethodNode) - Method in GrailsASTUtils
-
- isCandidateMethod(MethodNode) - Method in GrailsASTUtils
-
- isCandidateMethod(MethodNode) - Method in MixinTransformation
-
- isCandidateMethod(MethodNode) - Method in TestMixinTransformation
-
- isCase(Object) - Method in AbstractClosureProxy
-
- isChildOfFile(File, File) - Method in I18nGrailsPlugin
-
- isChunkSizeResizeable() - Method in StreamCharBuffer
-
- isCircular() - Method in DefaultGrailsDomainClassProperty
-
- isCircular() - Method in GrailsDomainClassProperty
-
Whether the relationship is cirucular.
- ISCLASS_PATTERN - Field in DefaultGrailsApplication
-
- ISCLASS_PATTERN - Field in LegacyGrailsApplication
-
- isClassBelowPackage(Class<?>, List<?>) - Method in GrailsClassUtils
-
Returns whether the specified class is either within one of the specified packages or
within a subpackage of one of the packages
- isClosed() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- isClosed() - Method in TestRuntime
-
- isCommitted() - Method in IncludeResponseWrapper
-
- isConfigTrue(Object, String) - Method in GrailsConfigUtils
-
- isConfigurational(String) - Method in GrailsDomainConfigurationUtil
-
- isConnectedMode() - Method in StreamCharBuffer
-
- isConstructorMethod(MethodNode) - Method in GrailsASTUtils
-
- isContainerType(Class<?>) - Method in DefaultRendererRegistry
-
- isContainerType(Class<?>) - Method in RendererRegistry
-
Whether the specified class is a container (list, map etc.)
- isContentTypeAlreadySet() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- isContentTypeAlreadySet() - Method in OutputContext
-
- isConverterClass(Class<?>) - Method in ConverterUtil
-
- isCreditCard() - Method in Constrained
-
- isCreditCard() - Method in ConstrainedProperty
-
@return Returns the creditCard.
- isCriteriaCall(MethodCall) - Method in CriteriaTypeCheckingExtension
-
- isCurrentEventInitialized() - Method in WebFlowUnitTestSupport
-
- isDataSourceAware() - Method in DataBindingSource
-
@return true if GORM operations should be enabled when binding with this DataBindingSource
- isDependentOn(GrailsPlugin, String) - Method in BasePluginFilter
-
Checks whether a plugin is dependent on another plugin with the specified
name
- isDerived() - Method in DefaultGrailsDomainClassProperty
-
- isDerived() - Method in GrailsDomainClassProperty
-
- isDestinationActivated() - Method in GrailsLazyProxyPrintWriter
-
- isDestinationActivated() - Method in GrailsPrintWriter
-
- isDestinationActivated() - Method in GrailsRoutablePrintWriter
-
- isDevelopmentEnv() - Method in GrailsUtil
-
Retrieves whether the current execution environment is the development one.
- isDevelopmentEnvironmentAvailable() - Method in Environment
-
This method will return true if the 'grails-app' directory was found, regardless of whether reloading is active or not
- isDevelopmentEnvironmentAvailable() - Method in Metadata
-
@return True if the development sources are present
- isDevelopmentGrailsVersion() - Method in BuildSettings
-
@return Whether the current version of Grails being used is a development version
- isDevelopmentMode() - Method in Environment
-
Returns true if the application is running in development mode (within grails run-app)
- isDevelopmentMode() - Method in GroovyPagesGrailsPlugin
-
- isDevelopmentModeActive() - Method in GrailsApp
-
- isDevelopmentRun() - Method in Environment
-
This method will return true the application is run
- isDisplay() - Method in Constrained
-
- isDisplay() - Method in ConstrainedProperty
-
@return Returns the display.
- isDomainClass(Class<?>) - Method in DomainClassArtefactHandler
-
- isDomainClass(ClassNode, SourceUnit) - Method in GrailsASTUtils
-
- isDomainClass(URL) - Method in GrailsResourceUtils
-
Checks whether the file referenced by the given url is a domain class
- isDomainClass(Class<?>) - Method in GrailsWebDataBinder
-
- isDomainResource(Class) - Method in AbstractLinkingRenderer
-
- isDone() - Method in BoundPromise
-
- isDone() - Method in GparsPromise
-
- isDone() - Method in PromiseList
-
- isDone() - Method in PromiseMap
-
- isDone() - Method in ReactorPromise
-
- isDone() - Method in SynchronousPromise
-
- isEditable() - Method in Constrained
-
- isEditable() - Method in ConstrainedProperty
-
@return Returns the editable.
- isEmail() - Method in Constrained
-
- isEmail() - Method in ConstrainedProperty
-
@return Returns the email.
- isEmbedded() - Method in DefaultGrailsDomainClassProperty
-
- isEmbedded() - Method in GrailsDomainClassProperty
-
Returns true if this propert is an embedded component.
- isEmbeddedH2orHsqldb(DataSource) - Method in EmbeddedDatabaseShutdownHook
-
- isEmpty() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- isEmpty() - Method in AbstractTypeConvertingMap
-
- isEmpty() - Method in CodeGenConfig
-
- isEmpty() - Method in CompositeConfig
-
- isEmpty() - Method in FlatConfig
-
- isEmpty() - Method in GPathResultMap
-
- isEmpty() - Method in GrailsFlashScope
-
- isEmpty() - Method in JSONArray
-
- isEmpty() - Method in JSONObject
-
- isEmpty() - Method in LazyBeanMap
-
- isEmpty() - Method in LazyMetaPropertyMap
-
{@inheritDoc}
- isEmpty() - Method in NavigableMap
-
- isEmpty() - Method in NavigableMap.NullSafeNavigator
-
- isEmpty() - Method in NavigableMapConfig
-
- isEmpty() - Method in PrefixedConfig
-
- isEmpty() - Method in PromiseMap
-
@return Whether the map is empty
- isEmpty() - Method in StreamCharBuffer
-
- isEmpty() - Method in SynchronizerTokensHolder
-
- isEnabled(String) - Method in AbstractGrailsPlugin
-
- isEnabled() - Method in DefaultGrailsPlugin
-
- isEnabled(String) - Method in GrailsPlugin
-
Check whether the plugin is enabled for the given profile
- isEnabled() - Method in StringCharArrayAccessor
-
- isEncodedWith(Encoder, CharSequence) - Method in DefaultEncodingStateRegistry
-
- isEncodedWith(Encoder, CharSequence) - Method in EncodingStateRegistry
-
Checks if the CharSequence is encoded with encoder.
- isEnum() - Method in DefaultGrailsDomainClassProperty
-
- isEnum() - Method in GrailsDomainClassProperty
-
Returns true if this properties type is an enum.
- isEnvironmentSet() - Method in CommandLine
-
@return Whether the environment is user specified
- isEquivalent(CodecIdentifier) - Method in CodecIdentifier
-
Checks if this codec is equivalent to some other codec
- isEquivalent(CodecIdentifier) - Method in CombinedCodecIdentifier
-
- isEquivalent(CodecIdentifier) - Method in DefaultCodecIdentifier
-
- isError(HttpServletRequest) - Method in WebUtils
-
Check whether the given request is a forward request
- isExcluded(String, UrlMappingInfo) - Method in UrlMappingMatcher
-
- isExcluded(UrlMappingInfo) - Method in UrlMappingMatcher.ClosureExclude
-
- isExcluded(UrlMappingInfo) - Method in UrlMappingMatcher.Exclude
-
- isExcluded(UrlMappingInfo) - Method in UrlMappingMatcher.MapExclude
-
- isExcludedFromDependencyCheck(PropertyDescriptor) - Method in OptimizedAutowireCapableBeanFactory
-
- isExpired() - Method in GroovyPageView
-
- isExplicitSaveUpdateCascade() - Method in DefaultGrailsDomainClassProperty
-
- isExplicitSaveUpdateCascade() - Method in GrailsDomainClassProperty
-
Check whether this property is set up to receive save-update cascading via the Mapping DSL rather than
using 'belongsTo'.
- isFileURL(URL) - Method in GrailsResourceUtils
-
Determine whether the given URL points to a resource in the file system,
that is, has protocol "file" or "vfs".
- isFlowInitialized() - Method in WebFlowUnitTestSupport
-
- isFlowRequest() - Method in GrailsWebRequest
-
Returns true if the current executing request is a flow request
- isFork() - Method in Environment
-
Whether this is a fork of the Grails command line environment
- isForward(HttpServletRequest) - Method in WebUtils
-
Check whether the given request is a forward request
- isForwardOrInclude(HttpServletRequest) - Method in WebUtils
-
Check whether the given request is an include or forward request
- isGet() - Method in GrailsMockHttpServletRequest
-
- isGet(HttpServletRequest) - Method in HttpServletRequestExtension
-
- isGetter(String, Class<?>) - Method in GrailsClassUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property
- isGparsAvailable() - Method in GparsPromiseFactory
-
- isGrailsPath(String) - Method in GrailsResourceUtils
-
Checks whether the specified path is a Grails path.
- isGrailsResource(Resource) - Method in GrailsResourceUtils
-
Checks whether the specific resources is a Grails resource.
- isGrailsSourceDirectory(File) - Method in GrailsGradlePlugin
-
- isGroovyAssignableFrom(Class<?>, Class<?>) - Method in GrailsClassUtils
-
- isGspSitemeshActive() - Method in GrailsPageResponseWrapper
-
- isGspTagSyntaxCall() - Method in GroovyPageAttributes
-
- isHasOne() - Method in DefaultGrailsDomainClassProperty
-
@return true if the foreign key in a one-to-one is stored in the parent
- isHasOne() - Method in GrailsDomainClassProperty
-
- isHtmlPart(String) - Method in GroovyPage
-
- isIdentity() - Method in DefaultGrailsDomainClassProperty
-
- isIdentity() - Method in GrailsDomainClassProperty
-
Returns true of the property is an identifier.
- isIgnoreEncodingState() - Method in AbstractEncodedAppender
-
- isIgnoreEncodingState() - Method in EncodedAppender
-
@return current state of ignoreEncodingState setting
- isIgnoreEncodingState() - Method in EncodesToWriterAdapter
-
- isInClosure() - Method in GroovyPageParser
-
- isInclude(HttpServletRequest) - Method in WebUtils
-
Check whether the given request is an include request
- isIncludeClass() - Method in DomainClassMarshaller
-
- isIncludeVersion() - Method in DomainClassMarshaller
-
- isInherited() - Method in DefaultGrailsDomainClassProperty
-
- isInherited() - Method in GrailsDomainClassProperty
-
Whether the property is inherited from a super class.
- isInheritPreviousEncoders() - Method in OutputEncodingStackAttributes
-
- isInheritRollbackOnly() - Method in GrailsTransactionAttribute
-
- isInitialised() - Method in AbstractGrailsPluginManager
-
@return the initialised
- isInitialised() - Method in DefaultGrailsApplication
-
- isInitialised() - Method in GrailsApplication
-
Returns whether this GrailsApplication has been initialised or not.
- isInitialised() - Method in GrailsPluginManager
-
@return the initialised
- isInitialised() - Method in LegacyGrailsApplication
-
- isInitialised() - Method in MockGrailsPluginManager
-
- isInitialised() - Method in StandaloneGrailsApplication
-
- isInitialized() - Method in CacheEntry
-
- isInitialized(Object, String) - Method in DefaultProxyHandler
-
- isInitialized(Object, String) - Method in MockHibernateProxyHandler
-
- isInitialized(Object, String) - Method in ProxyHandler
-
Tests whether an association of the given object has been initialized.
- isInitializing() - Method in Environment
-
@return Whether interactive mode is enabled
- isInnerClassNode(ClassNode) - Method in GrailsASTUtils
-
Whether the given class node is an inner class
- isInteractiveEnabled() - Method in GrailsConsole
-
- isInteractiveMode() - Method in Environment
-
@return Whether interactive mode is enabled
- isInteractiveModeActive() - Method in GrailsCli
-
- isIterationTag() - Method in JspTag
-
@return Return true if the tag class implements the IterationTag interface
- isIterationTag() - Method in JspTagImpl
-
- isJarResource(Resource) - Method in PathMatchingResourcePatternResolver
-
Return whether the given resource handle indicates a jar resource
that the doFindPathMatchingJarResources
method can handle.
- isJarURL(URL) - Method in GrailsResourceUtils
-
Determine whether the given URL points to a resource in a jar file,
that is, has protocol "jar", "zip", "wsjar" or "code-source".
- isJdk5Enum(Class<?>) - Method in GrailsClassUtils
-
Checks whether the given class is a JDK 1.5 enum.
- isJmxEnabled(String, DataSource) - Method in TomcatJDBCPoolMBeanExporter
-
- isJPADomainClass(Class<?>) - Method in AnnotationDomainClassArtefactHandler
-
- isJunit3Test(ClassNode) - Method in TestMixinTransformation
-
- isKeepPrecedingWhiteSpace() - Method in GroovyCollectTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyDefTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyEachTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyElseIfTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyElseTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyFindAllTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyGrepTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovySyntaxTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyWhileTag
-
- isLoggingSql() - Method in GrailsDataSource
-
Whether SQL logging is enabled
- isMainClass(ClassReader) - Method in MainClassFinder
-
- isManyToMany() - Method in DefaultGrailsDomainClassProperty
-
- isManyToMany() - Method in GrailsDomainClassProperty
-
Returns true if the property is a many-to-many relationship.
- isManyToOne(String) - Method in DefaultGrailsDomainClass
-
- isManyToOne() - Method in DefaultGrailsDomainClassProperty
-
- isManyToOne(String) - Method in GrailsDomainClass
-
Returns true if the given property is a many to one relationship
- isManyToOne() - Method in GrailsDomainClassProperty
-
Returns true if the property is a many-to-one relationship.
- isManyToOne(String) - Method in LegacyGrailsDomainClass
-
- isMatch(String, String) - Method in GroovyAwareNamedTransactionAttributeSource
-
- isMatchBetweenPrimativeAndWrapperTypes(Class, Class) - Method in GrailsClassUtils
-
Detect if left and right types are matching types.
- isModified() - Method in GroovyPageCompiledScriptSource
-
- isNew() - Method in GrailsHttpSession
-
- isNoneEncoder(Encoder) - Method in DefaultEncodingStateRegistry
-
- isNoNullCheck() - Method in ApiDelegateTransformation
-
- isNotBlank(String) - Method in GrailsStringUtils
-
- isNotConfigurational(String) - Method in GrailsDomainConfigurationUtil
-
- isNotEmpty(String) - Method in GrailsStringUtils
-
- isNotifyParentBuffersEnabled() - Method in StreamCharBuffer
-
- isNotTransactional(String) - Method in ChainedTransactionManagerPostProcessor
-
- isNull(int) - Method in JSONArray
-
Determine if the value is null.
- isNull(String) - Method in JSONObject
-
Determine if the value associated with the key is null or if there is
no value.
- isNullable() - Method in Constrained
-
- isNullable() - Method in ConstrainedProperty
-
@return Returns the nullable.
- isNullable() - Method in NullableConstraint
-
- isOkToAddElementAt(Collection, int) - Method in SimpleDataBinder
-
- isOkToBind(String, List, List) - Method in SimpleDataBinder
-
- isolation - Field in Transactional
-
The transaction isolation level.
- isOneToMany(String) - Method in DefaultGrailsDomainClass
-
- isOneToMany() - Method in DefaultGrailsDomainClassProperty
-
- isOneToMany(String) - Method in GrailsDomainClass
-
Returns true if the given property is a one to many relationship
- isOneToMany() - Method in GrailsDomainClassProperty
-
Returns true if the property is a one-to-many relationship.
- isOneToMany(String) - Method in LegacyGrailsDomainClass
-
- isOneToOne() - Method in DefaultGrailsDomainClassProperty
-
- isOneToOne() - Method in GrailsDomainClassProperty
-
Returns true if the property is a one-to-one relationship.
- isOpen() - Method in GrailsResource
-
- isOpen() - Method in NullPersistentContextInterceptor
-
- isOpen() - Method in PersistenceContextInterceptor
-
Checks whether the persistence context is open.
- isOptional() - Method in DefaultGrailsDomainClassProperty
-
- isOptional(int) - Method in DefaultUrlMappingData
-
- isOptional() - Method in GrailsDomainClassProperty
-
Returns false if the property is required.
- isOptional(int) - Method in ResponseCodeMappingData
-
- isOptional(int) - Method in UrlMappingData
-
Returns whether the given token in the URL is optional.
- isOwningClass(Class) - Method in DefaultGrailsDomainClass
-
- isOwningClass(Class) - Method in GrailsDomainClass
-
@param domainClass
- isOwningClass(Class) - Method in LegacyGrailsDomainClass
-
- isOwningSide() - Method in DefaultGrailsDomainClassProperty
-
- isOwningSide() - Method in GrailsDomainClassProperty
-
Whether this side of the association is the "owning" side.
- isParsingRequest() - Method in DefaultUrlMappingInfo
-
- isParsingRequest() - Method in ForwardUrlMappingInfo
-
- isParsingRequest() - Method in UrlMappingInfo
-
Returns true of the request body should be parsed.
- isPassword() - Method in Constrained
-
- isPassword() - Method in ConstrainedProperty
-
- isPattern(String) - Method in AntPathMatcher
-
- isPersistent() - Method in DefaultGrailsDomainClassProperty
-
- isPersistent() - Method in GrailsDomainClassProperty
-
Returns true if the domain class property is a persistent property.
- isPluginDisabledForProfile(GrailsPlugin) - Method in AbstractGrailsPluginManager
-
- isPooled() - Method in GrailsDataSource
-
True is connection pooling is enabled.
- isPost() - Method in GrailsMockHttpServletRequest
-
- isPost(HttpServletRequest) - Method in HttpServletRequestExtension
-
- isPrecompiledMode() - Method in GroovyPageMetaInfo
-
- isPreferSubChunkWhenWritingToOtherBuffer() - Method in StreamCharBuffer
-
- isPrettyPrint() - Method in ChainedConverterConfiguration
-
- isPrettyPrint() - Method in ConverterConfiguration
-
Lookup method whether the converter should default to pretty printed output
- isPrettyPrint() - Method in DefaultConverterConfiguration
-
- isPrettyPrint() - Method in ImmutableConverterConfiguration
-
@see ConverterConfiguration#isPrettyPrint()
- isPreviousEncoderSafeOrEqual(Encoder, Encoder) - Method in DefaultEncodingStateRegistry
-
Checks if is previous encoder is already "safe", equal or equivalent
- isProjectSource(Resource) - Method in GrailsResourceUtils
-
Checks whether the specified path is a Grails path.
- isPropertyGetter(Method) - Method in GrailsClassUtils
-
Check whether the specified method is a property getter
- isPropertyInherited(Class, String) - Method in GrailsClassUtils
-
Checks whether the specified property is inherited from a super class
- isPropertyOfType(Class<?>, String, Class<?>) - Method in GrailsClassUtils
-
Returns true if the specified property in the specified class is of the specified type
- isPrototype(String) - Method in MockApplicationContext
-
- isProxy(Object) - Method in DefaultProxyHandler
-
- isProxy(Object) - Method in MockHibernateProxyHandler
-
- isProxy(Object) - Method in ProxyHandler
-
Returns true if the specified object is a proxy.
- isPublic() - Method in GroovyPageCompiledScriptSource
-
Whether the GSP is publicly accessible directly, or only usable using internal rendering
- isPublic() - Method in GroovyPageResourceScriptSource
-
Whether the GSP is publicly accessible directly, or only usable using internal rendering
- isPublic() - Method in GroovyPageScriptSource
-
Whether the GSP is publicly accessible directly, or only usable using internal rendering
- isPublicField(Object, String) - Method in GrailsClassUtils
-
Work out if the specified object has a public field with the name supplied.
- isPublicPath(String) - Method in GroovyPageResourceScriptSource
-
- isPublicStatic(Field) - Method in GrailsClassUtils
-
Determine whether the field is declared public static
- isPushTop() - Method in OutputEncodingStackAttributes
-
- isReactorAvailable() - Method in ReactorPromiseFactory
-
- isReadable() - Method in AbstractFileResolvingResource
-
- isReadable() - Method in ByteArrayResource
-
- isReadable() - Method in FileSystemResource
-
This implementation checks whether the underlying file is marked as readable
(and corresponds to an actual file with content, not to a directory).
- isReadable() - Method in GrailsResource
-
- isReadable() - Method in Resource
-
- isReadable() - Method in SpringResource
-
- isReadableProperty(String) - Method in AbstractGrailsClass
-
- isReadableProperty(String) - Method in ClassPropertyFetcher
-
- isReloadEnabled() - Method in DefaultGroovyPageLocator
-
- isReloadEnabled() - Method in Environment
-
@return Returns whether reload is enabled for the environment
- isReloadEnabled() - Method in GroovyPagesTemplateEngine
-
Return whether reload is enabled for the GroovyPagesTemplateEngine
- isReloadingAgentEnabled() - Method in Environment
-
- isReloadInProgress() - Method in Environment
-
- isRenderDomainClassRelations() - Method in DeepDomainClassMarshaller
-
- isRenderDomainClassRelations() - Method in DomainClassMarshaller
-
- isRenderView() - Method in GrailsWebRequest
-
@return true if the view for this GrailsWebRequest should be rendered
- isReplaceOnly() - Method in OutputEncodingStackAttributes
-
- isRequestAttributeVariable(String) - Method in WebRequestTemplateVariableBinding
-
- isReservedName(String) - Method in GroovyPage
-
Return whether the given name cannot be used within the binding of a GSP
- isReservedName(String) - Method in GroovyPageBinding
-
- isReservedName(String) - Method in TemplateVariableBinding
-
- isRoot() - Method in DefaultGrailsDomainClass
-
- isRoot() - Method in GrailsDomainClass
-
Whether the class is the root of a heirarchy
- isRoot() - Method in LegacyGrailsDomainClass
-
- isRoot() - Method in TemplateVariableBinding
-
- isRunning() - Method in EmbeddedDatabaseShutdownHook
-
- isRunning() - Method in StopWatch
-
Return whether the stop watch is currently running.
- isSafe() - Method in AbstractCharReplacementEncoder
-
- isSafe() - Method in ChainedEncoder
-
- isSafe() - Method in Encoder
-
Checks if this encoder is XSS "safe".
- isSafe() - Method in NoneEncoder
-
- isSafe() - Method in RawCodec
-
- isSecurePath(String) - Method in GroovyPagesServlet
-
- isServerAvailable(String, int) - Method in ServerInteraction
-
Returns true if the server is available
- isServletApiPresent - Field in GrailsApplicationTestPlugin
-
- isSetter(String, Class) - Method in GrailsClassUtils
-
- isSetterOrGetterMethod(MethodNode) - Method in GrailsASTUtils
-
- isShowSource() - Method in GroovyPageWritable
-
- isShutdown() - Method in AbstractGrailsPluginManager
-
- isShutdown() - Method in GrailsPluginManager
-
Indicates whether the manager has been shutdown or not
- isSingleton() - Method in BeanConfiguration
-
@return true if the bean is singleton
- isSingleton() - Method in ConstraintsEvaluatorFactoryBean
-
- isSingleton() - Method in DefaultBeanConfiguration
-
- isSingleton() - Method in GrailsControllerClass
-
@return Whether the scope is singleton
- isSingleton() - Method in GrailsPluginManagerFactoryBean
-
- isSingleton() - Method in HotSwappableTargetSourceFactoryBean
-
- isSingleton() - Method in InstanceFactoryBean
-
- isSingleton() - Method in MimeTypesFactoryBean
-
- isSingleton(String) - Method in MockApplicationContext
-
- isSingleton() - Method in UrlMappingsHolderFactoryBean
-
- isSitemeshActive() - Method in GrailsPageResponseWrapper
-
- isSitemeshPreprocessMode() - Method in RenderTagLib
-
- isSkipFilteringCodec() - Method in GrailsWebRequest
-
@return true if grails.views.filteringCodecForMimeType settings should be ignored for this request
- isSnapshot(String) - Method in VersionComparator
-
- isSpockTest(ClassNode) - Method in TestMixinTransformation
-
- isSpockTest(ClassNode) - Method in TransactionalTransform
-
- isStacktrace() - Method in GrailsConsole
-
@return Whether to show stack traces
- isStaticCandidateMethod(ClassNode, MethodNode) - Method in AbstractGrailsArtefactTransformer
-
- isStaticMethodExcluded(ClassNode, MethodNode) - Method in AbstractGrailsArtefactTransformer
-
- isStaticMethodIncluded(ClassNode, MethodNode) - Method in AbstractGrailsArtefactTransformer
-
- isStaticProperty(Class, String) - Method in GrailsClassUtils
-
- isSubclassOf(ClassNode, String) - Method in GrailsASTUtils
-
Returns true if the given class name is a parent class of the given class
- isSubclassOfOrImplementsInterface(ClassNode, String) - Method in GrailsASTUtils
-
- isSwapped() - Method in SystemOutAndErrSwapper
-
- isSyntaxTag(String) - Method in GrailsTagRegistry
-
- isSystemSet() - Method in Environment
-
@return Return true if the environment has been set as a System property
- isTitleCaptured() - Method in GSPSitemeshPage
-
- isTrait(ClassNode) - Method in EnhancesTraitTransformation
-
- isTransactional() - Method in DefaultGrailsServiceClass
-
- isTransactional() - Method in GrailsServiceClass
-
Service should be configured with transaction demarcation.
- isTransactional(def) - Method in GrailsTestTransactionInterceptor
-
A test is non transactional if it defines an instance or static property name 'transactional' with
a value of false
.
- isTransactionAnnotation(AnnotationNode) - Method in RollbackTransform
-
- isTransactionAnnotation(AnnotationNode) - Method in TransactionalTransform
-
- isTrouble() - Method in GrailsPrintWriterAdapter
-
- isTryCatchFinallyTag() - Method in JspTag
-
@return Return true if the tag class implements the TryCatchFinally interface
- isTryCatchFinallyTag() - Method in JspTagImpl
-
- isTypeMatch(String, Class) - Method in MockApplicationContext
-
- isUrl() - Method in Constrained
-
- isUrl() - Method in ConstrainedProperty
-
@return Returns the url.
- isUrlRequired() - Method in GroovyPageView
-
- isUseCompileStatic() - Method in ApiDelegateTransformation
-
- isUsed() - Method in GrailsPrintWriter
-
- isUsed() - Method in GrailsPrintWriterAdapter
-
- isUsed() - Method in GSPSitemeshPage
-
- isUsed() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- isUsingStream() - Method in GrailsContentBufferingResponse
-
- isUsingStream() - Method in GrailsPageResponseWrapper
-
- isValid() - Method in AbstractConstraint
-
Return whether the constraint is valid for the owning class
- isValid(String) - Method in BuildScope
-
Returns whether the specified scope name(s) are valid given the current scope.
- isValid() - Method in Constraint
-
Return whether the constraint is valid for the owning class
- isValid(String) - Method in DomainValidator
-
Returns true if the specified String
parses
as a valid domain name with a recognized top-level domain.
- isValid(String) - Method in InetAddressValidator
-
Checks if the specified string is a valid IP address.
- isValid(String) - Method in RegexValidator
-
Validate a value against the set of regular expressions.
- isValid(String, String) - Method in SynchronizerTokensHolder
-
- isValid(String) - Method in UrlValidator
-
- isValidArtefactClassNode(ClassNode, int) - Method in ArtefactHandlerAdapter
-
- isValidArtefactClassNode(ClassNode, int) - Method in DomainClassArtefactHandler
-
- isValidArtefactType() - Method in AbstractGrailsArtefactTransformer
-
- isValidAuthority(String) - Method in UrlValidator
-
Returns true if the authority is properly formatted.
- isValidCountryCodeTld(String) - Method in DomainValidator
-
Returns true if the specified String
matches any
IANA-defined country code top-level domain.
- isValidFragment(String) - Method in UrlValidator
-
Returns true if the given fragment is null or fragments are allowed.
- isValidGenericTld(String) - Method in DomainValidator
-
Returns true if the specified String
matches any
IANA-defined generic top-level domain.
- isValidInet4Address(String) - Method in InetAddressValidator
-
Validates an IPv4 address.
- isValidInfrastructureTld(String) - Method in DomainValidator
-
Returns true if the specified String
matches any
IANA-defined infrastructure top-level domain.
- isValidJavaIdentifier(String) - Method in GrailsNameUtils
-
Test whether the given name is a valid Java identifier
- isValidJavaPackage(String) - Method in GrailsNameUtils
-
Test whether the give package name is a valid Java package
- isValidPath(String) - Method in UrlValidator
-
Returns true if the path is valid.
- isValidQuery(String) - Method in UrlValidator
-
Returns true if the query is null or it's a properly formatted query string.
- isValidResource(Resource) - Method in ClassNameCompleter
-
- isValidResource(Resource) - Method in DomainClassCompleter
-
- isValidResource(Resource) - Method in TestsCompleter
-
- isValidScheme(String) - Method in UrlValidator
-
Validate scheme.
- isValidTargetClassNode(ClassNode) - Method in AbstractGrailsArtefactTransformer
-
- isValidTld(String) - Method in DomainValidator
-
Returns true if the specified String
matches any
IANA-defined top-level domain.
- isValidTransactionManagerBeanDefinition(String, BeanDefinition) - Method in ChainedTransactionManagerPostProcessor
-
- isValidVersion(String, String) - Method in GrailsVersionUtils
-
Check if the required version is a valid for the given plugin version.
- isVariableCachingAllowed(String) - Method in AbstractTemplateVariableBinding
-
- isVariableCachingAllowed(String) - Method in WebRequestTemplateVariableBinding
-
- isVerbose() - Method in GrailsConsole
-
@return Whether verbose output is being used
- isVersionGreaterThan(String, String) - Method in GrailsVersionUtils
-
Returns true if rightVersion is greater than leftVersion
- isVisible(Class<?>, ClassLoader) - Method in GrailsClassUtils
-
Check whether the given class is visible in the given ClassLoader.
- isWarDeployed() - Method in AbstractGrailsApplication
-
- isWarDeployed() - Method in Environment
-
Check whether the application is deployed
- isWarDeployed() - Method in GrailsApplication
-
Returns true if this application has been deployed as a WAR file
- isWarDeployed() - Method in LegacyGrailsApplication
-
- isWarDeployed() - Method in Metadata
-
@return true if this application is deployed as a WAR
- isWhereQueryCall(MethodCall) - Method in WhereQueryTypeCheckingExtension
-
- isWindows() - Method in GrailsConsole
-
- isWithinShell() - Method in Environment
-
Returns whether the environment is running within the Grails shell (executed via the 'grails' command line in a terminal window)
- isWritable() - Method in FileSystemResource
-
This implementation checks whether the underlying file is marked as writable
(and corresponds to an actual file with content, not to a directory).
- isWriterReferenced() - Method in BoundedCharsAsEncodedBytesCounter
-
- isXhr() - Method in GrailsMockHttpServletRequest
-
Indicates whether this is an AJAX request or not (as far as
Grails is concerned).
- isXhr(HttpServletRequest) - Method in HttpServletRequestExtension
-
- ItalicFilter - Class in grails.doc
- ItalicFilter() - Constructor in ItalicFilter
-
- item - Field in ResultPair
-
- iterator() - Method in CodeGenConfig
-
- iterator() - Method in CompositeConfig
-
- iterator() - Method in GrailsDependencyVersions
-
- iterator() - Method in JSONArray
-
- iterator() - Method in Metadata
-
- iterator() - Method in NavigableMap.NullSafeNavigator
-
- iterator() - Method in NavigableMapConfig
-
- iterator() - Method in PrefixedConfig
-
- sanitize(Throwable) - Method in GrailsUtil
-
- sanitize(Throwable) - Method in TestStacktraceSanitizer
-
- sanitizeRootCause(Throwable) - Method in GrailsUtil
-
- save() - Method in RestfulController
-
Saves a resource
- saveDomainList(PersistentEntity, List) - Method in DomainClassUnitTestMixin
-
- saveResource(T) - Method in RestfulController
-
Saves a resource
- SCALE_CONSTRAINT - Field in ConstrainedProperty
-
- ScaleConstraint - Class in org.grails.validation
Manages the scale for floating point numbers (i.e., the
number of digits to the right of the decimal point).
- SCOPE_TO_DESC - Field in BuildSettings
-
- SCOPES - Field in GrailsPlugin
-
The scopes to which this plugin applies
- ScriptNameResolver - Class in org.grails.build.parsing
@author Andres Almiray
- searchMainClass(URI) - Method in MainClassFinder
-
Searches for the main class relative to the give path that is within the project tree
- searchTemplateDepthFirst(Profile, String) - Method in RenderStep
-
- SECURE_MASK_CHAR - Field in GrailsConsole
-
- secureUserInput(String) - Method in GrailsConsole
-
Like
userInput(String) except that the user's entered characters will be replaced with '*' on the CLI,
masking the input (i.e. suitable for capturing passwords etc.).
- SEND_ALLOW_HEADER_FOR_INVALID_HTTP_METHOD - Field in WebUtils
-
- sendAndReceive(Object, Closure<E>, Closure) - Method in Events
-
@see EventBus#sendAndReceive(java.lang.Object, reactor.fn.Supplier, reactor.fn.Consumer)
- sendError(int, String) - Method in GrailsContentBufferingResponse
-
- sendError(int, String) - Method in GrailsPageResponseWrapper
-
- sendError(int) - Method in IncludeResponseWrapper
-
- sendNotFound(HttpServletResponse, String) - Method in GroovyPagesServlet
-
- sendRedirect(String) - Method in GrailsContentBufferingResponse
-
- sendRedirect(String) - Method in GrailsPageResponseWrapper
-
- sendRedirect(String) - Method in IncludeResponseWrapper
-
- SERVER - Field in HttpHeaders
-
- ServerInteraction - Trait in org.grails.cli.profile.commands.io
Methods to aid interacting with the server from the CLI
- Service - Trait in grails.artefact
A trait implemented by all services
- SERVICE - Field in DefaultGrailsServiceClass
-
- ServiceArtefactHandler - Class in org.grails.core.artefact
@author Marc Palmer (marc@anyware.co.uk)
- ServiceArtefactHandler() - Constructor in ServiceArtefactHandler
-
- ServiceBeanAliasPostProcessor - Class in org.grails.plugins.services
Registers bean aliases for service beans provided by plugins.
- ServiceCommandFactory - Class in org.grails.cli.profile.commands.factory
Uses the service registry pattern to locate commands
- ServicesGrailsPlugin - Class in org.grails.plugins.services
Configures services in the Spring context.
- ServiceTraitInjector - Class in grails.compiler.traits
- ServiceUnitTestMixin - Class in grails.test.mixin.services
A mixin that provides mocking capability for services.
- SERVLET_CONTEXT - Field in ControllerDynamicMethods
-
- SERVLET_CONTEXT_INIT_METHOD - Field in GrailsWebPluginManager
-
- SERVLET_ENGINE - Field in HttpHeaders
-
- SERVLET_INSTANCE - Field in GroovyPagesServlet
-
The size of the buffer used when formulating the response
- SERVLET_VERSION - Field in BuildSettings
-
The version of the servlet API
- SERVLET_VERSION - Field in Metadata
-
- ServletAttributes - Trait in grails.web.api
A trait that adds attributes specific to the Servlet API
- servletContext - Field in AbstractUrlMapping
-
- servletContext - Field in GrailsExceptionResolver
-
- servletContext - Field in GrailsLayoutViewResolver
-
- ServletContextExtension - Class in org.grails.web.servlet
An extension that adds methods to the javax.servlet.ServletContext interface
- ServletContextHolder - Class in grails.web.context
Holds a reference to the ServletContext.
- ServletEnvironmentGrailsApplicationDiscoveryStrategy - Class in org.grails.web.context
Strategy for discovering the GrailsApplication and ApplicationContext instances in the Servlet environment
- ServletEnvironmentGrailsApplicationDiscoveryStrategy(ServletContext) - Constructor in ServletEnvironmentGrailsApplicationDiscoveryStrategy
-
- ServletRenderContext - Class in org.grails.plugins.web.rest.render
RenderContext for the servlet environment
- ServletRenderContext(GrailsWebRequest, Map<String, Object>) - Constructor in ServletRenderContext
-
- SESSION_FACTORY_BEAN - Field in GrailsApplication
-
- SESSION_FACTORY_BEAN - Field in GrailsRuntimeConfigurator
-
- SET_COOKIE2 - Field in HttpHeaders
-
- SET_COOKIE - Field in HttpHeaders
-
- set(T) - Method in Holder
-
- set(int, Object) - Method in JSONArray
-
- SET_UP_METHOD - Field in TestMixinTransformation
-
- setAbstract(boolean) - Method in BeanConfiguration
-
Sets the BeanConfiguration as an Abstract bean definition
- setAbstract(boolean) - Method in DefaultBeanConfiguration
-
- setAction(String) - Method in ForwardUrlMappingInfo
-
- setAction(String) - Method in JspFormRemoteTag
-
- setAction(String) - Method in JspFormTag
-
- setAction(String) - Method in JspLinkTag
-
- setAction(String) - Method in JspRemoteFunctionTag
-
- setAction(String) - Method in JspRemoteLinkTag
-
- setAction(String) - Method in JspSubmitToRemoteTag
-
- setActionName(String) - Method in GrailsWebRequest
-
- setActionResultTransformers(ActionResultTransformer) - Method in ResponseRenderer
-
- setActive(boolean) - Method in DirectoryWatcher
-
Sets whether to stop the directory watcher
- setAfter(String) - Method in JspFormRemoteTag
-
- setAfter(String) - Method in JspRemoteFunctionTag
-
- setAfter(String) - Method in JspRemoteLinkTag
-
- setAfter(String) - Method in JspSubmitToRemoteTag
-
- setAllowGrailsViewCaching(boolean) - Method in GroovyPageViewResolver
-
- setAllowSettingContentType(boolean) - Method in GroovyPageTemplate
-
- setAllowSubBuffers(boolean) - Method in StreamCharBuffer
-
- setAlwaysIncludeNewline(boolean) - Method in CandidateListCompletionHandler
-
- setAnsiEnabled(boolean) - Method in GrailsConsole
-
- setApplication(GrailsApplication) - Method in AbstractGrailsPlugin
-
- setApplication(GrailsApplication) - Method in AbstractGrailsPluginManager
-
- setApplication(GrailsApplication) - Method in DefaultGrailsPluginManager
-
- setApplication(GrailsApplication) - Method in GrailsPlugin
-
- setApplication(GrailsApplication) - Method in GrailsPluginManager
-
Sets the GrailsApplication used be this plugin manager
- setApplication(GrailsApplication) - Method in GrailsPluginManagerFactoryBean
-
@param application the application to set
- setApplicationContext(ApplicationContext) - Method in AbstractGrailsApplication
-
- setApplicationContext(ApplicationContext) - Method in AbstractGrailsPlugin
-
- setApplicationContext(ApplicationContext) - Method in AbstractGrailsPluginManager
-
- setApplicationContext(ConfigurableApplicationContext) - Method in ApplicationCommand
-
Sets the application context of the command
- setApplicationContext(ApplicationContext) - Method in ConvertersApi
-
- setApplicationContext(ApplicationContext) - Method in ConvertersConfigurationInitializer
-
- setApplicationContext(ApplicationContext) - Method in DefaultGrailsPlugin
-
- setApplicationContext(ApplicationContext) - Method in DefaultGrailsPluginManager
-
- setApplicationContext(ApplicationContext) - Method in DefaultGroovyPageLocator
-
- setApplicationContext(ApplicationContext) - Method in DevelopmentShutdownHook
-
- setApplicationContext(ApplicationContext) - Method in EmbeddedDatabaseShutdownHook
-
- setApplicationContext(ApplicationContext) - Method in GrailsApplicationPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in GrailsDomainClassCleaner
-
- setApplicationContext(ApplicationContext) - Method in GrailsLayoutViewResolver
-
- setApplicationContext(ApplicationContext) - Method in GrailsPluginManagerFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in GrailsRuntimeConfigurator
-
- setApplicationContext(ApplicationContext) - Method in GrailsWebRequestFilter
-
- setApplicationContext(ApplicationContext) - Method in GroovyPagesTemplateEngine
-
Sets the ResourceLoader from the ApplicationContext
- setApplicationContext(ApplicationContext) - Method in LinkGeneratorFactory
-
- setApplicationContext(ApplicationContext) - Method in Plugin
-
- setApplicationContext(ApplicationContext) - Method in SpringEventTranslator
-
- setApplicationContext(ApplicationContext) - Method in StandaloneGrailsApplication
-
- setApplicationContext(ApplicationContext) - Method in TagLibraryLookup
-
- setApplicationContext(ApplicationContext) - Method in UrlMappingFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in UrlMappingsHolderFactoryBean
-
Set the ApplicationContext that this object runs in.
- setApplicationContext(ApplicationContext) - Method in UrlMappingsInfoHandlerAdapter
-
- setApplicationContext(ApplicationContext) - Method in ValidationErrorsMarshaller
-
- setAs(String) - Method in JspRenderErrorsTag
-
- setAsText(String) - Method in ClassEditor
-
- setAsText(String) - Method in CompositeEditor
-
- setAsynchronous(String) - Method in JspFormRemoteTag
-
- setAsynchronous(String) - Method in JspRemoteFunctionTag
-
- setAsynchronous(String) - Method in JspRemoteLinkTag
-
- setAsynchronous(String) - Method in JspSubmitToRemoteTag
-
- setAt(Object, Object) - Method in CodeGenConfig
-
- setAt(Object, Object) - Method in CompositeConfig
-
- setAt(Object, Object) - Method in ConfigMap
-
Enables the object[foo] = 'stuff' syntax
- setAt(Object, Object) - Method in NavigableMap
-
- setAt(Object, Object) - Method in NavigableMap.NullSafeNavigator
-
- setAt(Object, Object) - Method in NavigableMapConfig
-
- setAt(Object, Object) - Method in PrefixedConfig
-
- setAttribute(String, Object) - Method in GrailsHttpSession
-
- setAttribute(String, Object) - Method in GrailsTag
-
Sets an attribute of the tag
- setAttribute(String, Object, int) - Method in GroovyPagesPageContext
-
- setAttribute(String, Object) - Method in GroovySyntaxTag
-
- setAttributes(Map) - Method in ConstrainedProperty
-
- setAttributes(Map) - Method in GrailsTag
-
Sets the attributes of the tag
- setAttributes(Map) - Method in GroovySyntaxTag
-
- setAutowire(String) - Method in BeanConfiguration
-
Sets the autowire type, either "byType" or "byName"
- setAutowire(String) - Method in DefaultBeanConfiguration
-
- setBasename(String) - Method in ReloadableResourceBundleMessageSource
-
Set a single basename, following the basic ResourceBundle convention of
not specifying file extension or language codes, but in contrast to
org.springframework.context.support.ResourceBundleMessageSource referring to a Spring resource location:
e.g.
- setBasenames(String) - Method in ReloadableResourceBundleMessageSource
-
Set an array of basenames, each following the basic ResourceBundle convention
of not specifying file extension or language codes, but in contrast to
org.springframework.context.support.ResourceBundleMessageSource referring to a Spring resource location:
e.g.
- setBasePlugin(boolean) - Method in AbstractGrailsPlugin
-
- setBasePlugin(boolean) - Method in GrailsPlugin
-
Sets whether this plugin is the base plugin
- setBaseResource(Resource) - Method in GroovyPageResourceLoader
-
- setBaseResource(Resource) - Method in StaticResourceLoader
-
- setBasicCollectionType(boolean) - Method in DefaultGrailsDomainClassProperty
-
- setBean(String) - Method in JspEachErrorTag
-
- setBean(String) - Method in JspHasErrorsTag
-
- setBean(String) - Method in JspRenderErrorsTag
-
- setBean(String) - Method in JspRenderTag
-
- setBeanClassLoader(ClassLoader) - Method in AbstractGrailsApplication
-
- setBeanClassLoader(ClassLoader) - Method in DefaultGrailsApplication
-
- setBeanClassLoader(ClassLoader) - Method in GroovyPagesTemplateEngine
-
- setBeanClassLoader(ClassLoader) - Method in TagLibraryResolverImpl
-
- setBeanDefinition(BeanDefinition) - Method in BeanConfiguration
-
- setBeanDefinition(BeanDefinition) - Method in DefaultBeanConfiguration
-
- setBeanFactory(ListableBeanFactory) - Method in DefaultRuntimeSpringConfiguration
-
- setBeanFactory(BeanFactory) - Method in GrailsPlaceholderConfigurer
-
- setBeanFactory(BeanFactory) - Method in PluginManagerAwareBeanPostProcessor
-
- setBeanFactory(ListableBeanFactory) - Method in RuntimeSpringConfiguration
-
Sets the BeanFactory implementation to use.
- setBeanFactory(BeanFactory) - Method in TomcatJDBCPoolMBeanExporter
-
- setBeanFactory(BeanFactory) - Method in TransactionManagerPostProcessor
-
Gets the platform transaction manager from the bean factory if
there is one.
- setBeanName(String) - Method in GrailsPlaceholderConfigurer
-
- setBeanNameBlacklistPattern(String) - Method in ChainedTransactionManagerPostProcessor
-
- setBeanNameInternalBlacklistPattern(String) - Method in ChainedTransactionManagerPostProcessor
-
- setBeanNameWhitelistPattern(String) - Method in ChainedTransactionManagerPostProcessor
-
- setBefore(String) - Method in JspFormRemoteTag
-
- setBefore(String) - Method in JspRemoteFunctionTag
-
- setBefore(String) - Method in JspRemoteLinkTag
-
- setBefore(String) - Method in JspSubmitToRemoteTag
-
- setBidirectional(boolean) - Method in DefaultGrailsDomainClassProperty
-
Sets whether the relationship is bidirectional or not
- setBinding(Binding) - Method in BeanBuilder
-
Sets the binding (the variables available in the scope of the BeanBuilder).
- setBinding(AbstractTemplateVariableBinding) - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- setBinding(Map) - Method in GroovyPageWritable
-
This sets any additional variables that need to be placed in the Binding of the GSP page.
- setBinding(AbstractTemplateVariableBinding) - Method in OutputContext
-
- setBlank(boolean) - Method in ConstrainedProperty
-
@param blank The blank to set.
- setBlockClose(boolean) - Method in GrailsRoutablePrintWriter
-
- setBlockFlush(boolean) - Method in GrailsRoutablePrintWriter
-
- setBodyBuffer(StreamCharBuffer) - Method in GSPSitemeshPage
-
- setBodyClosure(int, Closure<?>) - Method in GroovyPage
-
- setCacheEnabled(boolean) - Method in GroovyPageLayoutFinder
-
- setCacheEnabled(boolean) - Method in GroovyPagesTemplateRenderer
-
- setCacheObjectMarshallerByClass(boolean) - Method in DefaultConverterConfiguration
-
- setCacheResources(boolean) - Method in GroovyPagesTemplateEngine
-
- setCacheSeconds(int) - Method in ReloadableResourceBundleMessageSource
-
Set the number of seconds to cache the list of matching properties files.
- setCacheTimeout(long) - Method in CachingGrailsConventionGroovyPageLocator
-
- setCacheTimeout(long) - Method in CachingGroovyPageStaticResourceLocator
-
- setCacheTimeout(long) - Method in GroovyPageViewResolver
-
- setCapacity(int) - Method in BoundedCharsAsEncodedBytesCounter
-
- setChild(Object, Object, String, String) - Method in DomainBuilder.DefaultGrailsChildPropertySetter
-
- setChunkMinSize(int) - Method in StreamCharBuffer
-
- setCircularReferenceBehaviour(CircularReferenceBehaviour) - Method in DefaultConverterConfiguration
-
- setClassInjectors(ClassInjector) - Method in GrailsAwareClassLoader
-
- setClassLoader(ClassLoader) - Method in BeanBuilder
-
- setClassLoader(ClassLoader) - Method in ClassEditor
-
- setClassLoader(ClassLoader) - Method in ClassLoaderAware
-
This method is called by the org.springframework.context.ApplicationContext that
loads the Grails application.
- setClassLoader(ClassLoader) - Method in DefaultResourceLoader
-
Specify the ClassLoader to load class path resources with, or null
for using the thread context class loader at the time of actual resource access.
- setClassLoader(ClassLoader) - Method in DefaultUrlMappingEvaluator
-
- setClassLoader(ClassLoader) - Method in DynamicElementReader
-
- setClassLoader(ClassLoader) - Method in GroovyPagesTemplateEngine
-
Sets the ClassLoader that the TemplateEngine should use to
- setClassLoader(ClassLoader) - Method in PropertySourcesConfig
-
- setClassName(String) - Method in GroovyPageParser
-
- setClasspathRef(Reference) - Method in GroovyPageCompilerTask
-
Adds a reference to a classpath defined elsewhere.
- setCleanCompilerConfig(CompilerConfiguration) - Method in GroovyPageCompiler
-
- setCode(String) - Method in JspMessageTag
-
- setCollection(String) - Method in JspRenderTag
-
- setCommand(String) - Method in ApplicationContextCommandTask
-
- setCommand(String) - Method in CommandLine
-
- setCompilationException(GroovyPagesException) - Method in GroovyPageMetaInfo
-
- setCompilationUnit(CompilationUnit) - Method in ArtefactTypeAstTransformation
-
- setCompilationUnit(CompilationUnit) - Method in EntityASTTransformation
-
- setCompilationUnit(CompilationUnit) - Method in ResourceTransform
-
- setCompilerConfig(CompilerConfiguration) - Method in GroovyPageCompiler
-
- setConfig(ConfigObject) - Method in AbstractGrailsApplication
-
- setConfig(Config) - Method in ChainedTransactionManagerPostProcessor
-
- setConfig(Config) - Method in Holders
-
- setConfigLocation(String) - Method in GrailsWebApplicationContext
-
- setConfigLocations(String) - Method in GrailsWebApplicationContext
-
- setConfiguration(Config) - Method in GrailsConfigurationAware
-
- setConfiguration(Config) - Method in GrailsPlaceholderConfigurer
-
- setConstraintsEvaluatorClass(Class<?>) - Method in ConstraintsEvaluatorFactoryBean
-
- setContentBuffer(String, StreamCharBuffer) - Method in GSPSitemeshPage
-
@param tagName "tagName" name of buffer (without "page." prefix)
- setContentLength(int) - Method in GrailsPageResponseWrapper
-
Prevent content-length being set if page is parseable.
- setContentLength(int) - Method in IncludeResponseWrapper
-
- setContentType(String) - Method in AbstractConverter
-
Sets the content type of the converter
- setContentType(String) - Method in ConfigurableConverter
-
Sets the content type of the converter
- setContentType(String) - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- setContentType(String) - Method in GrailsMockHttpServletRequest
-
- setContentType(String) - Method in GrailsPageResponseWrapper
-
Set the content-type of the request and store it so it can
be passed to the com.opensymphony.module.sitemesh.PageParser.
- setContentType(String) - Method in GroovyPageMetaInfo
-
- setContentType(String) - Method in IncludeResponseWrapper
-
- setContentType(String) - Method in OutputContext
-
- setContentType(String) - Method in RenderContext
-
Sets the content type of the rendered response
- setContentType(String) - Method in ServletRenderContext
-
- setController(String) - Method in ForwardUrlMappingInfo
-
- setController(String) - Method in JspFormRemoteTag
-
- setController(String) - Method in JspFormTag
-
- setController(String) - Method in JspLinkTag
-
- setController(String) - Method in JspRemoteFunctionTag
-
- setController(String) - Method in JspRemoteLinkTag
-
- setController(String) - Method in JspSubmitToRemoteTag
-
- setControllerName(String) - Method in GrailsWebRequest
-
- setControllerNamespace(String) - Method in GrailsWebRequest
-
- setControllerToScaffoldedDomainClassMap(Map) - Method in GroovyPagesTemplateRenderer
-
- setConversionService(ConfigurableConversionService) - Method in PropertySourcesConfig
-
- setConverterClass(Class<? extends Converter>) - Method in ObjectMarshallerRegisterer
-
- setCreditCard(boolean) - Method in ConstrainedProperty
-
@param creditCard The creditCard to set.
- setCssDir(File) - Method in DocPublisherTask
-
The directory of the css templates (optional)
- setCurrentController(def) - Method in AbstractGrailsControllerTests
-
- setCurrentOutputEncodingStack(OutputEncodingStack) - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- setCurrentOutputEncodingStack(OutputEncodingStack) - Method in OutputContext
-
- setCurrentReloadError(Throwable) - Method in Environment
-
- setCurrentWriter(Writer) - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- setCurrentWriter(Writer) - Method in OutputContext
-
- setCutOffPackage(String) - Method in DefaultStackTraceFilterer
-
- setCutOffPackage(String) - Method in StackTraceFilterer
-
Sets the package where the stack trace should end
- setDataBindingListeners(DataBindingListener) - Method in GrailsWebDataBinder
-
- setDataBindingSourceCreators(DataBindingSourceCreator) - Method in DefaultDataBindingSourceRegistry
-
- setDataSourceAware(boolean) - Method in DataBindingSource
-
@param isDataSourceAware true if GORM operations should be enabled when binding with this DataBindingSource
- setDateToStringConverter(Converter<Date, String>) - Method in HalJsonRenderer
-
- setDebugStream(PrintStream) - Method in JsonParserTokenManager
-
Set debug output.
- setDefaultConfiguration(Class<C>, List<ObjectMarshaller<C>>) - Method in ConvertersConfigurationHolder
-
- setDefaultConstraints(Map) - Method in ConstraintsEvaluatorFactoryBean
-
- setDefaultDecoratorName(String) - Method in GroovyPageLayoutFinder
-
- setDefaultEncoding(String) - Method in ReloadableResourceBundleMessageSource
-
Set the default charset to use for parsing properties files.
- setDefaultInputMask(Character) - Method in GrailsConsole
-
- setDelegate(Object) - Method in AbstractClosureProxy
-
- setDependsOn(String) - Method in BeanConfiguration
-
Sets the names of the beans this bean configuration depends on
- setDependsOn(String) - Method in DefaultBeanConfiguration
-
- setDerived(boolean) - Method in DefaultGrailsDomainClassProperty
-
- setDerived(boolean) - Method in GrailsDomainClassProperty
-
- setDescriptor(Resource) - Method in DefaultGrailsPlugin
-
- setDescriptor(Resource) - Method in GrailsPlugin
-
Sets the plugin descriptor for this plugin
- setDest(File) - Method in DocPublisherTask
-
The documentation publishing destination
- setDestinationActivated(boolean) - Method in GrailsLazyProxyPrintWriter
-
- setDestinationActivated(boolean) - Method in GrailsRoutablePrintWriter
-
- setDestinationDir(File) - Method in ProfileCompilerTask
-
- setDestroyMethod(String) - Method in BeanConfiguration
-
Sets the name of the method to call when destroying the bean.
- setDestroyMethod(String) - Method in DefaultBeanConfiguration
-
- setDevelopmentModeActive(boolean) - Method in GrailsApp
-
- setDirective(int) - Method in AbstractClosureProxy
-
- setDisplay(boolean) - Method in ConstrainedProperty
-
@param display The display to set.
- setDomainClass(GrailsDomainClass) - Method in GrailsDomainClassValidator
-
@param domainClass The domainClass to set.
- setDynamicAttribute(String, String, Object) - Method in JspInvokeGrailsTagLibTag
-
- setEditable(boolean) - Method in ConstrainedProperty
-
@param editable The editable to set.
- setEmail(boolean) - Method in ConstrainedProperty
-
@param email The email to set.
- setEmbedded(boolean) - Method in DefaultGrailsDomainClassProperty
-
- setEnableNonGspViews(boolean) - Method in GroovyPageLayoutFinder
-
- setEnableSitemeshPreprocessing(boolean) - Method in GroovyPageParser
-
- setEncoding(String) - Method in AbstractConverter
-
Sets the encoding of the converter
- setEncoding(String) - Method in BoundedCharsAsEncodedBytesCounter
-
- setEncoding(String) - Method in ConfigurableConverter
-
Sets the encoding of the converter
- setEncoding(String) - Method in DefaultConverterConfiguration
-
- setEncoding(String) - Method in DocPublisherTask
-
The encoding to use (default is UTF-8)
- setEncodingStateRegistryLookup(EncodingStateRegistryLookup) - Method in EncodingStateRegistryLookupHolder
-
- setEngineProperties(Properties) - Method in DocPublisher
-
Sets the engine properties.
- setErr(PrintStream) - Method in GrailsConsole
-
- setError() - Method in DevNullPrintStream
-
- setError() - Method in GrailsPrintWriter
-
- setError() - Method in GrailsPrintWriterAdapter
-
- setError(String) - Method in JspMessageTag
-
- setErrors(Errors) - Method in Controller
-
Sets the errors instance of the current controller
- setExceptionType(Class<?>) - Method in ResponseCodeUrlMapping
-
- setExcludes(Class, List<String>) - Method in AbstractConverter
-
Set to exclude properties for the given type
- setExcludes(Class, List<String>) - Method in ConfigurableConverter
-
Set to exclude properties for the given type
- setExcludes(List<String>) - Method in IncludeExcludeConverter
-
- setExcludes(List<String>) - Method in JSON
-
- setExcludes(List<String>) - Method in XML
-
- setExecutionContext(ExecutionContext) - Method in GroovyScriptCommand
-
- setExplicitSaveUpdateCascade(boolean) - Method in DefaultGrailsDomainClassProperty
-
- setExplicitSaveUpdateCascade(boolean) - Method in GrailsDomainClassProperty
-
Sets whether the domain class property is explicitly set up to receive
save and update cascades via a means other than 'belongsTo'.
- setExpressionCodecDirectiveValue(String) - Method in GroovyPageParser
-
- setExpressionCodecName(String) - Method in GroovyPageMetaInfo
-
- setFactory(Factory) - Method in FactoryHolder
-
- setFactoryBean(String) - Method in BeanConfiguration
-
@param beanName
- setFactoryBean(String) - Method in DefaultBeanConfiguration
-
- setFactoryMethod(String) - Method in BeanConfiguration
-
@param methodName
- setFactoryMethod(String) - Method in DefaultBeanConfiguration
-
- setFallbackToSystemLocale(boolean) - Method in ReloadableResourceBundleMessageSource
-
Set whether to fall back to the system Locale if no files for a specific
Locale have been found.
- setField(String) - Method in JspEachErrorTag
-
- setField(String) - Method in JspHasErrorsTag
-
- setField(String) - Method in JspRenderErrorsTag
-
- setFileCacheSeconds(int) - Method in ReloadableResourceBundleMessageSource
-
Set the number of seconds to cache loaded properties files.
- setFileEncodings(Properties) - Method in ReloadableResourceBundleMessageSource
-
Set per-file charsets to use for parsing properties files.
- setFilteringCodec(String) - Method in GrailsWebRequest
-
- setFilteringEncoder(Encoder) - Method in GrailsWebRequest
-
- setFormat(String) - Method in AbstractGrailsMockHttpServletResponse
-
Sets the response format
- setFormat(String) - Method in ConstrainedProperty
-
- setFormat(String) - Method in GrailsMockHttpServletRequest
-
Sets the request format to use
- setFormattedValueConverters(FormattedValueConverter) - Method in GrailsWebDataBinder
-
- setForwardedUrl(String) - Method in GrailsMockHttpServletResponse
-
- setForwardURI(String) - Method in GrailsMockHttpServletRequest
-
Sets the "forwardURI" property for the request.
- setFrom(String) - Method in JspSelectTag
-
- setGrailsApplication(GrailsApplication) - Method in AbstractGrailsClass
-
- setGrailsApplication(GrailsApplication) - Method in ConvertersConfigurationInitializer
-
- setGrailsApplication(GrailsApplication) - Method in DefaultCodecLookup
-
- setGrailsApplication(GrailsApplication) - Method in DefaultRequestStateLookupStrategy
-
- setGrailsApplication(GrailsApplication) - Method in DomainClassArtefactHandler
-
- setGrailsApplication(GrailsApplication) - Method in GrailsApplicationAware
-
- setGrailsApplication(GrailsApplication) - Method in GrailsConventionGroovyPageLocator
-
- setGrailsApplication(GrailsApplication) - Method in GrailsDomainClassValidator
-
- setGrailsApplication(GrailsApplication) - Method in GrailsExceptionResolver
-
- setGrailsApplication(GrailsApplication) - Method in GroovyPageMetaInfo
-
- setGrailsApplication(GrailsApplication) - Method in GroovyPageUnitTestResourceLoader
-
- setGrailsApplication(GrailsApplication) - Method in Holders
-
- setGrailsApplication(GrailsApplication) - Method in HTMLCodec
-
- setGrailsApplication(GrailsApplication) - Method in LegacyGrailsDomainClass
-
- setGrailsApplication(GrailsApplication) - Method in PluginAwareResourceBundleMessageSource
-
- setGrailsApplication(GrailsApplication) - Method in RenderTagLib
-
- setGrailsApplication(GrailsApplication) - Method in SitemeshLayoutViewResolver
-
- setGrailsApplication(GrailsApplication) - Method in TagLibraryLookup
-
- setGrailsApplication(GrailsApplication) - Method in UrlMappingsHolderFactoryBean
-
- setGrailsDescriptor(Resource) - Method in GrailsPluginManagerFactoryBean
-
- setGrailsLinkGenerator(LinkGenerator) - Method in ResponseRedirector
-
- setGroovyPageLayoutFinder(GroovyPageLayoutFinder) - Method in GrailsLayoutViewResolver
-
- setGroovyPageLayoutFinder(GroovyPageLayoutFinder) - Method in ResponseRenderer
-
- setGroovyPageLocator(GroovyPageLocator) - Method in GroovyPagesTemplateEngine
-
- setGroovyPageLocator(GrailsConventionGroovyPageLocator) - Method in GroovyPagesTemplateRenderer
-
- setGroovyPageLocator(GrailsConventionGroovyPageLocator) - Method in GroovyPageViewResolver
-
- setGroovyPageSourceDecorators(List<GroovyPageSourceDecorator>) - Method in GroovyPagesTemplateEngine
-
- setGroovyPagesTemplateEngine(GroovyPagesTemplateEngine) - Method in GroovyPagesServlet
-
- setGroovyPagesTemplateEngine(GroovyPagesTemplateEngine) - Method in GroovyPagesTemplateRenderer
-
- setGroovySource(InputStream) - Method in GroovyPageMetaInfo
-
- setGspReloadEnabled(boolean) - Method in GroovyPageLayoutFinder
-
- setGspTagLibraryLookup(TagLibraryLookup) - Method in GroovyPage
-
Sets the GSP tag library lookup class
- setGspTagSyntaxCall(boolean) - Method in GroovyPageAttributes
-
- setHandlerInterceptors(HandlerInterceptor) - Method in UrlMappingsHandlerMapping
-
- setHasOne(boolean) - Method in DefaultGrailsDomainClassProperty
-
Set whether the foreign key is stored in the parent or child in a one-to-one
- setHeadBuffer(StreamCharBuffer) - Method in GSPSitemeshPage
-
- setHeader(String, String) - Method in GrailsPageResponseWrapper
-
Prevent content-length being set if page is parseable.
- setHtmlParts(String) - Method in GroovyPage
-
- setHtmlParts(String) - Method in GroovyPageMetaInfo
-
- setId(Object) - Method in GrailsWebRequest
-
Sets the id of the request.
- setId(String) - Method in JspFormRemoteTag
-
- setId(String) - Method in JspFormTag
-
- setId(String) - Method in JspLinkTag
-
- setId(String) - Method in JspRemoteFunctionTag
-
- setId(String) - Method in JspRemoteLinkTag
-
- setId(String) - Method in JspSubmitToRemoteTag
-
- setIdentity(boolean) - Method in DefaultGrailsDomainClassProperty
-
- setIgnoreEncodingState(boolean) - Method in AbstractEncodedAppender
-
- setIgnoreEncodingState(boolean) - Method in EncodedAppender
-
When enabled, will encode all input regardless of it's current state
disables double-encoding prevention.
- setIgnoreEncodingState(boolean) - Method in EncodesToWriterAdapter
-
- setImagesDir(File) - Method in DocPublisherTask
-
The directory of the images (optional)
- setIncludeClass(boolean) - Method in DomainClassMarshaller
-
- setIncludes(Class, List<String>) - Method in AbstractConverter
-
Set to include properties for the given type
- setIncludes(Class, List<String>) - Method in ConfigurableConverter
-
Set to include properties for the given type
- setIncludes(List<String>) - Method in IncludeExcludeConverter
-
- setIncludes(List<String>) - Method in JSON
-
- setIncludes(List<String>) - Method in XML
-
- setIncludeVersion(boolean) - Method in DomainClassMarshaller
-
- setInheritRollbackOnly(boolean) - Method in GrailsTransactionAttribute
-
- setInitialized(boolean) - Method in CacheEntry
-
- setInitializing(boolean) - Method in Environment
-
- setInList(List) - Method in ConstrainedProperty
-
@param inList The inList to set.
- setInnerViewResolver(ViewResolver) - Method in GrailsLayoutViewResolver
-
- setInstance(GrailsConsole) - Method in GrailsConsole
-
- setInterceptors(Interceptor) - Method in GrailsInterceptorHandlerInterceptorAdapter
-
- setJson(Object) - Method in GrailsMockHttpServletRequest
-
Sets the body of the request to be a json packet
- setJspTagLibraryResolver(TagLibraryResolver) - Method in GroovyPage
-
Sets the JSP tag library resolver to use to resolve JSP tags
- setJspTagLibraryResolver(TagLibraryResolver) - Method in GroovyPageMetaInfo
-
- setJspTagLibraryResolver(TagLibraryResolver) - Method in GroovyPagesTemplateEngine
-
- setJspTags(Map) - Method in GroovyPage
-
Sets the JSP tags used by this GroovyPage instance
- setJspTags(Map) - Method in GroovyPageMetaInfo
-
- setKeepGeneratedDirectory(File) - Method in GroovyPageParser
-
- setLastMessage(String) - Method in GrailsConsole
-
- setLastModified(long) - Method in GroovyPageMetaInfo
-
- setLastModified(long) - Method in GroovyPageParser
-
- setLicense(String) - Method in GrailsPublishExtension
-
- setLineNumbers(int[]) - Method in GroovyPageMetaInfo
-
- setLoadCorePlugins(boolean) - Method in AbstractGrailsPluginManager
-
- setLoadCorePlugins(boolean) - Method in GrailsPluginManager
-
Set whether the core plugins should be loaded
- setLoadExternalPersistenceConfig(boolean) - Method in GrailsRuntimeConfigurator
-
- setLocale(Locale) - Method in IncludeResponseWrapper
-
- setLocaleResolver(LocaleResolver) - Method in ParamsAwareLocaleChangeInterceptor
-
- setMainClassProperty() - Method in FindMainClassTask
-
- setMainContext(ApplicationContext) - Method in AbstractGrailsApplication
-
- setMainContext(ApplicationContext) - Method in GrailsApplication
-
Sets the main Spring context for this application.
- setMainContext(ApplicationContext) - Method in LegacyGrailsApplication
-
- setManager(GrailsPluginManager) - Method in AbstractGrailsPlugin
-
- setManager(GrailsPluginManager) - Method in DefaultGrailsPlugin
-
- setManager(GrailsPluginManager) - Method in GrailsPlugin
-
Sets the plugin manager for this plugin
- setManyToMany(boolean) - Method in DefaultGrailsDomainClassProperty
-
@param manyToMany The manyToMany to set.
- setManyToOne(boolean) - Method in DefaultGrailsDomainClassProperty
-
@param manyToOne The manyToOne to set.
- setMappingName(String) - Method in AbstractUrlMapping
-
- setMappingName(String) - Method in UrlMapping
-
Sets the name of the URL mapping
- setMappings(Map) - Method in UrlMappingFactoryBean
-
- setMappingStrategy(String) - Method in DefaultGrailsDomainClass
-
- setMappingStrategy(String) - Method in GrailsDomainClass
-
Sets the strategy to use for ORM mapping.
- setMappingStrategy(String) - Method in LegacyGrailsDomainClass
-
- setMarshaller(ObjectMarshaller) - Method in ObjectMarshallerRegisterer
-
- setMatches(String) - Method in ConstrainedProperty
-
@param regex The matches to set.
- setMax(Comparable) - Method in ConstrainedProperty
-
@param max The max to set.
- setMaxInactiveInterval(int) - Method in GrailsHttpSession
-
- setMaxSize(Integer) - Method in ConstrainedProperty
-
@param maxSize The maxSize to set.
- setMaxWeightedCacheCapacity(int) - Method in DefaultUrlMappingsHolder
-
- setMessageSource(MessageSource) - Method in AbstractConstraint
-
- setMessageSource(MessageSource) - Method in ConstrainedProperty
-
The message source used to evaluate error messages
- setMessageSource(MessageSource) - Method in Constraint
-
The message source to evaluate the default messages from
- setMessageSource(MessageSource) - Method in GrailsDomainClassValidator
-
@param messageSource The messageSource to set.
- setMessageSource(MessageSource) - Method in GrailsWebDataBinder
-
- setMetaClass(MetaClass) - Method in ExtendedProxy
-
- setMetaClass(MetaClass) - Method in GrailsApplicationContext
-
- setMetaClass(MetaClass) - Method in GrailsPrintWriter
-
- setMethod(String) - Method in JspFormRemoteTag
-
- setMethod(String) - Method in JspFormTag
-
- setMethod(String) - Method in JspRemoteFunctionTag
-
- setMethod(String) - Method in JspRemoteLinkTag
-
- setMethod(String) - Method in JspSubmitToRemoteTag
-
- setMethodParam(String) - Method in HiddenHttpMethodFilter
-
Set the parameter name to look for HTTP methods.
- setMimeTypeResolver(MimeTypeResolver) - Method in GrailsConventionGroovyPageLocator
-
- setMimeTypeResolver(MimeTypeResolver) - Method in UrlMappingsHandlerMapping
-
- setMimeUtility(MimeUtility) - Method in ResponseRenderer
-
- setMin(Comparable) - Method in ConstrainedProperty
-
@param min The min to set.
- setMinSize(Integer) - Method in ConstrainedProperty
-
@param minSize The minLength to set.
- setModel(Map<String, Object>) - Method in Interceptor
-
Sets the model
- setModel(String) - Method in JspEachErrorTag
-
- setModel(String) - Method in JspHasErrorsTag
-
- setModel(String) - Method in JspRenderErrorsTag
-
- setModel(String) - Method in JspRenderTag
-
- setModel(Map) - Method in RenderContext
-
The model to use for the response
- setModel(Map) - Method in ServletRenderContext
-
- setModelAndView(ModelAndView) - Method in Controller
-
Sets the ModelAndView of the current controller
- setModelAndView(ModelAndView) - Method in Interceptor
-
Sets the ModelAndView of the current controller
- setMultipartContentType(String, String) - Method in GrailsMockHttpServletRequest
-
- setMultipartHeaders(String, HttpHeaders) - Method in GrailsMockHttpServletRequest
-
- setMultipartRequest(HttpServletRequest) - Method in GrailsWebRequest
-
Holds a reference to the org.springframework.web.multipart.MultipartRequest
- setName(String) - Method in BeanConfiguration
-
Sets the name of the bean in the app ctx.
- setName(String) - Method in DefaultBeanConfiguration
-
- setName(String) - Method in Environment
-
Set the name.
- setName(String) - Method in JspCheckboxTag
-
- setName(String) - Method in JspCurrencySelectTag
-
- setName(String) - Method in JspDatePickerTag
-
- setName(String) - Method in JspLocaleSelectTag
-
- setName(String) - Method in JspSelectTag
-
- setName(String) - Method in JspSubmitToRemoteTag
-
- setName(String) - Method in JspTimeZoneSelectTag
-
- setName(String) - Method in PluginAstReader.BasicGrailsPluginInfo
-
- setNamedConverterConfiguration(Class<C>, String, List<ObjectMarshaller<C>>) - Method in ConvertersConfigurationHolder
-
- setNamespace(String) - Method in ForwardUrlMappingInfo
-
- setNamespace(String) - Method in GrailsWebApplicationContext
-
- setNamespaceHandlerResolver(NamespaceHandlerResolver) - Method in BeanBuilder
-
- setNotEqual(Object) - Method in ConstrainedProperty
-
@param notEqual The notEqual to set.
- setNotifyParentBuffersEnabled(boolean) - Method in StreamCharBuffer
-
By default the parent buffers (a buffer where this buffer has been appended to) get notified of changed to this buffer.
- setNullable(boolean) - Method in ConstrainedProperty
-
@param nullable The nullable to set.
- setObject(T) - Method in InstanceFactoryBean
-
- setObjectType(Class<?>) - Method in InstanceFactoryBean
-
- setOnComplete(String) - Method in JspFormRemoteTag
-
- setOnComplete(String) - Method in JspRemoteFunctionTag
-
- setOnComplete(String) - Method in JspRemoteLinkTag
-
- setOnComplete(String) - Method in JspSubmitToRemoteTag
-
- setOneToMany(boolean) - Method in DefaultGrailsDomainClassProperty
-
@param oneToMany The oneToMany to set.
- setOneToOne(boolean) - Method in DefaultGrailsDomainClassProperty
-
@param oneToOne The oneToOne to set.
- setOnFailure(String) - Method in JspFormRemoteTag
-
- setOnFailure(String) - Method in JspRemoteFunctionTag
-
- setOnFailure(String) - Method in JspRemoteLinkTag
-
- setOnFailure(String) - Method in JspSubmitToRemoteTag
-
- setOnInteractive(String) - Method in JspFormRemoteTag
-
- setOnInteractive(String) - Method in JspRemoteFunctionTag
-
- setOnInteractive(String) - Method in JspRemoteLinkTag
-
- setOnInteractive(String) - Method in JspSubmitToRemoteTag
-
- setOnLoaded(String) - Method in JspFormRemoteTag
-
- setOnLoaded(String) - Method in JspRemoteFunctionTag
-
- setOnLoaded(String) - Method in JspRemoteLinkTag
-
- setOnLoaded(String) - Method in JspSubmitToRemoteTag
-
- setOnLoading(String) - Method in JspFormRemoteTag
-
- setOnLoading(String) - Method in JspRemoteFunctionTag
-
- setOnLoading(String) - Method in JspRemoteLinkTag
-
- setOnLoading(String) - Method in JspSubmitToRemoteTag
-
- setOnSuccess(String) - Method in JspFormRemoteTag
-
- setOnSuccess(String) - Method in JspRemoteFunctionTag
-
- setOnSuccess(String) - Method in JspRemoteLinkTag
-
- setOnSuccess(String) - Method in JspSubmitToRemoteTag
-
- setOptionKey(String) - Method in JspSelectTag
-
- setOptionValue(String) - Method in JspSelectTag
-
- setOrder(int) - Method in ConstrainedProperty
-
@param order The order to set.
- setOrder(int) - Method in GrailsLayoutViewResolver
-
- setOrder(int) - Method in SitemeshLayoutViewResolver
-
- setOtherSide(GrailsDomainClassProperty) - Method in DefaultGrailsDomainClassProperty
-
- setOtherSide(GrailsDomainClassProperty) - Method in GrailsDomainClassProperty
-
Sets the other side of an associative property.
- setOut(HttpServletRequest, Writer) - Method in DefaultGrailsApplicationAttributes
-
- setOut(HttpServletRequest, Writer) - Method in GrailsApplicationAttributes
-
Sets the current write for the request
- setOut(PrintStream) - Method in GrailsConsole
-
- setOut(Writer) - Method in GrailsPrintWriter
-
- setOut(Writer) - Method in GrailsWebRequest
-
@param out the out to set
- setOut(Writer) - Method in GroovyPage
-
- setOut(Writer) - Method in TagLibrary
-
Sets the current output writer
- setOutCodecDirectiveValue(String) - Method in GroovyPageParser
-
- setOutCodecName(String) - Method in GroovyPageMetaInfo
-
- setOutput(OutputStream) - Method in JUnitReports
-
- setOutput(OutputStream) - Method in PlainFormatter
-
- setOutput(OutputStream) - Method in XMLFormatter
-
- setOwner(Object) - Method in TemplateVariableBinding
-
- setOwningClass(Class) - Method in AbstractConstraint
-
{@inheritDoc}
- setOwningClass(Class) - Method in Constraint
-
The class the constraint applies to
- setOwningSide(boolean) - Method in DefaultGrailsDomainClassProperty
-
- setOwningSide(boolean) - Method in GrailsDomainClassProperty
-
- setPackageName(String) - Method in GroovyPageParser
-
- setPageBuffer(StreamCharBuffer) - Method in GSPSitemeshPage
-
- setPageClass(Class<?>) - Method in GroovyPageMetaInfo
-
- setPagePlugin(GrailsPlugin) - Method in GroovyPageBinding
-
- setParameter(Object) - Method in AbstractConstraint
-
@param constraintParameter The constraintParameter to set.
- setParameter(Object) - Method in BlankConstraint
-
- setParameter(Object) - Method in Constraint
-
The parameter which the constraint is validated against.
- setParameter(Object) - Method in CreditCardConstraint
-
- setParameter(Object) - Method in EmailConstraint
-
- setParameter(Object) - Method in InListConstraint
-
- setParameter(Object) - Method in MatchesConstraint
-
- setParameter(Object) - Method in MaxConstraint
-
- setParameter(Object) - Method in MaxSizeConstraint
-
- setParameter(Object) - Method in MinConstraint
-
- setParameter(Object) - Method in MinSizeConstraint
-
- setParameter(Object) - Method in NotEqualConstraint
-
- setParameter(Object) - Method in NullableConstraint
-
- setParameter(Object) - Method in RangeConstraint
-
- setParameter(Object) - Method in ScaleConstraint
-
- setParameter(Object) - Method in SizeConstraint
-
- setParameter(Object) - Method in UrlConstraint
-
- setParameter(Object) - Method in ValidatorConstraint
-
- setParameterValues(Map) - Method in AbstractUrlMapping
-
- setParameterValues(Map) - Method in ResponseCodeUrlMapping
-
- setParameterValues(Map) - Method in UrlMapping
-
Sets any parameter values that should be populated into the request
- setParamName(String) - Method in ParamsAwareLocaleChangeInterceptor
-
- setParams(Map) - Method in AbstractUrlMappingInfo
-
- setParams(Map) - Method in ForwardUrlMappingInfo
-
- setParams(String) - Method in JspFormRemoteTag
-
- setParams(String) - Method in JspFormTag
-
- setParams(String) - Method in JspRemoteFunctionTag
-
- setParams(String) - Method in JspRemoteLinkTag
-
- setParams(String) - Method in JspSubmitToRemoteTag
-
- setParent(Object) - Method in BeanConfiguration
-
Sets the name of the parent bean.
- setParent(Object, Object) - Method in ConstrainedPropertyBuilder
-
- setParent(Object) - Method in DefaultBeanConfiguration
-
- setParent(Object, Object) - Method in JSON.Builder
-
- setParent(Binding) - Method in TemplateVariableBinding
-
- setParent(Object, Object) - Method in XML.Builder
-
- setParentApplicationContext(ApplicationContext) - Method in DefaultGrailsPlugin
-
- setParentApplicationContext(ApplicationContext) - Method in DefaultGrailsPluginManager
-
- setParentApplicationContext(ApplicationContext) - Method in ParentApplicationContextAware
-
- setParseRequest(boolean) - Method in AbstractUrlMapping
-
- setParseRequest(boolean) - Method in UrlMapping
-
Sets whether this UrlMapping should parse the request
- setParsingRequest(boolean) - Method in DefaultUrlMappingInfo
-
- setPassword(boolean) - Method in ConstrainedProperty
-
- setPathMatcher(AntPathMatcher) - Method in PathMatchingResourcePatternResolver
-
Set the PathMatcher implementation to use for this
resource pattern resolver.
- setPathSeparator(String) - Method in AntPathMatcher
-
Set the path separator to use for pattern parsing.
- setPersistent(boolean) - Method in DefaultGrailsDomainClassProperty
-
@param persistent The persistant to set.
- setPluginBaseNames(List<String>) - Method in PluginAwareResourceBundleMessageSource
-
- setPluginCacheSeconds(int) - Method in PluginAwareResourceBundleMessageSource
-
Set the number of seconds to cache the list of matching properties files loaded from plugin.
- setPluginContextPath(String) - Method in GroovyPage
-
- setPluginContextPath(String) - Method in GroovyPageBinding
-
- setPluginFilter(PluginFilter) - Method in AbstractGrailsPluginManager
-
- setPluginFilter(PluginFilter) - Method in DefaultGrailsPluginManager
-
- setPluginFilter(PluginFilter) - Method in GrailsPluginManager
-
Sets the filter to use to filter for plugins
- setPluginManager(GrailsPluginManager) - Method in DefaultGroovyPageLocator
-
- setPluginManager(GrailsPluginManager) - Method in DefaultLinkGenerator
-
- setPluginManager(GrailsPluginManager) - Method in DefaultResourceLocator
-
- setPluginManager(GrailsPluginManager) - Method in DefaultUrlMappingEvaluator
-
- setPluginManager(GrailsPluginManager) - Method in GrailsRuntimeConfigurator
-
- setPluginManager(GrailsPluginManager) - Method in GroovyPagesServlet
-
- setPluginManager(GrailsPluginManager) - Method in Holders
-
- setPluginManager(GrailsPluginManager) - Method in PluginAwareResourceBundleMessageSource
-
- setPluginManager(GrailsPluginManager) - Method in PluginManagerAware
-
Sets the plug-in manager on this instance
- setPluginManager(GrailsPluginManager) - Method in UrlMappingsHolderFactoryBean
-
- setPluginManagerInCreation(boolean) - Method in Holders
-
- setPluginName(String) - Method in ForwardUrlMappingInfo
-
- setPortalUsername(String) - Method in GrailsPublishExtension
-
- setPrecision(String) - Method in JspDatePickerTag
-
- setPrecompiledGspMap(Map<String, String>) - Method in DefaultGroovyPageLocator
-
- setPreferSubChunkWhenWritingToOtherBuffer(boolean) - Method in StreamCharBuffer
-
- setPrettyPrint(boolean) - Method in DefaultConverterConfiguration
-
- setPrettyPrint(boolean) - Method in JSON
-
- setPriority(int) - Method in ObjectMarshallerRegisterer
-
- setProfile(Profile) - Method in ProfileCommand
-
Sets the command profile
- setProfileRepository(ProfileRepository) - Method in AbstractProfile
-
- setProfileRepository(ProfileRepository) - Method in ProfileInfoCommand
-
- setProfileRepository(ProfileRepository) - Method in ProfileRepositoryAware
-
- setProjectContext(ProjectContext) - Method in GradleCommand
-
- setProjectContext(ProjectContext) - Method in ProjectContextAware
-
- setPromiseFactory(PromiseFactory) - Method in Promises
-
- setProperties(Properties) - Method in DocPublisherTask
-
A properties containing the title, author etc.
- setProperties(def) - Method in WebDataBinding
-
Binds the source object to the properties of the target instance converting any types as necessary
- setPropertiesPersister(PropertiesPersister) - Method in ReloadableResourceBundleMessageSource
-
Set the PropertiesPersister to use for parsing properties files.
- setProperty(String, Object) - Method in AbstractClosureProxy
-
- setProperty(String, Object) - Method in BeanBuilder
-
Overrides property setting in the scope of the BeanBuilder to set
properties on the current BeanConfiguration.
- setProperty(String, Object) - Method in ClosureToMapPopulator
-
- setProperty(String, Object) - Method in CodeGenConfig
-
- setProperty(String, Object) - Method in ConstrainedPropertyBuilder
-
- setProperty(String, Object) - Method in DefaultBeanConfiguration
-
- setProperty(String, Object) - Method in ExtendedProxy
-
- setProperty(String, Object) - Method in GrailsApplicationContext
-
- setProperty(String, def) - Method in GrailsMockHttpServletRequest
-
Property setting of request attributes.
- setProperty(String, Object) - Method in GrailsMockHttpSession
-
- setProperty(String, Object) - Method in GrailsPrintWriter
-
- setProperty(HttpServletRequest, String, def) - Method in HttpServletRequestExtension
-
- setProperty(String, Object) - Method in JSONBuilder
-
- setProperty(String, Object) - Method in NavigableMap
-
- setProperty(String, Object) - Method in NavigableMap.NullSafeNavigator
-
- setProperty(String, Object) - Method in PluginAstReader.BasicGrailsPluginInfo
-
- setProperty(String, Object) - Method in TemplateVariableBinding
-
- setPropertyName(String) - Method in AbstractConstraint
-
@param constraintPropertyName The constraintPropertyName to set.
- setPropertyName(String) - Method in ConstrainedProperty
-
@param propertyName The propertyName to set.
- setPropertyName(String) - Method in Constraint
-
The name of the property the constraint applies to
- setPropertyOnBeanConfig(String, Object) - Method in BeanBuilder
-
- setPropertyValue(String, Object) - Method in BeanConfiguration
-
Sets a property value on the bean configuration
- setPropertyValue(String, Object) - Method in DefaultBeanConfiguration
-
- setPropertyValue(def, DataBindingSource, MetaProperty, def, DataBindingListener) - Method in GrailsWebDataBinder
-
- setPropertyValue(def, DataBindingSource, MetaProperty, def, DataBindingListener, boolean) - Method in SimpleDataBinder
-
- setRange(Range) - Method in ConstrainedProperty
-
@param range The range to set.
- setReadMode(StreamByteBuffer.ReadMode) - Method in StreamByteBuffer
-
- setReadOnly() - Method in NullPersistentContextInterceptor
-
- setReadOnly() - Method in PersistenceContextInterceptor
-
Sets the persistence context to read-only mode.
- setReadWrite() - Method in NullPersistentContextInterceptor
-
- setReadWrite() - Method in PersistenceContextInterceptor
-
Sets the persistence context to read-write mode.
- setRedirectListeners(Collection<RedirectEventListener>) - Method in ResponseRedirector
-
- setReferencedDomainClass(GrailsDomainClass) - Method in DefaultGrailsDomainClassProperty
-
- setReferencedDomainClass(GrailsDomainClass) - Method in GrailsDomainClassProperty
-
Sets the references domain class on the property.
- setReferencedPropertyType(Class<?>) - Method in DefaultGrailsDomainClassProperty
-
Sets the referenced property type of this property
- setReferencePropertyName(String) - Method in DefaultGrailsDomainClassProperty
-
- setReloadEnabled(boolean) - Method in DefaultGroovyPageLocator
-
- setReloadEnabled(boolean) - Method in GroovyPagesTemplateEngine
-
Sets whether reloading is enabled
- setRenderers(Renderer) - Method in DefaultRendererRegistry
-
- setRenderView(boolean) - Method in GrailsWebRequest
-
- setRequestDataValueProcessor(RequestDataValueProcessor) - Method in ResponseRedirector
-
- setResolveJspView(boolean) - Method in GroovyPageViewResolver
-
- setResolveStrategy(int) - Method in AbstractClosureProxy
-
- setResourceCallable(PrivilegedAction<Resource>) - Method in GroovyPageCompiledScriptSource
-
- setResourceLoader(ResourceLoader) - Method in DefaultGroovyPageLocator
-
- setResourceLoader(ResourceLoader) - Method in DefaultResourceLocator
-
- setResourceLoader(ResourceLoader) - Method in GroovyPagesTemplateEngine
-
- setResourceLoader(ResourceLoader) - Method in PluginAwareResourceBundleMessageSource
-
- setResourceLoader(ResourceLoader) - Method in ReloadableResourceBundleMessageSource
-
Set the ResourceLoader to use for loading bundle properties files.
- setResourceLoader(ResourceLoader) - Method in ResourceLocator
-
- setResourcePath(String) - Method in ServletRenderContext
-
- setResourcePatternResolver(ResourcePatternResolver) - Method in BeanBuilder
-
- setResourceResolver(PathMatchingResourcePatternResolver) - Method in PluginAwareResourceBundleMessageSource
-
- setRoot(boolean) - Method in TemplateVariableBinding
-
- setRuntime(TestRuntime) - Method in TestMixinRuntimeSupport
-
- setRuntime(TestRuntime) - Method in TestRuntimeAwareMixin
-
TestRuntime will set it's instance to the mixin class by calling this method
- setScaffoldedActionMap(Map) - Method in GroovyPagesTemplateRenderer
-
- setScaffoldingTemplateGenerator(Object) - Method in GroovyPagesTemplateRenderer
-
- setScriptSource(ScriptSource) - Method in GroovyPageView
-
- setSearchLocation(String) - Method in DefaultResourceLocator
-
- setSearchLocation(String) - Method in ResourceLocator
-
The basic location from which to conduct the search.
- setSearchLocation(String) - Method in StaticResourceLocator
-
- setSearchLocations(Collection<String>) - Method in DefaultResourceLocator
-
- setSearchLocations(Collection<String>) - Method in PluginPathAwareFileSystemResourceLoader
-
- setSearchLocations(Collection<String>) - Method in ResourceLocator
-
Multiple locations to search.
- setSearchLocations(Collection<String>) - Method in StaticResourceLocator
-
- setServletConfig(ServletConfig) - Method in GrailsWebApplicationContext
-
- setServletContext(ServletContext) - Method in GrailsDispatcherServlet
-
- setServletContext(ServletContext) - Method in GrailsExceptionResolver
-
- setServletContext(ServletContext) - Method in GrailsLayoutViewResolver
-
- setServletContext(ServletContext) - Method in GrailsWebApplicationContext
-
Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(Object) - Method in Holders
-
- setServletContext(ServletContext) - Method in MockApplicationContext
-
- setServletContext(ServletContext) - Method in ServletContextHolder
-
- setServletContext(ServletContext) - Method in WebRuntimeSpringConfiguration
-
- setServletVersion(String) - Method in Metadata
-
- setShouldFilter(boolean) - Method in DefaultStackTraceFilterer
-
- setShouldFilter(boolean) - Method in StackTraceFilterer
-
@param shouldFilter Whether to filter stack traces or not
- setShowSource(boolean) - Method in GroovyPageWritable
-
- setSize(Range) - Method in ConstrainedProperty
-
@param size The size to set.
- setSkipFilteringCodec(boolean) - Method in GrailsWebRequest
-
- setSleepTime(long) - Method in DirectoryWatcher
-
Sets the amount of time to sleep between checks
- setSource(Object) - Method in GroovyPageCompileTask
-
- setSource(Object) - Method in PublishGuideTask
-
- setSpringConfig(RuntimeSpringConfiguration) - Method in BeanBuilder
-
Sets the runtime Spring configuration instance to use.
- setSrc(File) - Method in DocPublisherTask
-
The documentation source location
- setStacktrace(boolean) - Method in GrailsConsole
-
@param stacktrace Sets whether to show stack traces on errors
- setStaticCodecDirectiveValue(String) - Method in GroovyPageParser
-
- setStaticCodecName(String) - Method in GroovyPageMetaInfo
-
- setStatus(HttpServletRequest, HttpServletResponse, ModelAndView, Exception) - Method in GrailsExceptionResolver
-
- setStatus(int) - Method in GrailsPageResponseWrapper
-
If 'not modified' (304) HTTP status is being sent - then abort parsing, as there shouldn't be any body
- setStatus(int, String) - Method in IncludeResponseWrapper
-
- setStatus(HttpStatus) - Method in RenderContext
-
@param status The status to set
- setStatus(HttpStatus) - Method in ServletRenderContext
-
- setStrings(SortedSet<String>) - Method in StringsCompleter
-
- setStructuredBindingEditors(TypedStructuredBindingEditor) - Method in GrailsWebDataBinder
-
- setStyleDir(File) - Method in DocPublisherTask
-
The directory of the style templates (optional)
- setSubBufferChunkMinSize(int) - Method in StreamCharBuffer
-
- setSubStringChunkMinSize(int) - Method in StreamCharBuffer
-
Minimum size for a String to be added as a StringChunk instead of copying content to the char[] buffer of the current StreamCharBufferChunk
- setSystemError(String) - Method in JUnitReports
-
- setSystemError(String) - Method in PlainFormatter
-
- setSystemOutput(String) - Method in JUnitReports
-
- setSystemOutput(String) - Method in PlainFormatter
-
- setTabSize(int) - Method in SimpleCharStream
-
- setTaglibCodecDirectiveValue(String) - Method in GroovyPageParser
-
- setTaglibCodecName(String) - Method in GroovyPageMetaInfo
-
- setTagLibInstances(List<Object>) - Method in StandaloneTagLibraryLookup
-
- setTagLibraryLookup(TagLibraryLookup) - Method in GroovyPageMetaInfo
-
- setTagLibraryLookup(TagLibraryLookup) - Method in GroovyPagesTemplateEngine
-
- setTagLibraryLookup(TagLibraryLookup) - Method in TagLibraryInvoker
-
- setTagName(String) - Method in JspInvokeGrailsTagLibTag
-
- setTarget(Object) - Method in AbstractConverter
-
- setTarget(Writer) - Method in GrailsPrintWriterAdapter
-
- setTarget(Object) - Method in HotSwappableTargetSourceFactoryBean
-
- setTarget(Object) - Method in JSON
-
Sets the Object which is later converted to JSON
- setTarget(T) - Method in MixinTargetAware
-
- setTarget(Object) - Method in TestMixinTargetAware
-
- setTarget(Object) - Method in XML
-
- setTemplate(Template) - Method in GroovyPageView
-
- setTemplate(String) - Method in JspRenderTag
-
- setTemplateEngine(GroovyPagesTemplateEngine) - Method in GroovyPageView
-
- setTemplateEngine(GroovyPagesTemplateEngine) - Method in GroovyPageViewResolver
-
- setTestClass(Class<?>) - Method in TestMixinRuntimeSupport
-
- setTestClass(Class<?>) - Method in TestRuntimeAwareMixin
-
TestRuntime will set the target test class to the mixin class instance by calling this method
- setThreadLocalConverterConfiguration(Class<C>, ConverterConfiguration<C>) - Method in ConvertersConfigurationHolder
-
- SETTING_CONVERTERS_CIRCULAR_REFERENCE_BEHAVIOUR - Field in ConvertersConfigurationInitializer
-
- SETTING_CONVERTERS_ENCODING - Field in ConvertersConfigurationInitializer
-
- SETTING_CONVERTERS_JSON_CACHE_OBJECTS - Field in ConvertersConfigurationInitializer
-
- SETTING_CONVERTERS_JSON_CIRCULAR_REFERENCE_BEHAVIOUR - Field in ConvertersConfigurationInitializer
-
- SETTING_CONVERTERS_JSON_DATE - Field in ConvertersConfigurationInitializer
-
- SETTING_CONVERTERS_JSON_DEFAULT_DEEP - Field in ConvertersConfigurationInitializer
-
- SETTING_CONVERTERS_JSON_PRETTY_PRINT - Field in ConvertersConfigurationInitializer
-
- SETTING_CONVERTERS_PRETTY_PRINT - Field in ConvertersConfigurationInitializer
-
- SETTING_CONVERTERS_XML_DEEP - Field in ConvertersConfigurationInitializer
-
- Settings - Interface in grails.config
Constants for names of settings in Grails
- SETTINGS_FILE - Field in BuildSettings
-
- SettingsFile - Class in grails.boot.config.tools
Used to interpret the Gradle settings.gradle file
- setTitleBuffer(StreamCharBuffer) - Method in GSPSitemeshPage
-
- setTitleCaptured(boolean) - Method in GSPSitemeshPage
-
- setTransactionalAttributes(Properties) - Method in GroovyAwareNamedTransactionAttributeSource
-
- setTransactionManager(PlatformTransactionManager) - Method in TransactionManagerAware
-
Sets the transaction manager on implementors
- setUp() - Method in AbstractGrailsControllerTests
-
- setUp() - Method in AbstractGrailsMockTests
-
- setUp() - Method in AbstractGrailsPluginTests
-
- setUp() - Method in AbstractGrailsTagTests
-
- setUp(Object) - Method in TestRuntimeJunitAdapter
-
- setupCompleters() - Method in GrailsCli
-
- setupConsoleOutput(ProjectContext, LongRunningOperation) - Method in GradleUtil
-
- setUpdate(String) - Method in JspFormRemoteTag
-
- setUpdate(String) - Method in JspRemoteFunctionTag
-
- setUpdate(String) - Method in JspRemoteLinkTag
-
- setUpdate(String) - Method in JspSubmitToRemoteTag
-
- setUrl(boolean) - Method in ConstrainedProperty
-
@param url The url to set.
- setUrl(String) - Method in JspFormRemoteTag
-
- setUrl(String) - Method in JspFormTag
-
- setUrl(String) - Method in JspLinkTag
-
- setUrl(String) - Method in JspRemoteFunctionTag
-
- setUrl(String) - Method in JspRemoteLinkTag
-
- setUrl(String) - Method in JspSubmitToRemoteTag
-
- setUrlConverter(UrlConverter) - Method in RequestForwarder
-
- setUrlCreatorMaxWeightedCacheCapacity(int) - Method in DefaultUrlMappingsHolder
-
- setUsed(boolean) - Method in GrailsPrintWriter
-
- setUsed(boolean) - Method in GrailsPrintWriterAdapter
-
- setUsed(boolean) - Method in GSPSitemeshPage
-
- setUseLegacyEncoder(boolean) - Method in HTMLCodec
-
- setValidator(Validator) - Method in DefaultGrailsDomainClass
-
- setValidator(Validator) - Method in GrailsDomainClass
-
Sets the validator for this domain class
- setValidator(Validator) - Method in LegacyGrailsDomainClass
-
- setValue(Object) - Method in AbstractTemplateVariableBinding.BindingMapEntry
-
- setValue(V) - Method in CacheEntry
-
- setValue(String) - Method in JspActionSubmitTag
-
- setValue(String) - Method in JspCheckboxTag
-
- setValue(String) - Method in JspCurrencySelectTag
-
- setValue(String) - Method in JspDatePickerTag
-
- setValue(String) - Method in JspLocaleSelectTag
-
- setValue(String) - Method in JspSubmitToRemoteTag
-
- setValue(String) - Method in JspTimeZoneSelectTag
-
- setValue(Object) - Method in PropertiesEditor
-
- setValueConverters(ValueConverter) - Method in GrailsWebDataBinder
-
- setVariable(String, Object) - Method in TemplateVariableBinding
-
- setVariableDirectly(String, Object) - Method in AbstractTemplateVariableBinding
-
- setVerbose(boolean) - Method in GrailsConsole
-
@param verbose Sets whether verbose output should be used
- setVersion(String) - Method in PluginAstReader.BasicGrailsPluginInfo
-
- setView(String) - Method in ForwardUrlMappingInfo
-
- setView(String) - Method in Interceptor
-
Sets the view name
- setViewName(String) - Method in RenderContext
-
The view to use for the response
- setViewName(String) - Method in ServletRenderContext
-
- setViewResolver(ViewResolver) - Method in GroovyPageLayoutFinder
-
- setWatchedResources(Resource) - Method in DefaultGrailsPlugin
-
- setWebRequestInterceptors(WebRequestInterceptor) - Method in UrlMappingsHandlerMapping
-
- setWidget(String) - Method in ConstrainedProperty
-
- setWorkDir(File) - Method in DocPublisherTask
-
The temporary directory to use (optional)
- setWrappedResponse(HttpServletResponse) - Method in GrailsWebRequest
-
- setWrappedResponse(HttpServletResponse) - Method in WrappedResponseHolder
-
Bind the given HttpServletResponse to the current thread.
- setWriteDirectlyToConnectedMinSize(int) - Method in StreamCharBuffer
-
Minimum size for a String or char[] to get written directly to connected writer (in "connectTo" mode).
- setWriter(Writer) - Method in GrailsTag
-
Sets the writer that processes the tag
- setWriter(Writer) - Method in GroovySyntaxTag
-
- setXml(Object) - Method in GrailsMockHttpServletRequest
-
Sets the body of the request to be an XML packet
- SHA1BytesCodecExtensionMethods - Class in org.grails.plugins.codecs
- SHA1CodecExtensionMethods - Class in org.grails.plugins.codecs
- SHA256BytesCodecExtensionMethods - Class in org.grails.plugins.codecs
- SHA256CodecExtensionMethods - Class in org.grails.plugins.codecs
- SharedRuntime - Annotation Type in grails.test.runtime
Annotation to be used in Junit tests and Spock specifications.
- SharedRuntimeConfigurer - Interface in grails.test.runtime
The class given as parameter to SharedRuntime has to implement this interface.
- short(String, Integer) - Method in TypeConvertingMap
-
- shortSummary() - Method in StopWatch
-
Return a short description of the total running time.
- shouldApplyEncoder(StreamingEncoder) - Method in ChainedEncoders
-
checks that the encoder isn't a NoneEncoder instance
- shouldCreateTransactionalProxy(GrailsServiceClass) - Method in ServicesGrailsPlugin
-
- shouldEncode(Encoder, EncodingState) - Method in AbstractEncodedAppender
-
Check if the encoder should be used to a input with certain encodingState
- shouldEncode(Encoder, EncodingState) - Method in EncodedAppender
-
Check if the encoder should be used to a input with certain encodingState
- shouldEncodeWith(Encoder, EncodingState) - Method in AbstractEncodedAppender
-
- shouldEncodeWith(Encoder, EncodingState) - Method in DefaultEncodingStateRegistry
-
Checks if encoder should be applied to a input with given encoding state
- shouldEncodeWith(Encoder, EncodingState) - Method in EncodesToWriterAdapter
-
- shouldEncodeWith(Encoder, CharSequence) - Method in EncodingStateRegistry
-
Checks if a encoder should be applied to a CharSequence
- shouldEncodeWith(Encoder, EncodingState) - Method in StreamingEncoderWriter
-
- shouldFail(Class<?>, Closure) - Method in GrailsUnitTestMixin
-
Asserts that the given code closure fails when it is evaluated
and that a particular exception is thrown.
- shouldInclude(Object, String) - Method in IncludeExcludePropertyMarshaller
-
- shouldInclude(List<T>, List, T) - Method in IncludeExcludeSupport
-
- shouldIncludeProperty(RenderContext, Object, String) - Method in AbstractIncludeExcludeRenderer
-
- shouldInitializeProxies() - Method in DomainClassMarshaller
-
- shouldInject(URL) - Method in ApplicationClassInjector
-
- shouldInject(URL) - Method in ClassInjector
-
Returns whether this injector should inject
- shouldInject(URL) - Method in ControllerActionTransformer
-
- shouldInject(URL) - Method in ControllerDomainTransformer
-
- shouldInject(URL) - Method in ConvertersDomainTransformer
-
- shouldInject(URL) - Method in DefaultGrailsDomainClassInjector
-
- shouldInject(URL) - Method in GlobalClassInjectorAdapter
-
- shouldInject(URL) - Method in GroovyPageBytecodeOptimizer
-
- shouldInject(URL) - Method in LoggingTransformer
-
- shouldInject(URL) - Method in TagLibraryTransformer
-
- shouldInjectClass(ClassNode) - Method in DefaultGrailsDomainClassInjector
-
- shouldNotFilterAsyncDispatch() - Method in GrailsWebRequestFilter
-
- shouldNotFilterErrorDispatch() - Method in GrailsWebRequestFilter
-
- shouldProxyTargetClass(Class<?>, String) - Method in GroovyAwareAspectJAwareAdvisorAutoProxyCreator
-
- shouldProxyTargetClass(Class<?>, String) - Method in GroovyAwareInfrastructureAdvisorAutoProxyCreator
-
- shouldReload(PrivilegedAction<Resource>) - Method in GroovyPageMetaInfo
-
Checks if this GSP has expired and should be reloaded (there is a newer source gsp available)
PrivilegedAction is used so that locating the Resource is lazily evaluated.
- shouldRerunStaticInitializer(String, Class<?>, String) - Method in GrailsSpringLoadedPlugin
-
- shouldSkipInjection(ClassNode) - Method in AbstractGrailsArtefactTransformer
-
- shouldSkipMethod(MethodNode) - Method in TestMixinTransformation
-
- shouldSkipNextCause(Throwable) - Method in DefaultStackTracePrinter
-
- shouldSkipNextCause(Throwable) - Method in ErrorsViewStackTracePrinter
-
- shouldUpdate(long, Object) - Method in CacheEntry
-
- shouldUseChildBinding(TemplateVariableBinding) - Method in GroovyPageBinding
-
- shouldUseChildBinding(TemplateVariableBinding) - Method in TemplateVariableBinding
-
- show() - Method in RestfulController
-
Shows a single resource
- showCreate() - Method in DocEngine
-
- showPrompt() - Method in GrailsConsole
-
Shows the prompt to request user input
- shutdown - Field in AbstractGrailsPluginManager
-
- shutdown() - Method in GrailsPluginManager
-
Shuts down the PluginManager
- shutdownApplicationContext(TestRuntime) - Method in GrailsApplicationTestPlugin
-
- shutdownDatastoreImplementation(TestRuntime, GrailsApplication) - Method in DomainClassTestPlugin
-
- shutdownEmbeddedDatabase(DataSource) - Method in EmbeddedDatabaseShutdownHook
-
- ShutdownOperations - Class in org.grails.core.lifecycle
Operations that should be executed on shutdown.
- SimpleBindingError - Class in org.grails.databinding.errors
@author Jeff Brown
- SimpleBindingError(Object, String, Object, Throwable) - Constructor in SimpleBindingError
-
- SimpleCharStream - Class in org.grails.web.json.parser
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor in SimpleCharStream
-
Constructor.
- SimpleDataBinder - Class in grails.databinding
A data binder that will bind nested Maps to an object.
- SimpleDataBinder() - Constructor in SimpleDataBinder
-
- SimpleMapDataBindingSource - Class in grails.databinding
- SimpleMapDataBindingSource(Map) - Constructor in SimpleMapDataBindingSource
-
- SimpleMapResourceLoader - Class in org.grails.core.io
Simple implementation of the ResourceLoader interface that uses a Map to load resources.
- SimpleOrFileNameCompletor - Class in org.grails.cli.interactive.completers
JLine Completor that mixes a fixed set of options with file path matches.
- SimpleOrFileNameCompletor(String) - Constructor in SimpleOrFileNameCompletor
-
- SimpleTemplate - Class in org.grails.cli.profile.commands.templates
- SINGLE_QUOTE_LITERAL - Field in JsonParserConstants
-
RegularExpression Id.
- SITEMESH_DEFAULT_LAYOUT - Field in GroovyPagesGrailsPlugin
-
- SITEMESH_ENABLE_NONGSP - Field in GroovyPagesGrailsPlugin
-
- SitemeshLayoutView - Class in org.grails.web.sitemesh
- SitemeshLayoutView(GroovyPageLayoutFinder, View, ContentProcessor) - Constructor in SitemeshLayoutView
-
- SitemeshLayoutViewResolver - Class in org.grails.web.servlet.view
- SitemeshLayoutViewResolver(ViewResolver, GroovyPageLayoutFinder) - Constructor in SitemeshLayoutViewResolver
-
- sitemeshPreprocess(String) - Method in AbstractGrailsTagTests
-
Applies sitemesh preprocessing to a template
- sitemeshPreprocessMode - Field in RenderTagLib
-
- SitemeshPreprocessor - Class in org.grails.gsp.compiler
Adds GSP Sitemesh integration directly to compiled GSP.
- SitemeshTagLib - Class in org.grails.plugins.web.taglib
Internal Sitemesh pre-processor tags.
- size() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- size() - Method in AbstractTypeConvertingMap
-
- size() - Method in BoundedCharsAsEncodedBytesCounter
-
- size() - Method in CodeGenConfig
-
- size() - Method in CompositeConfig
-
- SIZE_CONSTRAINT - Field in ConstrainedProperty
-
- size() - Method in DataBindingSource
-
@return the number of properties represented by this binding source
- size() - Method in FlatConfig
-
- size() - Method in GPathResultMap
-
- size() - Method in GrailsFlashScope
-
- size() - Method in JSONArray
-
- size() - Method in JSONObject
-
- size() - Method in LazyBeanMap
-
- size() - Method in LazyMetaPropertyMap
-
{@inheritDoc}
- size() - Method in NavigableMap
-
- size() - Method in NavigableMap.NullSafeNavigator
-
- size() - Method in NavigableMapConfig
-
- size() - Method in PrefixedConfig
-
- size() - Method in PromiseMap
-
@return The size the map
- size() - Method in SimpleMapDataBindingSource
-
- size() - Method in StreamCharBuffer
-
- SizeConstraint - Class in org.grails.validation
Validates size of the property, for strings and arrays
this is the length, collections the size and numbers the value.
- skipBlankValues() - Method in AbstractConstraint
-
- skipBlankValues() - Method in BlankConstraint
-
- skipBlankValues() - Method in ValidatorConstraint
-
- SkipMethod - Annotation Type in grails.test.mixin.support
A marker annotation for methods that doesn't be mixed in target classes
- skipNullValues() - Method in AbstractConstraint
-
- skipNullValues() - Method in NullableConstraint
-
- skipNullValues() - Method in ValidatorConstraint
-
- skipPast(String) - Method in JSONTokener
-
Skip characters until past the requested string.
- skipTo(char) - Method in JSONTokener
-
Skip characters until the next character is the requested character.
- SLASH - Field in UrlMapping
-
- SLASH - Field in WebUtils
-
- SoftThreadLocalMap - Class in org.grails.core.util
Creates a InheritableThreadLocal with an intial value of a Map.
- SORT - Field in GrailsDomainClassProperty
-
- sortPlugins(List<GrailsPlugin>) - Method in DefaultGrailsPluginManager
-
- source(String) - Method in FileSystemInteraction
-
Finds a source file for the given class name
- source(String) - Method in FileSystemInteractionImpl
-
Finds a source file for the given class name
- SourceCodeAware - Interface in org.grails.exceptions.reporting
An interface that represents an exception that is capable of providing more information about the source code
- sourceName - Field in LineNumber
-
- SourceSets - Class in org.grails.gradle.plugin.util
@author Graeme Rocher
- SPACE - Field in GrailsConsole
-
- SPEC_CLASS - Field in TestMixinTransformation
-
- specialConstructor - Field in ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - Field in Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SPRING_APPLICATION_CONFIGURATION_CLASS_NODE - Field in IntegrationTestMixinTransformation
-
- SPRING_JUNIT4_CLASS_RUNNER - Field in IntegrationTestMixinTransformation
-
- SPRING_PACKAGE - Field in SpringEventTranslator
-
- SPRING_RESOURCES_CLASS - Field in GrailsRuntimeConfigurator
-
- SPRING_RESOURCES_CLASS - Field in RuntimeSpringConfigUtilities
-
- SPRING_RESOURCES_GROOVY - Field in GrailsRuntimeConfigurator
-
- SPRING_RESOURCES_GROOVY - Field in RuntimeSpringConfigUtilities
-
- SPRING_RESOURCES_XML - Field in GrailsRuntimeConfigurator
-
- SPRING_RESOURCES_XML - Field in RuntimeSpringConfigUtilities
-
- SPRING_SCRIPTS_PATH_PATTERN - Field in GrailsResourceUtils
-
- SpringConversionServiceAdapter - Class in org.grails.web.databinding
This class implements org.grails.databinding.converters.ConversionService
and delegates to a org.springfraemwork core.convert.support.DefaultConversionService.
- SpringEventTranslator - Class in org.grails.events.spring
Translates Spring Events into Reactor events
- SpringInvoker - Class in org.grails.cli.boot
Allows invocation of Spring commands from command scripts
- SpringInvoker.Slf4jBindingAwareClassLoader - Class in org.grails.cli.boot
- SpringIOUtils - Class in org.grails.io.support
Simple utility methods for file and stream copying.
- SpringMVCViewDecorator - Class in org.grails.web.sitemesh
Encapsulates the logic for rendering a layout.
- SpringMVCViewDecorator(String, View) - Constructor in SpringMVCViewDecorator
-
- SpringResource - Class in org.grails.core.io
Bridges Grails and Spring Resource APIs
- SpringResource(Resource) - Constructor in SpringResource
-
- STACK_LOG - Field in DefaultStackTraceFilterer
-
- STACK_LOG_NAME - Field in DefaultStackTraceFilterer
-
- stackFilterer - Field in GrailsExceptionResolver
-
- STACKTRACE_ARGUMENT - Field in CommandLine
-
- STACKTRACE_FILTERED_MESSAGE - Field in GrailsConsole
-
- STACKTRACE_MESSAGE - Field in GrailsConsole
-
- StackTraceFilterer - Interface in org.grails.exceptions.reporting
Improves the output of stack traces produced by exceptions in a Grails application.
- StackTracePrinter - Interface in org.grails.exceptions.reporting
Defines method for pretty printing Stack traces.
- StandaloneCodecLookup - Class in org.grails.encoder.impl
- StandaloneGrailsApplication - Class in grails.core
GrailsApplication implementation to be used in standalone applications
- StandaloneGrailsApplication() - Constructor in StandaloneGrailsApplication
-
- StandaloneTagLibraryLookup - Class in org.grails.web.pages
GSP TagLibraryLookup class that's used for standalone GSP
- start() - Method in EmbeddedDatabaseShutdownHook
-
- start(Runnable) - Method in GrailsAsyncContext
-
- start(Runnable) - Method in MockAsyncContext
-
- start(String) - Method in StopWatch
-
Start a named task.
- startAsync() - Method in AsyncController
-
Raw access to the Servlet 3.0 startAsync method
- startAsync() - Method in AsyncGrailsWebRequest
-
- startAsync(ServletRequest, ServletResponse) - Method in GrailsMockHttpServletRequest
-
- startConsole() - Method in GroovyConsoleApplicationContext
-
- startConsole() - Method in GroovyConsoleWebApplicationContext
-
- startConsole() - Method in GroovyshApplicationContext
-
- startConsole() - Method in GroovyshWebApplicationContext
-
- startDocument(String, String) - Method in PrettyPrintXMLStreamWriter
-
- startDocument(String, String) - Method in XMLStreamWriter
-
- startInteractiveMode(GrailsConsole) - Method in GrailsCli
-
- startNode(String) - Method in PrettyPrintXMLStreamWriter
-
- startNode(String) - Method in XML
-
- startNode(String) - Method in XMLStreamWriter
-
- startPluginChangeScanner() - Method in DefaultGrailsPluginManager
-
@deprecated Will be removed in a future version of Grails
- startQueuingDefineBeans(TestRuntime) - Method in GrailsApplicationTestPlugin
-
- startResourceTag(XMLStreamWriter, String, Locale, String) - Method in HalXmlRenderer
-
- startResourceTagForCurrentPath(RenderContext, XMLStreamWriter) - Method in HalXmlRenderer
-
- startTag() - Method in PrettyPrintXMLStreamWriter
-
- startTag() - Method in XMLStreamWriter
-
- startTest(Test) - Method in JUnitReports
-
- startTestSuite(JUnitTest) - Method in JUnitReports
-
- STATIC_CODEC_NAME - Field in OutputEncodingSettings
-
staticparts escapes the static html parts coming from the GSP file to output
- STATIC_METHOD_MISSING_METHOD_NAME - Field in AbstractGrailsArtefactTransformer
-
- STATIC_METHOD_MISSING_METHOD_NAME - Field in GrailsASTUtils
-
- staticEncoder(Encoder) - Method in OutputEncodingStackAttributes.Builder
-
- staticFlag - Field in SimpleCharStream
-
Whether parser is static.
- StaticJarProfileRepository - Class in org.grails.cli.profile.repository
A JAR file repository that resolves profiles from a static array of JAR file URLs
- StaticJarProfileRepository(ClassLoader, URL) - Constructor in StaticJarProfileRepository
-
- staticMethods - Field in BaseApiProvider
-
- StaticResourceLoader - Class in org.grails.io.support
Loads relative to a static base resource
- StaticResourceLoader(Resource) - Constructor in StaticResourceLoader
-
- StaticResourceLocator - Class in org.grails.core.io
A static resource locator that uses an internal map to locate resources.
- STATUS_DISABLED - Field in GrailsPlugin
-
When a plugin is "disabled" it will not be loaded
- STATUS_ENABLED - Field in GrailsPlugin
-
When a plugin is "enabled" it will be loaded as usual.
- STATUS - Field in GrailsPlugin
-
The status of the plugin.
- Step - Interface in org.grails.cli.profile
Represents a step within a
Command.
- StepFactory - Interface in org.grails.cli.profile.steps
Creates steps
- StepRegistry - Class in org.grails.cli.profile.steps
Registry of steps
- stop(Runnable) - Method in EmbeddedDatabaseShutdownHook
-
- stop() - Method in StopWatch
-
Stop the current task.
- stop() - Method in StopWatch.TaskInfo
-
- stopPluginChangeScanner() - Method in DefaultGrailsPluginManager
-
@deprecated Will be removed in a future version of Grails
- StopWatch - Class in org.grails.core.util
Based on the Spring StopWatch class, but supporting nested tasks
- StopWatch.TaskInfo - Class in org.grails.core.util
Inner class to hold data about one task executed within the stop watch.
- StopWatch(String) - Constructor in StopWatch
-
Construct a new stop watch with the given id.
- store(HttpSession) - Method in SynchronizerTokensHolder
-
- storeData(T) - Method in CachedGradleOperation
-
- storeGrailsWebRequest(GrailsWebRequest) - Method in WebUtils
-
Helper method to store the given GrailsWebRequest for the current
request.
- streamBuffer - Field in FastStringWriter
-
- StreamByteBuffer - Class in org.grails.buffer
An in-memory buffer that provides OutputStream and InputStream interfaces.
- StreamByteBuffer.ReadMode - Enum in org.grails.buffer
- StreamByteBuffer(int, StreamByteBuffer.ReadMode) - Constructor in StreamByteBuffer
-
- StreamCharBuffer - Class in org.grails.buffer
- StreamCharBuffer.EncodedPart - Class in org.grails.buffer
- StreamCharBuffer.EncodedPart(EncodingState, String) - Constructor in StreamCharBuffer.EncodedPart
-
- StreamCharBuffer.LazyInitializingMultipleWriter - Interface in org.grails.buffer
- StreamCharBuffer.LazyInitializingWriter - Interface in org.grails.buffer
Interface for a Writer that gets initialized if it is used
Can be used for passing in to "connectTo" method of StreamCharBuffer
- StreamCharBuffer.StreamCharBufferReader - Class in org.grails.buffer
This is the java.io.Reader implementation for StreamCharBuffer
- StreamCharBuffer.StreamCharBufferReader(boolean) - Constructor in StreamCharBuffer.StreamCharBufferReader
-
- StreamCharBuffer.StreamCharBufferWriter - Class in org.grails.buffer
This is the java.io.Writer implementation for StreamCharBuffer
- StreamCharBuffer(int, int, int) - Constructor in StreamCharBuffer
-
- StreamCharBufferMetaUtils - Class in org.grails.buffer
- streamCharBufferTarget - Field in GrailsPrintWriter
-
- StreamEncodeable - Interface in org.grails.encoder
Marks a class capable of encoding itself with given Encoder to given
EncodedAppender instance
- StreamingEncoder - Interface in org.grails.encoder
Streaming encoder interface that makes it possible to encode a portion of a
CharSequence and append it directly to the EncodedAppender instance.
- StreamingEncoderEncodedAppender - Class in org.grails.encoder
EncodedAppender implementation used for piping / chaining several StreamingEncoders
- StreamingEncoderEncodedAppender(StreamingEncoder, EncodedAppender) - Constructor in StreamingEncoderEncodedAppender
-
- StreamingEncoderWritable - Interface in org.grails.encoder
Marks a class capable of encoding itself with given EncodesToWriter instance to given
Writer instance
- StreamingEncoderWriter - Class in org.grails.encoder
- StreamingEncoderWriter(Writer, StreamingEncoder, EncodingStateRegistry) - Constructor in StreamingEncoderWriter
-
- StreamingMarkupWriter - Class in org.grails.web.xml
Specialized StreamingMarkupWriter that handles the escaping of double quotes in XML attributes
- StreamingMarkupWriter(Writer) - Constructor in StreamingMarkupWriter
-
- STRING_STATE - Field in JsonParserConstants
-
Lexical state.
- StringCharArrayAccessor - Class in org.grails.buffer
Provides optimized access to java.lang.String internals
- StringEscapeCategory - Class in grails.doc.internal
- stringPropertyNames() - Method in ConfigProperties
-
- StringsCompleter - Class in org.grails.cli.interactive.completers
A completer that completes based on a collection of Strings
- StringsCompleter(String) - Constructor in StringsCompleter
-
- StructuredBindingEditor - Interface in grails.databinding
StructuredBindingEditors convert structured data in a Map
into an object.
- StructuredCalendarBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
- StructuredDateBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
- StructuredDateEditor - Class in org.grails.web.binding
Structured editor for editing dates that takes 5 fields that represent the year, month, day, hour
and minute and constructs a Date instance
- StructuredDateEditor(DateFormat, boolean, int) - Constructor in StructuredDateEditor
-
- structuredEditors - Field in SimpleDataBinder
-
- StructuredPropertyEditor - Interface in org.grails.web.binding
A PropertyEditor that is able to edit structured properties (properties made up of multiple field values).
- StructuredSqlDateBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
- subarray(Object, int, int) - Method in BeanBuilder
-
- subarray(Object, int, int) - Method in GrailsArrayUtils
-
Returns the subarray of an existing array
- subflow(LinkedHashMap) - Method in WebFlowUnitTestSupport
-
- subList(int, int) - Method in JSONArray
-
- subSequence(int, int) - Method in StreamCharBuffer
-
- substringAfter(String, String) - Method in GrailsStringUtils
-
Returns a substring after the given token
- substringAfterLast(String, String) - Method in GrailsStringUtils
-
Returns a substring after the last occurrence of the given token
- substringBefore(String, String) - Method in GrailsStringUtils
-
Returns a substring before the given token
- substringBeforeLast(String, String) - Method in GrailsStringUtils
-
Returns a substring before the last occurance of the given token
- SUFFIX - Field in GroovyPagesUriSupport
-
- suggestedClassName() - Method in GroovyPageCompiledScriptSource
-
- superClass() - Method in Resource
-
@default RestfulController
- Returns:
- The super class to use for the generated controller class
- Support - Class in grails.dev
Methods to support the development environment
- supports(Object) - Method in ArrayMarshaller
-
- supports(Object) - Method in Base64ByteArrayMarshaller
-
- supports(Class) - Method in BlankConstraint
-
- supports(Object) - Method in ByteArrayMarshaller
-
- supports(Object) - Method in ChainedConverterConfiguration.ChainedObjectMarshaller
-
- supports(Object) - Method in ClosureObjectMarshaller
-
- supports(Object) - Method in CollectionMarshaller
-
- supports(Class) - Method in Constraint
-
Returns whether the constraint supports being applied against the specified type;
- supports(Class) - Method in CreditCardConstraint
-
- supports(Class<?>) - Method in DataBindingEventMulticastListener
-
- supports(Class<?>) - Method in DataBindingListener
-
@return true if the listener is interested in events for the specified type.
- supports(Class<?>) - Method in DataBindingListenerAdapter
-
- supports(Object) - Method in DateMarshaller
-
- supports(Object) - Method in DomainClassMarshaller
-
- supports(Class) - Method in EmailConstraint
-
- supports(Object) - Method in EnumMarshaller
-
- supports(Object) - Method in GenericJavaBeanMarshaller
-
- supports(Class) - Method in GrailsDomainClassValidator
-
- supports(Object) - Method in GroovyBeanMarshaller
-
- supports(Class) - Method in InListConstraint
-
- supports(Object) - Method in InstanceMethodBasedMarshaller
-
- supports(Object) - Method in JavascriptDateMarshaller
-
- supports(Object) - Method in MapMarshaller
-
- supports(Class) - Method in MatchesConstraint
-
- supports(Class) - Method in MaxConstraint
-
- supports(Class) - Method in MaxSizeConstraint
-
- supports(Class) - Method in MinConstraint
-
- supports(Class) - Method in MinSizeConstraint
-
- supports(Class) - Method in NotEqualConstraint
-
- supports(Class) - Method in NullableConstraint
-
- supports(Object) - Method in ObjectMarshaller
-
Checks wheter the ObjectMarshaller is able/intended to support the given Object
- supports(Object) - Method in ProxyUnwrappingMarshaller
-
- supports(Class) - Method in RangeConstraint
-
- supports(Class) - Method in ScaleConstraint
-
- supports(Class) - Method in SizeConstraint
-
- supports(Object) - Method in ToStringBeanMarshaller
-
- supports(Class) - Method in UrlConstraint
-
- supports(Object) - Method in UrlMappingsInfoHandlerAdapter
-
- supports(Object) - Method in ValidationErrorsMarshaller
-
- supports(Class) - Method in ValidatorConstraint
-
- supportsAtLeastVersion(String, String) - Method in GrailsVersionUtils
-
- supportsContraint(String) - Method in Constrained
-
- supportsContraint(String) - Method in ConstrainedProperty
-
Checks with this ConstraintedProperty instance supports applying the specified constraint.
- supportsCurrentBuildScope(String) - Method in AbstractGrailsPluginManager
-
- supportsCurrentBuildScope(String) - Method in GrailsPluginManager
-
Returns true if the given plugin supports the current BuildScope
- supportsCurrentScopeAndEnvironment() - Method in DefaultGrailsPlugin
-
- supportsCurrentScopeAndEnvironment() - Method in GrailsPlugin
-
@return true if the current plugin supports the current BuildScope and Environment
- supportsEnvironment(Environment) - Method in DefaultGrailsPlugin
-
- supportsEnvironment(Environment) - Method in GrailsPlugin
-
Returns whether this plugin supports the given environment name
- supportsScope(BuildScope) - Method in DefaultGrailsPlugin
-
- supportsScope(BuildScope) - Method in GrailsPlugin
-
Return whether this plugin supports the given PluginScope
- SVN_DIR_NAME - Field in DirectoryWatcher
-
- swapIn(OutputStream, OutputStream) - Method in SystemOutAndErrSwapper
-
Replaces System.out and System.err with PrintStream's wrapping outStream and errStream
- swapOut() - Method in SystemOutAndErrSwapper
-
Restores System.out and System.err to what they were before swappedIn() was called.
- swapped - Field in SystemOutAndErrSwapper
-
- swappedInErr - Field in SystemOutAndErrSwapper
-
- swappedInErrStream - Field in SystemOutAndErrSwapper
-
- swappedInOut - Field in SystemOutAndErrSwapper
-
- swappedInOutStream - Field in SystemOutAndErrSwapper
-
- swappedOutErr - Field in SystemOutAndErrSwapper
-
- swappedOutOut - Field in SystemOutAndErrSwapper
-
- SwitchTo(int) - Method in JsonParserTokenManager
-
Switch to specified lex state.
- SynchronizerTokensHolder - Class in org.grails.web.servlet.mvc
A token used to handle double-submits.
- SynchronousPromise - Class in org.grails.async.factory
A promise that executes synchronously, in the same thread as the creator
- SynchronousPromise(Closure<T>) - Constructor in SynchronousPromise
-
- SynchronousPromiseFactory - Class in org.grails.async.factory
A
PromiseFactory implementation that constructors promises that execute synchronously.
- synonyms(String) - Method in CommandDescription
-
Adds a synonyms for this command
- syntaxError(String) - Method in JSONTokener
-
Make a JSONException to signal a syntax error.
- SYS_PROP_DISPLAY_FULL_STACKTRACE - Field in StackTraceFilterer
-
- systemError - Field in PlainFormatter
-
- SystemOutAndErrSwapper - Class in org.grails.test.io
Convenience class to temporarily swap in an output stream
for standard error and standard out.
- SystemOutAndErrSwapper.TestOutputCapturingPrintStream - Class in org.grails.test.io
- SystemOutAndErrSwapper.TestOutputCapturingPrintStream(PrintStream) - Constructor in SystemOutAndErrSwapper.TestOutputCapturingPrintStream
-
- SystemOutAndErrSwapper(boolean, boolean) - Constructor in SystemOutAndErrSwapper
-
- SystemOutErrCapturer - Class in grails.io.support
Utility for capturing the result of calls to System.out / System.err
- systemOutput - Field in PlainFormatter
-
- SystemPropertiesAuthenticator - Class in grails.build.proxy
An Authenticator that authenticates via System properties
- SystemStreamsRedirector - Class in grails.io.support