Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added "Related Articles" box
Wiki Markup
{scrollbar}

Building Pipelines

Wiki Markup
{float:right|background=#eee}
{contentbylabel:title=Related Articles|showLabels=false|showSpace=false|space=@self|labels=service-builders}
{float}

A common pattern within Tapestry is the use of filtering pipelines. Another name for a pipeline is a filter chain; an example of this is the Filter and FilterChain interfaces inside the Servlet API.

...