Interceptor pattern: Difference between revisions

Content deleted Content added
better wikilink, clarify maintenance
m Dated {{Clarify}}. (Build KF)
Line 10:
An example of implementation of this pattern is the ''javax.servlet.Filter'' interface, which is part of [[Java Platform, Enterprise Edition]].
 
[[Aspect-oriented programming]] (AOP) can also be used in some situations to provide the capability of an interceptor, although AOP doesn't use the elements typically defined {{clarifyClarify|date=May 2012}} for the interceptor pattern.
 
== References ==