|
GeoPubby
Version 0.1.0.0
|
A resource that is mapped between the SPARQL dataset and the Web server. More...

Public Member Functions | |
| MappedResource (String relativeWebURI, String datasetURI, Configuration config, Dataset dataset) | |
| Dataset | getDataset () |
| String | getDatasetURI () |
| HypermediaControls | getController () |
Private Attributes | |
| final String | datasetURI |
| final Dataset | datasetConfig |
| final HypermediaControls | hypermediaResource |
A resource that is mapped between the SPARQL dataset and the Web server.
| MappedResource | ( | String | relativeWebURI, |
| String | datasetURI, | ||
| Configuration | config, | ||
| Dataset | dataset | ||
| ) |
References MappedResource.datasetURI, and Configuration.getControls().
| HypermediaControls getController | ( | ) |
References MappedResource.hypermediaResource.
| Dataset getDataset | ( | ) |
References MappedResource.datasetConfig.
| String getDatasetURI | ( | ) |
References MappedResource.datasetURI.
|
private |
Referenced by MappedResource.getDataset().
|
private |
Referenced by MappedResource.getDatasetURI(), and MappedResource.MappedResource().
|
private |
Referenced by MappedResource.getController().