|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the base interface for any LassoJavaModule
Upon Lasso startup, registerLassoModule
method is called for
every Java module located inside the LassoModules folder. Modules then return
information about their names, implemented tags or datasources, main entry (method name), etc.
Datasource modules are instantiated only once and then used repeatedly to perform various datasource actions.
Substitution tag modules are instantiated every time Lasso resolves a tag implemented by a LassoTagModule
Field Summary | |
static int |
ERR_NOERR
On success, all methods must return this result code |
Method Summary | |
void |
registerLassoModule()
Called by Lasso when registering substitution tag or data source modules. |
Field Detail |
public static final int ERR_NOERR
Method Detail |
public void registerLassoModule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |