Package org.alfresco.util
Class DefaultImageResolver
java.lang.Object
org.alfresco.util.DefaultImageResolver
- All Implemented Interfaces:
Serializable,TemplateImageResolver
Default implementation of
TemplateImageResolver interface.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveImagePathForName(String filename, FileTypeImageSize size) Resolve the qualified icon image path for the specified filename
-
Constructor Details
-
DefaultImageResolver
public DefaultImageResolver()
-
-
Method Details
-
resolveImagePathForName
Description copied from interface:TemplateImageResolverResolve the qualified icon image path for the specified filename- Specified by:
resolveImagePathForNamein interfaceTemplateImageResolver- Parameters:
filename- The file name to resolve image path forsize- Enum representing the size of the image to retrieve- Returns:
- image path for the specified filename and image size
-