
BBjHttpRequest::getContentType
Description
In BBj 12.0 and later, this method returns the MIME type of the body in this BBjHttpRequest
Syntax
Return Value |
Method |
String |
getContentType() |
Parameters
None.
Return Value
a String containing the content type
Remarks
The example below shows getting the content type of a request within a BBjServlet.
Example
REM
Obtain the instance of the BBjAPI object |