Class ClassifiedAdsRootSitemapIndicator
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.sitemap.AbstractStaticSitemapIndicator
org.ametys.plugins.classified.ads.ClassifiedAdsRootSitemapIndicator
- All Implemented Interfaces:
LogEnabled
,PluginAware
,Prioritizable
,SitemapTreeIndicator
,Configurable
,Serviceable
public class ClassifiedAdsRootSitemapIndicator
extends AbstractStaticSitemapIndicator
implements Serviceable
SitemapTreeIndicator
for classified ads root page-
Field Summary
Fields -
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
-
_ugcPageHandler
The UGC page handler
-
-
Constructor Details
-
ClassifiedAdsRootSitemapIndicator
public ClassifiedAdsRootSitemapIndicator()
-
-
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
-