Package org.norther.tammi.spray.filter

Interface Summary
BranchingFilter BranchingFilter extends SecureContainerKeyFilter by passing an incoming request to one of its contained filters based on some implementation specific mapping.
ClosingFilter ClosingFilter is an interface to the last filter in the pipe, which terminates the filter chain and closes the response without filtering the request.
ContainerFilter ContainerFilter extends Filter by adding container functionality to the filter.
ContainerKeyFilter ContainerKeyFilter extends KeyFilter by adding container functionality to the filter.
ExceptionFilter ExceptionFilter is an interface to exception handling filters.
FilterMBeanReference An interface to filter references.
KeyFilter KeyFilter extends Filter by adding support for a filter key, which the filter implementation can use to obtain a parameter, attribute or other entity from the current request.
LinkFilter LinkFilter extends BranchingFilter by proviving support to represent its branches as links to the corresponding filters.
Pipe Pipe describes a collection of Filters that should be processed in sequence when the doFilter method is called.
SecureContainerFilter SecureContainerFilter extends ContainerFilter by protecting the filter with an access controller.
SecureContainerKeyFilter SecureContainerKeyFilter extends ContainerKeyFilter by protecting the filter with an access controller.
SecureFilter SecureFilter extends Filter by protecting the filter with an access controller.
SecureKeyFilter SecureKeyFilter extends KeyFilter by protecting the filter with an access controller.
TerminationFilter TerminationFilter is a marker interface to filters, which terminate the filter chain and optionally close the response after filtering the request.
 

Class Summary
AbstractContainerFilter An abstract implementation of ContainerFilter.
AbstractContainerKeyFilter An abstract implementation of ContainerKeyFilter.
AbstractSecureContainerFilter An abstract implementation of SecureContainerFilter.
AbstractSecureContainerKeyFilter An abstract implementation of SecureContainerKeyFilter.
DefaultBranchingFilter A default implementation of BranchingFilter applying the filter key first to request attributes and then to request parameters to obtain the mapping key of the filter branch.
DefaultClosingFilter A default implementation of ClosingFilter.
DefaultContainerFilter A default implementation of ContainerFilter.
DefaultContainerKeyFilter A default implementation of ContainerKeyFilter.
DefaultFilter A default implementation of Filter.
DefaultKeyFilter A default implementation of KeyFilter.
DefaultLinkFilter A default implementation of LinkFilter.
DefaultPipe A default implementation of Pipe invoking a series of filters that have been configured to be called in order.
DefaultSecureContainerFilter A default implementation of SecureContainerFilter.
DefaultSecureContainerKeyFilter A default implementation of SecureContainerKeyFilter.
DefaultSecureFilter A default implementation of SecureFilter.
DefaultSecureKeyFilter A default implementation of SecureKeyFilter.
FilterMBeanHandle An extension to MBeanHandle supporting the open/close state of Filters.
 

Exception Summary
DefaultExceptionFilter A default implementation of ExceptionFilter.
 



Copyright © 2004 The Norther Organization. All rights reserved.