Package com.atlassian.jira.web.util
Interface FileIconUtil
- All Known Implementing Classes:
FileIconUtilImpl
public interface FileIconUtil
Deprecated.
Use JIRA.Templates.ViewIssue.matchFileIconUrl or JIRA.Templates.ViewIssue.matchFileIconAlt soy template instead.
A nice injectable util for retreiving an icon for file.
- Since:
- v5.0
-
Method Summary
Modifier and TypeMethodDescriptiongetFileIcon(String fileName, String mimeType) Deprecated.Get the icon for file
-
Method Details
-
getFileIcon
Deprecated.Get the icon for file- Parameters:
fileName- the name of the filemimeType- the mimetype of the file- Returns:
- object representing the icon
-