Package | Description |
---|---|
org.eclipse.rdf4j.workbench.commands | |
org.eclipse.rdf4j.workbench.util |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryServlet.doPost(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
protected void |
SavedQueriesServlet.doPost(WorkbenchRequest wreq,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
protected String |
QueryServlet.getQueryText(WorkbenchRequest req) |
protected void |
QueryServlet.service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
protected void |
SavedQueriesServlet.service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
protected void |
ExploreServlet.service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
TupleResultBuilder builder,
RepositoryConnection con) |
Modifier and Type | Method and Description |
---|---|
void |
QueryEvaluator.extractQueryAndEvaluate(TupleResultBuilder builder,
javax.servlet.http.HttpServletResponse resp,
OutputStream out,
String xslPath,
RepositoryConnection con,
String queryText,
WorkbenchRequest req,
CookieHandler cookies)
Evaluates the query submitted with the given request.
|
int |
WorkbenchRequest.getInt(String name)
Get the integer value associated with the given parameter name.
|
String |
QueryStorage.getQueryText(HTTPRepository repository,
String owner,
String queryName)
Retrieves the specified query text.
|
Resource |
WorkbenchRequest.getResource(String name)
Returns a
Resource corresponding to the value of the given parameter name. |
IRI |
WorkbenchRequest.getURI(String name)
Gets the URI referred to by the parameter value.
|
URL |
WorkbenchRequest.getUrl(String name)
Gets the URL referred to by the parameter value.
|
Value |
WorkbenchRequest.getValue(String name)
Gets the
Value referred to by the parameter value. |
IRI |
QueryStorage.selectSavedQuery(HTTPRepository repository,
String owner,
String queryName)
Returns the URI for the saved query in the given repository with the given name, owned by the given owner.
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.