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

java.lang.Object
  extended by org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter
      extended by org.codehaus.groovy.grails.plugins.gwt.ActionHandlerArtefactHandler
All Implemented Interfaces:
org.codehaus.groovy.grails.commons.ArtefactHandler

public final class ActionHandlerArtefactHandler
extends org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter

Manages the GWT action handler artifact type. Action handlers are the server-side components that process the actions (or commands) that come from the GWT client. Actions are equivalent to commands in the Command pattern.


Field Summary
static String TYPE
           
 
Fields inherited from class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter
log
 
Constructor Summary
ActionHandlerArtefactHandler()
           
 
Method Summary
 boolean isArtefactClass(Class clazz)
           
 
Methods inherited from class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter
getArtefactForFeature, getPluginName, getType, initialize, isArtefact, isArtefactGrailsClass, newArtefactClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

ActionHandlerArtefactHandler

public ActionHandlerArtefactHandler()
Method Detail

isArtefactClass

public boolean isArtefactClass(Class clazz)
Overrides:
isArtefactClass in class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter