BBjspWebRequest::getRequestURL
Description
In BBj 16.0 and higher, this method returns the URL the client used in the BBjspWebRequest.
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 BBJSP Servlet.
Example
This example demonstrates how this works in a BBJSP web-page
<html> |
This example demonstrates how this works in a BBJSP servlet
class public MyServlet |