Uses of Interface
org.apache.jena.fuseki.servlets.ActionProcessor
Package
Description
-
Uses of ActionProcessor in org.apache.jena.fuseki.ctl
Modifier and TypeClassDescriptionclass
Base helper class for creating async tasks on "items", based on POSTclass
class
Base for actions that are container and also have actions on itemsclass
Base class for control actions.class
Action on items in a container, but not the container itselfclass
class
A task that kicks off a asynchronous operation that simply waits and exits.class
class
class
-
Uses of ActionProcessor in org.apache.jena.fuseki.server
Modifier and TypeMethodDescriptionEndpoint.Builder.processor
(ActionProcessor processor) void
Endpoint.setProcessor
(ActionProcessor proc) Directly replace theActionProcessor
. -
Uses of ActionProcessor in org.apache.jena.fuseki.servlets
Modifier and TypeClassDescriptionclass
Base of all implementations of serviceHttpAction
.class
class
class
Common point for operations that are "REST"ish (use GET/PUT etc as operations).class
class
A NoOp implementation of .class
The "everything unsupported" ActionREST implemenationclass
class
class
class
AnActionService
that denies service.class
A Fuseki service to receive and apply a patch.class
Servlet with inheritance forActionProcessor
.class
SHACL validation service.class
static class
class
class
Handle SPARQL Query requests over the SPARQL Protocol.class
Upload files to a server.Modifier and TypeMethodDescriptionstatic void
ActionExecLib.execAction
(HttpAction action, ActionProcessor processor) Standard execution lifecycle for a SPARQL Request.Modifier and TypeMethodDescriptionstatic boolean
ActionExecLib.execAction
(HttpAction action, Supplier<ActionProcessor> processor) execAction, allowing for a choice ofActionProcessor
within the logging and error handling.ModifierConstructorDescriptionServletAction
(ActionProcessor actionProcessor, org.slf4j.Logger log) Constructor for an externalActionProcessor
. -
Uses of ActionProcessor in org.apache.jena.fuseki.servlets.prefixes
Modifier and TypeClassDescriptionclass
Base ofActionREST
that provides to anHttpAction
.class
An that provides a all the HTTP services over a fixedPrefixesAccess
.