Package solutions.linked.slds
Class ExtensibleRootResource
- java.lang.Object
-
- solutions.linked.slds.RootResource
-
- solutions.linked.slds.ExtensibleRootResource
-
@Path("") public class ExtensibleRootResource extends RootResourceThe 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.
-
-
Field Summary
-
Fields inherited from class solutions.linked.slds.RootResource
config
-
-
Constructor Summary
Constructors Constructor Description ExtensibleRootResource(org.apache.clerezza.rdf.utils.GraphNode config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.clerezza.commons.rdf.GraphgetGraphFor(org.apache.clerezza.commons.rdf.IRI effectiveResource)-
Methods inherited from class solutions.linked.slds.RootResource
getResourceDescription
-
-
-
-
Method Detail
-
getGraphFor
protected org.apache.clerezza.commons.rdf.Graph getGraphFor(org.apache.clerezza.commons.rdf.IRI effectiveResource) throws IOException- Specified by:
getGraphForin classRootResource- Throws:
IOException
-
-