public class ExecutionsCtrl extends Executions
Execution
._exec
Modifier | Constructor and Description |
---|---|
protected |
ExecutionsCtrl() |
Modifier and Type | Method and Description |
---|---|
static ExecutionCtrl |
getCurrentCtrl()
Returns the current
ExecutionCtrl . |
static java.lang.String |
getPageRedrawControl(Execution exec)
Returns the page redraw control.
|
static void |
setCurrent(Execution exec)
Sets the execution for the current thread.
|
activate, activate, createComponents, createComponents, createComponents, createComponents, createComponents, createComponentsDirectly, createComponentsDirectly, createComponentsDirectly, createComponentsDirectly, createComponentsDirectly, createComponentsDirectly, deactivate, encodeToURL, encodeURL, evaluate, evaluate, forward, getCurrent, getEvaluator, getEvaluator, getPageDefinition, getPageDefinitionDirectly, getPageDefinitionDirectly, getPageDefinitionDirectly, include, notify, notify, notifyAll, notifyAll, schedule, sendRedirect, wait
public static final void setCurrent(Execution exec)
Note: you have to clean up the current execution with try/finally:
setCurrent(exec);
try {
...
finally {
setCurrent(null);
}
public static final ExecutionCtrl getCurrentCtrl()
ExecutionCtrl
.public static final java.lang.String getPageRedrawControl(Execution exec)
Attributes.PAGE_REDRAW_CONTROL
is defined.
If not, it checks a request parameter called zk.redrawCtrl
is defined. If none of them is defined, null is returned.Copyright © 2005-2018 Potix Corporation. All Rights Reserved.