java.lang.Object
org.apache.jena.fuseki.build.FusekiExt

public class FusekiExt extends Object
Operations to extend Fuseki with external code.
  • Constructor Details

    • FusekiExt

      public FusekiExt()
  • Method Details

    • registerOperation

      public static void registerOperation(Operation op, ActionService handler)
      Make a new operation available.
    • unregisterOperation

      public static void unregisterOperation(Operation op, ActionService handler)
      Remove an operation.