Packageorg.swizframework.core
Classpublic class Prototype
InheritancePrototype Inheritance Bean Inheritance Object

Default MXML Propertysource



Public Properties
 PropertyDefined By
 InheritedbeanFactory : IBeanFactory
BeanFactory
Bean
  constructorArguments : *
Prototype
 Inheritedinitialized : Boolean = false
Initialzed
Bean
 Inheritedname : String
Name
Bean
  singleton : Boolean = false
Prototype
  source : *
[override]
Prototype
  type : *
[override]
Prototype
 InheritedtypeDescriptor : TypeDescriptor
Type Descriptor
Bean
Protected Properties
 PropertyDefined By
 Inherited_source : *
Bean
  _type : Class
Prototype
Public Methods
 MethodDefined By
  
Prototype(type:Class = null)
Prototype
 Inherited
toString():String
Bean
Protected Methods
 MethodDefined By
  
Prototype
  
Prototype
Property Detail
_typeproperty
protected var _type:Class

constructorArgumentsproperty 
public var constructorArguments:*

singletonproperty 
public var singleton:Boolean = false

sourceproperty 
source:*[override]


Implementation
    public function get source():*
    public function set source(value:any):void
typeproperty 
type:*[override]


Implementation
    public function get type():*
    public function set type(value:any):void
Constructor Detail
Prototype()Constructor
public function Prototype(type:Class = null)



Parameters
type:Class (default = null)
Method Detail
createInstance()method
protected function createInstance():Object

Returns
Object
getObject()method 
protected function getObject():*

Returns
*