|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.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 | |
|---|---|
java.lang.Class |
getActionClass()
Get this custom action's implementation. |
java.lang.String |
getLocalName()
Get the local name for this custom action. |
java.lang.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(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.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 java.lang.Class getActionClass()
public java.lang.String getLocalName()
public java.lang.String getNamespaceURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||