BBjHttpRequest::getBody (Deprecated)
BBjHttpRequest::getBody is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getBody.
Description
In BBj 14.00 and higher, this method returns a BBjString object which contains the body of a POSTed request to a servlet.
Syntax
Return Value |
Method |
string |
getBody() |
Parameters
None.
Return Value
Returns a string object.
Remarks
The example below demonstrates how to read the request body in a servlet.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.