Class OrgUnitRootSitemapIndicator
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.sitemap.AbstractStaticSitemapIndicator
org.ametys.plugins.userdirectory.sitemap.OrgUnitRootSitemapIndicator
- All Implemented Interfaces:
LogEnabled
,PluginAware
,Prioritizable
,SitemapTreeIndicator
,Configurable
,Serviceable
public class OrgUnitRootSitemapIndicator
extends AbstractStaticSitemapIndicator
implements Serviceable
SitemapTreeIndicator
for orgunit root page-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OrganisationChartPageHandler
The organisation chart page handler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(SitemapElement sitemapElement) Check if the sitemap element matches the indicator's conditionsvoid
service
(ServiceManager smanager) Methods inherited from class org.ametys.web.sitemap.AbstractStaticSitemapIndicator
configure, configure, getIcon, getIconDecorator, getIconGlyph, getId, getLabel, getPriority, setPluginInfo
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_pageHandler
The organisation chart page handler
-
-
Constructor Details
-
OrgUnitRootSitemapIndicator
public OrgUnitRootSitemapIndicator()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
matches
Description copied from interface:SitemapTreeIndicator
Check if the sitemap element matches the indicator's conditions- Specified by:
matches
in interfaceSitemapTreeIndicator
- Parameters:
sitemapElement
- the sitemap element to check- Returns:
- true if the element matches the indicator
-