nextapp.echo2.webcontainer.util |
Provides utility classes used by the web application container.
Classes in this package should not be used or extended outside of the Echo framework.
Related Documentation
For more information please see:
|
Java Source File Name | Type | Comment |
IdTable.java | Class | A table which provides an identifier-to-object mapping, with the objects
being weakly referenced (i.e., the fact that they are held within this table
will not prevent them from being garbage collected). |