|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.model.CustomAction
public class CustomAction
A custom action is simply a tuple consisting of a namespace URI,
the local name for the custom action and the corresponding
Action
class.
Constructor Summary | |
---|---|
CustomAction(String namespaceURI,
String localName,
Class actionClass)
Constructor, if the namespace or local name is null or empty, or if the implementation is not an Action , an
IllegalArgumentException is thrown. |
Method Summary | |
---|---|
Class |
getActionClass()
Get this custom action's implementation. |
String |
getLocalName()
Get the local name for this custom action. |
String |
getNamespaceURI()
Get the namespace URI for this custom action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomAction(String namespaceURI, String localName, Class actionClass)
Action
, an
IllegalArgumentException
is thrown.
namespaceURI
- The namespace URI for this custom action.localName
- The local name for this custom action.actionClass
- The Action
subclass implementing this
custom action.Method Detail |
---|
public Class getActionClass()
public String getLocalName()
public String getNamespaceURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |