org.openrdf.server.metadata.controllers
Class FileSystemController
java.lang.Object
org.openrdf.server.metadata.controllers.FileSystemController
public class FileSystemController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemController
public FileSystemController()
get
public Response get(Request req)
throws MethodNotAllowedException,
RepositoryException,
QueryEvaluationException,
MimeTypeParseException
- Throws:
MethodNotAllowedException
RepositoryException
QueryEvaluationException
MimeTypeParseException
put
public Response put(Request req)
throws MethodNotAllowedException,
RepositoryException,
QueryEvaluationException,
IOException,
NoSuchAlgorithmException
- Throws:
MethodNotAllowedException
RepositoryException
QueryEvaluationException
IOException
NoSuchAlgorithmException
delete
public Response delete(Request req)
throws MethodNotAllowedException,
RepositoryException
- Throws:
MethodNotAllowedException
RepositoryException
setMediaType
protected WebResource setMediaType(RDFResource target,
String mediaType)
throws RepositoryException
- Throws:
RepositoryException
removeMediaType
protected void removeMediaType(WebResource target)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.