Uses of Interface
org.norther.tammi.core.config.Configurable

Packages that use Configurable
org.norther.tammi.core.config   
org.norther.tammi.core.logger   
org.norther.tammi.core.mail   
org.norther.tammi.core.naming   
org.norther.tammi.core.realm   
org.norther.tammi.core.startup   
org.norther.tammi.root.castor   
org.norther.tammi.root.db   
org.norther.tammi.root.hibernate   
org.norther.tammi.root.ojb   
org.norther.tammi.root.realm   
org.norther.tammi.spray.engine   
org.norther.tammi.spray.freemarker   
org.norther.tammi.spray.protocol   
org.norther.tammi.spray.servlet   
org.norther.tammi.spray.velocity   
org.norther.tammi.sprig.chart   
org.norther.tammi.sprig.jasper   
org.norther.tammi.sprig.jfree   
org.norther.tammi.sprig.report   
 

Uses of Configurable in org.norther.tammi.core.config
 

Subinterfaces of Configurable in org.norther.tammi.core.config
 interface ConfigurableConverter
          ConfigurableConverter extends ObjectConverter with property file support.
 interface ConfigurableFactory
          ConfigurableFactory extends ObjectFactory with property file support.
 

Classes in org.norther.tammi.core.config that implement Configurable
 class DefaultConfigurable
          A default implementation of Configurable maintaining its configuration in key/value based properties.
 class DefaultConfigurableConverter
          A default implementation of ConfigurableConverter.
 class DefaultConfigurableFactory
          A default implementation of ConfigurableFactory.
 

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

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

Subinterfaces of Configurable in org.norther.tammi.core.mail
 interface MailSender
          An interface to send mail.
 

Classes in org.norther.tammi.core.mail that implement Configurable
 class DefaultMailSender
          A default implementation of MailSender.
 class DefaultSessionFactory
          A default implementation of a factory for instantiating javax.mail.Session objects.
 

Uses of Configurable in org.norther.tammi.core.naming
 

Classes in org.norther.tammi.core.naming that implement Configurable
 class DefaultContextFactory
          A default implementation of a naming context factory.
 

Uses of Configurable in org.norther.tammi.core.realm
 

Subinterfaces of Configurable in org.norther.tammi.core.realm
 interface JndiRealm
          An interface to realms working with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
 interface MemoryRealm
          An interface to realms keeping their user base in memory.
 interface NativeRealm
          An interface to native realms providing access to domain users and groups.
 interface Realm
          An interface to realms.
 

Classes in org.norther.tammi.core.realm that implement Configurable
 class AbstractRealm
          An abstract implementation of Realm.
 class DefaultJndiRealm
          A default implementation of JndiRealm.
 class DefaultMemoryRealm
          A default implementation of MemoryRealm.
 class DefaultNativeRealm
          A default implementation of NativeRealm.
 

Uses of Configurable in org.norther.tammi.core.startup
 

Subinterfaces of Configurable in org.norther.tammi.core.startup
 interface Startup
          An interface to startups.
 

Classes in org.norther.tammi.core.startup that implement Configurable
 class DefaultStartup
          A default implementation of StartupMBean.
 

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

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

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

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

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

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

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

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

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

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

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

Uses of Configurable in org.norther.tammi.root.realm
 

Subinterfaces of Configurable in org.norther.tammi.root.realm
 interface RepositoryRealm
          A realm accessing user data in persistent storage.
 

Classes in org.norther.tammi.root.realm that implement Configurable
 class DefaultRepositoryRealm
          A default implementation of RepositoryRealm.
 

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

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

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

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

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

Subinterfaces of Configurable in org.norther.tammi.spray.protocol
 interface HttpRelayFilter
          An interface to filters relaying HTTP protocol requests to remote addresses.
 interface IpMaskFilter
          An interface to filter masking IP requests.
 

Classes in org.norther.tammi.spray.protocol that implement Configurable
 class DefaultHttpRelayFilter
          A default implementation of HttpRelayFilter.
 class DefaultIpMaskFilter
          An interface to IP mask filters.
 

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

Subinterfaces of Configurable 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.
 

Classes in org.norther.tammi.spray.servlet that implement Configurable
 class DefaultJSPEngine
          DefaultJSPEngine implements TemplateEngine for JSP templates.
 class DefaultServletEngine
          DefaultServletEngine implements TemplateEngine for servlet templates.
 

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

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

Uses of Configurable in org.norther.tammi.sprig.chart
 

Subinterfaces of Configurable in org.norther.tammi.sprig.chart
 interface ChartGenerator
          An interface to chart generators.
 

Classes in org.norther.tammi.sprig.chart that implement Configurable
 class AbstractChartGenerator
          An abstract implementation of the ChartGenerator.
 

Uses of Configurable in org.norther.tammi.sprig.jasper
 

Subinterfaces of Configurable in org.norther.tammi.sprig.jasper
 interface JasperReports
          A JasperReports specific extension to ReportEngine.
 

Classes in org.norther.tammi.sprig.jasper that implement Configurable
 class DefaultJasperReports
          A JasperReports specific implementation of ReportEngine.
 

Uses of Configurable in org.norther.tammi.sprig.jfree
 

Subinterfaces of Configurable in org.norther.tammi.sprig.jfree
 interface JFreeCharts
          A JFreeCharts specific extension to ChartGenerator.
 interface JFreeReports
          A JFreeReports specific extension to ReportEngine.
 

Classes in org.norther.tammi.sprig.jfree that implement Configurable
 class DefaultJFreeCharts
          A JFreeChart specific implementation of ChartGenerator.
 class DefaultJFreeReports
          A JFreeReport specific implementation of ReportEngine.
 

Uses of Configurable in org.norther.tammi.sprig.report
 

Subinterfaces of Configurable in org.norther.tammi.sprig.report
 interface ReportEngine
          An interface to report engines.
 

Classes in org.norther.tammi.sprig.report that implement Configurable
 class AbstractReportEngine
          An abstract implementation of ReportEngine.
 



Copyright © 2004 The Norther Organization. All rights reserved.