org.apache.taglibs.rdc.scxml
Class SCXMLDigester.UpdateModelRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by 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

Author:
Rahul Akolkar

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SCXMLDigester.UpdateModelRule(SCXML scxml)
           
 
Method Summary
 void end(java.lang.String namespace, java.lang.String name)
           
 
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
 

Constructor Detail

SCXMLDigester.UpdateModelRule

public SCXMLDigester.UpdateModelRule(SCXML scxml)
Method Detail

end

public void end(java.lang.String namespace,
                java.lang.String name)
Overrides:
end in class org.apache.commons.digester.Rule


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.