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

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

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

Subinterfaces of SecureContainerKeyFilter in org.norther.tammi.spray.filter
 interface BranchFilter<F extends Filter>
          BranchFilter extends SecureContainerKeyFilter by passing an incoming request to one of its contained filters based on some implementation specific mapping.
 interface LinkFilter<F extends Filter>
          LinkFilter extends BranchFilter by proviving support to represent its branches as links to the corresponding filters.
 

Classes in org.norther.tammi.spray.filter that implement SecureContainerKeyFilter
 class DefaultBranchFilter<F extends Filter>
          A default implementation of BranchFilter applying the filter key first to request attributes and then to request parameters to obtain the mapped name of the filter branch.
 class DefaultLinkFilter<F extends Filter>
          A default implementation of LinkFilter.
 class DefaultSecureContainerKeyFilter<V>
          A default implementation of SecureContainerKeyFilter.
 

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

Subinterfaces of SecureContainerKeyFilter in org.norther.tammi.spray.locale
 interface PipeFilter<F extends Filter>
          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 SecureContainerKeyFilter
 class DefaultPipeFilter<F extends Filter>
          A default implementation of PipeFilter.
 

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

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

Classes in org.norther.tammi.spray.media that implement SecureContainerKeyFilter
 class DefaultServiceFilter<F extends Filter>
          A default implementation of ServiceFilter.
 

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

Subinterfaces of SecureContainerKeyFilter in org.norther.tammi.spray.protocol
 interface HostFilter<F extends Filter>
          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 SecureContainerKeyFilter
 class DefaultHostFilter<F extends Filter>
          A default implementation of HostFilter.
 

Uses of SecureContainerKeyFilter in org.norther.tammi.spray.template
 

Subinterfaces of SecureContainerKeyFilter in org.norther.tammi.spray.template
 interface LayoutFilter
          LayoutFilter extends PageFilter by adding support for layouts, which are templates placing the content of the page template inside some standardized layout content.
 interface PageFilter
          PageFilter executes and evaluates templates specified in URL parameters of the request.
 

Classes in org.norther.tammi.spray.template that implement SecureContainerKeyFilter
 class DefaultLayoutFilter
          A default implementation of LayoutFilter.
 class DefaultPageFilter
          A default implementation of PageFilter.
 



Copyright © 2004 The Norther Organization. All rights reserved.