Class and Description |
---|
CachedIntrospectionResults
Internal class that caches JavaBeans java.beans.PropertyDescriptor
information for a Java class.
|
FlatConfig
@author Graeme Rocher
|
Method and Description |
---|
DefaultGrailsPlugin#doc(java.lang.String text)
@deprecated Dynamic document generation no longer supported
|
DefaultGrailsPluginManager#checkForChanges()
@deprecated Replaced by agent-based reloading, will be removed in a future version of Grails
|
GrailsClassUtils#getPropertyForGetter(java.lang.String getterName)
Returns a property name equivalent for the given getter name or null if it is not a valid getter.
|
GrailsClassUtils#isGetter(java.lang.String name, java.lang.Class<?> args)
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
|
GrailsPlugin#doc(java.lang.String text)
Write some documentation to the DocumentationContext
|