public class DefaultGrailsClass extends AbstractGrailsClass
grailsApplication| Constructor and Description |
|---|
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.
|
getClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReference, getReferenceInstance, getShortName, getStaticPropertyValue, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, isAbstract, isActionMethod, isReadableProperty, newInstance, setGrailsApplication, toStringpublic DefaultGrailsClass(java.lang.Class<?> clazz,
java.lang.String trailingName)
clazz - the Grails classtrailingName - the trailing part of the name for this class typepublic DefaultGrailsClass(java.lang.Class<?> clazz)