|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Constructor Summary | |
|---|---|
VariableMapperImpl()
Constructor |
|
| Method Summary | |
|---|---|
ValueExpression |
resolveVariable(java.lang.String variable)
Resolves the specified variable within the given context. |
ValueExpression |
setVariable(java.lang.String variable,
ValueExpression expression)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VariableMapperImpl()
| Method Detail |
|---|
public ValueExpression resolveVariable(java.lang.String variable)
resolveVariable in class VariableMapper
public ValueExpression setVariable(java.lang.String variable,
ValueExpression expression)
setVariable in class VariableMapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||