Uses of Class
org.apache.cocoon.components.flow.WebContinuation

Packages that use WebContinuation
org.apache.cocoon.components.flow   
org.apache.cocoon.components.flow.apples   
org.apache.cocoon.components.flow.javascript.fom   
 

Uses of WebContinuation in org.apache.cocoon.components.flow
 

Fields in org.apache.cocoon.components.flow declared as WebContinuation
protected  WebContinuation WebContinuation.parentContinuation
          The parent WebContinuation from which processing last started.
 

Methods in org.apache.cocoon.components.flow that return WebContinuation
static WebContinuation FlowHelper.getWebContinuation(Map objectModel)
          Get the web continuation associated with the current request
 WebContinuation ContinuationsManagerImpl.createWebContinuation(Object kont, WebContinuation parent, int timeToLive, ContinuationsDisposer disposer)
           
 WebContinuation ContinuationsManagerImpl.lookupWebContinuation(String id)
           
 WebContinuation WebContinuation.getContinuation(int level)
          Return the ancestor continuation situated levels above the current continuation.
 WebContinuation WebContinuation.getParentContinuation()
          Return the parent WebContinuation.
 WebContinuation ContinuationsManager.createWebContinuation(Object kont, WebContinuation parentKont, int timeToLive, ContinuationsDisposer disposer)
          Create a WebContinuation object given a native continuation object and its parent.
 WebContinuation ContinuationsManager.lookupWebContinuation(String id)
          Given a WebContinuation id, retrieve the associated WebContinuation object.
 

Methods in org.apache.cocoon.components.flow with parameters of type WebContinuation
static void FlowHelper.setWebContinuation(Map objectModel, WebContinuation kont)
          Set the web continuation associated with the current request
 WebContinuation ContinuationsManagerImpl.createWebContinuation(Object kont, WebContinuation parent, int timeToLive, ContinuationsDisposer disposer)
           
 void ContinuationsManagerImpl.invalidateWebContinuation(WebContinuation wk)
           
 void ContinuationsDisposer.disposeContinuation(WebContinuation webContinuation)
          Disposes the passed continuation object.
 WebContinuation ContinuationsManager.createWebContinuation(Object kont, WebContinuation parentKont, int timeToLive, ContinuationsDisposer disposer)
          Create a WebContinuation object given a native continuation object and its parent.
 void ContinuationsManager.invalidateWebContinuation(WebContinuation k)
          Invalidates a WebContinuation.
 void Interpreter.forwardTo(String uri, Object bizData, WebContinuation continuation, Redirector redirector)
          Forward the request to a Cocoon pipeline.
 void AbstractInterpreter.forwardTo(String uri, Object bizData, WebContinuation continuation, Redirector redirector)
           
 

Uses of WebContinuation in org.apache.cocoon.components.flow.apples
 

Methods in org.apache.cocoon.components.flow.apples with parameters of type WebContinuation
 void ApplesProcessor.disposeContinuation(WebContinuation webContinuation)
           
 

Uses of WebContinuation in org.apache.cocoon.components.flow.javascript.fom
 

Methods in org.apache.cocoon.components.flow.javascript.fom that return WebContinuation
 WebContinuation FOM_WebContinuation.getWebContinuation()
           
 

Constructors in org.apache.cocoon.components.flow.javascript.fom with parameters of type WebContinuation
FOM_WebContinuation(WebContinuation wk)
           
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.