Uses of Interface
edu.cornell.mannlib.vitro.webapp.utils.dataGetter.DataGetter
-
Packages that use DataGetter Package Description edu.cornell.mannlib.vitro.webapp.i18n.selection edu.cornell.mannlib.vitro.webapp.services.shortview edu.cornell.mannlib.vitro.webapp.utils.dataGetter -
-
Uses of DataGetter in edu.cornell.mannlib.vitro.webapp.i18n.selection
Classes in edu.cornell.mannlib.vitro.webapp.i18n.selection that implement DataGetter Modifier and Type Class Description classLocaleSelectionDataGetterGet the data for the selectable Locales, so the Freemarker template can create a row of flag images that will select the desired locale. -
Uses of DataGetter in edu.cornell.mannlib.vitro.webapp.services.shortview
Methods in edu.cornell.mannlib.vitro.webapp.services.shortview that return types with arguments of type DataGetter Modifier and Type Method Description Set<DataGetter>FakeApplicationOntologyService.TemplateAndDataGetters. getDataGetters()Constructors in edu.cornell.mannlib.vitro.webapp.services.shortview with parameters of type DataGetter Constructor Description TemplateAndDataGetters(String templateName, DataGetter... dataGetters) -
Uses of DataGetter in edu.cornell.mannlib.vitro.webapp.utils.dataGetter
Classes in edu.cornell.mannlib.vitro.webapp.utils.dataGetter that implement DataGetter Modifier and Type Class Description classBrowseDataGetterclassClassGroupPageDataThis will pass these variables to the template: classGroupUri: uri of the classgroup associated with this page.classDataGetterBaseclassFixedHTMLDataGetterclassIndividualsForClassesDataGetterThis will pass these variables to the template: classGroupUri: uri of the classgroup associated with this page.classSearchIndividualsDataGetterclassSparqlQueryDataGetterMethods in edu.cornell.mannlib.vitro.webapp.utils.dataGetter that return DataGetter Modifier and Type Method Description static DataGetterDataGetterUtils. 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.Methods in edu.cornell.mannlib.vitro.webapp.utils.dataGetter that return types with arguments of type DataGetter Modifier and Type Method 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()
-