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.renderers.velocity |
A renderer, based on Apache Velocity, for generating HTML views
of Elda resultsets.
|
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.
|
com.epimorphics.lda.support.statistics |
The statistics package contains the StatsValue class,
which stores Elda's query statistics, and its support class
Interval.
|
com.epimorphics.util |
The util package contains convenience classes.
|
Modifier and Type | Method and Description |
---|---|
Renderer.BytesOut |
TextPlainRenderer.render(Times t,
Bindings ignored,
Map<String,String> termBindings,
APIResultSet results) |
Renderer.BytesOut |
XMLRenderer.render(Times t,
Bindings rc,
Map<String,String> termBindings,
APIResultSet results) |
Renderer.BytesOut |
RDFXMLRenderer.render(Times t,
Bindings ignored,
Map<String,String> termBindings,
APIResultSet results) |
Renderer.BytesOut |
JSONRenderer.render(Times t,
Bindings b,
Map<String,String> termBindings,
APIResultSet results) |
Renderer.BytesOut |
FeedRenderer.render(Times t,
Bindings b,
Map<String,String> termBindings,
APIResultSet results) |
Renderer.BytesOut |
TurtleRenderer.render(Times t,
Bindings ignored,
Map<String,String> termBindings,
APIResultSet results) |
Renderer.BytesOut |
Renderer.render(Times t,
Bindings rc,
Map<String,String> termBindings,
APIResultSet results)
Render a result set.
|
void |
BytesOutTimed.writeAll(Times t,
OutputStream os) |
void |
Renderer.BytesOut.writeAll(Times t,
OutputStream os) |
void |
BytesOutString.writeAll(Times t,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
Renderer.BytesOut |
VelocityRenderer.render(Times t,
Bindings b,
Map<String,String> termBindings,
APIResultSet results)
Render the given result set
|
void |
VelocityRendering.writeAll(Times times,
OutputStream os)
Write the rendered output to the output stream, and side-effect the given
Times object to record duration and output counts. |
Modifier and Type | Field and Description |
---|---|
Times |
Controls.times
The Times object to update with query timing reports.
|
Modifier and Type | Method and Description |
---|---|
Times |
Times.done() |
Constructor and Description |
---|
Controls(boolean allowCache,
Times times)
A Controls that uses the supplied values for allowCache and
the Times object.
|
Modifier and Type | Method and Description |
---|---|
static void |
StatsValues.accumulate(Times t)
Accumulate more statistics information from the given Times
object.
|
Modifier and Type | Method and Description |
---|---|
static Renderer.BytesOut |
DOMUtils.renderNodeToBytesOut(Times t,
Document d,
Bindings rc,
com.hp.hpl.jena.shared.PrefixMapping pm,
String transformFilePath) |
static String |
DOMUtils.renderNodeToString(Times times,
Node d,
com.hp.hpl.jena.shared.PrefixMapping pm) |
static Transformer |
DOMUtils.setPropertiesAndParams(Times times,
Bindings rc,
com.hp.hpl.jena.shared.PrefixMapping pm,
String transformFilePath) |
Copyright © 2014. All Rights Reserved.