org.openrdf.server.metadata.behaviours
Class WebResourceSupport

java.lang.Object
  extended by org.openrdf.server.metadata.behaviours.WebResourceSupport
All Implemented Interfaces:
RDFObject, RDFResource, WebResource

public abstract class WebResourceSupport
extends Object
implements WebResource


Field Summary
 
Fields inherited from interface org.openrdf.repository.object.RDFObject
GET_CONNECTION, GET_RESOURCE
 
Constructor Summary
WebResourceSupport()
           
 
Method Summary
 void extractMetadata(File file)
           
 URI getURI()
           
 String identityTag()
           
 String mimeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.server.metadata.concepts.WebResource
getContentMD5, getMediaType, setContentMD5, setMediaType
 
Methods inherited from interface org.openrdf.server.metadata.concepts.RDFResource
getRedirect, getRevision, lastModified, setRedirect, setRevision, variantTag
 
Methods inherited from interface org.openrdf.repository.object.RDFObject
getObjectConnection, getResource
 

Constructor Detail

WebResourceSupport

public WebResourceSupport()
Method Detail

identityTag

public String identityTag()
Specified by:
identityTag in interface WebResource

mimeType

public String mimeType()
Specified by:
mimeType in interface WebResource

extractMetadata

public void extractMetadata(File file)
Specified by:
extractMetadata in interface WebResource

getURI

public URI getURI()
Specified by:
getURI in interface WebResource


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.