Package | Description |
---|---|
com.epimorphics.lda.core |
The core package contains the core of Elda's functionality: the handling
of endpoint requests and select and view query construction.
|
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.restlets |
The restlets package contains those classes which interact
with the web container in which Elda is embedded.
|
Modifier and Type | Method and Description |
---|---|
static Renderer |
APIEndpointUtil.getRenderer(APIEndpoint ep,
String name,
List<MediaType> types)
Answer the renderer particular to the endpoint
ep . |
Renderer |
APIEndpointImpl.getRendererByType(MediaType mt)
Answer a Renderer appropriate to the given MediaType
mt ,
configured with the appropriate shortname service. |
Renderer |
APIEndpoint.getRendererByType(MediaType mt)
Return the renderer known by the given media type.
|
Renderer |
APIEndpointImpl.getRendererNamed(String name)
Answer a Renderer of the format named
name , configured
with the appropriate shortname service. |
Renderer |
APIEndpoint.getRendererNamed(String name)
Return the renderer known by the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
FeedRenderer |
class |
JSONRenderer |
class |
RDFXMLRenderer |
class |
TextPlainRenderer |
class |
TurtleRenderer |
class |
XMLRenderer |
Modifier and Type | Method and Description |
---|---|
Renderer |
FeedRendererFactory.buildWith(APIEndpoint ep,
ShortnameService sns) |
Renderer |
VelocityRendererFactory.buildWith(APIEndpoint ep,
ShortnameService sns) |
Renderer |
JSONRendererFactory.buildWith(APIEndpoint ep,
ShortnameService sns) |
Renderer |
XMLRendererFactory.buildWith(APIEndpoint ep,
ShortnameService sns) |
Renderer |
RendererFactory.buildWith(APIEndpoint ep,
ShortnameService sns)
Answer a Renderer constructed to our recipe for the
given endpoint and short-name service.
|
Renderer |
XSLT_RendererFactory.buildWith(APIEndpoint ep,
ShortnameService sns) |
Modifier and Type | Class and Description |
---|---|
class |
VelocityRenderer |
Modifier and Type | Method and Description |
---|---|
protected static Renderer |
RouterRestletSupport.changeMediaType(Renderer r,
MediaType mt)
Given a renderer r and a media type mt, return a new renderer which
behaves like r except that it announces its media type as mt.
|
Modifier and Type | Method and Description |
---|---|
protected static Renderer |
RouterRestletSupport.changeMediaType(Renderer r,
MediaType mt)
Given a renderer r and a media type mt, return a new renderer which
behaves like r except that it announces its media type as mt.
|
Copyright © 2014. All Rights Reserved.