Uses of Interface
org.apache.wicket.markup.head.filter.FilteringHeaderResponse.IHeaderResponseFilter

Packages that use FilteringHeaderResponse.IHeaderResponseFilter
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
 class AbstractHeaderResponseFilter
          A default implementation of IHeaderResponseFilter that returns true for everything.
 class CssAcceptingHeaderResponseFilter
          This filter accepts all CssHeaderItems.
 class CssAndPageAcceptingHeaderResponseFilter
          This filter accepts all CssHeaderItems and PageHeaderItems (header items for the <head> section of the page).
 class JavaScriptAcceptingHeaderResponseFilter
          This filter accepts all JavaScriptHeaderItems.
 class OppositeHeaderResponseFilter
          A 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
protected  FilteringHeaderResponse.IHeaderResponseFilter JavaScriptFilteredIntoFooterHeaderResponse.createFooterFilter(String footerBucketName, FilteringHeaderResponse.IHeaderResponseFilter header)
           
protected  FilteringHeaderResponse.IHeaderResponseFilter JavaScriptFilteredIntoFooterHeaderResponse.createHeaderFilter(String headerFilterName)
           
 

Methods in org.apache.wicket.markup.head.filter that return types with arguments of type FilteringHeaderResponse.IHeaderResponseFilter
protected  Iterable<? extends FilteringHeaderResponse.IHeaderResponseFilter> JavaScriptFilteredIntoFooterHeaderResponse.createFilters(String footerBucketName)
           
 

Methods in org.apache.wicket.markup.head.filter with parameters of type FilteringHeaderResponse.IHeaderResponseFilter
protected  FilteringHeaderResponse.IHeaderResponseFilter JavaScriptFilteredIntoFooterHeaderResponse.createFooterFilter(String footerBucketName, FilteringHeaderResponse.IHeaderResponseFilter header)
           
 

Method parameters in org.apache.wicket.markup.head.filter with type arguments of type FilteringHeaderResponse.IHeaderResponseFilter
protected  void FilteringHeaderResponse.setFilters(Iterable<? extends FilteringHeaderResponse.IHeaderResponseFilter> filters)
           
 

Constructors in org.apache.wicket.markup.head.filter with parameters of type FilteringHeaderResponse.IHeaderResponseFilter
OppositeHeaderResponseFilter(String name, FilteringHeaderResponse.IHeaderResponseFilter other)
          Construct.
 

Constructor parameters in org.apache.wicket.markup.head.filter with type arguments of type FilteringHeaderResponse.IHeaderResponseFilter
FilteringHeaderResponse(IHeaderResponse response, String headerFilterName, Iterable<? extends FilteringHeaderResponse.IHeaderResponseFilter> filters)
          Construct.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.