Uses of Class
org.apache.jena.fuseki.server.OperationRegistry
Packages that use OperationRegistry
-
Uses of OperationRegistry in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return OperationRegistryModifier and TypeMethodDescriptionstatic OperationRegistry
OperationRegistry.createEmpty()
Create an emptyOperationRegistry
.static OperationRegistry
OperationRegistry.createStd()
Create aOperationRegistry
with the standard operations included.static OperationRegistry
OperationRegistry.get()
Return the current server-wide standard configuration.static OperationRegistry
OperationRegistry.get
(javax.servlet.ServletContext servletContext) Methods in org.apache.jena.fuseki.server with parameters of type OperationRegistryModifier and TypeMethodDescriptionstatic void
OperationRegistry.copyConfig
(OperationRegistry src, OperationRegistry dst) Copy the configuration fromsrc
intodst
.static void
OperationRegistry.set
(javax.servlet.ServletContext cxt, OperationRegistry registry) void
DataService.setEndpointProcessors
(OperationRegistry operationRegistry) Set anyActionService
processors that are currently unset.Constructors in org.apache.jena.fuseki.server with parameters of type OperationRegistry -
Uses of OperationRegistry in org.apache.jena.fuseki.servlets
Methods in org.apache.jena.fuseki.servlets that return OperationRegistryModifier and TypeMethodDescriptionHttpAction.getOperationRegistry()
Get theOperationRegistry
for this action.