BBjHttpRequest::getContentType (Deprecated)
BBjHttpRequest::getContentType is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getContentType.
Description
In BBj 12.00 and higher, 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
|