Class ExtensibleRootResource


  • @Path("")
    public class ExtensibleRootResource
    extends RootResource
    The class looks for instances of xlds:ResourceDescriptionProvider in the configuration and create the respective instances. GET Requests to a resource are answered with the Union of the graphs returned by the providers.
    • Constructor Detail

      • ExtensibleRootResource

        public ExtensibleRootResource​(org.apache.clerezza.rdf.utils.GraphNode config)
    • Method Detail