Groovy Documentation

org.codehaus.griffon.runtime.lanterna
[Java] Class LanternaGriffonControllerActionManager

java.lang.Object
  org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerActionManager
      org.codehaus.griffon.runtime.lanterna.LanternaGriffonControllerActionManager

public class LanternaGriffonControllerActionManager
extends AbstractGriffonControllerActionManager

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class AbstractGriffonControllerActionManager
ACTION
 
Constructor Summary
protected LanternaGriffonControllerActionManager(GriffonApplication app)

 
Method Summary
protected GriffonControllerAction createControllerAction(GriffonController controller, String actionName)

 
Methods inherited from class AbstractGriffonControllerActionManager
invokeAction, getApp, actionsFor, actionFor, createActions, normalizeName, addActionInterceptor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

LanternaGriffonControllerActionManager

protected LanternaGriffonControllerActionManager(GriffonApplication app)


 
Method Detail

createControllerAction

@Override
protected GriffonControllerAction createControllerAction(GriffonController controller, String actionName)


 

Groovy Documentation