Skip to content

Commit d4c2f03

Browse files
authored
Merge pull request iluwatar#464 from pnowy/iluwatar#463-chain-of-responsibility
iluwatar#463 Added javax.servlet.Filter to real world examples intercepting filter
2 parents 9f0320a + f7b7f15 commit d4c2f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intercepting-filter/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Use the Intercepting Filter pattern when
2424

2525
## Real world examples
2626

27+
* [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)
2728
* [Struts 2 - Interceptors](https://struts.apache.org/docs/interceptors.html)
2829

2930
## Credits

0 commit comments

Comments
 (0)