Class FilteringHeaderResponse

java.lang.Object
org.apache.wicket.markup.html.DecoratingHeaderResponse
org.apache.wicket.markup.head.filter.FilteringHeaderResponse
All Implemented Interfaces:
Closeable, AutoCloseable, IHeaderResponse
Direct Known Subclasses:
JavaScriptFilteredIntoFooterHeaderResponse

This header response allows you to separate things that are added to the IHeaderResponse into different buckets. Then, you can render those different buckets in separate areas of the page based on your filter logic. A typical use case for this header response is to move the loading of JavaScript files (and inline script tags) to the footer of the page.
Author:
Jeremy Thomerson, Emond Papegaaij
See Also: