org.apache.cocoon.components.flow.java |
|
Java Source File Name | Type | Comment |
AbstractContinuable.java | Class | Abstract class to add basic methods for flow handling. |
Continuable.java | Interface | Marker interface to mark classes, which should be made continuable
by the ClassLoader. |
Continuation.java | Class | Continations object to store the current execution. |
ContinuationCapable.java | Interface | Marker interface to mark classes, which are transformed by the
ContinuationClassLoader. |
ContinuationClassLoader.java | Class | The classloader breakes the methods of the classes into pieces and
add intercepting code to suspend the execution of the method. |
ContinuationContext.java | Class | Helper class to associate cocoon flow informations to the continuation. |
ContinuationStack.java | Class | Stack to store the frame information along the invocation trace. |
JavaInterpreter.java | Class | Implementation of the java flow interpreter. |
VarMap.java | Class | Simplified version of a map. |
VarMapHandler.java | Class | JXPath handler for VarMap. |