BBjServletEvent (Deprecated)
BBjServletEvent is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletContext.
Description
In BBj 12.00 and higher, the BBjServletEvent provides access to the BBjHttpRequest. The request and response objects allow complete control of HTTP interaction. This event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_WEB_CONNECTION event.
Creation
No create methods were specified for this object.
Methods of BBjServletEvent
Return Value |
Method |
---|---|
Remarks
BBjServletEvents are generated by the web server and delivered to your application in response to specific web requests .
Example
|