Package org.ametys.web.analytics
Class SiteWebAnalyticsProviderEnumerator
java.lang.Object
org.ametys.web.analytics.WebAnalyticsProviderEnumerator
org.ametys.web.analytics.SiteWebAnalyticsProviderEnumerator
- All Implemented Interfaces:
Enumerator<String>
,Component
,Serviceable
Enumerator
for the web analytics provider enumerator for a site configuration.-
Field Summary
Fields inherited from class org.ametys.web.analytics.WebAnalyticsProviderEnumerator
_manager, _webAnalyticsComponentEP, ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides the enumerated values with their optional label.Methods inherited from class org.ametys.web.analytics.WebAnalyticsProviderEnumerator
getEntry, service
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.runtime.model.Enumerator
getConfiguration
-
Constructor Details
-
SiteWebAnalyticsProviderEnumerator
public SiteWebAnalyticsProviderEnumerator()
-
-
Method Details
-
getEntries
Description copied from interface:Enumerator
Provides the enumerated values with their optional label.- Specified by:
getEntries
in interfaceEnumerator<String>
- Overrides:
getEntries
in classWebAnalyticsProviderEnumerator
- Returns:
- the enumerated values and their label.
- Throws:
Exception
- if an error occurs.
-