MafElContext
.
@Deprecated
public class AdfELContext
extends oracle.adfmf.framework.model.MafElContext
Constructor and Description |
---|
AdfELContext()
Deprecated.
|
AdfELContext(AdfELContext parent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
evaluateVariable(String variable)
Deprecated.
|
int |
getDepth()
Deprecated.
|
AdfELContext |
getParent()
Deprecated.
Get the context's parent
|
void |
release()
Deprecated.
|
void |
setVariable(String variable, Object value, Class type)
Deprecated.
|
javax.el.ValueExpression |
setVariable(String name, javax.el.ValueExpression expression)
Deprecated.
|
clearCurrentELResolutionPath, getCurrentELResolutionPath, getCurrentExpression, getELResolver, getExpressionFactory, getFunctionMapper, getVariableMapper, isCurrentExpressionVolatile, isResolvingSetValue, registerCurrentExpressionAsVolatile, setCurrentExpression, setResolvingSetValue, updateCurrentELResolutionPath
public AdfELContext(AdfELContext parent)
public AdfELContext()
@Deprecated public void release()
public AdfELContext getParent()
@Deprecated public int getDepth()
@Deprecated public javax.el.ValueExpression setVariable(String name, javax.el.ValueExpression expression)
@Deprecated public void setVariable(String variable, Object value, Class type)
@Deprecated public Object evaluateVariable(String variable)