This project has retired. For details please refer to its Attic page.
Cocoon Core - RegexpRequestAttributeMatcher

Apache » Cocoon »

  Cocoon Core
      2.2
   homepage

Cocoon Core 2.2

RegexpRequestAttributeMatcher

Summary

Matches a request attribute against a regular expression.

Basic information

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

Documentation

Example:

<map:match type="request-attribute" pattern="next">
  <map:redirect-to src="{1}"/>
</map:match>