|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.protocol.server.servlet.AbstractFilter
org.apache.abdera.protocol.server.servlet.AbderaFilter
public abstract class AbderaFilter
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 |
---|
protected final Abdera abdera
Constructor Detail |
---|
protected AbderaFilter()
Method Detail |
---|
protected Abdera getAbdera()
protected Document<Element> getDocument(AbstractFilter.BufferingResponseWrapper wrapper) throws java.io.IOException
java.io.IOException
protected Document<Element> getDocument(AbstractFilter.BufferedRequestWrapper wrapper) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |