Uses of Interface
org.joseki.server.module.Loadable

Packages that use Loadable
org.joseki.server   
org.joseki.server.module   
org.joseki.server.processors   
org.joseki.server.processors.fetch   
org.joseki.server.source   
org.joseki.test   
 

Uses of Loadable in org.joseki.server
 

Subinterfaces of Loadable in org.joseki.server
 interface Processor
          Interface for all processors.
 interface QueryProcessor
           
 

Uses of Loadable in org.joseki.server.module
 

Methods in org.joseki.server.module that return Loadable
 Loadable Loader.loadAndInstantiate(com.hp.hpl.jena.rdf.model.Resource bindingResource, java.lang.Class expectedType)
           
 

Uses of Loadable in org.joseki.server.processors
 

Classes in org.joseki.server.processors that implement Loadable
 class AddProcessor
          Processor to add the statements in the argument model into the target model.
 class OneArgProcessor
          General template for any operation that takes exactly one model as argument
 class OptionsProcessor
          Processor that produces the meta-data for an attached model.
 class PingProcessor
          Ping operation processor.
 class ProcessorCom
          General template
 class QueryModelProcessor
          This class is the indirection for queries that are specified by an RDF model.
 class QueryProcessorCom
          Query processor framework that returns the whole model.
 class QueryProcessorFetch
          Query processor that returns the data object referenced.
 class QueryProcessorGET
          Query processor that returns the whole model.
 class QueryProcessorRDQL
          Query processor that executes an RDQL query on a model and returns the smallest subgraph that gives the same query results.
 class QueryProcessorSPO
          Query processor that returns the whole model.
 class RemoveProcessor
          Processor to remove the statements in the argument model from the target model.
 class ZeroArgProcessor
          General template for any operation that takes no models (in the request body) as arguments - they can have parameters.
 

Uses of Loadable in org.joseki.server.processors.fetch
 

Classes in org.joseki.server.processors.fetch that implement Loadable
 class FetchClosure
          Fetch handler to find the bNode-closure from a resource.
 

Uses of Loadable in org.joseki.server.source
 

Classes in org.joseki.server.source that implement Loadable
 class SourceControllerFile
          SourceController for RDF models held in files.
 class SourceControllerFileDebug
          A simple SourceController which provides some monitoring facilities, based on the standard SourceControllerFile.
 class SourceControllerRDB
          SourceController for RDF models held in databases.
 

Uses of Loadable in org.joseki.test
 

Classes in org.joseki.test that implement Loadable
 class ClearModelProcessor
          This processor is only for testing.
 



Copyright © 2002 Hewlett-Packard. All Rights Reserved.