Class Summary |
BlobHelper |
A minimal implementation just enough to send a BLOB to a
database. |
BufferedOutputStream |
This class is like the BufferedOutputStream but it
extends it with a logic to count the number of bytes written to
the output stream. |
ByteRange |
|
ClassUtils |
A collection of class management utility methods. |
ClobHelper |
A minimal implementation just enough to send a CLOB to a
database. |
Deprecation |
This class provides a special static "deprecation" logger.
|
Deprecation.LogLevel |
|
ElementAttributeMatching |
A helper class for matching element names, and attribute names.
|
EnumerationFactory |
A factory for the creation of enumeration types (missing in Java).
|
HashMap |
Extended Version of HashMap that provides an extended
get method accpeting a default value. |
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).
|
ImageProperties |
|
ImageUtils |
|
IOUtils |
A collection of File , URL and filename
utility methods |
JavaArchiveFilter |
Deprecated. To be removed in Cocoon 2.3 |
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. |
MRUBucketMap |
Deprecated. Use a corresponding map from commons-collections |
NetUtils |
A collection of File , URL and filename
utility methods |
NullOutputStream |
|
PostInputStream |
The class PostInputStream is a wrapper for InputStream associated with POST message.
|
ReflectionUtils |
|
RequestForwardingHttpMethod |
This is a generic and externally configurable method, to forward any Request
to a server. |
ResizableContainer |
Add-only Container class. |
SoftSourceCache |
Cache for objects created from a source. |
StringUtils |
A collection of String handling utility methods. |
Tokenizer |
Replacement for StringTokenizer in java.util, because 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.
|