java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletProcessor
org.apache.jena.fuseki.ctl.ActionCtl
org.apache.jena.fuseki.ctl.ActionContainerItem
org.apache.jena.fuseki.ctl.ActionStats
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
,ActionLifecycle
,ActionProcessor
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonObject
generateStats
(DataAccessPoint access) static JsonObject
generateStats
(DataAccessPointRegistry registry) void
validate
(HttpAction action) The validation step of a requestMethods inherited from class org.apache.jena.fuseki.ctl.ActionContainerItem
execOptions, execute
Methods inherited from class org.apache.jena.fuseki.ctl.ActionCtl
getItemDataAccessPoint, getItemDataAccessPoint, getItemDataset, getItemDatasetName, getItemName, process
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
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.ActionProcessor
execAny, execDelete, execGet, execHead, execPatch, execPost, execPut, execTrace
-
Constructor Details
-
ActionStats
public ActionStats()
-
-
Method Details
-
validate
Description copied from interface:ActionLifecycle
The validation step of a request -
generateStats
-
generateStats
-