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.util |
The util package contains convenience classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BytesOutString
A BytesOutString writes string content, UTF-8 encoded, to
the supplied stream.
|
class |
BytesOutTimed
A BytesOutTimed is a BytesOut that counts the bytes written and
the time taken to a supplied Times.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityRendering
A VelocityRendering captures the state required to render a particular request into
some output format using Velocity macros.
|
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
|
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) |
Copyright © 2014. All Rights Reserved.