Class Index | File Index

Classes


Class Archetype.Component

Archetype.Component Class for loading components
Defined in: componentManager.js.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
create(definition)
Creates a component definition
 
Extend(parentsNames, definition)
Creates a component definition by extending another one(s)
 
get(umn)
get a Archetype.Component by it's UMN
 
Setup Component facilities
constructor
Constructor Detail
new Archetype.Component()

Author: temsa.
Method Detail
create(definition)
Creates a component definition
Parameters:
{HashMap} definition

Extend(parentsNames, definition)
Creates a component definition by extending another one(s)
Parameters:
{ArrayofString} parentsNames
ex:["path.to.component1","path.to.component2"] latest override others in case of conflict
{HashMap} definition

{Archetype.Component} get(umn)
get a Archetype.Component by it's UMN
Parameters:
{UMNorString} umn
object or realPath
Returns:
{Archetype.Component}

initialize()
Setup Component facilities
constructor

Documentation generated by JsDoc Toolkit 2.0.b2 on Thu Feb 21 2008 20:16:55 GMT+0100 (CET)