Uses of Class
org.apache.jetspeed.prefs.PropertyException

Packages that use PropertyException
org.apache.jetspeed.prefs Interface for the services backing Jetspeed java.util.prefs.Preferences. 
 

Uses of PropertyException in org.apache.jetspeed.prefs
 

Methods in org.apache.jetspeed.prefs that throw PropertyException
 void PropertyManager.addPropertyKeys(Preferences prefNode, Map propertyKeysMap)
          Add a set of property keys to a Preferences node.
 void PropertyManager.removePropertyKeys(Preferences prefNode, Collection propertyKeys)
          Remove the specified collection of property keys from the given preferences node.
 void PropertyManager.updatePropertyKey(String oldPropertyKeyName, Preferences prefNode, Map newPropertyKey)
          Update a property key.
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.