Class EditConfigurationTemplateModel
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.BaseTemplateModel
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.edit.EditConfigurationTemplateModel
-
public class EditConfigurationTemplateModel extends BaseTemplateModel
-
-
Constructor Summary
Constructors Constructor Description EditConfigurationTemplateModel(EditConfigurationVTwo editConfig, VitroRequest vreq)
-
Method Summary
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.web.templatemodels.BaseTemplateModel
cleanMapValuesForDisplay, cleanTextForDisplay, cleanURIForDisplay, getUrl, getUrl, getUrl, simpleScriptStripper
-
-
-
-
Constructor Detail
-
EditConfigurationTemplateModel
public EditConfigurationTemplateModel(EditConfigurationVTwo editConfig, VitroRequest vreq) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getEditKey
public String getEditKey()
-
isUpdate
public boolean isUpdate()
-
getSubmitToUrl
public String getSubmitToUrl()
-
getPageTitle
public String getPageTitle()
-
getObjectPropertyNameForDisplay
public String getObjectPropertyNameForDisplay()
-
getFormTitle
public String getFormTitle()
-
getSubmitLabel
public String getSubmitLabel()
-
getDataLiteralValuesAsString
public String getDataLiteralValuesAsString()
-
getPredicateProperty
public Property getPredicateProperty()
-
getObjectPredicateProperty
public ObjectProperty getObjectPredicateProperty()
-
getDataPredicateProperty
public DataProperty getDataPredicateProperty()
-
getDataPredicatePublicDescription
public String getDataPredicatePublicDescription()
-
getPredicateUri
public String getPredicateUri()
-
getSubjectUri
public String getSubjectUri()
-
getSubjectName
public String getSubjectName()
-
getObjectUri
public String getObjectUri()
-
getDomainUri
public String getDomainUri()
-
getRangeUri
public String getRangeUri()
-
getDataLiteral
public String getDataLiteral()
-
getVarNameForObject
public String getVarNameForObject()
-
getPropertyPublicDescription
public String getPropertyPublicDescription()
-
getPropertySelectFromExisting
public boolean getPropertySelectFromExisting()
-
getPropertyPublicDomainTitle
public String getPropertyPublicDomainTitle()
-
getPropertyPublicName
public String getPropertyPublicName()
-
getPropertyOfferCreateNewOption
public boolean getPropertyOfferCreateNewOption()
-
getPropertyName
public String getPropertyName()
-
getObjectStatementDisplay
public freemarker.template.TemplateModel getObjectStatementDisplay() throws freemarker.template.TemplateModelException- Throws:
freemarker.template.TemplateModelException
-
getObjectPropertyStatementDisplayPropertyModel
public freemarker.template.TemplateModel getObjectPropertyStatementDisplayPropertyModel() throws freemarker.template.TemplateModelException- Throws:
freemarker.template.TemplateModelException
-
getDataStatementDisplay
public String getDataStatementDisplay()
-
getCustomDeleteObjectUri
public String getCustomDeleteObjectUri()
-
getDeleteTemplate
public String getDeleteTemplate()
-
isDataProperty
public boolean isDataProperty()
-
isObjectProperty
public boolean isObjectProperty()
-
getUrlToReturnTo
public String getUrlToReturnTo()
-
getCurrentUrl
public String getCurrentUrl()
-
getMainEditUrl
public String getMainEditUrl()
-
getCancelUrl
public String getCancelUrl()
-
getDeleteProcessingUrl
public String getDeleteProcessingUrl()
-
getDeleteIndividualProcessingUrl
public String getDeleteIndividualProcessingUrl()
-
isDeleteProhibited
public boolean isDeleteProhibited()
-
getDatapropKey
public String getDatapropKey()
-
getDataPropertyStatement
public DataPropertyStatement getDataPropertyStatement()
-
getIncludeDeletionForm
public boolean getIncludeDeletionForm()
-
getVitroNsProperty
public String getVitroNsProperty()
-
populateGeneratedHtml
public void populateGeneratedHtml()
-
-