org.codehaus.groovy.grails.plugins.gwt
Class ActionHandlerArtefactHandler
java.lang.Object
org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter
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.
Fields inherited from class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter |
log |
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 |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
ActionHandlerArtefactHandler
public ActionHandlerArtefactHandler()
isArtefactClass
public boolean isArtefactClass(Class clazz)
- Overrides:
isArtefactClass
in class org.codehaus.groovy.grails.commons.ArtefactHandlerAdapter