|
|||||||||
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
public abstract class AbstractFilter
Utility class that serves as the basis for a variety of Filter implementations
Nested Class Summary | |
---|---|
static class |
AbstractFilter.BufferedRequestWrapper
Implementation of HttpServletRequestWrapper that allows a Filter to perform operations on the full content of a request while still allowing downstream operations to be performed on the content. |
static class |
AbstractFilter.BufferedServletInputStream
|
static class |
AbstractFilter.BufferingResponseWrapper
A HttpServletResponseWrapper implementation that buffers the response content in memory so that a filter can perform operations on the full response content (e.g. |
static class |
AbstractFilter.BufferingServletOutputStream
Implementation of ServletOutputStream that handles the in-memory buffering of the response content |
static class |
AbstractFilter.CompressingResponseWrapper
A HttpServletResponseWrapper implementation that applies GZip or Deflate compression to response output. |
static class |
AbstractFilter.CompressingServletOutputStream
A ServletOutputStream implementation that handles the GZip and Deflate compression for the CompressingResponseWrapper |
Constructor Summary | |
---|---|
AbstractFilter()
|
Method Summary | |
---|---|
void |
destroy()
|
protected javax.servlet.FilterConfig |
getConfig()
|
void |
init(javax.servlet.FilterConfig config)
|
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 |
Constructor Detail |
---|
public AbstractFilter()
Method Detail |
---|
public void destroy()
destroy
in interface javax.servlet.Filter
public void init(javax.servlet.FilterConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Filter
javax.servlet.ServletException
protected javax.servlet.FilterConfig getConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |