Package org.ametys.web.sitemap
Interface SitemapDecorators
-
- All Known Implementing Classes:
SkinSitemapDecorators
,StaticSitemapDecorators
public interface SitemapDecorators
Provider for sitemap decorators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<SitemapDecorator>
getDecorators(String skinName)
Get the list of available decorators
-
-
-
Method Detail
-
getDecorators
Set<SitemapDecorator> getDecorators(String skinName)
Get the list of available decorators- Parameters:
skinName
- name of the skin- Returns:
- the list of available decorators
-
-