public static interface DigesterFactory.VersionListener
Implemented by a class that wants to be called as a particular configuration file is parsed.
This interface is implemented as an anonymous inner class inside ConfigureListener.digester().
Modifier and Type | Method and Description |
---|---|
void |
takeActionOnArtifact(java.lang.String artifactName)
Called from the individual digester beans to cause the
artifact to be associated with the current JSF spec level of
the file being parsed.
|
void |
takeActionOnGrammar(java.lang.String grammar)
Called from the EntityResolver when we know one of the
XML Grammar elements to which this config file conforms.
|
void takeActionOnGrammar(java.lang.String grammar)
Called from the EntityResolver when we know one of the XML Grammar elements to which this config file conforms.
void takeActionOnArtifact(java.lang.String artifactName)
Called from the individual digester beans to cause the artifact to be associated with the current JSF spec level of the file being parsed.
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.