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 BranchingFilter
          BranchingFilter extends SecureContainerKeyFilter by passing an incoming request to one of its contained filters based on some implementation specific mapping.
 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 SecureContainerKeyFilter
 class AbstractSecureContainerKeyFilter
          An abstract implementation of SecureContainerKeyFilter.
 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.
 class DefaultSecureContainerKeyFilter
          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
          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
          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
          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
          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
          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
          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.