org.dspace.adapters.rdf
Class DSpaceSiteAdapter

java.lang.Object
  extended by org.dspace.adapters.rdf.AdapterSupport
      extended by org.dspace.adapters.rdf.DSpaceObjectAdapter
          extended by org.dspace.adapters.rdf.DSpaceSiteAdapter
All Implemented Interfaces:
Adapter

public class DSpaceSiteAdapter
extends DSpaceObjectAdapter


Field Summary
 
Fields inherited from class org.dspace.adapters.rdf.AdapterSupport
baseUri, valueFactory
 
Constructor Summary
DSpaceSiteAdapter()
           
 
Method Summary
 void handle(DSpaceObject object)
          Generic RDF generation for DSpaceObject, should be overridden in upstream implementations.
 void handle(Site object)
           
 void handleChildren(DSpaceObject object)
           
 void handleNamespaces()
           
 
Methods inherited from class org.dspace.adapters.rdf.DSpaceObjectAdapter
cleanHTML, getFactory, render, setFactory
 
Methods inherited from class org.dspace.adapters.rdf.AdapterSupport
createResource, createResource, createResource, createResource, createResource, createResource, createResource, generateDefaultURI, getBaseUri, getContext, getMetadataServiceUri, getMetadataURL, getRDFHander, handleStatement, handleStatement, handleStatement, handleStatement, setBaseUri, setContext, setMetadataServiceUri, setRDFHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSpaceSiteAdapter

public DSpaceSiteAdapter()
Method Detail

handleNamespaces

public void handleNamespaces()
                      throws org.openrdf.rio.RDFHandlerException
Specified by:
handleNamespaces in interface Adapter
Overrides:
handleNamespaces in class DSpaceObjectAdapter
Throws:
org.openrdf.rio.RDFHandlerException

handle

public void handle(DSpaceObject object)
            throws org.openrdf.rio.RDFHandlerException
Description copied from interface: Adapter
Generic RDF generation for DSpaceObject, should be overridden in upstream implementations.

Specified by:
handle in interface Adapter
Specified by:
handle in class DSpaceObjectAdapter
Throws:
org.openrdf.rio.RDFHandlerException

handle

public void handle(Site object)
            throws org.openrdf.rio.RDFHandlerException
Throws:
org.openrdf.rio.RDFHandlerException

handleChildren

public void handleChildren(DSpaceObject object)
                    throws org.openrdf.rio.RDFHandlerException
Specified by:
handleChildren in interface Adapter
Specified by:
handleChildren in class DSpaceObjectAdapter
Throws:
org.openrdf.rio.RDFHandlerException


Copyright © 2008 The DSpace Foundation. All Rights Reserved.