Uses of Class
com.opensymphony.module.propertyset.MemoryPropertySet

Packages that use MemoryPropertySet
com.opensymphony.module.propertyset   
 

Uses of MemoryPropertySet in com.opensymphony.module.propertyset
 

Subclasses of MemoryPropertySet in com.opensymphony.module.propertyset
 class SerializablePropertySet
          The SerializablePropertySet is a PropertySet implementation that will store any primitive of serializable object in an internal Map which is stored in memory and can be loaded/saved by serializing the entire SerializablePropertySet.
 class XMLPropertySet
          The XMLPropertySet behaves as an in-memory typed PropertySet, with the ability to load and save all the properties to/from an XML document.
 


See www.opensymphony.com for more information.