Uses of Class
org.eclipse.rdf4j.workbench.exceptions.BadRequestException
-
Uses of BadRequestException in org.eclipse.rdf4j.workbench.commands
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionvoid
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
Get the integer value associated with the given parameter name.QueryStorage.getQueryText
(HTTPRepository repository, String owner, String queryName) Retrieves the specified query text.WorkbenchRequest.getResource
(String name) Returns aResource
corresponding to the value of the given parameter name.Gets the URI referred to by the parameter value.Gets the URL referred to by the parameter value.Gets theValue
referred to by the parameter value.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.