BBjHttpRequest::getRequestURI (Deprecated)
BBjHttpRequest::setRequestURI is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::setRequestURI.
Description
In BBj 12.00 and higher, this method returns the part of this request's URL from the protocol name up to the query string in the first line of the BBjHttpRequest.
Syntax
Return Value |
Method |
string |
getRequestURI() |
Parameters
None.
Return Value
a string containing the URI
Remarks
The example below shows getting the URI from a request within a BBjServlet.
Example
|