Package org.ametys.web.sitemap
Interface SitemapDecoratorsHandler
- All Known Implementing Classes:
 DefaultSitemapDecoratorsHandler
public interface SitemapDecoratorsHandler
Interface representing a sitemap decorator
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptiongetDecorators(Page page) Get the list of decorators for a given pagegetDecorators(Site site) Get the list of available decoratorsgetDecorators(Sitemap sitemap) Get the list of available decoratorsGet the icon of the pageGet the list of available icons 
- 
Field Details
- 
ROLE
Avalon Role 
 - 
 - 
Method Details
- 
getDecorators
Get the list of available decorators- Parameters:
 site- the site name- Returns:
 - the list of available decorators
 
 - 
getDecorators
Get the list of available decorators- Parameters:
 sitemap- the sitemap- Returns:
 - the list of available decorators
 
 - 
getDecorators
Get the list of decorators for a given page- Parameters:
 page- the page- Returns:
 - decorators of page
 
 - 
getIcon
Get the icon of the page- Parameters:
 page- the page- Returns:
 - the file icon path
 
 - 
getIcons
Get the list of available icons- Parameters:
 site- the site name- Returns:
 - the list of available icons
 
 
 -