Uses of Class
org.apache.jena.fuseki.servlets.ActionService
Packages that use ActionService
Package
Description
-
Uses of ActionService in org.apache.jena.fuseki.build
Methods in org.apache.jena.fuseki.build with parameters of type ActionServiceModifier and TypeMethodDescriptionstatic void
FusekiExt.registerOperation
(Operation op, ActionService handler) Make a new operation available.static void
FusekiExt.unregisterOperation
(Operation op, ActionService handler) Remove an operation. -
Uses of ActionService in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return ActionServiceModifier and TypeMethodDescriptionOperationRegistry.findHandler
(Operation operation) Find theActionService
implementation for anOperation
, or return null..Methods in org.apache.jena.fuseki.server with parameters of type ActionServiceModifier and TypeMethodDescriptionvoid
OperationRegistry.register
(Operation operation, String contentType, ActionService action) Register a newOperation
, with itsContent-Type
(may be null, meaning no dispatch by content type), and the implementation handler.void
OperationRegistry.register
(Operation operation, ActionService action) Register a newOperation
and the implementation handler. -
Uses of ActionService in org.apache.jena.fuseki.servlets
Subclasses of ActionService in org.apache.jena.fuseki.servletsModifier and TypeClassDescriptionclass
class
class
Common point for operations that are "REST"ish (use GET/PUT etc as operations).class
A NoOp implementation ofActionService
.class
The "everything unsupported" ActionREST implemenationclass
class
class
class
AnActionService
that denies service.class
A Fuseki service to receive and apply a patch.class
SHACL validation service.class
static class
class
class
Handle SPARQL Query requests over the SPARQL Protocol.class
Upload files to a server. -
Uses of ActionService in org.apache.jena.fuseki.servlets.prefixes
Subclasses of ActionService in org.apache.jena.fuseki.servlets.prefixesModifier and TypeClassDescriptionclass
Base ofActionREST
that provides to anHttpAction
.class
AnActionREST
that provides a all the HTTP services over a fixedPrefixesAccess
.