Class MethodManager
MethodManager
Manage Method Builders to apply to a Archetype.Component Definition
Defined in: componentManager.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
new MethodManager()
|
| Method Attributes | Method Name and Description |
|---|---|
|
buildMethods(definition)
Build methods of the component from the definition using the methodBuilders
|
|
|
getMethodBuilders(umn)
Return the available Method Builders for the component
ToDo: implement a way to configurate method builder per UMN
|
|
|
Set up a Method Manager
|
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