| Name | Description | Type | Package | Framework |
| AbstractContinuable | Abstract class to add basic methods for flow handling. | Class | org.apache.cocoon.components.flow.java | Apache Cocoon |
| AbstractInterpreter | Abstract superclass for various scripting languages used by Cocoon for flow control. | Class | org.apache.cocoon.components.flow | Apache Cocoon |
| AppleController | AppleController declares the main processing interfaces for the stateful controller objects. | Interface | org.apache.cocoon.components.flow.apples | Apache Cocoon |
| AppleHelper | AppleHelper holds some static utility classes used in the Apples flowConstructor SummaryAppleHelper() | Class | org.apache.cocoon.components.flow.apples | Apache Cocoon |
| AppleRequest | AppleRequest defines the services an AppleController can collect from the current request. | Interface | org.apache.cocoon.components.flow.apples | Apache Cocoon |
| AppleResponse | AppleResponse defines the parts of the 'response' an AppleController can set. | Interface | org.apache.cocoon.components.flow.apples | Apache Cocoon |
| ApplesProcessor | ApplesProcessor is the core Cocoon component that provides the 'Apples' flow implementation. | Class | org.apache.cocoon.components.flow.apples | Apache Cocoon |
| BindingWoodyApple | Class | org.apache.cocoon.components.flow.apples.samples | Apache Cocoon | |
| CalculationApple | CalculationApple shows an easy Apple example implementation for a Calculator. | Class | org.apache.cocoon.components.flow.apples.samples | Apache Cocoon |
| CompilingClassLoader | Class | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon | |
| CompilingClassLoader .ClassRepository | Interface | org.apache.cocoon.components.flow.javascript.fom.CompilingClassLoader | Apache Cocoon | |
| CompilingClassLoader .SourceListener | Interface | org.apache.cocoon.components.flow.javascript.fom.CompilingClassLoader | Apache Cocoon | |
| CompilingInterpreter | This is a base class for all interpreters compiling the scriptsVersion:CVS $Id: CompilingInterpreter. | Class | org.apache.cocoon.components.flow | Apache Cocoon |
| Continuable | Marker interface to mark classes, which should be made continuable by the ClassLoader. | Interface | org.apache.cocoon.components.flow.java | Apache Cocoon |
| Continuation | Continuation object to store the current execution. | Class | org.apache.cocoon.components.flow.java | Apache Cocoon |
| ContinuationCapable | Marker interface to mark classes, which are transformed by the ContinuationClassLoader. | Interface | org.apache.cocoon.components.flow.java | Apache Cocoon |
| ContinuationClassLoader | The classloader breakes the methods of the classes into pieces and add intercepting code to suspend the execution of the method. | Class | org.apache.cocoon.components.flow.java | Apache Cocoon |
| ContinuationContext | Helper class to associate cocoon flow informations to the continuation. | Class | org.apache.cocoon.components.flow.java | Apache Cocoon |
| ContinuationsDisposer | ContinuationsDisposer declares the contract for the clean-up of specfic Typically a Interpreter implementation that produces continuation | Interface | org.apache.cocoon.components.flow | Apache Cocoon |
| ContinuationsManager | The interface of the Continuations manager. | Interface | org.apache.cocoon.components.flow | Apache Cocoon |
| ContinuationsManagerImpl | The default implementation of ContinuationsManager. | Class | org.apache.cocoon.components.flow | Apache Cocoon |
| ContinuationsManagerImpl .ExpirationPredicate | protected ContinuationsManagerImpl. | Class | org.apache.cocoon.components.flow.ContinuationsManagerImpl | Apache Cocoon |
| ContinuationsManagerImpl .HolderAwareWebContinuation | WebContinuation extension that holds also the information about the holder. | Class | org.apache.cocoon.components.flow.ContinuationsManagerImpl | Apache Cocoon |
| ContinuationStack | Stack to store the frame information along the invocation trace. | Class | org.apache.cocoon.components.flow.java | Apache Cocoon |
| DefaultAppleRequest | DefaultAppleRequest wraps the nested | Class | org.apache.cocoon.components.flow.apples | Apache Cocoon |
| DefaultAppleResponse | Class | org.apache.cocoon.components.flow.apples | Apache Cocoon | |
| FlowHelper | Provides the interface between the flow controller layer and the view layer. | Class | org.apache.cocoon.components.flow | Apache Cocoon |
| FOM_Cocoon | Class | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon | |
| FOM_Cocoon .FOM_Context | JS wrapper for Cocoon's context object. | Class | org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon | Apache Cocoon |
| FOM_Cocoon .FOM_Request | JS wrapper for Cocoon's request object. | Class | org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon | Apache Cocoon |
| FOM_Cocoon .FOM_Session | JS wrapper for Cocoon's session object. | Class | org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon | Apache Cocoon |
| FOM_JavaScriptFlowHelper | Provides the interface between the JavaScript flow controller layer and the view layer. | Class | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon |
| FOM_JavaScriptInterpreter | Interface with the JavaScript interpreter. | Class | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon |
| FOM_JavaScriptInterpreter .ThreadScope | See Also:Serialized FormFields inherited from class org. | Class | org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter | Apache Cocoon |
| FOM_WebContinuation | Class | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon | |
| GuessGameApple | GuessGameApple shows an easy Apples implementation for a number guessing game. | Class | org.apache.cocoon.components.flow.apples.samples | Apache Cocoon |
| HanoiApple | HanoiApple shows an apple maintaining the state of the fanous puzzle. | Class | org.apache.cocoon.components.flow.apples.samples | Apache Cocoon |
| Interpreter | The interface to the flow scripting languages. | Interface | org.apache.cocoon.components.flow | Apache Cocoon |
| Interpreter .Argument | Constructor SummaryInterpreter. | Class | org.apache.cocoon.components.flow.Interpreter | Apache Cocoon |
| InvalidContinuationException | This Exception is thrown whenever an invalid continuation is given. | Class | org.apache.cocoon.components.flow | Apache Cocoon |
| JavaInterpreter | Class | org.apache.cocoon.components.flow.java | Apache Cocoon | |
| JavaScriptFlowHelper | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon | |
| JSErrorReporter | Like ToolErrorReporter but logs to supplied logger instead of stdoutVersion:CVS $Id: JSErrorReporter. | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon |
| LocationTrackingDebugger | A Rhino debugger that tracks location information when an exception is raised in some JavaScript code. | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon |
| PageLocal | Interface | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon | |
| PageLocalImpl | Class | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon | |
| PageLocalScope | Interface | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon | |
| PageLocalScopeHolder | Class | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon | |
| PageLocalScopeImpl | Class | org.apache.cocoon.components.flow.javascript.fom | Apache Cocoon | |
| PipelineUtil | Utility class to process a pipeline to various destinations. | Class | org.apache.cocoon.components.flow.util | Apache Cocoon |
| ScriptableConnection | Wraps a JDBC connection and provides an API similar to JSTL A ScriptableConnection provides two methods: | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon |
| ScriptableMap | Wrap a java. | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon |
| ScriptablePointer | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon | |
| ScriptablePointerFactory | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon | |
| ScriptablePropertyHandler | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon | |
| ScriptablePropertyPointer | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon | |
| ScriptableResult | Class | org.apache.cocoon.components.flow.javascript | Apache Cocoon | |
| ScriptableResult .Row | See Also:Serialized FormFields inherited from class org. | Class | org.apache.cocoon.components.flow.javascript.ScriptableResult | Apache Cocoon |
| StatelessAppleController | This interface can be impemented by Apples who do not which to be stored, and thus don't have a continuation ID assosociated | Interface | org.apache.cocoon.components.flow.apples | Apache Cocoon |
| VarMap | Simplified version of a map. | Class | org.apache.cocoon.components.flow.java | Apache Cocoon |
| VarMapHandler | JXPath handler for VarMap. | Class | org.apache.cocoon.components.flow.java | Apache Cocoon |
| WebContinuation | Representation of continuations in a Web environment. | Class | org.apache.cocoon.components.flow | Apache Cocoon |
| WebContinuationDataBean | Class | org.apache.cocoon.components.flow | Apache Cocoon | |