Package | Description |
---|---|
com.epimorphics.lda.renderers |
The renderers package contains the Renderer interface and the standard
implementations -- HTML, JSON, XML, Turtle -- and the infrastructure for
accessing them.
|
com.epimorphics.lda.specs |
The specs package contains the classes that interpret linked
data API configurations and their endpoints.
|
com.epimorphics.lda.support |
The support package contains classes that support Elda's
linked-data-API operations but which would clutter the packages
containing the supported classes.
|
Modifier and Type | Method and Description |
---|---|
Factories |
Factories.copy() |
static Factories |
BuiltinRendererTable.getBuiltinRenderers() |
Modifier and Type | Field and Description |
---|---|
protected Factories |
APIEndpointSpec.factoryTable |
protected Factories |
APISpec.factoryTable |
Modifier and Type | Method and Description |
---|---|
Factories |
APIEndpointSpec.getRendererFactoryTable() |
Factories |
APISpec.getRendererFactoryTable()
Answer a copy of the renderer factory map.
|
Modifier and Type | Method and Description |
---|---|
static Factories |
RendererFactoriesSpec.createFactoryTable(com.hp.hpl.jena.rdf.model.Resource endpoint)
Answers a renderer factory table with the built-in formatters and additional
entries from the api:formatter properties of
endpoint . |
static Factories |
RendererFactoriesSpec.createFactoryTable(com.hp.hpl.jena.rdf.model.Resource endpoint,
Factories rf)
Answers a renderer factory table by updating
rf with additional
entries from the api:formatter properties of endpoint . |
Modifier and Type | Method and Description |
---|---|
static Factories |
RendererFactoriesSpec.createFactoryTable(com.hp.hpl.jena.rdf.model.Resource endpoint,
Factories rf)
Answers a renderer factory table by updating
rf with additional
entries from the api:formatter properties of endpoint . |
Copyright © 2014. All Rights Reserved.