Package solutions.linked.slds
Class RootResource
- java.lang.Object
-
- solutions.linked.slds.RootResource
-
- Direct Known Subclasses:
ExtensibleRootResource
@Path("") public abstract class RootResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.apache.clerezza.rdf.utils.GraphNodeconfig
-
Constructor Summary
Constructors Constructor Description RootResource(org.apache.clerezza.rdf.utils.GraphNode config)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.apache.clerezza.commons.rdf.GraphgetGraphFor(org.apache.clerezza.commons.rdf.IRI resource)org.apache.clerezza.commons.rdf.GraphgetResourceDescription(javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo)
-
-
-
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
-
-