Class RootResource

    • Field Detail

      • config

        public final org.apache.clerezza.rdf.utils.GraphNode config
    • Constructor Detail

      • RootResource

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

      • getResourceDescription

        @GET
        @Path("{path : .*}")
        public org.apache.clerezza.commons.rdf.Graph getResourceDescription​(@Context
                                                                            javax.ws.rs.core.HttpHeaders httpHeaders,
                                                                            @Context
                                                                            javax.ws.rs.core.UriInfo uriInfo)
                                                                     throws IOException
        Throws:
        IOException
      • getGraphFor

        protected abstract org.apache.clerezza.commons.rdf.Graph getGraphFor​(org.apache.clerezza.commons.rdf.IRI resource)
                                                                      throws IOException
        Throws:
        IOException