public interface SitemapDecoratorsHandler
| Modifier and Type | Method and Description | 
|---|---|
List<SitemapDecorator> | 
getDecorators(Page page)
Get the list of decorators for a given page 
 | 
List<SitemapDecorator> | 
getDecorators(Site site)
Get the list of available decorators 
 | 
List<SitemapDecorator> | 
getDecorators(Sitemap sitemap)
Get the list of available decorators 
 | 
SitemapIcon | 
getIcon(Page page)
Get the icon of the page 
 | 
List<SitemapIcon> | 
getIcons(String siteName)
Get the list of available icons 
 | 
List<SitemapDecorator> getDecorators(Site site)
site - the site nameList<SitemapDecorator> getDecorators(Sitemap sitemap)
sitemap - the sitemapList<SitemapDecorator> getDecorators(Page page)
page - the pageSitemapIcon getIcon(Page page)
page - the pageList<SitemapIcon> getIcons(String siteName)
siteName - the site name