Uses of Class
org.apache.cocoon.components.flow.java.Continuation

Packages that use Continuation
org.apache.cocoon.components.flow.java   
 

Uses of Continuation in org.apache.cocoon.components.flow.java
 

Methods in org.apache.cocoon.components.flow.java that return Continuation
static Continuation Continuation.currentContinuation()
          Return the continuation, which is associated to the current thread.
 

Constructors in org.apache.cocoon.components.flow.java with parameters of type Continuation
Continuation(Continuation parent, Object context)
          Create a new continuation, which continue a previous continuation.
 



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