|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--MozileComponent | +--MozileModule
Defined in core.js
Constructor Summary | |
MozileModule
(<String> configString)
Mozile Module - Subclass of MozileComponent designed for manipulating modules. |
Method Summary | |
String
|
getId()
Gets the id for the module, generating it if necessary. |
String
|
getPath()
Gets the path to the module, generating it if necessary. |
String
|
getSource()
Gets the source to the module, generating it if necessary. |
Void
|
load()
Loads the module's main script, and registers the module with the Mozile object. |
Methods inherited from class MozileComponent |
getName, getConfigString, getOptions, getOption, setOption, _cleanOption
|
Constructor Detail |
MozileModule(<String> configString)
configString
- A properly formatted configuration string.
Method Detail |
String getId()
String getPath()
String getSource()
Void load()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |