BBjHttpRequest::getRequestURL (Deprecated)
BBjHttpRequest::getRequestURL is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getRequestURL.
Description
In BBj 12.00 and higher, this method returns the URL the client used in the BBjHttpRequest.
Syntax
Return Value |
Method |
string |
getRequestURL() |
Parameters
None.
Return Value
a String containing the URL
Remarks
The example below shows getting the URL from a request within a BBjServlet.
Example
|