#463 Added javax.servlet.Filter to real world examples of chain
This commit is contained in:
parent
9f0320aeaf
commit
0fbbd8dc81
@ -26,6 +26,7 @@ Use Chain of Responsibility when
|
||||
|
||||
## Real world examples
|
||||
|
||||
* [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)
|
||||
* [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)
|
||||
* [Apache Commons Chain](https://commons.apache.org/proper/commons-chain/index.html)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user