VIVO-140 Modify client code to get language-aware extract from VClassGroupCache
This commit is contained in:
parent
7a9d46e130
commit
b758f374ad
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class SelectDataGetterUtils {
|
||||||
public static void processAndRetrieveData(VitroRequest vreq, ServletContext context, Map<String, Object> pageData, String dataGetterClass, Map<String, Object> templateData) {
|
public static void processAndRetrieveData(VitroRequest vreq, ServletContext context, Map<String, Object> pageData, String dataGetterClass, Map<String, Object> templateData) {
|
||||||
//The type of the data getter will show how to process the data from the data getter
|
//The type of the data getter will show how to process the data from the data getter
|
||||||
ProcessDataGetter processor = selectProcessor(dataGetterClass);
|
ProcessDataGetter processor = selectProcessor(dataGetterClass);
|
||||||
processor.populateTemplate(context, pageData, templateData);
|
processor.populateTemplate(vreq, pageData, templateData);
|
||||||
}
|
}
|
||||||
|
|
||||||
//This will be different in VIVO than in VITRO
|
//This will be different in VIVO than in VITRO
|
||||||
|
|
Loading…
Add table
Reference in a new issue