Skip to content

Commit 0fbbd8d

Browse files
committed
iluwatar#463 Added javax.servlet.Filter to real world examples of chain
1 parent 9f0320a commit 0fbbd8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chain/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Use Chain of Responsibility when
2626

2727
## Real world examples
2828

29+
* [javax.servlet.FilterChain](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/FilterChain.html) and [javax.servlet.Filter](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/Filter.html)
2930
* [java.util.logging.Logger#log()](http://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html#log%28java.util.logging.Level,%20java.lang.String%29)
3031
* [Apache Commons Chain](https://commons.apache.org/proper/commons-chain/index.html)
3132

0 commit comments

Comments
 (0)