org.openrdf.server.metadata.behaviours
Class ETagSupport

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

public abstract class ETagSupport
extends Object
implements RDFResource


Field Summary
 
Fields inherited from interface org.openrdf.repository.object.RDFObject
GET_CONNECTION, GET_RESOURCE
 
Constructor Summary
ETagSupport()
           
 
Method Summary
 long lastModified()
           
 String variantTag(String mediaType)
           
 
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.RDFResource
getRedirect, getRevision, setRedirect, setRevision
 
Methods inherited from interface org.openrdf.repository.object.RDFObject
getObjectConnection, getResource
 

Constructor Detail

ETagSupport

public ETagSupport()
Method Detail

variantTag

public String variantTag(String mediaType)
Specified by:
variantTag in interface RDFResource

lastModified

public long lastModified()
Specified by:
lastModified in interface RDFResource


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