Package org.apache.cactus.util

Contains various utility classes.

See:
          Description

Class Summary
ClassLoaderUtils Utiliy methods related to class loading in a webapp environment.
CookieUtil Utility methods to manipulate cookies and transform Cactus cookie objects to HttpClient cookie objects.
HttpURLConnection Deprecated. This class has been donated to the Jakarta Commons-HttpClient project, and is now maintained there as org.apache.commons.httpclient.util.HttpURLConnection.
IoUtil Various utility methods for manipulating IO streams.
JUnitVersionHelper Work around for some changes to the public JUnit API between different JUnit releases.
StringUtil Various utility methods for string manipulation.
UniqueGenerator Generates a quasi-unique id for a test case.
UrlUtil Various utility methods for URL manipulation.
 

Exception Summary
ChainedException A checked chained exception.
ChainedRuntimeException Represent an exception that should stop the running test.
 

Package org.apache.cactus.util Description

Contains various utility classes.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.