java.lang.Object
org.apache.jena.fuseki.servlets.ActionBase
org.apache.jena.fuseki.servlets.ActionService
org.apache.jena.fuseki.servlets.SPARQL_Update
- All Implemented Interfaces:
ActionLifecycle
,ActionProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execGet
(HttpAction action) void
execOptions
(HttpAction action) void
execPatch
(HttpAction action) void
execPost
(HttpAction action) void
execute
(HttpAction action) The perform step of a requestvoid
validate
(HttpAction action) The validation step of a requestMethods inherited from class org.apache.jena.fuseki.servlets.ActionBase
process
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, execHead, execPut, execTrace
-
Constructor Details
-
SPARQL_Update
public SPARQL_Update()
-
-
Method Details
-
execOptions
-
execGet
-
execPost
-
execPatch
-
execute
Description copied from interface:ActionLifecycle
The perform step of a request -
validate
Description copied from interface:ActionLifecycle
The validation step of a request
-