Packageorg.pranaframework.ioc.factory.xml
Interfacepublic interface IXMLObjectFactory
ImplementorsXmlObjectFactory

Interface to be implemented by object factories that load their object definitions from XML files.



Public Properties
 PropertyDefined by
  configLocations : Array
[read-only]
IXMLObjectFactory
Public Methods
 MethodDefined by
  
addConfigLocation(configLocation:String):void
IXMLObjectFactory
  
load():void
IXMLObjectFactory
Property detail
configLocationsproperty
configLocations:Array  [read-only]Implementation
    public function get configLocations():Array
Method detail
addConfigLocation()method
public function addConfigLocation(configLocation:String):voidParameters
configLocation:String
load()method 
public function load():void