␡
- Intercepting Filter
- Forces
- Solution
- Consequences
- Related Patterns
< Back
Page 5 of 5
From the book
Related Patterns
Related Patterns
- Front Controller (166)
- Decorator [GoF]
- Template Method [GoF]
- Interceptor [POSA2]
- Pipes and Filters [POSA1]
The controller solves some similar problems, but is better suited to handling core processing.
The Intercepting Filter is related to the Decorator, which provides for dynamically pluggable wrappers.
The Template Method is used to implement the Template Filter strategy.
The Intercepting Filter is related to the Interceptor, which allows services to be added transparently and triggered automatically.
The Intercepting Filter is related to Pipes and Filters.
< Back
Page 5 of 5