NIHVIVO-1491 Methods to get a single property, with or without removing from the list
This commit is contained in:
parent
c2a2c67c77
commit
06cfccb475
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ import edu.cornell.mannlib.vitro.webapp.dao.WebappDaoFactory;
|
||||||
import edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep;
|
import edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep;
|
||||||
import edu.cornell.mannlib.vitro.webapp.web.templatemodels.BaseTemplateModel;
|
import edu.cornell.mannlib.vitro.webapp.web.templatemodels.BaseTemplateModel;
|
||||||
|
|
||||||
|
/*
|
||||||
|
public class GroupedPropertyList extends ArrayList<PropertyGroupTemplateModel> {
|
||||||
|
If this class extends a List type, Freemarker does not let the templates call methods
|
||||||
|
on it.
|
||||||
|
*/
|
||||||
public class GroupedPropertyList extends BaseTemplateModel {
|
public class GroupedPropertyList extends BaseTemplateModel {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
Loading…
Add table
Reference in a new issue