org.apache.jasper.runtime
Class VariableMapperImpl
java.lang.Object
VariableMapper
org.apache.jasper.runtime.VariableMapperImpl
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.
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: hmalphett $
- Author:
- Kin-man Chung
|
Method Summary |
ValueExpression |
resolveVariable(String variable)
Resolves the specified variable within the given context. |
ValueExpression |
setVariable(String variable,
ValueExpression expression)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableMapperImpl
public VariableMapperImpl()
- Constructor
resolveVariable
public ValueExpression resolveVariable(String variable)
- Resolves the specified variable within the given context.
Returns null if the variable is not found.
setVariable
public ValueExpression setVariable(String variable,
ValueExpression expression)
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.