public class VariableMapperImpl
extends jakarta.el.VariableMapper
This is the implementation of VariableMapper. The compiler creates an empty variable mapper when an ELContext is created. The variable mapper will be updated by tag handlers, if necessary.
| Constructor and Description |
|---|
VariableMapperImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.el.ValueExpression |
resolveVariable(String variable)
Resolves the specified variable within the given context.
|
jakarta.el.ValueExpression |
setVariable(String variable,
jakarta.el.ValueExpression expression) |
public jakarta.el.ValueExpression resolveVariable(String variable)
resolveVariable in class jakarta.el.VariableMapperpublic jakarta.el.ValueExpression setVariable(String variable, jakarta.el.ValueExpression expression)
setVariable in class jakarta.el.VariableMapperComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.