-<map:match pattern="redirect-to-from-sitemap">
<map:redirect-to uri="explain-test.html"/>
</map:match>
-<map:match pattern="redirect-to-internal-from-sitemap">
<map:redirect-to uri="cocoon://samples/test/redirect/explain-test.html"/>
</map:match>
-<map:match pattern="redirect-to-from-flow">
<map:call function="redirectTo"/>
</map:match>
-<map:match pattern="send-status">
<map:call function="sendStatus"/>
</map:match>
-<map:match pattern="send-page">
<map:call function="sendPage"/>
</map:match>
-<map:match pattern="donothing-from-flow">
<map:call function="doNothing"/>
</map:match>
<map:match pattern="donothing-from-sitemap"/>
</map:pipeline>