Packageorg.springextensions.actionscript.ioc.factory.xml.preprocessors
SVN browsingPropertyImportPreprocessor.as
FisheyePropertyImportPreprocessor.as
Classpublic class PropertyImportPreprocessor
ImplementsIXMLObjectDefinitionsPreprocessor

XML Preprocessor for the "import" element that imports external properties files. These nodes are preprocessed to PropertyPlaceholderConfigurer objects.



Public Methods
 MethodDefined by
  
PropertyImportPreprocessor
  
preprocess(xml:XML):XML
PropertyImportPreprocessor
Protected Methods
 MethodDefined by
  
PropertyImportPreprocessor
Constructor detail
PropertyImportPreprocessor()constructor
public function PropertyImportPreprocessor()
Method detail
preprocess()method
public function preprocess(xml:XML):XMLParameters
xml:XML

Returns
XML
propertyImportPreprocessorInit()method 
protected function propertyImportPreprocessorInit():void