Class PropertyListConfig
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview.PropertyListConfig
-
public class PropertyListConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyListConfig(ObjectPropertyTemplateModel optm, freemarker.cache.TemplateLoader templateLoader, VitroRequest vreq, ObjectProperty op, boolean editing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getConstructQueries()ObjectPropertyDataPostProcessorgetPostprocessor()StringgetSelectQuery()StringgetTemplateName()booleanisDefaultListView()
-
-
-
Constructor Detail
-
PropertyListConfig
public PropertyListConfig(ObjectPropertyTemplateModel optm, freemarker.cache.TemplateLoader templateLoader, VitroRequest vreq, ObjectProperty op, boolean editing) throws InvalidConfigurationException
- Throws:
InvalidConfigurationException
-
-
Method Detail
-
getSelectQuery
public String getSelectQuery()
-
getTemplateName
public String getTemplateName()
-
isDefaultListView
public boolean isDefaultListView()
-
getPostprocessor
public ObjectPropertyDataPostProcessor getPostprocessor()
-
-