Groovy Documentation

org.codehaus.griffon.runtime.ratpack
[Java] Class DefaultGriffonRatpackAppClass

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractGriffonClass
      org.codehaus.griffon.runtime.core.DefaultGriffonClass
          org.codehaus.griffon.runtime.ratpack.DefaultGriffonRatpackAppClass
All Implemented Interfaces:
GriffonRatpackAppClass

public class DefaultGriffonRatpackAppClass
extends DefaultGriffonClass

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class DefaultGriffonClass
STANDARD_PROPERTIES
 
Fields inherited from class AbstractGriffonClass
STANDARD_PROPERTIES
 
Constructor Summary
DefaultGriffonRatpackAppClass(GriffonApplication app, Class clazz)

 
Method Summary
 
Methods inherited from class DefaultGriffonClass
equals, toString, hashCode, getName, newInstance, getPackageName, getClazz, getMetaClass, setMetaClass, getPropertyValue, getPropertyValue, hasProperty, hasMetaProperty, hasMetaMethod, hasMetaMethod, getPropertyType, getPropertyDescriptors, getPropertyName, getShortName, getLogicalPropertyName, getNaturalName, getArtifactType, getApp, getFullName, getReferenceInstance, getPropertiesWithFields, isReadableProperty, getMetaProperties, getStaticPropertyValue, getPropertyValueObject, isClosureMetaProperty, resetCaches, updateMetaClass, getEventNames, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class AbstractGriffonClass
equals, toString, hashCode, getName, newInstance, getPackageName, getClazz, getMetaClass, setMetaClass, getPropertyValue, getPropertyValue, hasProperty, hasMetaProperty, hasMetaMethod, hasMetaMethod, getPropertyType, getPropertyDescriptors, getPropertyName, getShortName, getLogicalPropertyName, getNaturalName, getArtifactType, getApp, getFullName, getReferenceInstance, getPropertiesWithFields, isReadableProperty, getMetaProperties, getStaticPropertyValue, getPropertyValueObject, isClosureMetaProperty, resetCaches, updateMetaClass, getEventNames, wait, wait, wait, getClass, notify, notifyAll
 

Constructor Detail

DefaultGriffonRatpackAppClass

public DefaultGriffonRatpackAppClass(GriffonApplication app, Class clazz)


 

Groovy Documentation