Package com.atlassian.jira.web.util
Class FileIconUtilImpl
java.lang.Object
com.atlassian.jira.web.util.FileIconUtilImpl
- All Implemented Interfaces:
FileIconUtil
Deprecated.
Use JIRA.Templates.ViewIssue.matchFileIconUrl or JIRA.Templates.ViewIssue.matchFileIconAlt soy template instead.
Default implementation
- Since:
- v5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFileIcon(String fileName, String mimeType) Deprecated.Get the icon for file
-
Constructor Details
-
FileIconUtilImpl
Deprecated.
-
-
Method Details
-
getFileIcon
Deprecated.Description copied from interface:FileIconUtilGet the icon for file- Specified by:
getFileIconin interfaceFileIconUtil- Parameters:
fileName- the name of the filemimeType- the mimetype of the file- Returns:
- object representing the icon
-