com.sun.faces.config
Interface DigesterFactory.VersionListener

Enclosing class:
DigesterFactory

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().


Method Summary
 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.
 

Method Detail

takeActionOnGrammar

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.


takeActionOnArtifact

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.