public class SearchIndividualsDataGetter extends DataGetterBase implements DataGetter
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultVarNameForResults |
CONTEXT_DISPLAY_MODEL, REQUEST_DISPLAY_MODEL, REQUEST_JENA_ONT_MODEL| Constructor and Description |
|---|
SearchIndividualsDataGetter(VitroRequest vreq,
org.apache.jena.rdf.model.Model displayModel,
String dataGetterURI)
Constructor with display model and data getter URI that will be called by reflection.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(VitroRequest vreq,
org.apache.jena.rdf.model.Model displayModel,
String dataGetterURI)
Configure this instance based on the URI and display model.
|
Map<String,Object> |
getData(Map<String,Object> pageData)
Get data.
|
getModelpublic static final String defaultVarNameForResults
public SearchIndividualsDataGetter(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)
public Map<String,Object> getData(Map<String,Object> pageData)
DataGettergetData in interface DataGetterpageData - any values already generated by data getters or the controller.
Might be immutable, and should not be modified within the method.protected void configure(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)
Copyright © 2021. All rights reserved.