Package de.apache.cocoon

Interface Summary
Changeable This interface must be implemented by all those classes that represent a changeable point in the document processing chain.
Store This is the interface that a generic object storage system must implement.
 

Class Summary
Logger This class must be implemented by the services that implement logging capabilities.
MemoryStore This class implements a memory-managed hashtable wrapper that uses a weighted mix of LRU and LFU to keep track of object importance.
Monitor This class watches over the changes of indicated resources.
ServletLogger  
StdioLogger  
Tokenizer Replacement for StringTokenizer in java.util, beacuse of bug in the Sun's implementation.