org.openrdf.workbench.base
Class TransformationServlet
java.lang.Object
org.openrdf.workbench.base.BaseServlet
org.openrdf.workbench.base.BaseRepositoryServlet
org.openrdf.workbench.base.TransformationServlet
- All Implemented Interfaces:
- javax.servlet.Servlet, RepositoryServlet
- Direct Known Subclasses:
- AddServlet, ClearServlet, CreateServlet, DeleteServlet, InformationServlet, InfoServlet, NamespacesServlet, QueryServlet, RemoveServlet, RepositoriesServlet, SummaryServlet, TupleServlet
public abstract class TransformationServlet
- extends BaseRepositoryServlet
| 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 |
TransformationServlet
public TransformationServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Servlet- Overrides:
init in class BaseRepositoryServlet
- Throws:
javax.servlet.ServletException
getCookieNames
public String[] getCookieNames()
service
public final void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
- Overrides:
service in class BaseServlet
- Throws:
javax.servlet.ServletException
IOException
doPost
protected void doPost(WorkbenchRequest wreq,
javax.servlet.http.HttpServletResponse resp,
String xslPath)
throws Exception
- Throws:
Exception
service
protected void service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath)
throws Exception
- Throws:
Exception
service
protected void service(PrintWriter writer,
String xslPath)
throws Exception
- Throws:
Exception
Copyright © 2001-2008 Aduna. All Rights Reserved.