Uses of Interface
org.apache.cocoon.components.flow.ContinuationsDisposer

Packages that use ContinuationsDisposer
org.apache.cocoon.components.flow   
 

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 ContinuationsManager.createWebContinuation(Object kont, WebContinuation parentKont, int timeToLive, String interpreterId, ContinuationsDisposer disposer)
          Create a WebContinuation object given a native continuation object and its parent.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.