Uses of Interface
org.norther.tammi.core.cache.CacheClient

Packages that use CacheClient
org.norther.tammi.core.cache   
org.norther.tammi.core.locale   
org.norther.tammi.core.logger   
org.norther.tammi.core.monitor   
org.norther.tammi.root.castor   
org.norther.tammi.root.db   
org.norther.tammi.root.hibernate   
org.norther.tammi.root.ojb   
org.norther.tammi.spray.engine   
org.norther.tammi.spray.freemarker   
org.norther.tammi.spray.loader   
org.norther.tammi.spray.locale   
org.norther.tammi.spray.media   
org.norther.tammi.spray.protocol   
org.norther.tammi.spray.servlet   
org.norther.tammi.spray.template   
org.norther.tammi.spray.velocity   
 

Uses of CacheClient in org.norther.tammi.core.cache
 

Subinterfaces of CacheClient in org.norther.tammi.core.cache
 interface KeyCacheClient
          Extends CacheClient by supporting more than one key based client caches.
 

Classes in org.norther.tammi.core.cache that implement CacheClient
 class DefaultCacheClient
          A default implementation of CacheClient.
 class DefaultKeyCacheClient
          A default implementation of KeyCacheClient.
 

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

Subinterfaces of CacheClient in org.norther.tammi.core.locale
 interface FallbackMap
          An interface to resource maps supporting fallback resources.
 interface ResourceFinder
          An interface to localized resource finders.
 interface ResourceMap
          An interface to localized resource maps maintaining mappings between qualified object or package names and base names fo resource bundles.
 

Classes in org.norther.tammi.core.locale that implement CacheClient
 class DefaultFallbackMap
          A default implementation of FallbackMap.
 class DefaultResourceFinder
          A default implementation of ResourceFinder.
 class DefaultResourceMap
          A default implementation of ResourceMap.
 

Uses of CacheClient in org.norther.tammi.core.logger
 

Subinterfaces of CacheClient in org.norther.tammi.core.logger
 interface Logger
          An interface to loggers.
 interface ThreadedLogger
          Extends Logger with support to execute logging in a separate thread.
 

Classes in org.norther.tammi.core.logger that implement CacheClient
 class AbstractLogger
          An abstract implementation of Logger.
 class AbstractThreadedLogger
          An abstract implementation of ThreadedLogger.
 class JDK4Logger
          A JDK4 logger implementation.
 class Log4JLogger
          A Log4J logger implementation.
 

Uses of CacheClient in org.norther.tammi.core.monitor
 

Subinterfaces of CacheClient in org.norther.tammi.core.monitor
 interface CacheMonitor
          An interface that extends CacheClient to control and monitor other registered cache clients.
 

Classes in org.norther.tammi.core.monitor that implement CacheClient
 class DefaultCacheMonitor
          The default implementation of CacheMonitor.
 

Uses of CacheClient in org.norther.tammi.root.castor
 

Subinterfaces of CacheClient in org.norther.tammi.root.castor
 interface XMLPersisterFactory
          An interface to XML specific Persister factories.
 

Classes in org.norther.tammi.root.castor that implement CacheClient
 class DefaultXMLPersisterFactory
          A default implementation of XMLPersisterFactory.
 

Uses of CacheClient in org.norther.tammi.root.db
 

Subinterfaces of CacheClient in org.norther.tammi.root.db
 interface PersisterFactory
          An interface to Persister factories.
 

Classes in org.norther.tammi.root.db that implement CacheClient
 class AbstractPersisterFactory
          An abstract implementation of PersisterFactory.
 

Uses of CacheClient in org.norther.tammi.root.hibernate
 

Subinterfaces of CacheClient in org.norther.tammi.root.hibernate
 interface HibernatePersisterFactory
          An interface to org.hibernate.Session factories.
 

Classes in org.norther.tammi.root.hibernate that implement CacheClient
 class DefaultHibernatePersisterFactory
          A default implementation of HibernatePersisterFactory.
 

Uses of CacheClient in org.norther.tammi.root.ojb
 

Subinterfaces of CacheClient in org.norther.tammi.root.ojb
 interface OJBPersisterFactory
          An interface to org.apache.ojb.broker.PersistenceBroker factories.
 

Classes in org.norther.tammi.root.ojb that implement CacheClient
 class DefaultOJBPersisterFactory
          A default implementation of OJBPersisterFactory.
 

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

Subinterfaces of CacheClient in org.norther.tammi.spray.engine
 interface TemplateEngine
          TemplateEngine is an interface to template engines, such as Velocity, WebMacro, FreeMarker, and JSP.
 

Classes in org.norther.tammi.spray.engine that implement CacheClient
 class AbstractTemplateEngine
          An abstract implementation of TemplateEngine.
 

Uses of CacheClient in org.norther.tammi.spray.freemarker
 

Classes in org.norther.tammi.spray.freemarker that implement CacheClient
 class FreemarkerEngine
          FreemarkerEngine implements TemplateEngine for Freemarker templates.
 

Uses of CacheClient in org.norther.tammi.spray.loader
 

Subinterfaces of CacheClient in org.norther.tammi.spray.loader
 interface TaskLoader
          An interface to a task loader used in pipes to load and execute request specific tasks in addition to standard filter processing.
 

Classes in org.norther.tammi.spray.loader that implement CacheClient
 class DefaultTaskLoader
          A default implementation TaskLoader.
 

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

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

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

Subinterfaces of CacheClient in org.norther.tammi.spray.media
 interface CachedMediaProvider
          Extends media providers by caching support.
 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 CacheClient
 class DefaultCachedMediaProvider
          A cached implementation of MediaProvider.
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 

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

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

Uses of CacheClient in org.norther.tammi.spray.servlet
 

Subinterfaces of CacheClient in org.norther.tammi.spray.servlet
 interface JSPEngine
          JSPEngine is an extension to ServletEngine for rendering JSP templates.
 interface ServletEngine
          ServletEngine is an extension to TemplateEngine for rendering templates with the RequestDispatcher mechanism.
 interface ServletMediaProvider
          Extends media providers by servlet support.
 

Classes in org.norther.tammi.spray.servlet that implement CacheClient
 class DefaultJSPEngine
          DefaultJSPEngine implements TemplateEngine for JSP templates.
 class DefaultServletEngine
          DefaultServletEngine implements TemplateEngine for servlet templates.
 class DefaultServletMediaProvider
          A default implementation of ServletMediaProvider.
 

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

Subinterfaces of CacheClient in org.norther.tammi.spray.template
 interface FormFilter
          FormFilter supports rendering and validation of form-based input.
 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 CacheClient
 class DefaultFormFilter
          A default implementation of FormFilter.
 class DefaultLayoutFilter
          A default implementation of LayoutFilter.
 class DefaultPageFilter
          A default implementation of PageFilter.
 

Uses of CacheClient in org.norther.tammi.spray.velocity
 

Classes in org.norther.tammi.spray.velocity that implement CacheClient
 class VelocityEngine
          VelocityEngine implements TemplateEngine for Velocity templates.
 



Copyright © 2004 The Norther Organization. All rights reserved.