Class VariableMapperImpl
java.lang.Object
javax.el.VariableMapper
org.apache.jasper.runtime.VariableMapperImpl
public class VariableMapperImpl
extends javax.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.
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Kin-man Chung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.el.ValueExpressionresolveVariable(String variable) Resolves the specified variable within the given context.javax.el.ValueExpressionsetVariable(String variable, javax.el.ValueExpression expression)
-
Constructor Details
-
VariableMapperImpl
public VariableMapperImpl()Constructor
-
-
Method Details
-
resolveVariable
Resolves the specified variable within the given context. Returns null if the variable is not found.- Specified by:
resolveVariablein classjavax.el.VariableMapper
-
setVariable
- Specified by:
setVariablein classjavax.el.VariableMapper
-