| org.apache.catalina.util.CatalinaDigester
CatalinaDigester | public class CatalinaDigester extends Digester (Code) | | This extended digester filters out ${...} tokens to replace them with
matching system properties.
author: Simon Kitching author: Remy Maucherat |
Field Summary | |
protected static IntrospectionUtils.PropertySource | source |
Method Summary | |
public void | endElement(String namespaceURI, String localName, String qName) Invoke inherited implementation after applying variable substitution
to the character data contained in the current element. | public void | startElement(String namespaceURI, String localName, String qName, Attributes list) Invoke inherited implementation after applying variable
substitution to any attribute values containing variable
references. |
source | protected static IntrospectionUtils.PropertySource source(Code) | | |
endElement | public void endElement(String namespaceURI, String localName, String qName) throws SAXException(Code) | | 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(Code) | | Invoke inherited implementation after applying variable
substitution to any attribute values containing variable
references.
|
|
|