NextApp Echo3
v3.0.b4

Package nextapp.echo.webcontainer.util

Contains general utility classes used by the framework.

See:
          Description

Interface Summary
PngEncoder.Filter An interface for PNG filters.
 

Class Summary
ArrayIterator An Iterator to iterate over the elements of an array.
GZipCompressor Utility class for GZip compression.
IdTable 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).
JavaScriptCompressor Compresses a String containing JavaScript by removing comments and whitespace.
MultiIterator An Iterator which presents the contents of many iterators as a single iterator.
PngEncoder Encodes a java.awt.Image into PNG format.
Resource Provides functionality for obtaining text and binary resource files.
XmlRequestParser Utilities for parsing XML InputStreams from browsers.
 

Exception Summary
Resource.ResourceException A RuntimeException exception that will be thrown in the event that problems are encountered obtaining a resource.
 

Package nextapp.echo.webcontainer.util Description

Contains general utility classes used by the framework.

Related Documentation

For more information please see:


NextApp Echo3
v3.0.b4