Uses of Interface
org.openxri.config.Component

Packages that use Component
org.openxri.admin.webpages.components   
org.openxri.config   
org.openxri.config.impl   
org.openxri.plugin   
org.openxri.plugin.impl   
org.openxri.server   
org.openxri.server.impl   
org.openxri.store   
org.openxri.store.impl   
org.openxri.store.impl.db   
org.openxri.store.impl.n   
org.openxri.urimapper   
org.openxri.urimapper.impl   
 

Uses of Component in org.openxri.admin.webpages.components
 

Constructors in org.openxri.admin.webpages.components with parameters of type Component
ComponentPanel(java.lang.String id, Component component)
           
 

Uses of Component in org.openxri.config
 

Methods in org.openxri.config that return Component
 Component ComponentRegistry.getComponent(java.lang.Class<? extends Component> interfaceClass)
           
 

Methods in org.openxri.config that return types with arguments of type Component
 java.util.List<Component> ComponentRegistry.getComponents()
           
 

Method parameters in org.openxri.config with type arguments of type Component
 Component ComponentRegistry.getComponent(java.lang.Class<? extends Component> interfaceClass)
           
 

Uses of Component in org.openxri.config.impl
 

Classes in org.openxri.config.impl that implement Component
 class AbstractComponent
           
 

Uses of Component in org.openxri.plugin
 

Subinterfaces of Component in org.openxri.plugin
 interface Plugin
          Provides interface for extending the functionality of the server to respond to non-XRI specified requests.
 

Uses of Component in org.openxri.plugin.impl
 

Classes in org.openxri.plugin.impl that implement Component
 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 Component in org.openxri.server
 

Subinterfaces of Component in org.openxri.server
 interface Server
          Interface for server operations.
 

Uses of Component in org.openxri.server.impl
 

Classes in org.openxri.server.impl that implement Component
 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 Component in org.openxri.store
 

Subinterfaces of Component in org.openxri.store
 interface Store
           
 interface StoreResettable
           
 

Uses of Component in org.openxri.store.impl
 

Classes in org.openxri.store.impl that implement Component
 class AbstractStore
          Some helper methods for store implementations.
 

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

Classes in org.openxri.store.impl.db that implement Component
 class DatabaseStore
          A class using Hibernate for implementing the basic and several extended store operations.
 

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

Classes in org.openxri.store.impl.n that implement Component
 class NullStore
          A store that implements all the store interfaces, but does not actually store or retrieve anything.
 

Uses of Component in org.openxri.urimapper
 

Subinterfaces of Component in org.openxri.urimapper
 interface URIMapper
          Provides an interface for taking the HTTP Request and mapping it to a data structure that describes the type of XRI resolution request it is.
 

Uses of Component in org.openxri.urimapper.impl
 

Classes in org.openxri.urimapper.impl that implement Component
 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.