Class UserDirectoryRootSitemapIndicator
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.sitemap.AbstractStaticSitemapIndicator
org.ametys.plugins.userdirectory.sitemap.UserDirectoryRootSitemapIndicator
- All Implemented Interfaces:
 LogEnabled,PluginAware,Prioritizable,SitemapTreeIndicator,Configurable
SitemapTreeIndicator for UD root page- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(SitemapElement sitemapElement) Check if the sitemap element matches the indicator's conditionsMethods inherited from class org.ametys.web.sitemap.AbstractStaticSitemapIndicator
configure, configure, getIcon, getIconDecorator, getIconGlyph, getId, getLabel, getPriority, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Constructor Details
- 
UserDirectoryRootSitemapIndicator
public UserDirectoryRootSitemapIndicator() 
 - 
 - 
Method Details
- 
matches
Description copied from interface:SitemapTreeIndicatorCheck if the sitemap element matches the indicator's conditions- Parameters:
 sitemapElement- the sitemap element to check- Returns:
 - true if the element matches the indicator
 
 
 -