Copyright© 2008-2025 Sitevision AB, all rights reserved.
@Deprecated @Requireable(value="IconUtil") public interface IconUtil
An instance of the Sitevision class implementing this interface can be obtained via Utils.getIconUtil().
See Utils for how to obtain an instance of the Utils interface.
| Modifier and Type | Method and Description |
|---|---|
Node |
getFileIcons(String aFileExtension)
Deprecated.
Gets the file icon node for a given file extension.
|
String |
getLargeFileIconURI(String aFileExtension)
Deprecated.
Gets the large file icon URI for a given file extension
|
String |
getSmallFileIconURI(String aFileExtension)
Deprecated.
Gets the small file icon URI for a given file extension
|
Node getFileIcons(String aFileExtension)
aFileExtension - the file extension (e.g "pdf", "PDF", "doc"). The extension is case insensitive.null if the extension has no icon mappingString getSmallFileIconURI(String aFileExtension)
aFileExtension - the file extension (e.g "pdf", "PDF", "doc"). The extension is case insensitive.null if no small icon is specified for the extensionString getLargeFileIconURI(String aFileExtension)
aFileExtension - the file extension (e.g "pdf", "PDF", "doc"). The extension is case insensitive.null if no large icon is specified for the extensionSitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2025 Sitevision AB, all rights reserved.