org.openrdf.workbench.base
Class TupleServlet
java.lang.Object
org.openrdf.workbench.base.BaseServlet
org.openrdf.workbench.base.BaseRepositoryServlet
org.openrdf.workbench.base.TransformationServlet
org.openrdf.workbench.base.TupleServlet
- All Implemented Interfaces:
- javax.servlet.Servlet, RepositoryServlet
- Direct Known Subclasses:
- ContextsServlet, ExploreServlet, ExportServlet, TypesServlet
public abstract class TupleServlet
- extends TransformationServlet
| 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 |
xsl
protected String xsl
variables
protected String[] variables
TupleServlet
public TupleServlet(String xsl,
String... variables)
service
protected void service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath)
throws Exception
- Overrides:
service in class TransformationServlet
- Throws:
Exception
service
protected void service(WorkbenchRequest req,
TupleResultBuilder builder,
RepositoryConnection con)
throws Exception
- Throws:
Exception
service
protected void service(TupleResultBuilder builder,
RepositoryConnection con)
throws Exception
- Throws:
Exception
Copyright © 2001-2012 Aduna. All Rights Reserved.