A PropertySet is a facad for other property/attribut set implementations like Map, http session attributes, javabeans etc plus it provides a collection of convenience type converter methods.
A PropertySet can also be linked to another set, forming a chain of sets, using a PropertySetList. If a property is not found in the first set, search well propagate along the chain until the requested property were found.
Read more about this library in the User's Guide.