BBjspCommand::execute (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, all implementations of the BBjspCommand should implement this method which is the main entry point for the command.
Syntax
Return Value |
Method |
---|---|
execute(BBjspCommandContext context) |
Parameters
Variable |
Description |
---|---|
context |
the BBjspCommandContext in which the command will be executed |
Return Value
BBjspCommandResult
Remarks
None.
Example
|