Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.rdc.scxml
Class SCXMLDigester.UpdateModelRule  view SCXMLDigester.UpdateModelRule download SCXMLDigester.UpdateModelRule.java

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.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 namespace and name parameters, to retain backwards compatibility.