org.apache.pluto.portalImpl.om.common.impl
Class PreferenceUtil

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.common.impl.PreferenceUtil

public class PreferenceUtil
extends java.lang.Object


Constructor Summary
PreferenceUtil()
           
 
Method Summary
static java.util.HashMap createPreferenceMap(java.util.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
 

Constructor Detail

PreferenceUtil

public PreferenceUtil()
Method Detail

createPreferenceMap

public static java.util.HashMap createPreferenceMap(java.util.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