BBjHttpRequest::getServletPath (Deprecated)
BBjHttpRequest::getServletPath is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getServletPath.
Description
In BBj 12.00 and higher, this method returns the part of this request's URL that calls the servlet.
Syntax
Return Value |
Method |
string |
getServletPath() |
Parameters
None.
Return Value
a String containing the servlet path
Remarks
The example below shows getting the path of a BBjServlet .
Example
|