Package | Description |
---|---|
com.epimorphics.lda.renderers.common |
A collection of utility classes that define a convenience API targeted
at renderer developers.
|
com.epimorphics.lda.renderers.velocity |
A renderer, based on Apache Velocity, for generating HTML views
of Elda resultsets.
|
Modifier and Type | Method and Description |
---|---|
Page |
CommonNodeWrapper.page() |
Page |
ResultsModel.page()
Return a
Page object decorating the underlying page resource in
the API results model |
Modifier and Type | Method and Description |
---|---|
protected Link |
DisplayHierarchyNode.generateLink(String paramName,
String paramNameLabel,
String paramValue,
String paramValueLabel,
String rel,
String hint,
boolean set,
Page page)
Generate a link to an adjacent point in API space, by changing the value of a parameter
of the URI.
|
protected Link |
DisplayHierarchyNode.generateSortLink(String paramName,
String paramHTML,
String hint,
boolean asc,
Page page)
Generate a link to an adjacent point in API space by adding or removing a sort parameter.
|
void |
DisplayHierarchy.DisplayHierarchyContext.setPage(Page page)
Set the model wrapper
|
Constructor and Description |
---|
CommonNodeWrapper(Page page,
com.hp.hpl.jena.rdf.model.RDFNode node)
Construct a common node wrapper that is attached to a particular page.
|
DisplayHierarchy(Page page)
Construct a new display hierarchy for the given page
|
DisplayRdfNode(Page page,
com.hp.hpl.jena.rdf.model.RDFNode root)
Construct a displayable node attached to the given page.
|
DisplayRdfNode(Page page,
com.epimorphics.rdfutil.RDFNodeWrapper root) |
EldaView.BasicView(Page page) |
EldaView.DescriptionView(Page page) |
EldaView(Page page,
com.hp.hpl.jena.rdf.model.Resource root)
Construct a new view specification resource with the given page and root.
|
PageFormat(Page page,
com.hp.hpl.jena.rdf.model.Resource root)
Construct a page format whose configuration root is the given resource.
|
PageMetadata(Page page)
Construct a PageMetadata facade for the given
Page , by extracting
the metadata model. |
Modifier and Type | Method and Description |
---|---|
protected Page |
VelocityRendering.initialisePage() |
Modifier and Type | Method and Description |
---|---|
protected void |
VelocityRendering.addStandardVariables(org.apache.velocity.VelocityContext vc,
Page page,
DisplayHierarchy dh)
Add the standard variables to the context
|
protected DisplayHierarchy |
VelocityRendering.initialiseHierarchy(Page page)
Initialise the display hierarchy, which unrolls the RDF graph into a displayable tree
|
Copyright © 2014. All Rights Reserved.