Apache Abdera API

Uses of Interface
org.apache.abdera.protocol.server.Filter

Packages that use Filter
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.filters   
org.apache.abdera.spring   
 

Uses of Filter in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server that return Filter
 Filter[] Provider.getFilters(RequestContext request)
          Return the listing of filters for this request
 

Uses of Filter in org.apache.abdera.protocol.server.filters
 

Classes in org.apache.abdera.protocol.server.filters that implement Filter
 class CompressionFilter
          Abdera Filter implementation that selectively applies compression to the response payload
 class MethodOverrideFilter
          Abdera Filter implementation that supports the use of the X-HTTP-Method-Override header used by GData.
 

Uses of Filter in org.apache.abdera.spring
 

Methods in org.apache.abdera.spring that return Filter
 Filter[] ProviderFactoryBean.getFilters()
           
 

Methods in org.apache.abdera.spring with parameters of type Filter
 void ProviderFactoryBean.setFilters(Filter[] filters)
           
 


Apache Abdera API

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