Package | org.swizframework.core |
Class | public class Prototype |
Inheritance | Prototype ![]() ![]() |
Default MXML Propertysource
Property | Defined By | ||
---|---|---|---|
![]() | beanFactory : IBeanFactory
BeanFactory
| Bean | |
constructorArguments : * | Prototype | ||
![]() | initialized : Boolean = false
Initialzed
| Bean | |
![]() | name : String
Name
| Bean | |
singleton : Boolean = false | Prototype | ||
source : * [override] | Prototype | ||
type : * [override] | Prototype | ||
![]() | typeDescriptor : TypeDescriptor
Type Descriptor
| Bean |
Method | Defined By | ||
---|---|---|---|
createInstance():Object | Prototype | ||
getObject():* | Prototype |
_type | property |
protected var _type:Class
constructorArguments | property |
public var constructorArguments:*
singleton | property |
public var singleton:Boolean = false
source | property |
source:*
[override] public function get source():*
public function set source(value:any):void
type | property |
type:*
[override] public function get type():*
public function set type(value:any):void
Prototype | () | Constructor |
public function Prototype(type:Class = null)
type:Class (default = null )
|
createInstance | () | method |
protected function createInstance():Object
ReturnsObject |
getObject | () | method |
protected function getObject():*
Returns* |