Uses of Interface
org.norther.tammi.core.locale.FallbackResources

Packages that use FallbackResources
org.norther.tammi.core.locale   
org.norther.tammi.spray.locale   
org.norther.tammi.spray.media   
org.norther.tammi.spray.protocol   
 

Uses of FallbackResources in org.norther.tammi.core.locale
 

Subinterfaces of FallbackResources in org.norther.tammi.core.locale
 interface FallbackMap
          An interface to resource maps supporting fallback resources.
 

Classes in org.norther.tammi.core.locale that implement FallbackResources
 class DefaultFallbackMap
          A default implementation of FallbackMap.
 

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

Subinterfaces of FallbackResources in org.norther.tammi.spray.locale
 interface PipeFilter
          PipeFilter maintains links to branching pipes and serves as the default source of their localized resources.
 interface ResourceFilter
          ResourceFilter maintains qualified resource names and resolves the corresponding localized resource bundles.
 

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

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

Subinterfaces of FallbackResources 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 FallbackResources
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 

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

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



Copyright © 2004 The Norther Organization. All rights reserved.