Method and Description |
---|
BuildScope#getCurrent()
Returns the current Scope object based on the currently set "grails.scope" System property
|
GrailsNameUtils#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.
|