org.pelds.servlet
Class UpdateRequestServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.pelds.servlet.Servlet
              extended by org.pelds.servlet.UpdateRequestServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class UpdateRequestServlet
extends Servlet

Processes a SPARQL/Update request on one given dataset, evaluates the access policy for the RDF Graph mentioned in the query, loads the graph, executes the query and checks if the changes were permitted by the given access policy. If so, the graph is saved.

Author:
Hannes Muehleisen (hannes@muehleisen.org)
See Also:
Serialized Form

Constructor Summary
UpdateRequestServlet()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateRequestServlet

public UpdateRequestServlet()