@AlfrescoPublicApi public interface TemplateImageResolver extends Serializable
Generally this contract will be implemented by classes that have access to say the webserver context which can be used to generate an icon image for a specific filename.
Modifier and Type | Method and Description |
---|---|
String |
resolveImagePathForName(String filename,
FileTypeImageSize size)
Resolve the qualified icon image path for the specified filename
|
String resolveImagePathForName(String filename, FileTypeImageSize size)
filename
- The file name to resolve image path forsize
- Enum representing the size of the image to retrieveCopyright © 2005–2017 Alfresco Software. All rights reserved.