java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletBase
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
- Direct Known Subclasses:
ValidatorBase
,ValidatorBaseJson
public abstract class ServletBase
extends jakarta.servlet.http.HttpServlet
Addition HTTP Servlet operations.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
Done via web.xmlstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setCommonHeaders
(jakarta.servlet.http.HttpServletResponse httpResponse) static void
setCommonHeadersForOptions
(jakarta.servlet.http.HttpServletResponse httpResponse) static void
setVaryHeader
(jakarta.servlet.http.HttpServletResponse httpResponse) Methods inherited from class jakarta.servlet.http.HttpServlet
init, service
Methods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
METHOD_DELETE
- See Also:
-
METHOD_HEAD
- See Also:
-
METHOD_GET
- See Also:
-
METHOD_OPTIONS
- See Also:
-
METHOD_POST
- See Also:
-
METHOD_PUT
- See Also:
-
METHOD_TRACE
- See Also:
-
METHOD_PATCH
- See Also:
-
CORS_ENABLED
public static boolean CORS_ENABLEDDone via web.xml
-
-
Method Details
-
setVaryHeader
public static void setVaryHeader(jakarta.servlet.http.HttpServletResponse httpResponse) -
setCommonHeadersForOptions
public static void setCommonHeadersForOptions(jakarta.servlet.http.HttpServletResponse httpResponse) -
setCommonHeaders
public static void setCommonHeaders(jakarta.servlet.http.HttpServletResponse httpResponse)
-