Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class NullSafeProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by com.liferay.portal.kernel.util.NullSafeProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

Deprecated. As of 6.2.0, renamed to SafeProperties

public class NullSafeProperties
extends Properties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
NullSafeProperties()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullSafeProperties

public NullSafeProperties()
Deprecated. 

Liferay 6.2-ce-ga5