|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |