org.codehaus.groovy.grails.plugins.gwt
Class DefaultActionHandlerGrailsClass

java.lang.Object
  extended by org.codehaus.groovy.grails.commons.AbstractGrailsClass
      extended by org.codehaus.groovy.grails.commons.AbstractInjectableGrailsClass
          extended by org.codehaus.groovy.grails.plugins.gwt.DefaultActionHandlerGrailsClass
All Implemented Interfaces:
org.codehaus.groovy.grails.commons.GrailsClass, org.codehaus.groovy.grails.commons.InjectableGrailsClass, ActionHandlerGrailsClass

public class DefaultActionHandlerGrailsClass
extends org.codehaus.groovy.grails.commons.AbstractInjectableGrailsClass
implements ActionHandlerGrailsClass

Default implementation of the action handler descriptor class.


Constructor Summary
DefaultActionHandlerGrailsClass(Class wrappedClass)
           
 
Method Summary
 
Methods inherited from class org.codehaus.groovy.grails.commons.AbstractInjectableGrailsClass
byName, byType, getAvailable
 
Methods inherited from class org.codehaus.groovy.grails.commons.AbstractGrailsClass
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReference, getReferenceInstance, getShortName, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, isReadableProperty, newInstance, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.codehaus.groovy.grails.commons.InjectableGrailsClass
byName, byType, getAvailable
 
Methods inherited from interface org.codehaus.groovy.grails.commons.GrailsClass
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, newInstance
 

Constructor Detail

DefaultActionHandlerGrailsClass

public DefaultActionHandlerGrailsClass(Class wrappedClass)