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&param=dummy#aFragment
returns the following string:
id=1234&param=dummy

Features

Property of class: HttpServletRequest

Read only:

Yes

Available in:

  • JSSP
  • WebApp