Griffon 1.2.0

org.codehaus.griffon.runtime.core.controller
[Java] Class AbstractGriffonControllerActionManager.ActionCache

java.lang.Object
  org.codehaus.griffon.runtime.core.controller.AbstractGriffonControllerActionManager.ActionCache

private static class AbstractGriffonControllerActionManager.ActionCache

Field Summary
private Map cache

 
Constructor Summary
AbstractGriffonControllerActionManager.ActionCache()

 
Method Summary
Map get(GriffonController controller)

void set(GriffonController controller, Map actions)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

cache

private final Map cache


 
Constructor Detail

AbstractGriffonControllerActionManager.ActionCache

AbstractGriffonControllerActionManager.ActionCache()


 
Method Detail

get

public Map get(GriffonController controller)


set

public void set(GriffonController controller, Map actions)


 

Groovy Documentation