com.sun.faces.facelets.el
public class VariableMapperWrapper extends javax.el.VariableMapper
Map
. Modifications occur to the Map
instance, but resolve against the wrapped VariableMapper if the Map doesn't
contain the ValueExpression requested.Modifier and Type | Field and Description |
---|---|
private javax.el.VariableMapper |
target |
private java.util.Map |
vars |
Constructor and Description |
---|
VariableMapperWrapper(javax.el.VariableMapper orig) |
Modifier and Type | Method and Description |
---|---|
javax.el.ValueExpression |
resolveVariable(java.lang.String variable)
First tries to resolve agains the inner Map, then the wrapped
ValueExpression.
|
javax.el.ValueExpression |
setVariable(java.lang.String variable,
javax.el.ValueExpression expression)
Set the ValueExpression on the inner Map instance.
|
public javax.el.ValueExpression resolveVariable(java.lang.String variable)
resolveVariable
in class javax.el.VariableMapper
VariableMapper.resolveVariable(java.lang.String)
public javax.el.ValueExpression setVariable(java.lang.String variable, javax.el.ValueExpression expression)
setVariable
in class javax.el.VariableMapper
VariableMapper.setVariable(java.lang.String,
javax.el.ValueExpression)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.