Property and Description | |
---|---|
GroovyPageForkCompileTask#tmpDir |
|
Interface and Description |
---|
ConstraintsEvaluator
Evaluates and returns constraints.
|
GrailsDomainClass
Represents a persistable Grails domain class.
|
GrailsTagLibClass
Represents a Grails tab library class.
|
WebInterfaceManager
WebInterfaceManager
|
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.
|
CodecsGrailsPlugin
Configures pluggable codecs.
|
DefaultGrailsTagLibClass
Default implementation of a tag lib class.
|
DefaultWebInterfaceManager
DefaultWebInterfaceManager
|
DynamicModulesGrailsPlugin
|
JSONBuilder
Builds JSON data.
|
MimeTypesFactoryBean
Creates the MimeType[] object that defines the configured mime types.
|
TagLibArtefactHandler
|
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#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
|
WebUtils#addViewPrefix(String viewName)
|