Uses of Class
org.pelds.servlet.Servlet

Packages that use Servlet
org.pelds.servlet   
 

Uses of Servlet in org.pelds.servlet
 

Subclasses of Servlet in org.pelds.servlet
 class CertRequestServlet
          Takes a SPKAC request, creates a SSL X509 certificate, sends that back to the user and is happy
 class DereferencingRequestServlet
          Handles Linked Data derferencing requests, creates a SPARQL DESCRIBE QUERY by looking up the named graphs the requested resource appears in, and forwards to an URL containing this query
 class QueryRequestServlet
          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.
 class RuleRequestServlet
          Updates the access policy for a given RDF dataset.
 class UpdateRequestServlet
          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.