NIHVIVO-1491 Methods to get a single property, with or without removing from the list

This commit is contained in:
rjy7 2011-01-03 20:41:30 +00:00
parent c2a2c67c77
commit 06cfccb475

View file

@ -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.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 {
private static final long serialVersionUID = 1L;