org.pelds.servlet
Class QueryRequestServlet

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.QueryRequestServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class QueryRequestServlet
extends Servlet

Processes a SPARQL SELECT, DESCRIBE or CONSTRUCT query, evaluates the access policy for the RDF Graph mentioned in the query, loads the graph, determines the authorized triples, executes the query on the authorized triples, and formats the results.

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

Constructor Summary
QueryRequestServlet()
           
 
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

QueryRequestServlet

public QueryRequestServlet()