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 decoratorsvoidservice(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
DefaultSitemapDecoratorsProvider
public DefaultSitemapDecoratorsProvider()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
getDecorators
Description copied from interface:SitemapDecoratorsProviderGet the list of available decorators- Specified by:
getDecoratorsin interfaceSitemapDecoratorsProvider- Parameters:
skinId- name of the skin- Returns:
- the list of available decorators
-