org.apache.cocoon.portal.pluto.om.common
Class PreferenceUtil
java.lang.Object
org.apache.cocoon.portal.pluto.om.common.PreferenceUtil
public class PreferenceUtil
- extends Object
- Version:
- CVS $Id: PreferenceUtil.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
Method Summary |
static HashMap |
createPreferenceMap(Collection preferences)
Returns the preferences as map with name as the preference's name and value as
the preference object itself. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferenceUtil
public PreferenceUtil()
createPreferenceMap
public static HashMap createPreferenceMap(Collection preferences)
- Returns the preferences as map with name as the preference's name and value as
the preference object itself.
- Parameters:
preferences
- the preferences to be converted
- Returns:
- the preferences as map
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.