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

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

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

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

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

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

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

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

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

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



Copyright © 2004 The Norther Organization. All rights reserved.