Package org.ametys.web.sitemap
Class DefaultSitemapIconsProvider
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.sitemap.DefaultSitemapIconsProvider
- All Implemented Interfaces:
LogEnabled
,SitemapIconsProvider
,Serviceable
public class DefaultSitemapIconsProvider
extends AbstractLogEnabled
implements SitemapIconsProvider, Serviceable
Implementation of a
SitemapIconsProvider
based on SitemapIconExtensionPoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of available iconsvoid
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
DefaultSitemapIconsProvider
public DefaultSitemapIconsProvider()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getIcons
Description copied from interface:SitemapIconsProvider
Get the list of available icons- Specified by:
getIcons
in interfaceSitemapIconsProvider
- Parameters:
skinId
- name of the skin- Returns:
- the list of available icons
-