Updated README.md
This commit is contained in:
parent
7ff88026bb
commit
97c5c13f2d
13
README.md
13
README.md
@ -58,6 +58,19 @@ Presentation Tier patterns are the top-most level of the application, this is co
|
||||
|
||||
* [Intercepting Filter](#intercepting-filter)
|
||||
|
||||
## <a name="intercepting-filter">Intercepting Filter</a> [↑](#list-of-design-patterns)
|
||||
**Intent:** Provide an interfa
|
||||
|
||||

|
||||
|
||||
**Applicability:** Use the Intercepting Filter pattern when
|
||||
* Used when system uses pre-processing or post-processing requests
|
||||
* a family of related product objects is designed to be used together, and you need to enforce this constraint
|
||||
* you want to provide a class library of products, and you want to reveal just their interfaces, not their implementations
|
||||
|
||||
**Real world examples:**
|
||||
* [javax.xml.parsers.DocumentBuilderFactory](http://docs.oracle.com/javase/8/docs/api/javax/xml/parsers/DocumentBuilderFactory.html)
|
||||
|
||||
## <a name="abstract-factory">Abstract Factory</a> [↑](#list-of-design-patterns)
|
||||
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user