Package org.ametys.web.userpref
Class FOUserPreferencesEnumerator
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.core.userpref.UserPreferencesEnumerator
org.ametys.web.userpref.FOUserPreferencesEnumerator
- All Implemented Interfaces:
Enumerator<String>,Contextualizable,LogEnabled,Serviceable
Enumerates front-office user preferences.
-
Field Summary
FieldsFields inherited from class org.ametys.core.userpref.UserPreferencesEnumerator
_context, _userPrefEP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the preferences context variables.voidservice(ServiceManager serviceManager) Methods inherited from class org.ametys.core.userpref.UserPreferencesEnumerator
contextualize, getEntries, getEntryMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerMethods 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
-
Field Details
-
_resolver
The ametys object resolver.
-
-
Constructor Details
-
FOUserPreferencesEnumerator
public FOUserPreferencesEnumerator()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classUserPreferencesEnumerator- Throws:
ServiceException
-
getContextVars
Description copied from class:UserPreferencesEnumeratorGet the preferences context variables.- Overrides:
getContextVarsin classUserPreferencesEnumerator- Returns:
- the preferences context as a Map.
-