org.apache.catalina.util

Class CatalinaDigester


public class CatalinaDigester
extends Digester

This extended digester filters out ${...} tokens to replace them with matching system properties.

Authors:
Simon Kitching
Remy Maucherat

Field Summary

protected static IntrospectionUtils.PropertySource[]
source

Method Summary

void
endElement(String namespaceURI, String localName, String qName)
Invoke inherited implementation after applying variable substitution to the character data contained in the current element.
void
startElement(String namespaceURI, String localName, String qName, Attributes list)
Invoke inherited implementation after applying variable substitution to any attribute values containing variable references.

Field Details

source

protected static IntrospectionUtils.PropertySource[] source

Method Details

endElement

public void endElement(String namespaceURI,
                       String localName,
                       String qName)
            throws SAXException
Invoke inherited implementation after applying variable substitution to the character data contained in the current element.


startElement

public void startElement(String namespaceURI,
                         String localName,
                         String qName,
                         Attributes list)
            throws SAXException
Invoke inherited implementation after applying variable substitution to any attribute values containing variable references.


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.