Package org.apache.wicket.markup.head.filter
-
Interface Summary Interface Description FilteringHeaderResponse.IHeaderResponseFilter A filter used to bucket your resources, inline scripts, etc, into different responses. -
Class Summary Class Description AbstractHeaderResponseFilter A default implementation of IHeaderResponseFilter that returns true for everything.CssAcceptingHeaderResponseFilter This filter accepts allCssHeaderItems.CssAndPageAcceptingHeaderResponseFilter This filter accepts allCssHeaderItems andPageHeaderItems (header items for the <head> section of the page).FilteredHeaderItem HeaderItemthat specifies the filter it belongs to.FilteringHeaderResponse This header response allows you to separate things that are added to the IHeaderResponse into different buckets.HeaderResponseContainer A container that renders the content that was bucketed into a certain bucket byFilteringHeaderResponse.JavaScriptAcceptingHeaderResponseFilter This filter accepts allJavaScriptHeaderItems.JavaScriptDeferHeaderResponse A header response which defers allAbstractJavaScriptReferenceHeaderItems.JavaScriptFilteredIntoFooterHeaderResponse A header response that creates two buckets.OppositeHeaderResponseFilter A filter that takes another filter and always returns the opposite of another filter.