|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.el.VariableMapper
org.apache.jasper.runtime.VariableMapperImpl
public class VariableMapperImpl
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.
| 构造方法摘要 | |
|---|---|
VariableMapperImpl()
Constructor |
|
| 方法摘要 | |
|---|---|
ValueExpression |
resolveVariable(String variable)
Resolves the specified variable within the given context. |
ValueExpression |
setVariable(String variable,
ValueExpression expression)
Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public VariableMapperImpl()
| 方法详细信息 |
|---|
public ValueExpression resolveVariable(String variable)
VariableMapper 中的 resolveVariablevariable - The variable name
public ValueExpression setVariable(String variable,
ValueExpression expression)
VariableMapper 复制的描述null.
VariableMapper 中的 setVariablevariable - The variable nameexpression - The ValueExpression to be assigned
to the variable.
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||