java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable,ActionLifecycle,ActionProcessor
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(HttpAction action) The validation step of a requestMethods inherited from class org.apache.jena.fuseki.ctl.ActionContainerItem
execOptions, executeMethods inherited from class org.apache.jena.fuseki.ctl.ActionCtl
getItemDataAccessPoint, getItemDataAccessPoint, getItemDataset, getItemDatasetName, getItemName, processMethods inherited from class jakarta.servlet.http.HttpServlet
init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execAny, execDelete, execGet, execHead, execPatch, execPost, execPut, execTrace
-
Constructor Details
-
ActionCompact
public ActionCompact()
-
-
Method Details
-
validate
Description copied from interface:ActionLifecycleThe validation step of a request
-