
BBjHttpSession::getContext
Description
In BBj 15.0 and higher, this method returns the BBjJettyContext for this session.
Syntax
Return Value |
Method |
getContext() |
Parameters
None.
Return Value
Returns the BBjJettyContext for the current session.
Remarks
The BBjJettyContext contains parameters and attributes that can be used to enhance your BBjServlet application(s).
Example
REM Obtain the instance of the BBjAPI object |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.