org.kt3k.straw
Class StrawPluginActionRepository

java.lang.Object
  extended by org.kt3k.straw.StrawPluginActionRepository

public class StrawPluginActionRepository
extends java.lang.Object


Constructor Summary
StrawPluginActionRepository()
           
 
Method Summary
 org.kt3k.straw.StrawPluginAction get(java.lang.String actionName)
           
 void put(java.lang.String actionName, org.kt3k.straw.StrawPluginAction action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrawPluginActionRepository

public StrawPluginActionRepository()
Method Detail

put

public void put(java.lang.String actionName,
                org.kt3k.straw.StrawPluginAction action)

get

public org.kt3k.straw.StrawPluginAction get(java.lang.String actionName)