com.blueworld.lassopro
Interface LassoJavaModule

All Known Implementing Classes:
LassoDSModule, LassoTagModule

public interface LassoJavaModule

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

ERR_NOERR

public static final int ERR_NOERR
On success, all methods must return this result code

See Also:
Constant Field Values
Method Detail

registerLassoModule

public void registerLassoModule()
Called by Lasso when registering substitution tag or data source modules.