Replaced intercepting filter class diagram with ObjectAid generated one,

for consistency.
This commit is contained in:
Ilkka Seppala
2015-04-04 21:06:05 +03:00
parent 477d622d04
commit 968fb1dd66
3 changed files with 166 additions and 1 deletions

View File

@ -441,7 +441,7 @@ Presentation Tier patterns are the top-most level of the application, this is co
## <a name="intercepting-filter">Intercepting Filter</a> [&#8593;](#list-of-design-patterns)
**Intent:** Provide pluggable filters to conduct necessary pre-processing and post-processing to requests from a client to a target
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/intercepting-filter/etc/Intercepting-filter.png "Intercepting Filter")
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/intercepting-filter/etc/intercepting-filter.jpg "Intercepting Filter")
**Applicability:** Use the Intercepting Filter pattern when
* a system uses pre-processing or post-processing requests