| Package | org.pranaframework.ioc.factory.xml |
| Class | public class XmlObjectFactory |
| Inheritance | XmlObjectFactory DefaultListableObjectFactory AbstractObjectFactory flash.events.EventDispatcher |
| Implements | IXMLObjectFactory |
| Subclasses | XMLApplicationContext |
| Property | Defined by | ||
|---|---|---|---|
![]() | allowObjectDefinitionOverriding : Boolean | DefaultListableObjectFactory | |
| configLocations : Array [read-only]
| XmlObjectFactory | ||
![]() | numObjectDefinitions : int | DefaultListableObjectFactory | |
![]() | numObjectPostProcessors : int | AbstractObjectFactory | |
![]() | objectDefinitionNames : Array | DefaultListableObjectFactory | |
![]() | objectDefinitions : IMap | AbstractObjectFactory | |
| Method | Defined by | ||
|---|---|---|---|
|
afterParse():void
Hook method, executed after the xml context is parsed.
| XmlObjectFactory | ||
|
beforeParse():void
Hook method, executed before the xml context is parsed.
| XmlObjectFactory | ||
| configLocations | property |
configLocations:Array [read-only]Implementation
public function get configLocations():Array
| XmlObjectFactory | () | constructor |
public function XmlObjectFactory(source:* = null)Creates a new XmlObjectFactory
Parameterssource:* (default = null) — the path to the xml config file as a String or as an Array
|
| addConfigLocation | () | method |
public function addConfigLocation(configLocation:String):voidParameters
configLocation:String |
| afterParse | () | method |
protected function afterParse():voidHook method, executed after the xml context is parsed.
| beforeParse | () | method |
protected function beforeParse():voidHook method, executed before the xml context is parsed.
| load | () | method |
public function load():void
| loadConfigLocation | () | method |
public function loadConfigLocation(configLocation:String):voidParameters
configLocation:String |