|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.designer.domino.xsp.api.events.SimpleActionRegistry
public class SimpleActionRegistry
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 |
---|
public SimpleActionRegistry(FacesRegistry registry)
registry
- the FacesRegistry that contains the definitions of the Simple ActionsMethod Detail |
---|
public ISimpleActionMetaData getSimpleActionMetaData(java.lang.String namespaceUri, java.lang.String name)
ISimpleActionMetaData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |