java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletProcessor
org.apache.jena.fuseki.ctl.ActionCtl
org.apache.jena.fuseki.ctl.ActionContainerItem
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
,ActionLifecycle
,ActionProcessor
- Direct Known Subclasses:
ActionItem
,ActionStats
Base for actions that are container and also have actions on items
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execOptions
(HttpAction action) final void
execute
(HttpAction action) The perform step of a requestMethods inherited from class org.apache.jena.fuseki.ctl.ActionCtl
getItemDataAccessPoint, getItemDataAccessPoint, getItemDataset, getItemDatasetName, getItemName, process
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
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.fuseki.servlets.ActionLifecycle
validate
Methods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execAny, execDelete, execGet, execHead, execPatch, execPost, execPut, execTrace
-
Method Details
-
execute
Description copied from interface:ActionLifecycle
The perform step of a request -
execOptions
-