Class AbstractHeaderResponseFilter

java.lang.Object
org.apache.wicket.markup.head.filter.AbstractHeaderResponseFilter
All Implemented Interfaces:
Predicate<HeaderItem>, FilteringHeaderResponse.IHeaderResponseFilter
Direct Known Subclasses:
CssAcceptingHeaderResponseFilter, CssAndPageAcceptingHeaderResponseFilter, JavaScriptAcceptingHeaderResponseFilter

A default implementation of IHeaderResponseFilter that returns true for everything. It is defined as abstract because you are not supposed to use it directly, but use it as a base and override any methods that you need to return something other than true from (whether that's always false or conditional logic).
Author:
Jeremy Thomerson