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

Packages that use Refreshable
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.filter   
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 Refreshable in org.norther.tammi.core.cache
 

Subinterfaces of Refreshable in org.norther.tammi.core.cache
 interface CacheClient
          An interface to objects maintaining other objects in caches.
 interface KeyCacheClient
          Extends CacheClient by supporting more than one key based client caches.
 

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

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

Subinterfaces of Refreshable 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 Refreshable
 class DefaultFallbackMap
          A default implementation of FallbackMap.
 class DefaultResourceFinder
          A default implementation of ResourceFinder.
 class DefaultResourceMap
          A default implementation of ResourceMap.
 

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

Subinterfaces of Refreshable 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 Refreshable
 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 Refreshable in org.norther.tammi.core.monitor
 

Subinterfaces of Refreshable 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 Refreshable
 class DefaultCacheMonitor
          The default implementation of CacheMonitor.
 

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

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

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

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

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

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

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

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

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

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

Subinterfaces of Refreshable 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 Refreshable
 class DefaultOJBPersisterFactory
          A default implementation of OJBPersisterFactory.
 

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

Subinterfaces of Refreshable 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 Refreshable
 class AbstractTemplateEngine
          An abstract implementation of TemplateEngine.
 

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

Subinterfaces of Refreshable in org.norther.tammi.spray.filter
 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 Refreshable
 class DefaultLinkFilter
          A default implementation of LinkFilter.
 

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

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

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

Subinterfaces of Refreshable 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 Refreshable
 class DefaultTaskLoader
          A default implementation TaskLoader.
 

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

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

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

Subinterfaces of Refreshable 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 Refreshable
 class DefaultCachedMediaProvider
          A cached implementation of MediaProvider.
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 

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

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

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

Subinterfaces of Refreshable 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 Refreshable
 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 Refreshable in org.norther.tammi.spray.template
 

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

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

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



Copyright © 2004 The Norther Organization. All rights reserved.