Package org.ametys.web.sitemap
Class StaticSitemapIcons
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.sitemap.StaticSitemapIcons
- All Implemented Interfaces:
 LogEnabled,PluginAware,SitemapIcons,Configurable
public class StaticSitemapIcons
extends AbstractLogEnabled
implements SitemapIcons, Configurable, PluginAware
Static implementation of a 
SitemapIcons- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Configuration configuration) Get the list of available iconsvoidsetPluginInfo(String pluginName, String featureName, String id) Sets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level.Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Constructor Details
- 
StaticSitemapIcons
public StaticSitemapIcons() 
 - 
 - 
Method Details
- 
setPluginInfo
Description copied from interface:PluginAwareSets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level.- Specified by:
 setPluginInfoin interfacePluginAware- Parameters:
 pluginName- Unique identifier for the plugin hosting the extensionfeatureName- Unique feature identifier (unique for a given pluginName)id- Unique identifier of this component
 - 
configure
- Specified by:
 configurein interfaceConfigurable- Throws:
 ConfigurationException
 - 
getIcons
Description copied from interface:SitemapIconsGet the list of available icons- Specified by:
 getIconsin interfaceSitemapIcons- Parameters:
 skinId- name of the skin- Returns:
 - the list of available icons
 
 
 -