| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.i18n.selection | |
| edu.cornell.mannlib.vitro.webapp.services.shortview | |
| edu.cornell.mannlib.vitro.webapp.utils.dataGetter |
| Modifier and Type | Class and Description |
|---|---|
class |
LocaleSelectionDataGetter
Get the data for the selectable Locales, so the Freemarker template can
create a row of flag images that will select the desired locale.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DataGetter> |
FakeApplicationOntologyService.TemplateAndDataGetters.getDataGetters() |
| Constructor and Description |
|---|
TemplateAndDataGetters(String templateName,
DataGetter... dataGetters) |
| Modifier and Type | Class and Description |
|---|---|
class |
BrowseDataGetter |
class |
ClassGroupPageData
This will pass these variables to the template:
classGroupUri: uri of the classgroup associated with this page.
|
class |
DataGetterBase |
class |
FixedHTMLDataGetter |
class |
IndividualsForClassesDataGetter
This will pass these variables to the template:
classGroupUri: uri of the classgroup associated with this page.
|
class |
SearchIndividualsDataGetter |
class |
SparqlQueryDataGetter |
| Modifier and Type | Method and Description |
|---|---|
static DataGetter |
DataGetterUtils.dataGetterForURI(VitroRequest vreq,
org.apache.jena.rdf.model.Model displayModel,
String dataGetterURI)
Returns a DataGetter using information in the
displayModel for the individual with the URI given by dataGetterURI
to configure it.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DataGetter> |
DataGetterUtils.getDataGettersForClass(VitroRequest vreq,
org.apache.jena.rdf.model.Model displayModel,
String classURI)
Get a list of DataGetter objects that are associated with a Vitro VClass.
|
static List<DataGetter> |
DataGetterUtils.getDataGettersForPage(VitroRequest vreq,
org.apache.jena.rdf.model.Model displayModel,
String pageURI)
Get a list of DataGetter objects that are associated with a page.
|
static List<DataGetter> |
DataGetterUtils.getDataGettersForTemplate(VitroRequest vreq,
org.apache.jena.rdf.model.Model displayModel,
String templateName)
Get a list of DataGetter objects that are associated with a Freemarker template.
|
List<DataGetter> |
ExecuteDataRetrieval.retrieveDataGetters() |
Copyright © 2021. All rights reserved.