public class VariableMapperWrapper
extends jakarta.el.VariableMapper
Map.
Modifications occur to the Map instance, but resolve against the wrapped VariableMapper if the Map doesn't contain
the ValueExpression requested.| Constructor and Description |
|---|
VariableMapperWrapper(jakarta.el.VariableMapper orig) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.el.ValueExpression |
resolveVariable(String variable)
First tries to resolve agains the inner Map, then the wrapped ValueExpression.
|
jakarta.el.ValueExpression |
setVariable(String variable,
jakarta.el.ValueExpression expression)
Set the ValueExpression on the inner Map instance.
|
public VariableMapperWrapper(jakarta.el.VariableMapper orig)
public jakarta.el.ValueExpression resolveVariable(String variable)
resolveVariable in class jakarta.el.VariableMapperVariableMapper.resolveVariable(java.lang.String)public jakarta.el.ValueExpression setVariable(String variable, jakarta.el.ValueExpression expression)
setVariable in class jakarta.el.VariableMapperVariableMapper.setVariable(java.lang.String, jakarta.el.ValueExpression)Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.