BBjspServletContext (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this class provides a context for the execution phase of BBjsp Pages. When a BBJSP Servlet is executed by the BBJSP framework then the BBjspServletContext is passed as a parameter to the servlet.
Methods of BBjspServletContext
Return Value |
Method |
---|---|
string |
|
string |
getInitParameter(string name) |
void |
Example
This example demonstrates how this works in a BBJSP servlet
class public MyServlet |