Class Index | File Index

Classes


Class MethodManager

MethodManager Manage Method Builders to apply to a Archetype.Component Definition
Defined in: componentManager.js.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
buildMethods(definition)
Build methods of the component from the definition using the methodBuilders
 
Return the available Method Builders for the component ToDo: implement a way to configurate method builder per UMN
 
Set up a Method Manager
Constructor Detail
new MethodManager()
Method Detail
buildMethods(definition)
Build methods of the component from the definition using the methodBuilders
Parameters:
{Archetype.ComponentDefinition} definition
/!\ this definition needs to have definition.setup.umn correctly set

{ArrayofMethodBuilder} getMethodBuilders(umn)
Return the available Method Builders for the component ToDo: implement a way to configurate method builder per UMN
Parameters:
{UniqueModuleName} umn
Returns:
{ArrayofMethodBuilder}

initialize()
Set up a Method Manager

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