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, serviceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.runtime.model.Enumerator
getConfiguration
-
Constructor Details
-
SiteWebAnalyticsProviderEnumerator
public SiteWebAnalyticsProviderEnumerator()
-
-
Method Details
-
getEntries
Description copied from interface:EnumeratorProvides the enumerated values with their optional label.- Specified by:
getEntriesin interfaceEnumerator<String>- Overrides:
getEntriesin classWebAnalyticsProviderEnumerator- Returns:
- the enumerated values and their label.
- Throws:
Exception- if an error occurs.
-