org.pelds.servlet
Class RuleRequestServlet

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

public class RuleRequestServlet
extends Servlet

Updates the access policy for a given RDF dataset. Policy has to be given in PsSF format, user can only set / change the policy if she created the corresponding graph, if no graph with the given identifier exists, it is created.

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

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

RuleRequestServlet

public RuleRequestServlet()