| Interface | Description |
|---|---|
| Context |
Generic context object.
|
| Class | Description |
|---|---|
| ConstantMap |
Mapping between constant names and integer constant values and vice-versa
(values can be queried by name, and names queried by value).
|
| DomUtil |
A utility class which provides methods for working with a W3C DOM.
|
| Log |
Trivial internal logging for Echo framework, dumps messages to System.err.
|
| PeerFactory |
A mechanism for retrieving instances of singleton peer objects which are
defined to each support a specific
Class. |
| PropertiesDiscovery |
Utility class for retrieving property files matching a specific name
across the CLASSPATH.
|
| ResizingArrayList |
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 |
A unique identifier.
|