|
Class Summary |
| BlobHelper |
A minimal implementation just enough to send a BLOB to a
database. |
| ClassUtils |
A collection of class management utility methods. |
| ClobHelper |
A minimal implementation just enough to send a CLOB to a
database. |
| EnumerationFactory |
|
| HashMap |
Extended Version of HashMap. |
| HashUtil |
A very efficient java hash algorithm, based on the BuzHash algoritm
by Robert Uzgalis (see http://www.serve.net/buz/hash.adt/java.000.html
for more information).
|
| IOUtils |
A collection of File, URL and filename
utility methods |
| JavaArchiveFilter |
Implements a filter for java archives. |
| JDBCTypeConversions |
Provide some utility methods to read from JDBC result sets or store
them to JDBC statements. |
| JDBCxlobHelper |
Helper to pass a length plus an InputStream to JDBCTypeConversions
to insert BLOB (setBinaryStream) or CLOB (setAsciiStream) via data using
org.apache.cocoon.acting.modular.DatabaseAction. |
| MIMEUtils |
A collection of File, URL and filename
utility methods |
| NetUtils |
A collection of File, URL and filename
utility methods |
| PostInputStream |
The class PostInputStream is a wrapper for InputStream associated with POST message.
|
| StringUtils |
A collection of String handling utility methods. |
| Tokenizer |
Replacement for StringTokenizer in java.util, beacuse of bug in the
Sun's implementation. |
| TraxErrorHandler |
This ErrorListener simply logs the exception and in
case of an fatal-error the exception is rethrown.
|