Class OppositeHeaderResponseFilter

java.lang.Object
org.apache.wicket.markup.head.filter.OppositeHeaderResponseFilter
All Implemented Interfaces:
Predicate<HeaderItem>, FilteringHeaderResponse.IHeaderResponseFilter

A filter that takes another filter and always returns the opposite of another filter. This is useful where you have two filters (i.e. one for header and one for footer) and want to ensure that nothing ever has false returned for both cases.
Author:
Jeremy Thomerson