org.codehaus.griffon.runtime.core
[Java] Class DefaultGriffonClass
java.lang.Object
org.codehaus.griffon.runtime.core.AbstractGriffonClass
org.codehaus.griffon.runtime.core.DefaultGriffonClass
public class DefaultGriffonClass
extends AbstractGriffonClass
A default implementation for Griffon classes that need to be registered and managed by a GriffonApplication,
but don't need any special handling.
- Authors:
- Graeme Rocher (Grails 0.1)
- Andres Almiray
- Since:
- 0.9.1
Fields inherited from class AbstractGriffonClass
|
app, classPropertyFetcher, clazz, eventsCache, fullName, log, logicalPropertyName, name, naturalName, packageName, propertyName, shortName, type |
Methods inherited from class AbstractGriffonClass
|
equals, getApp, getArtifactType, getClazz, getEventNames, getFullName, getGroovyProperty, getLogicalPropertyName, getMetaClass, getMetaProperties, getName, getNaturalName, getPackageName, getPropertiesWithFields, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReferenceInstance, getShortName, getStaticPropertyValue, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, hashCode, isClosureMetaProperty, isReadableProperty, newInstance, resetCaches, returnOnlyIfInstanceOf, setMetaClass, toString, updateMetaClass |
DefaultGriffonClass
public DefaultGriffonClass(GriffonApplication app, Class clazz, String type, String trailingName)
-
DefaultGriffonClass
public DefaultGriffonClass(GriffonApplication app, Class clazz, String type)
-
Groovy Documentation