Package com.primix.tapestry.util

A general set of resuable classes and utilities for creating Internet and XML applications.

See:
          Description

Interface Summary
ICleanable An interface implemented by objects that can be cleaned up, which is to say, can release unneeded object references.
IPropertyHolder An interface that defines an object that can store named propertys.
 

Class Summary
BasePropertyHolder Base class implementation for the IPropertyHolder interface.
Decorator An implementation of the Decorator pattern.
Enum Defines properties of enumerated types.
JanitorThread A basic kind of janitor, an object that periodically invokes ICleanable.executeCleanup() on a set of objects.
MultiKey A complex key that may be used as an alternative to nested Maps.
StringSplitter Used to split a string into substrings based on a single character delimiter.
 

Exception Summary
DynamicInvocationException An exception raised when a dynamic invocation fails with some form of exception.
 

Package com.primix.tapestry.util Description

A general set of resuable classes and utilities for creating Internet and XML applications.

Author:
Howard Ship hship@primix.com