Base Filter Pattern
The presentation-tier request handling mechanism receives many different types
of requests, which require varied types of processing. Some requests are simply
forwarded to the appropriate handler component, while other requests must be modified,
audited, or uncompressed before being further processed. A full
description of this pattern is contained in a .pdf file that ships with your
Together plugin.