BBjHttpRequest::getQueryString (Deprecated)
BBjHttpRequest::getQueryString is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getQueryString.
Description
In BBj 12.00 and higher, this method returns the query string that is contained in the request URL after the path.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         string  | 
                                                    
                                                         getQueryString()  | 
                                                
Parameters
None.
Return Value
Returns a string containing the query string from the URL.
Remarks
The example below shows getting the query string for a request in a BBjServlet.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.