java.lang.Object
org.apache.jena.fuseki.build.FusekiExt
Operations to extend Fuseki with external code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addDefaultEndpoint
(Operation op, String serviceName) Deprecated.static void
addDefaultEndpoint
(Operation op, String serviceName, boolean forUpdate) Deprecated.UseFusekiModules
with FusekiMain.static void
registerOperation
(Operation op, ActionService handler) Make a new operation available.static void
unregisterOperation
(Operation op, ActionService handler) Remove an operation.
-
Constructor Details
-
FusekiExt
public FusekiExt()
-
-
Method Details
-
addDefaultEndpoint
Deprecated.UseFusekiModules
with FusekiMain.Add a new operation, which will be included in a default configuration. The operation must have been added withregisterOperation(org.apache.jena.fuseki.server.Operation, org.apache.jena.fuseki.servlets.ActionService)
first. -
addDefaultEndpoint
@Deprecated public static void addDefaultEndpoint(Operation op, String serviceName, boolean forUpdate) Deprecated.UseFusekiModules
with FusekiMain.Add a new operation, which will be included in a default configuration, depending on whether it is for general inclusion or for inclusion for update only configuration. The operation must have been added withregisterOperation(org.apache.jena.fuseki.server.Operation, org.apache.jena.fuseki.servlets.ActionService)
first. -
registerOperation
Make a new operation available. -
unregisterOperation
Remove an operation.
-
FusekiModules
with FusekiMain.