org.apache.abdera.examples.appserver.custom
Class CustomProvider.SimpleFilter

java.lang.Object
  extended by org.apache.abdera.examples.appserver.custom.CustomProvider.SimpleFilter
All Implemented Interfaces:
Filter
Enclosing class:
CustomProvider

public class CustomProvider.SimpleFilter
extends Object
implements Filter


Constructor Summary
CustomProvider.SimpleFilter()
           
 
Method Summary
 ResponseContext filter(RequestContext request, FilterChain chain)
          Process the filter request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomProvider.SimpleFilter

public CustomProvider.SimpleFilter()
Method Detail

filter

public ResponseContext filter(RequestContext request,
                              FilterChain chain)
Description copied from interface: Filter
Process the filter request. The filter must call chain.next(request) to pass the request on to the next filter or the provider.

Specified by:
filter in interface Filter


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