Uses of Package
org.norther.tammi.spray.filter

Packages that use org.norther.tammi.spray.filter
org.norther.tammi.spray.authenticator   
org.norther.tammi.spray.engine   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.filter   
org.norther.tammi.spray.filter.chain   
org.norther.tammi.spray.locale   
org.norther.tammi.spray.media   
org.norther.tammi.spray.media.tool   
org.norther.tammi.spray.monitor   
org.norther.tammi.spray.protocol   
org.norther.tammi.spray.template   
org.norther.tammi.spray.terminal   
org.norther.tammi.sprig.chart   
org.norther.tammi.sprig.report   
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.authenticator
DefaultFilter
          A default implementation of Filter.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.engine
AbstractContainerFilter
          An abstract implementation of ContainerFilter.
ContainerFilter
          ContainerFilter extends Filter by adding container functionality to the filter.
DefaultContainerFilter
          A default implementation of ContainerFilter.
DefaultExceptionFilter
          A default implementation of ExceptionFilter.
DefaultFilter
          A default implementation of Filter.
ExceptionFilter
          ExceptionFilter is an interface to exception handling filters.
TerminationFilter
          TerminationFilter is a marker interface to filters, which terminate the filter chain and optionally close the response after filtering the request.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.engine.tool
FilterMBeanReference
          An interface to filter references.
Pipe
          Pipe describes a collection of Filters that should be processed in sequence when the doFilter method is called.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.filter
AbstractContainerFilter
          An abstract implementation of ContainerFilter.
AbstractContainerKeyFilter
          An abstract implementation of ContainerKeyFilter.
AbstractSecureContainerFilter
          An abstract implementation of SecureContainerFilter.
AbstractSecureContainerKeyFilter
          An abstract implementation of SecureContainerKeyFilter.
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.
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.
DefaultFilter
          A default implementation of Filter.
DefaultKeyFilter
          A default implementation of KeyFilter.
DefaultSecureContainerKeyFilter
          A default implementation of SecureContainerKeyFilter.
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.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.filter.chain
FilterMBeanReference
          An interface to filter references.
Pipe
          Pipe describes a collection of Filters that should be processed in sequence when the doFilter method is called.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.locale
AbstractSecureContainerFilter
          An abstract implementation of SecureContainerFilter.
AbstractSecureContainerKeyFilter
          An abstract implementation of SecureContainerKeyFilter.
BranchingFilter
          BranchingFilter extends SecureContainerKeyFilter by passing an incoming request to one of its contained filters based on some implementation specific mapping.
ContainerFilter
          ContainerFilter extends Filter by adding container functionality to the filter.
ContainerKeyFilter
          ContainerKeyFilter extends KeyFilter by adding container functionality to the filter.
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.
DefaultLinkFilter
          A default implementation of LinkFilter.
DefaultSecureContainerKeyFilter
          A default implementation of SecureContainerKeyFilter.
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.
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.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.media
AbstractContainerFilter
          An abstract implementation of ContainerFilter.
AbstractSecureContainerFilter
          An abstract implementation of SecureContainerFilter.
AbstractSecureContainerKeyFilter
          An abstract implementation of SecureContainerKeyFilter.
BranchingFilter
          BranchingFilter extends SecureContainerKeyFilter by passing an incoming request to one of its contained filters based on some implementation specific mapping.
ContainerFilter
          ContainerFilter extends Filter by adding container functionality to the filter.
ContainerKeyFilter
          ContainerKeyFilter extends KeyFilter by adding container functionality to the filter.
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.
DefaultFilter
          A default implementation of Filter.
DefaultKeyFilter
          A default implementation of KeyFilter.
DefaultLinkFilter
          A default implementation of LinkFilter.
DefaultSecureContainerKeyFilter
          A default implementation of SecureContainerKeyFilter.
DefaultSecureKeyFilter
          A default implementation of SecureKeyFilter.
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.
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.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.media.tool
LinkFilter
          LinkFilter extends BranchingFilter by proviving support to represent its branches as links to the corresponding filters.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.monitor
DefaultFilter
          A default implementation of Filter.
DefaultKeyFilter
          A default implementation of KeyFilter.
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.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.protocol
AbstractSecureContainerFilter
          An abstract implementation of SecureContainerFilter.
AbstractSecureContainerKeyFilter
          An abstract implementation of SecureContainerKeyFilter.
BranchingFilter
          BranchingFilter extends SecureContainerKeyFilter by passing an incoming request to one of its contained filters based on some implementation specific mapping.
ContainerFilter
          ContainerFilter extends Filter by adding container functionality to the filter.
ContainerKeyFilter
          ContainerKeyFilter extends KeyFilter by adding container functionality to the filter.
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.
DefaultFilter
          A default implementation of Filter.
DefaultLinkFilter
          A default implementation of LinkFilter.
DefaultSecureContainerKeyFilter
          A default implementation of SecureContainerKeyFilter.
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.
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.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.template
AbstractSecureContainerFilter
          An abstract implementation of SecureContainerFilter.
AbstractSecureContainerKeyFilter
          An abstract implementation of SecureContainerKeyFilter.
ContainerFilter
          ContainerFilter extends Filter by adding container functionality to the filter.
ContainerKeyFilter
          ContainerKeyFilter extends KeyFilter by adding container functionality to the filter.
DefaultFilter
          A default implementation of Filter.
DefaultKeyFilter
          A default implementation of KeyFilter.
DefaultSecureContainerKeyFilter
          A default implementation of SecureContainerKeyFilter.
DefaultSecureKeyFilter
          A default implementation of SecureKeyFilter.
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.
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.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.spray.terminal
DefaultFilter
          A default implementation of Filter.
DefaultKeyFilter
          A default implementation of KeyFilter.
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.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.sprig.chart
DefaultFilter
          A default implementation of Filter.
 

Classes in org.norther.tammi.spray.filter used by org.norther.tammi.sprig.report
DefaultFilter
          A default implementation of Filter.
 



Copyright © 2004 The Norther Organization. All rights reserved.