| Property and Description | |
|---|---|
| FormFieldsTagLib#input |
|
| GrailsExtension#native2ascii |
Whether to invoke native2ascii on resource bundles
|
| GrailsExtension#native2asciiAnt |
Whether to use Ant to do the conversion
|
| GroovyPageForkCompileTask#tmpDir |
|
| Interface and Description |
|---|
| AllArtefactClassInjector
Extended marker interface that indicates this ClassInjector applies to all types of artefacts (but not all classes).
|
| AnnotatedClassInjector
Injector applied to annotated (local transform) entities
|
| ConstraintsEvaluator
Evaluates and returns constraints.
|
| GrailsDomainClass
Represents a persistable Grails domain class.
|
| GrailsDomainClassInjector
Mainly just a marker interface for implementations that perform injection on domain classes.
|
| SupportsClassNode
Indicates whether the Transformation/TraitInjector supports given ClassNode
|
| WebInterfaceManager
WebInterfaceManager
|
| Trait and Description |
|---|
| GlobalClassInjector
A marker interface that indicates that this injector applies to all classes in a project
|
| Class and Description |
|---|
| AbstractMimeTypesGrailsPlugin
Provides content negotiation capabilities to Grails via a new withFormat method on controllers
as well as a format property on the HttpServletRequest instance.
|
| DefaultWebInterfaceManager
DefaultWebInterfaceManager
|
DynamicModulesGrailsPlugin
|
| GlobalClassInjectorAdapter
Helper super class to ease the creation of AllArtefactClassInjector implementations
|
| JSONBuilder
Builds JSON data.
|
| MimeTypesFactoryBean
Creates the MimeType[] object that defines the configured mime types.
|
| NamedArtefactTypeAstTransformation
An AST transform used to apply a named artefact type
|
| TraitInjectionSupport
Utility methods used by TraitInjectionUtils
|
| WebItemModuleDescriptor
WebItemModuleDescriptor
|
| WebSectionModuleDescriptor
WebSectionModuleDescriptor
|
| Annotation Type and Description |
|---|
| OnceBefore
This annotation may be applied to fixture methods in a Spock Spec that should
be run once and only once before any test methods are run.
|
| Method and Description |
|---|
AbstractGrailsClass#getPropertyDescriptors()
|
| ClassInjector#performInjectionOnAnnotatedClass(SourceUnit source, ClassNode classNode)
Handles injection of properties, methods etc. into a class.
|
| ClassInjector#shouldInject(URL url)
Returns whether this injector should inject
|
DataTest#getDataStore()
|
DefaultGrailsApplicationAttributes#getApplicationUri(ServletRequest request)
|
DefaultGrailsPlugin#doc(String text)
|
DefaultGrailsPluginManager#checkForChanges()
|
GrailsApplicationAttributes#getApplicationUri(ServletRequest request)
|
| GrailsClassUtils#getPropertyForGetter(String getterName)
Returns a property name equivalent for the given getter name or null if it is not a valid getter.
|
| GrailsClassUtils#isGetter(String name, Class<?> args)
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
|
| GrailsNameUtils#isGetter(String name, Class<?> args)
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
|
| GrailsPlugin#doc(String text)
Write some documentation to the DocumentationContext
|
| GrailsResourceUtils#isGrailsPath(String path)
Checks whether the specified path is a Grails path.
|
| GrailsResourceUtils#isGrailsResource(Resource r)
Checks whether the specific resources is a Grails resource.
|
| GrailsResourceUtils#isProjectSource(String path)
Checks whether the specified path is a Grails path.
|
| GrailsResourceUtils#isProjectSource(Resource r)
Checks whether the specified path is a Grails path.
|
| IOUtils#toString(Reader reader)
Convert a reader to a String, reading the data from the reader
|
| IOUtils#toString(InputStream stream, String encoding)
Convert a stream to a String, reading the data from the stream
|
| SourceSets#resolveGrailsAppDir(org.apache.tools.ant.Project project)
Resolve the directory of Grails app, for examples, 'grails-app', 'app'.
|
WebUtils#addViewPrefix(String viewName)
|
| Constructor and Description |
|---|
| ArtefactHandlerAdapter#ArtefactHandlerAdapter(String type, Class extends GrailsClass> grailsClassType, Class> grailsClassImpl, String artefactSuffix, boolean allowAbstract)
Adapter for the ArtefactHandler interface
|