Uses of Interface
org.apache.wicket.markup.head.filter.FilteringHeaderResponse.IHeaderResponseFilter
-
Packages that use FilteringHeaderResponse.IHeaderResponseFilter Package Description org.apache.wicket.markup.head.filter -
-
Uses of FilteringHeaderResponse.IHeaderResponseFilter in org.apache.wicket.markup.head.filter
Classes in org.apache.wicket.markup.head.filter that implement FilteringHeaderResponse.IHeaderResponseFilter Modifier and Type Class Description classAbstractHeaderResponseFilterA default implementation of IHeaderResponseFilter that returns true for everything.classCssAcceptingHeaderResponseFilterThis filter accepts allCssHeaderItems.classCssAndPageAcceptingHeaderResponseFilterThis filter accepts allCssHeaderItems andPageHeaderItems (header items for the <head> section of the page).classJavaScriptAcceptingHeaderResponseFilterThis filter accepts allJavaScriptHeaderItems.classOppositeHeaderResponseFilterA filter that takes another filter and always returns the opposite of another filter.Methods in org.apache.wicket.markup.head.filter that return FilteringHeaderResponse.IHeaderResponseFilter Modifier and Type Method Description protected FilteringHeaderResponse.IHeaderResponseFilterJavaScriptFilteredIntoFooterHeaderResponse. createFooterFilter(java.lang.String footerBucketName)protected FilteringHeaderResponse.IHeaderResponseFilterJavaScriptFilteredIntoFooterHeaderResponse. createHeaderFilter(java.lang.String headerFilterName, FilteringHeaderResponse.IHeaderResponseFilter footerFilter)Methods in org.apache.wicket.markup.head.filter with parameters of type FilteringHeaderResponse.IHeaderResponseFilter Modifier and Type Method Description protected FilteringHeaderResponse.IHeaderResponseFilterJavaScriptFilteredIntoFooterHeaderResponse. createHeaderFilter(java.lang.String headerFilterName, FilteringHeaderResponse.IHeaderResponseFilter footerFilter)Method parameters in org.apache.wicket.markup.head.filter with type arguments of type FilteringHeaderResponse.IHeaderResponseFilter Modifier and Type Method Description protected voidFilteringHeaderResponse. setFilters(java.lang.Iterable<? extends FilteringHeaderResponse.IHeaderResponseFilter> filters)Constructors in org.apache.wicket.markup.head.filter with parameters of type FilteringHeaderResponse.IHeaderResponseFilter Constructor Description OppositeHeaderResponseFilter(java.lang.String name, FilteringHeaderResponse.IHeaderResponseFilter other)Construct.Constructor parameters in org.apache.wicket.markup.head.filter with type arguments of type FilteringHeaderResponse.IHeaderResponseFilter Constructor Description FilteringHeaderResponse(IHeaderResponse response, java.lang.String headerFilterName, java.lang.Iterable<? extends FilteringHeaderResponse.IHeaderResponseFilter> filters)Construct.
-