Class ActionRegistryImpl

java.lang.Object
com.inductiveautomation.perspective.gateway.action.ActionRegistryImpl
All Implemented Interfaces:
ActionRegistry

public class ActionRegistryImpl extends Object implements ActionRegistry
This registry holds the implementations of all known Action types, keyed by action type-id (a string). Each action registers its ActionFactory using the register(String, ActionFactory) method.