Apache » Cocoon »

  Cocoon Core
      2.2
   homepage

Cocoon Core 2.2

ParameterMatcher

Summary

This class allows for matching based on a parameter provided from the sitemap. If the specified sitemap parameter exists, its value is retrieved for later sitemap substitution.

Basic information

Component typeMatcher
Cocoon blockcore
Java classorg.apache.cocoon.matching.ParameterMatcher
Name in Sitemap
Cacheable

Documentation

Example:

<map:match type="parameter" pattern="dest">
  <map:redirect-to uri="{1}"/>
</map:match>