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>,Enumerator,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, getConfiguration, getEntries, getEntry, getTypedEntriesMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
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.
-