| Package | org.pranaframework.ioc.factory.xml |
| Interface | public interface IXMLObjectFactory |
| Implementors | XmlObjectFactory |
| Property | Defined by | ||
|---|---|---|---|
| configLocations : Array [read-only]
| IXMLObjectFactory | ||
| Method | Defined by | ||
|---|---|---|---|
|
addConfigLocation(configLocation:String):void
| IXMLObjectFactory | ||
|
load():void
| IXMLObjectFactory | ||
| configLocations | property |
configLocations:Array [read-only]Implementation
public function get configLocations():Array
| addConfigLocation | () | method |
public function addConfigLocation(configLocation:String):voidParameters
configLocation:String |
| load | () | method |
public function load():void