queryString
Returns the part of the query's URL which matches the parameters.
queryString
Remarks
Example:
The queryString of the following URL:
http://adobe.com/nms/test.jst?id=1234¶m=dummy#aFragment
returns the following string:
id=1234¶m=dummy
Features
Property of class: HttpServletRequest
Read only:
Yes
Available in:
- JSSP
- WebApp