public abstract class PropertyTemplateModel extends BaseTemplateModel
| Modifier and Type | Field and Description |
|---|---|
protected String |
addUrl |
protected String |
domainUri |
protected Property |
property |
protected String |
propertyUri |
protected String |
rangeUri |
protected String |
subjectUri |
protected Map<String,Object> |
verboseDisplay |
protected VitroRequest |
vreq |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddUrl() |
int |
getDisplayLimit() |
String |
getDomainUri() |
boolean |
getIsFauxProperty() |
String |
getLocalName() |
String |
getName() |
protected abstract int |
getPropertyDisplayTier(Property p) |
protected abstract UrlBuilder.Route |
getPropertyEditRoute() |
String |
getRangeUri() |
abstract String |
getType() |
String |
getUri() |
Map<String,Object> |
getVerboseDisplay() |
protected void |
setVerboseDisplayValues(Property property) |
String |
toString() |
cleanMapValuesForDisplay, cleanTextForDisplay, cleanURIForDisplay, getUrl, getUrl, getUrl, simpleScriptStripperprotected final VitroRequest vreq
protected final String subjectUri
protected final Property property
protected final String propertyUri
protected String domainUri
protected String rangeUri
protected String addUrl
protected void setVerboseDisplayValues(Property property)
protected abstract int getPropertyDisplayTier(Property p)
protected abstract UrlBuilder.Route getPropertyEditRoute()
public abstract String getType()
public String getName()
public int getDisplayLimit()
public String getLocalName()
public String getUri()
public String getRangeUri()
public String getDomainUri()
public String getAddUrl()
public boolean getIsFauxProperty()
Copyright © 2016. All rights reserved.