NextApp Echo3
v3.0.b4

Package nextapp.echo.app.util

Provides utility classes.

See:
          Description

Interface Summary
Context Generic context object.
 

Class Summary
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.
 

Package nextapp.echo.app.util Description

Provides utility classes.

Related Documentation

For more information please see:


NextApp Echo3
v3.0.b4