Packageorg.pranaframework.ioc.factory.xml.preprocessors
Classpublic class PropertiesPreprocessor
ImplementsIXmlObjectDefinitionsPreprocessor

Replaces all properties placeholders in the xml of the application context with the values in the Properties objects.



Public Methods
 MethodDefined by
  
PropertiesPreprocessor(properties:ArrayCollection)
Creates a new PropertiesPreprocessor object.
PropertiesPreprocessor
  
preprocess(xml:XML):XML
PropertiesPreprocessor
Constructor detail
PropertiesPreprocessor()constructor
public function PropertiesPreprocessor(properties:ArrayCollection)

Creates a new PropertiesPreprocessor object.

Parameters
properties:ArrayCollection — the collection of Properties objects to apply
Method detail
preprocess()method
public function preprocess(xml:XML):XML

Parameters
xml:XML

Returns
XML