Package com.blueworld.lassopro

Provides a means for extending Lasso functionality in Java.

See:
          Description

Interface Summary
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.
 

Class Summary
FloatValue Wrapper for a primitive type float or double.
IntValue Wrapper for a primitive type int or long.
LassoCall The core of the Lasso Java API v7.0.
LassoDSModule Base class for any datasource module.
LassoEncodings Deprecated.  
LassoErrors Constants for the various error codes which can be returned by your module.
LassoLogging Used for outputting messages to the console, file or database.
LassoOperators Operator constants used throughout LJAPI
LassoParams These constants signify the different parameters which can be retrieved from the LassoCall.getLassoParam method.
LassoSecureOperations These values correspond to various secure operations that require proper permissions.
LassoTagModule Base class for any tag module.
LassoTypeRef Used for creating and manipulating custom Lasso types.
LassoValue Used for passing to, and returning values from LassoCall methods.
RequestParams These constants signify the different parameters which can be retrieved from the LassoCall.getRequestParam method.
 

Package com.blueworld.lassopro Description

Provides a means for extending Lasso functionality in Java.