org.openrdf.server.metadata.controllers
Class FileSystemController

java.lang.Object
  extended by org.openrdf.server.metadata.controllers.FileSystemController

public class FileSystemController
extends Object


Constructor Summary
FileSystemController()
           
 
Method Summary
 Response delete(Request req)
           
 Response get(Request req)
           
 Response put(Request req)
           
protected  void removeMediaType(WebResource target)
           
protected  WebResource setMediaType(RDFResource target, String mediaType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemController

public FileSystemController()
Method Detail

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.