|
|||||||||
| Home >> All >> org >> apache >> taglibs >> rdc >> [ scxml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.taglibs.rdc.scxml
Class SCXMLDigester.UpdateModelRule

java.lang.Objectorg.apache.commons.digester.Rule
org.apache.taglibs.rdc.scxml.SCXMLDigester.UpdateModelRule
- Enclosing class:
- SCXMLDigester
- public static class SCXMLDigester.UpdateModelRule
- extends org.apache.commons.digester.Rule
Custom digestion rule for establishing necessary associations within the
SCXML object, which include:
1) Updation of the SCXML object's global targets Map
2) Obtaining a handle to the SCXML object's NotificationRegistry
| Field Summary | |
private org.apache.taglibs.rdc.scxml.model.SCXML |
scxml
|
| Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
| Constructor Summary | |
SCXMLDigester.UpdateModelRule(org.apache.taglibs.rdc.scxml.model.SCXML scxml)
|
|
| Method Summary | |
void |
end(java.lang.String namespace,
java.lang.String name)
This method is called when the end of a matching XML element is encountered. |
| Methods inherited from class org.apache.commons.digester.Rule |
begin, begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
scxml
private org.apache.taglibs.rdc.scxml.model.SCXML scxml
| Constructor Detail |
SCXMLDigester.UpdateModelRule
public SCXMLDigester.UpdateModelRule(org.apache.taglibs.rdc.scxml.model.SCXML scxml)
| Method Detail |
end
public void end(java.lang.String namespace, java.lang.String name)
- Description copied from class:
org.apache.commons.digester.Rule - This method is called when the end of a matching XML element
is encountered. The default implementation delegates to the deprecated
method end 55 without the
namespaceandnameparameters, to retain backwards compatibility.
|
|||||||||
| Home >> All >> org >> apache >> taglibs >> rdc >> [ scxml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC