Uses of Class
org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation

Packages that use FOM_WebContinuation
org.apache.cocoon.components.flow.javascript.fom   
org.apache.cocoon.forms.flow.javascript   
org.apache.cocoon.woody.flow.javascript   
 

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

Methods in org.apache.cocoon.components.flow.javascript.fom that return FOM_WebContinuation
 FOM_WebContinuation FOM_WebContinuation.jsFunction_getParent()
           
 FOM_WebContinuation FOM_Cocoon.jsFunction_makeWebContinuation(Object k, Object ttl)
          Create a Bookmark WebContinuation from a JS Continuation with the last continuation of sendPageAndWait as its parent.
 FOM_WebContinuation FOM_Cocoon.jsFunction_sendPage(String uri, Object obj, Object wk)
           
 FOM_WebContinuation FOM_Cocoon.jsGet_continuation()
           
 FOM_WebContinuation FOM_WebContinuation.jsGet_previousBookmark()
           
 FOM_WebContinuation FOM_Cocoon.makeWebContinuation(org.mozilla.javascript.continuations.Continuation k, FOM_WebContinuation parent, int timeToLive)
          Create a Web Continuation from a JS Continuation
 

Methods in org.apache.cocoon.components.flow.javascript.fom with parameters of type FOM_WebContinuation
 void FOM_JavaScriptInterpreter.forwardTo(org.mozilla.javascript.Scriptable scope, FOM_Cocoon cocoon, String uri, Object bizData, FOM_WebContinuation fom_wk, Redirector redirector)
           
 void FOM_Cocoon.forwardTo(String uri, Object bean, FOM_WebContinuation fom_wk)
          Call the Cocoon Sitemap to process a page
 FOM_WebContinuation FOM_Cocoon.makeWebContinuation(org.mozilla.javascript.continuations.Continuation k, FOM_WebContinuation parent, int timeToLive)
          Create a Web Continuation from a JS Continuation
 

Uses of FOM_WebContinuation in org.apache.cocoon.forms.flow.javascript
 

Methods in org.apache.cocoon.forms.flow.javascript that return FOM_WebContinuation
 FOM_WebContinuation Form.jsFunction_makeWebContinuation(Object k, Object lastContinuation, int ttl)
           
 

Uses of FOM_WebContinuation in org.apache.cocoon.woody.flow.javascript
 

Methods in org.apache.cocoon.woody.flow.javascript that return FOM_WebContinuation
 FOM_WebContinuation Woody.jsFunction_makeWebContinuation(Object k, Object lastContinuation, int ttl)
           
 



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