BBjspWebSession::getContext (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher,this method gets the BBjJettyContext for this session.
Syntax
Return Value |
Method |
getContext() |
Parameters
None.
Return Value
the BBjJettyContext for the current session
Remarks
The BBjJettyContext contains parameters and attributes that can be used to enhance your BBjServlet application(s).
Example
This example demonstrates how this works in a BBJSP web-page
<html> |
This example demonstrates how this works in a BBJSP servlet
class public MyServlet |