Package org.norther.tammi.spray.filter.chain

Interface Summary
Extension A marker interface to a package specific extension of a servlet request and response.
FilterChainListener Requests and responses implementing the FilterChainListener interface will be notified when they are filtered for the first time within a filter chain and when the filter chain is completed.
Flushable A flushable interface for flush callbacks.
HttpFilterChain HttpFilterChain extends javax.servlet.FilterChain by providing more information about the chain of filters invoked for a filtered request of a resource.
ServletRequestBindingListener Objects implementing the ServletRequestBindingListener interface will be notified when they are bound to or unbound from a request.
 

Class Summary
AbstractExtension An abstact implementation of the Extension interface.
DefaultFilterChain A default implementation of HttpFilterChain.
FilterChainEvent Events of this type are sent to an object that implements the FilterChainListener interface when it is filtered for the first time within a filter chain and after the filter chain completes.
HttpServletRequestWrapper A wrapper implementation of the javax.servlet.http.HttpServletRequest interface providing a recyclable alternative to the javax.servlet.http.HttpServletRequestWrapper class.
HttpServletResponseWrapper A wrapper implementation of the javax.servlet.http.HttpServletResponse interface providing a recyclable alternative to the javax.servlet.http.HttpServletResponseWrapper class.
ServletInputStreamWrapper A servlet input stream wrapper supporting a length limit.
ServletOutputStreamWrapper A servlet output stream wrapper supporting a flush callback.
ServletOutputStreamWriter A servlet output stream writer supporting a flush callback.
ServletRequestBindingEvent Events of this type are sent to an object that implements the ServletRequestBindingListener interface when it is bound to or unbound from a request.
ServletRequestWrapper A wrapper implementation of the javax.servlet.ServletRequest interface providing a recyclable alternative to the javax.servlet.ServletRequestWrapper class.
ServletResponseWrapper A wrapper implementation of the javax.servlet.ServletResponse interface providing a recyclable alternative to the javax.servlet.ServletResponseWrapper class.
 



Copyright © 2004 The Norther Organization. All rights reserved.