Package org.ametys.web.sitemap
Interface SitemapDecorators
- All Known Implementing Classes:
 SkinSitemapDecorators,StaticSitemapDecorators
public interface SitemapDecorators
Provider for sitemap decorators
- 
Method Summary
Modifier and TypeMethodDescriptiongetDecorators(String skinName) Get the list of available decorators 
- 
Method Details
- 
getDecorators
Get the list of available decorators- Parameters:
 skinName- name of the skin- Returns:
 - the list of available decorators
 
 
 -