Class ActionRegistry

java.lang.Object
com.levigo.jadice.web.client.util.action.ActionRegistry

public class ActionRegistry extends Object
An ActionRegistry is used to store RegisteredActions after their creation. The ActionRegistrys are context specific.

It provides a mapping from the commands to the action to return an already instantiated action for a command class - because for each PageView and each Command ID only one Command instance should be created. So for different menus the same action should be used.

  • Constructor Details

    • ActionRegistry

      public ActionRegistry()