|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContinuationsDisposer | |
org.apache.cocoon.components.flow | |
org.apache.cocoon.components.flow.apples |
Uses of ContinuationsDisposer in org.apache.cocoon.components.flow |
Fields in org.apache.cocoon.components.flow declared as ContinuationsDisposer | |
protected ContinuationsDisposer |
WebContinuation.disposer
Holds the ContinuationsDisposer to call when this continuation
gets invalidated. |
Methods in org.apache.cocoon.components.flow with parameters of type ContinuationsDisposer | |
WebContinuation |
ContinuationsManagerImpl.createWebContinuation(Object kont,
WebContinuation parent,
int timeToLive,
ContinuationsDisposer disposer)
|
WebContinuation |
ContinuationsManager.createWebContinuation(Object kont,
WebContinuation parentKont,
int timeToLive,
ContinuationsDisposer disposer)
Create a WebContinuation object given a native
continuation object and its parent. |
Uses of ContinuationsDisposer in org.apache.cocoon.components.flow.apples |
Classes in org.apache.cocoon.components.flow.apples that implement ContinuationsDisposer | |
class |
ApplesProcessor
ApplesProcessor is the core Cocoon component that provides the 'Apples' flow implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |