Package org.ametys.web.sitemap
Class DefaultSitemapDecoratorsProvider
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.sitemap.DefaultSitemapDecoratorsProvider
- All Implemented Interfaces:
LogEnabled
,SitemapDecoratorsProvider
,Serviceable
public class DefaultSitemapDecoratorsProvider
extends AbstractLogEnabled
implements SitemapDecoratorsProvider, Serviceable
Implementation of a
SitemapDecoratorsProvider
based on SitemapDecoratorExtensionPoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDecorators
(String skinId) Get the list of available decoratorsvoid
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
DefaultSitemapDecoratorsProvider
public DefaultSitemapDecoratorsProvider()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getDecorators
Description copied from interface:SitemapDecoratorsProvider
Get the list of available decorators- Specified by:
getDecorators
in interfaceSitemapDecoratorsProvider
- Parameters:
skinId
- name of the skin- Returns:
- the list of available decorators
-