Class SavedQueriesServlet
java.lang.Object
org.eclipse.rdf4j.workbench.base.AbstractServlet
org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
org.eclipse.rdf4j.workbench.base.TransformationServlet
org.eclipse.rdf4j.workbench.commands.SavedQueriesServlet
- All Implemented Interfaces:
 javax.servlet.Servlet, RepositoryServlet
Servlet that provides a page to access saved queries.
- Author:
 - Dale Visser
 
- 
Field Summary
Fields inherited from class TransformationServlet
CONTEXT, cookies, INFO, NON_VERIFYING_PARSER_CONFIGFields inherited from class AbstractRepositoryServlet
info, manager, MANAGER_PARAM, repository, REPOSITORY_PARAM, vfFields inherited from class AbstractServlet
ACCEPT, appConfig, APPLICATION_JAVASCRIPT, APPLICATION_SPARQL_RESULTS_XML, APPLICATION_XML, config, DEFAULT_JSONP_CALLBACK_PARAMETER, JSONP_CALLBACK_PARAMETER, JSONP_ENABLED, JSONP_VALIDATOR, log, MOZILLA, MSIE, SERVER_PASSWORD, SERVER_USER, SERVER_USER_PASSWORD, TEXT_HTML, TEXT_PLAIN, USER_AGENT - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoPost(WorkbenchRequest wreq, javax.servlet.http.HttpServletResponse resp, String xslPath) String[]voidinit(javax.servlet.ServletConfig config) protected voidservice(WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, String xslPath) Methods inherited from class TransformationServlet
service, serviceMethods inherited from class AbstractRepositoryServlet
setRepository, setRepositoryInfo, setRepositoryManagerMethods inherited from class AbstractServlet
checkJSONP, destroy, getBooleanResultFormat, getJSONPResultFormat, getResultWriter, getServletConfig, getServletInfo, getTupleResultBuilder, getTupleResultFormat, serviceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, service 
- 
Constructor Details
- 
SavedQueriesServlet
public SavedQueriesServlet() 
 - 
 - 
Method Details
- 
getCookieNames
- Overrides:
 getCookieNamesin classTransformationServlet
 - 
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException - Specified by:
 initin interfacejavax.servlet.Servlet- Overrides:
 initin classTransformationServlet- Throws:
 javax.servlet.ServletException
 - 
service
protected void service(WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, String xslPath) throws IOException, RDF4JException, BadRequestException - Overrides:
 servicein classTransformationServlet- Throws:
 IOExceptionRDF4JExceptionBadRequestException
 - 
doPost
protected void doPost(WorkbenchRequest wreq, javax.servlet.http.HttpServletResponse resp, String xslPath) throws BadRequestException, IOException, RDF4JException - Overrides:
 doPostin classTransformationServlet- Throws:
 BadRequestExceptionIOExceptionRDF4JException
 
 -