public class VariableMapperImpl
extends 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 |
---|---|
ValueExpression |
resolveVariable(java.lang.String variable)
Resolves the specified variable within the given context.
|
ValueExpression |
setVariable(java.lang.String variable,
ValueExpression expression) |