| org.apache.cocoon.transformation.helpers.InterpolatingConfigurationHandler
InterpolatingConfigurationHandler | public class InterpolatingConfigurationHandler extends SAXConfigurationHandler (Code) | | A SAX ContentHandler that builds Avalon Configuration objects,
but also replaces variables of the form {var} with values from a map.
See Also: VariableConfiguration author: Jeff Turner version: CVS $Id: InterpolatingConfigurationHandler.java 433543 2006-08-22 06:22:54Z crossley $ |
InterpolatingConfigurationHandler | public InterpolatingConfigurationHandler(Map vars)(Code) | | Constructor.
Parameters: vars - The mappings from variable name to value. |
InterpolatingConfigurationHandler | public InterpolatingConfigurationHandler(Map vars, String location)(Code) | | Constructor.
Parameters: vars - The mappings from variable name to value. Parameters: location - The origin of this configuration info. |
characters | public void characters(char[] ch, int start, int len) throws SAXException(Code) | | Replace {vars} in element bodies.
|
|
|