Uses of Interface
org.norther.tammi.spray.filter.BranchingFilter

Packages that use BranchingFilter
org.norther.tammi.spray.filter   
org.norther.tammi.spray.locale   
org.norther.tammi.spray.media   
org.norther.tammi.spray.protocol   
 

Uses of BranchingFilter in org.norther.tammi.spray.filter
 

Subinterfaces of BranchingFilter in org.norther.tammi.spray.filter
 interface LinkFilter
          LinkFilter extends BranchingFilter by proviving support to represent its branches as links to the corresponding filters.
 

Classes in org.norther.tammi.spray.filter that implement BranchingFilter
 class 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.
 class DefaultLinkFilter
          A default implementation of LinkFilter.
 

Uses of BranchingFilter in org.norther.tammi.spray.locale
 

Subinterfaces of BranchingFilter in org.norther.tammi.spray.locale
 interface PipeFilter
          PipeFilter maintains links to branching pipes and serves as the default source of their localized resources.
 

Classes in org.norther.tammi.spray.locale that implement BranchingFilter
 class DefaultPipeFilter
          A default implementation of PipeFilter.
 

Uses of BranchingFilter in org.norther.tammi.spray.media
 

Subinterfaces of BranchingFilter in org.norther.tammi.spray.media
 interface ServiceFilter
          ServiceFilter extends PipeFilter by providing support for distributing requests to service level filters and pipes.
 

Classes in org.norther.tammi.spray.media that implement BranchingFilter
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 

Uses of BranchingFilter in org.norther.tammi.spray.protocol
 

Subinterfaces of BranchingFilter in org.norther.tammi.spray.protocol
 interface HostFilter
          HostFilter extends PipeFilter to support distribution of requests to host specific filters and pipes identified by the requested server name.
 

Classes in org.norther.tammi.spray.protocol that implement BranchingFilter
 class DefaultHostFilter
          A default implementation of HostFilter.
 



Copyright © 2004 The Norther Organization. All rights reserved.