Uses of Interface
org.apache.wicket.resource.filtering.HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter

Packages that use HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter
org.apache.wicket.resource.filtering   
 

Uses of HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter in org.apache.wicket.resource.filtering
 

Classes in org.apache.wicket.resource.filtering that implement HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter
 class AbstractHeaderResponseFilter
          A default implementation of IHeaderResponseFilter that returns true for everything.
 class CssAcceptingHeaderResponseFilter
          This filter accepts anything that appears to be CSS.
 class JavascriptAcceptingHeaderResponseFilter
          This filter returns the opposite of what CssAcceptingHeaderResponseFilter returns.
 class OppositeHeaderResponseFilter
          A filter that takes another filter and always returns the opposite of another filter.
 

Methods in org.apache.wicket.resource.filtering that return HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter
protected  HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter[] JavascriptFilteredIntoFooterHeaderResponse.createFilters(String footerBucketName)
           
 

Methods in org.apache.wicket.resource.filtering with parameters of type HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter
protected  void HeaderResponseContainerFilteringHeaderResponse.setFilters(HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter[] filters)
           
 

Constructors in org.apache.wicket.resource.filtering with parameters of type HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter
HeaderResponseContainerFilteringHeaderResponse(IHeaderResponse response, String headerFilterName, HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter[] filters)
          Construct.
OppositeHeaderResponseFilter(String name, HeaderResponseContainerFilteringHeaderResponse.IHeaderResponseFilter other)
          Construct.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.