org.apache.abdera.protocol.server.servlet
Class AbderaFilter

java.lang.Object
  extended by org.apache.abdera.protocol.server.servlet.AbstractFilter
      extended by org.apache.abdera.protocol.server.servlet.AbderaFilter
All Implemented Interfaces:
javax.servlet.Filter
Direct Known Subclasses:
SecurityFilter

public abstract class AbderaFilter
extends AbstractFilter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.abdera.protocol.server.servlet.AbstractFilter
AbstractFilter.BufferedRequestWrapper, AbstractFilter.BufferedServletInputStream, AbstractFilter.BufferingResponseWrapper, AbstractFilter.BufferingServletOutputStream, AbstractFilter.CompressingResponseWrapper, AbstractFilter.CompressingServletOutputStream
 
Field Summary
protected  Abdera abdera
           
 
Constructor Summary
protected AbderaFilter()
           
 
Method Summary
protected  Abdera getAbdera()
           
protected  Document<Element> getDocument(AbstractFilter.BufferedRequestWrapper wrapper)
           
protected  Document<Element> getDocument(AbstractFilter.BufferingResponseWrapper wrapper)
           
 
Methods inherited from class org.apache.abdera.protocol.server.servlet.AbstractFilter
destroy, getConfig, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.Filter
doFilter
 

Field Detail

abdera

protected final Abdera abdera
Constructor Detail

AbderaFilter

protected AbderaFilter()
Method Detail

getAbdera

protected Abdera getAbdera()

getDocument

protected Document<Element> getDocument(AbstractFilter.BufferingResponseWrapper wrapper)
                                 throws java.io.IOException
Throws:
java.io.IOException

getDocument

protected Document<Element> getDocument(AbstractFilter.BufferedRequestWrapper wrapper)
                                 throws java.io.IOException
Throws:
java.io.IOException