2.14.1.3.3. Request parameters

Request parameters are matched from the request parameters (GET or POST). The match can be optional as their representation in the request allows it.

Example:



<route path="/">
  <request-param name="path" qname="gtn:path"/>
</route>

Request parameters are declared by a request-param element and will match any value by default. A request like "/?path=foo" is mapped to the (gtn:path=foo) map. The name attribute of the request-param tag defines the request parameter value. This element accepts more configuration:

Copyright ©2012. All rights reserved. eXo Platform SAS