util/ Properties.jsCopyright2006 Rob Rohan (robr@gmai l.com) All rights reserved ohan Relatedutil/Collections.js Summary
PropertiesSummary
Properties. getPropertyGets the value from the properites by key. If key is not found it will return what (if anything) is passed in defaultValue. If key is not found and no defaultvalue given, it’ll return null Parameters
Returnsthe property as a string, the default value, or null |