2.14.1.3.1.  Route parameters

Route parameters define a fixed value associate with a qualified name.

Example:



<route path="/foo">
  <route-param qname="gtn:handler">
    <value>portal</value>
  </route-param>
</route>

This configuration matches the request path "/foo" to the map (gtn:handler=portal). Conversely, it renders the (gtn:handler=portal) map as the "/foo" URL. This example shows two concepts:

Copyright ©2012. All rights reserved. eXo Platform SAS