Class Summary |
BasicUUID |
Deprecated. use |
BasicUUIDFactory |
Deprecated. use |
BootLogger |
The BootLogger is designed to be used internally by the framework manager and components at
start-up time, i.e. when the main logging service has not yet been initialized. |
CharsetUtils |
|
Cleaner |
Simple class which performs an action in continuing intervals. per default
the garbage collector will be called. |
ColorUtils |
offeres some methods for handling colors |
ConvenienceFileFilter |
Class to be used with |
DirectInterceptor |
|
FileUtils |
the class offeres several static methods for handling file access |
IDGenerator |
Produces unique IDs (used to generate Request-IDs, for example). |
ImageUtils |
Some util methods for reading standard images |
Interceptor |
|
KVP2Map |
offeres utility method for transformating a key-value-pair
encoded request to a Map |
LoggingInterceptor |
Logging interceptor to log the entering and exiting of a method call. |
MapUtils |
|
MimeTypeMapper |
|
NetWorker |
Performs a HTTP request using the service URL submitted to the constructor |
ObjectPool |
class to manage the object pool. this is part of the combination of the object pool pattern an
the singelton pattern. |
Pair<T,U> |
Pair is a convenience class, which pairs two objects. |
Parameter |
--------------------------------------------------------------------- |
ParameterList |
The interface defines the access to a list of paramters that can be used as submitted parameters
to methods that may receive an variable list of parameters. |
ProfilerInterceptor |
Interceptor to profile the application. |
ProfilerInterceptor.ProfileEntry |
|
StringTools |
this is a collection of some methods that extends the functionallity of the sun-java string
class. |
TimeTools |
The TimeTools class can be used to format Strings to timecodes and get Calenadars
of a given Timecode. |
WebappResourceResolver |
Utility class for resolving of references in webapp config files to URL s. |
ZipUtils |
|