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 voidFusekiExt.registerOperation(Operation op, ActionService handler) Make a new operation available.static voidFusekiExt.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 theActionServiceimplementation for anOperation, or return null..Methods in org.apache.jena.fuseki.server with parameters of type ActionServiceModifier and TypeMethodDescriptionvoidOperationRegistry.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.voidOperationRegistry.register(Operation operation, ActionService action) Register a newOperationand the implementation handler. -
Uses of ActionService in org.apache.jena.fuseki.servlets
Subclasses of ActionService in org.apache.jena.fuseki.servletsModifier and TypeClassDescriptionclassclassclassCommon point for operations that are "REST"ish (use GET/PUT etc as operations).classA NoOp implementation ofActionService.classThe "everything unsupported" ActionREST implemenationclassclassclassclassAnActionServicethat denies service.classA Fuseki service to receive and apply a patch.classSHACL validation service.classstatic classclassclassHandle SPARQL Query requests over the SPARQL Protocol.classUpload 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 TypeClassDescriptionclassBase ofActionRESTthat provides to anHttpAction.classAnActionRESTthat provides a all the HTTP services over a fixedPrefixesAccess.