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
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
-
registerOperation
Make a new operation available. -
unregisterOperation
Remove an operation.
-