Cocoon API: Package org.apache.cocoon.framework

Package org.apache.cocoon.framework

Interface Summary
Actor This interface must be implemented by all acting classes.
Cacheable If a Component does not implement this interface, any requests using this Component will never be cached.
Changeable This interface must be implemented by all those classes that represent a changeable point in the document processing chain.
Configurable This interface must be implemented by all those classes that need parameters to specify their global behavior during their initialization.
DestroyListener Implement this interface if your class needs to be notified of the destruction of the Cocoon servlet.
Director A Director is an actor manager.
Factory A factory is responsible to create and properly initialize dynamically loaded classes.
Status This interface must be implemented by all those classes that are queried for their status at runtime.
XObject Deprecated.  
 

Class Summary
AbstractActor This class implements the usual method to store and keep the director reference for later use.
Configurations This class encapsulates all the configurations needed by a Configurable class to work.
Manager This class is used to create and control software actors and resources.
Monitor This class watches over the changes of indicated resources.
Page The Page wrapper class.
Router This class implements a basic Router implementation that is used by those classes that must assign the execution of a particular pluggable instance depending on some "type reaction".
XMLConfigurations This class makes a Configurations object from an XML source.
 

Exception Summary
InitializationException This exception is thrown when a Configurable object is initialized with illegal parameters and cannot complete its initialization.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.