Uses of Class
org.eclipse.rdf4j.workbench.exceptions.BadRequestException
-
Packages that use BadRequestException Package Description org.eclipse.rdf4j.workbench.commands org.eclipse.rdf4j.workbench.util -
-
Uses of BadRequestException in org.eclipse.rdf4j.workbench.commands
Methods in org.eclipse.rdf4j.workbench.commands that throw BadRequestException Modifier and Type Method 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
ExploreServlet. service(WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, TupleResultBuilder builder, RepositoryConnection con)
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)
-
Uses of BadRequestException in org.eclipse.rdf4j.workbench.util
Methods in org.eclipse.rdf4j.workbench.util that throw BadRequestException Modifier and Type Method 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 aResource
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 theValue
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.
-