org.tinygroup.jspengine.runtime
类 VariableMapperImpl
java.lang.Object
javax.el.VariableMapper
org.tinygroup.jspengine.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.
- 版本:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: jluehe $
- 作者:
- Kin-man Chung
|
方法摘要 |
javax.el.ValueExpression |
resolveVariable(String variable)
Resolves the specified variable within the given context. |
javax.el.ValueExpression |
setVariable(String variable,
javax.el.ValueExpression expression)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableMapperImpl
public VariableMapperImpl()
- Constructor
resolveVariable
public javax.el.ValueExpression resolveVariable(String variable)
- Resolves the specified variable within the given context.
Returns null if the variable is not found.
- 指定者:
- 类
javax.el.VariableMapper 中的 resolveVariable
setVariable
public javax.el.ValueExpression setVariable(String variable,
javax.el.ValueExpression expression)
- 指定者:
- 类
javax.el.VariableMapper 中的 setVariable
Copyright © 2006–2014 开源组织. All rights reserved.