Package org.apache.cocoon.framework

Interface Summary
Actor This interface must be implemented by all acting classes.
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.
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 This interface must be implemented by classes willing to provide an XML representation of their current state
 

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-2000 Apache Software Foundation. All Rights Reserved.