nextapp.echo2.app.util |
Provides utility classes.
Related Documentation
For more information please see:
|
Java Source File Name | Type | Comment |
DomUtil.java | Class | A utility class which provides methods for working with a W3C DOM. |
PeerFactory.java | Class | A mechanism for retrieving instances of singleton peer objects which are
defined to each support a specific Class .
A properties file is used to associate peer classes with their supported
classes. |
PropertiesDiscovery.java | Class | Utility class for retrieving property files matching a specific name
across the CLASSPATH. |
ResizingArrayList.java | Class | An ArrayList based collection which automatically increases and
decreases in size (by adding/removing trailing nulls) to allow the ability
to invoke add() and set() methods to store
values at indices beyond the current size of the collection. |
Uid.java | Class | A unique identifier. |