org.openrdf.workbench.commands
Class DeleteServlet
java.lang.Object
org.openrdf.workbench.base.BaseServlet
org.openrdf.workbench.base.BaseRepositoryServlet
org.openrdf.workbench.base.TransformationServlet
org.openrdf.workbench.commands.DeleteServlet
- All Implemented Interfaces:
- javax.servlet.Servlet, RepositoryServlet
public class DeleteServlet
- extends TransformationServlet
|
Field Summary |
static String |
CONTEXT_QUERY
Query that yields the context of a specific repository configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.Servlet |
destroy, getServletConfig, getServletInfo, service |
CONTEXT_QUERY
public static final String CONTEXT_QUERY
- Query that yields the context of a specific repository configuration.
DeleteServlet
public DeleteServlet()
doPost
protected void doPost(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath)
throws Exception
- Overrides:
doPost in class TransformationServlet
- Throws:
Exception
service
public void service(PrintWriter out,
String xslPath)
throws RepositoryException
- Overrides:
service in class TransformationServlet
- Throws:
RepositoryException
Copyright © 2001-2008 Aduna. All Rights Reserved.