|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.commons.AbstractGrailsClass
org.codehaus.groovy.grails.commons.DefaultGrailsClass
public class DefaultGrailsClass
A default implementation for Grails classes that need to be registered and managed by a GrailsApplication, but don't need any special handling.
Constructor Summary | |
---|---|
DefaultGrailsClass(java.lang.Class clazz)
|
|
DefaultGrailsClass(java.lang.Class clazz,
java.lang.String trailingName)
Contructor to be used by all child classes to create a new instance and get the name right. |
Method Summary |
---|
Methods inherited from class org.codehaus.groovy.grails.commons.AbstractGrailsClass |
---|
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyValue, getPropertyValue, getReference, getShortName, hasProperty, newInstance, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultGrailsClass(java.lang.Class clazz, java.lang.String trailingName)
Contructor to be used by all child classes to create a new instance and get the name right.
clazz
- the Grails classtrailingName
- the trailing part of the name for this class typepublic DefaultGrailsClass(java.lang.Class clazz)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |