|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Subclasses of WebContinuation in org.apache.cocoon.components.flow | |
---|---|
protected static class |
ContinuationsManagerImpl.HolderAwareWebContinuation
WebContinuation extension that holds also the information about the holder. |
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 | |
---|---|
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. |
WebContinuation |
ContinuationsManagerImpl.createWebContinuation(Object kont,
WebContinuation parent,
int timeToLive,
String interpreterId,
ContinuationsDisposer disposer)
|
protected WebContinuation |
ContinuationsManagerImpl.generateContinuation(Object kont,
WebContinuation parent,
int ttl,
String interpreterId,
ContinuationsDisposer disposer)
Create WebContinuation and generate unique identifier
for it. |
WebContinuation |
ContinuationsManagerImpl.WebContinuationsHolder.get(Object id)
|
WebContinuation |
WebContinuation.getContinuation(int level)
Return the ancestor continuation situated level s
above the current continuation. |
WebContinuation |
WebContinuation.getParentContinuation()
Return the parent WebContinuation . |
static WebContinuation |
FlowHelper.getWebContinuation(Map objectModel)
Get the web continuation associated with the current request |
WebContinuation |
ContinuationsManager.lookupWebContinuation(String id,
String interpreterId)
Given a WebContinuation id, retrieve the associated
WebContinuation object. |
WebContinuation |
ContinuationsManagerImpl.lookupWebContinuation(String id,
String interpreterId)
|
Methods in org.apache.cocoon.components.flow with parameters of type WebContinuation | |
---|---|
void |
ContinuationsManagerImpl.WebContinuationsHolder.addContinuation(WebContinuation wk)
|
boolean |
ContinuationsManagerImpl.WebContinuationsHolder.contains(WebContinuation wk)
|
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. |
WebContinuation |
ContinuationsManagerImpl.createWebContinuation(Object kont,
WebContinuation parent,
int timeToLive,
String interpreterId,
ContinuationsDisposer disposer)
|
protected void |
ContinuationsManagerImpl.disposeContinuation(ContinuationsManagerImpl.WebContinuationsHolder continuationsHolder,
WebContinuation wk)
Makes the continuation inaccessible for lookup, and triggers possible needed cleanup code through the ContinuationsDisposer interface. |
void |
ContinuationsDisposer.disposeContinuation(WebContinuation webContinuation)
Disposes the passed continuation object. |
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)
|
protected WebContinuation |
ContinuationsManagerImpl.generateContinuation(Object kont,
WebContinuation parent,
int ttl,
String interpreterId,
ContinuationsDisposer disposer)
Create WebContinuation and generate unique identifier
for it. |
void |
ContinuationsManager.invalidateWebContinuation(WebContinuation k)
Invalidates a WebContinuation . |
void |
ContinuationsManagerImpl.invalidateWebContinuation(WebContinuation wk)
|
protected void |
ContinuationsManagerImpl.removeContinuation(ContinuationsManagerImpl.WebContinuationsHolder continuationsHolder,
WebContinuation wk)
Removes an expired leaf WebContinuation node
from its continuation tree, and recursively removes its
parent(s) if it they have expired and have no (other) children. |
void |
ContinuationsManagerImpl.WebContinuationsHolder.removeContinuation(WebContinuation wk)
|
static void |
FlowHelper.setWebContinuation(Map objectModel,
WebContinuation kont)
Set the web continuation associated with the current request |
Constructors in org.apache.cocoon.components.flow with parameters of type WebContinuation | |
---|---|
ContinuationsManagerImpl.HolderAwareWebContinuation(String id,
Object continuation,
WebContinuation parentContinuation,
int timeToLive,
String interpreterId,
ContinuationsDisposer disposer,
ContinuationsManagerImpl.WebContinuationsHolder continuationsHolder)
|
|
WebContinuationDataBean(WebContinuation wc)
|
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()
|
Methods in org.apache.cocoon.components.flow.javascript.fom with parameters of type WebContinuation | |
---|---|
void |
FOM_Cocoon.pushCallContext(FOM_JavaScriptInterpreter interp,
Redirector redirector,
ServiceManager manager,
Context avalonContext,
Logger logger,
WebContinuation lastContinuation)
|
Constructors in org.apache.cocoon.components.flow.javascript.fom with parameters of type WebContinuation | |
---|---|
FOM_WebContinuation(WebContinuation wk)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |