Class DefaultImageResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String resolveImagePathForName​(java.lang.String filename, FileTypeImageSize size)
      Resolve the qualified icon image path for the specified filename
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultImageResolver

        public DefaultImageResolver()
    • Method Detail

      • resolveImagePathForName

        public java.lang.String resolveImagePathForName​(java.lang.String filename,
                                                        FileTypeImageSize size)
        Description copied from interface: TemplateImageResolver
        Resolve the qualified icon image path for the specified filename
        Specified by:
        resolveImagePathForName in interface TemplateImageResolver
        Parameters:
        filename - The file name to resolve image path for
        size - Enum representing the size of the image to retrieve
        Returns:
        image path for the specified filename and image size