JavaScript is disabled on your browser.
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletBase
All Implemented Interfaces:
Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
ActionBackup , SPARQL_ServletBase
public abstract class ServletBase
extends javax.servlet.http.HttpServlet
An abstract HTTP Servlet. Contains implementation methods for setting the request status in a HTTP Action,
and a mechanism to allocate unique ID's to new requests.
See Also: Serialized Form
Method Summary
Methods
Modifier and Type
Method and Description
static void
setCommonHeaders (javax.servlet.http.HttpServletResponse httpResponse)
static void
setCommonHeadersForOptions (javax.servlet.http.HttpServletResponse httpResponse)
static void
setVaryHeader (javax.servlet.http.HttpServletResponse httpResponse)
Methods inherited from class javax.servlet.http.HttpServlet
service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
Licenced under the Apache License, Version 2.0