Uses of Class
org.openxri.config.impl.AbstractComponent

Packages that use AbstractComponent
org.openxri.plugin.impl   
org.openxri.server.impl   
org.openxri.store.impl   
org.openxri.store.impl.db   
org.openxri.store.impl.n   
org.openxri.urimapper.impl   
 

Uses of AbstractComponent in org.openxri.plugin.impl
 

Subclasses of AbstractComponent in org.openxri.plugin.impl
 class NullPlugin
          A plugin that can handle nothing.
 class RedirectPlugin
          A plugin that can issues a HTTP redirect to a preconfigured URI.
 class SampleDataPlugin
          A plugin that can load the store with some example data.
 

Uses of AbstractComponent in org.openxri.server.impl
 

Subclasses of AbstractComponent in org.openxri.server.impl
 class AbstractServer
          Provides a starting point for Server implementations.
 class BasicServer
          A basic server class that lets the AbstractServer look up authorities, retrieve their static information, and execute the appropriate LOKOUP pipeline.
 class NullServer
          A server that returns only empty XRDSes.
 class TrustedServer
          An extension to BasicServer that adds trust information to the XRD before it is sent out.
 

Uses of AbstractComponent in org.openxri.store.impl
 

Subclasses of AbstractComponent in org.openxri.store.impl
 class AbstractStore
          Some helper methods for store implementations.
 

Uses of AbstractComponent in org.openxri.store.impl.db
 

Subclasses of AbstractComponent in org.openxri.store.impl.db
 class DatabaseStore
          A class using Hibernate for implementing the basic and several extended store operations.
 

Uses of AbstractComponent in org.openxri.store.impl.n
 

Subclasses of AbstractComponent in org.openxri.store.impl.n
 class NullStore
          A store that implements all the store interfaces, but does not actually store or retrieve anything.
 

Uses of AbstractComponent in org.openxri.urimapper.impl
 

Subclasses of AbstractComponent in org.openxri.urimapper.impl
 class FolderURIMapper
          Implements the URIMapper interface, using a folder structure for URLs.
 class NullURIMapper
          Can parse nothing, appends nothing, and there's no reason to use it :)
 class QueryURIMapper
          Implements the URIMapper interface based on a simple query-parameter based scheme.
 class RegexURIMapper
          This abstract class can parse an URI using regular expressions for the root namespace (e.g.
 class SingleNamespaceURIMapper
          An URI mapper assuming a fixed namespace (root authority).
 



Copyright © 2005-2012. All Rights Reserved.