Uses of Interface
org.norther.tammi.core.base.Container

Packages that use Container
org.norther.tammi.core.base   
org.norther.tammi.core.converter   
org.norther.tammi.core.security   
org.norther.tammi.spray.engine   
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 Container in org.norther.tammi.core.base
 

Subinterfaces of Container in org.norther.tammi.core.base
 interface Broker
          An interface to a broker.
 interface Factory
          Factory instantiates objects of different class types.
 

Classes in org.norther.tammi.core.base that implement Container
 class DefaultBroker
          A default implementation of Broker.
 class DefaultContainer
          A default implementation of Container.
 class DefaultFactory
          A default implementation of Factory.
 

Uses of Container in org.norther.tammi.core.converter
 

Subinterfaces of Container in org.norther.tammi.core.converter
 interface Converter
          Converter converts objects from different class types to others.
 

Classes in org.norther.tammi.core.converter that implement Container
 class DefaultConverter
          A default implementation of Converter.
 

Uses of Container in org.norther.tammi.core.security
 

Subinterfaces of Container in org.norther.tammi.core.security
 interface SecureContainer
          An interface to secure containers protected by an access controller.
 

Classes in org.norther.tammi.core.security that implement Container
 class DefaultSecureContainer
          A default implementation of SecureContainer.
 

Uses of Container in org.norther.tammi.spray.engine
 

Subinterfaces of Container in org.norther.tammi.spray.engine
 interface ContextToolFilter
          ContextToolFilter loads tools available for templates into the context.
 

Classes in org.norther.tammi.spray.engine that implement Container
 class DefaultContextToolFilter
          A default implementation of ContextToolFilter.
 

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

Subinterfaces of Container 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 ContainerFilter
          ContainerFilter extends Filter by adding container functionality to the filter.
 interface ContainerKeyFilter
          ContainerKeyFilter extends KeyFilter by adding container functionality to the filter.
 interface LinkFilter
          LinkFilter extends BranchingFilter by proviving support to represent its branches as links to the corresponding filters.
 interface SecureContainerFilter
          SecureContainerFilter extends ContainerFilter by protecting the filter with an access controller.
 interface SecureContainerKeyFilter
          SecureContainerKeyFilter extends ContainerKeyFilter by protecting the filter with an access controller.
 

Classes in org.norther.tammi.spray.filter that implement Container
 class AbstractContainerFilter
          An abstract implementation of ContainerFilter.
 class AbstractContainerKeyFilter
          An abstract implementation of ContainerKeyFilter.
 class AbstractSecureContainerFilter
          An abstract implementation of SecureContainerFilter.
 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 DefaultContainerFilter
          A default implementation of ContainerFilter.
 class DefaultContainerKeyFilter
          A default implementation of ContainerKeyFilter.
 class DefaultLinkFilter
          A default implementation of LinkFilter.
 class DefaultSecureContainerFilter
          A default implementation of SecureContainerFilter.
 class DefaultSecureContainerKeyFilter
          A default implementation of SecureContainerKeyFilter.
 

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

Subinterfaces of Container 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 Container
 class DefaultPipeFilter
          A default implementation of PipeFilter.
 

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

Subinterfaces of Container in org.norther.tammi.spray.media
 interface MediaContentFilter
          An interface to filters processing requests referring to media content.
 interface MediaContentKeyFilter
          An interface to filters processing requests where a specific parameter key value refers to media content.
 interface ServiceFilter
          ServiceFilter extends PipeFilter by providing support for distributing requests to service level filters and pipes.
 interface TemporaryContentKeyFilter
          An interface to filters processing requests where a specific parameter key value refers to temporary content deleted after response.
 

Classes in org.norther.tammi.spray.media that implement Container
 class AbstractMediaContentFilter
          An abstract implementation of MediaContentFilter.
 class AbstractMediaContentKeyFilter
          An abstract implementation of MediaContentKeyFilter.
 class DefaultMediaContentFilter
          A default implementation of MediaContentFilter.
 class DefaultMediaContentKeyFilter
          A default implementation of MediaContentKeyFilter.
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 class DefaultTemporaryContentKeyFilter
          A default implementation of TemporaryContentKeyFilter.
 

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

Subinterfaces of Container 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 Container
 class DefaultHostFilter
          A default implementation of HostFilter.
 

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

Subinterfaces of Container 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 Container
 class DefaultLayoutFilter
          A default implementation of LayoutFilter.
 class DefaultPageFilter
          A default implementation of PageFilter.
 



Copyright © 2004 The Norther Organization. All rights reserved.