Class IndividualPlaceholderImageUrlMethod
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.web.methods.BaseTemplateMethodModel
-
- edu.cornell.mannlib.vitro.webapp.web.methods.IndividualPlaceholderImageUrlMethod
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel,freemarker.template.TemplateModel
public class IndividualPlaceholderImageUrlMethod extends BaseTemplateMethodModel
Get a URL for the placeholder image for this Individual, based on the VClass that the Individual belongs to.
-
-
Constructor Summary
Constructors Constructor Description IndividualPlaceholderImageUrlMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexec(List args)Map<String,Object>help(String name)-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.web.methods.BaseTemplateMethodModel
mergeToHelpTemplate, processTemplateToString
-
-