| org.apache.cocoon.components.PropertyAwareNamespacedSAXConfigurationHandler
PropertyAwareNamespacedSAXConfigurationHandler | public class PropertyAwareNamespacedSAXConfigurationHandler extends NamespacedSAXConfigurationHandler (Code) | | Property Aware SAX Configuration Handler.
This component extends the
org.apache.avalon.framework.configuration.SAXConfigurationHandler by creating configurations that can contain placeholders for System Properties.
version: SVN $Id: $ |
Method Summary | |
protected DefaultConfiguration | createConfiguration(String localName, String location) Create a new PropertyAwareConfiguration with the specified
local name and location. | protected DefaultConfiguration | createConfiguration(String localName, String namespaceURI, String location) Create a new PropertyAwareConfiguration with the specified
local name and location. |
PropertyAwareNamespacedSAXConfigurationHandler | public PropertyAwareNamespacedSAXConfigurationHandler(Settings settings, Logger logger)(Code) | | |
createConfiguration | protected DefaultConfiguration createConfiguration(String localName, String location)(Code) | | Create a new PropertyAwareConfiguration with the specified
local name and location.
Parameters: localName - a String value Parameters: location - a String value a DefaultConfiguration value |
createConfiguration | protected DefaultConfiguration createConfiguration(String localName, String namespaceURI, String location)(Code) | | Create a new PropertyAwareConfiguration with the specified
local name and location.
Parameters: localName - a String value Parameters: location - a String value a DefaultConfiguration value |
|
|