public interface TemplateImageResolver
extends java.io.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 |
|---|---|
java.lang.String |
resolveImagePathForName(java.lang.String filename,
FileTypeImageSize size)
Resolve the qualified icon image path for the specified filename
|
java.lang.String resolveImagePathForName(java.lang.String filename,
FileTypeImageSize size)
filename - The file name to resolve image path forsize - Enum representing the size of the image to retrieveCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.