com.ibm.designer.domino.xsp.api.events
Class SimpleActionRegistry

java.lang.Object
  extended by com.ibm.designer.domino.xsp.api.events.SimpleActionRegistry

public class SimpleActionRegistry
extends java.lang.Object

A registry based on the FacesRegistry. This registry examines the FacesRegistry and discovers all of the SimpleActions in the FacesRegistry. This registry will return a metadata object (com.ibm.designer.domino.xsp.api.events.ISimpleActionMetaData) for any requested Simple Action.


Constructor Summary
SimpleActionRegistry(FacesRegistry registry)
          Constructs a new instance of this class.
 
Method Summary
 ISimpleActionMetaData getSimpleActionMetaData(java.lang.String namespaceUri, java.lang.String name)
          Returns a descriptor for the given simple action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleActionRegistry

public SimpleActionRegistry(FacesRegistry registry)
Constructs a new instance of this class.

Parameters:
registry - the FacesRegistry that contains the definitions of the Simple Actions
Method Detail

getSimpleActionMetaData

public ISimpleActionMetaData getSimpleActionMetaData(java.lang.String namespaceUri,
                                                     java.lang.String name)
Returns a descriptor for the given simple action. If this simple action is not found null will be returned.

Returns:
a simple action descriptor
See Also:
ISimpleActionMetaData