4.12.32 p:variablesList
Returns a list of all defined variables, according to the active
4.12.32.1 Request
This request requires no attributes, so its syntax is simply:
<p:variablesList/>
4.12.32.2 Response
The response looks like this:
<p:variablesList> <p:variable name="...">...the value...</p:variable> ... more p:variable elements ... </p:variablesList>
If there are no variables, an empty p:variablesList element will be present in the response.
Previous