public class AliasVariableMapperWrapper
extends javax.el.VariableMapper
Constructor and Description |
---|
AliasVariableMapperWrapper(javax.el.VariableMapper orig,
List<String> blockedPatterns) |
Modifier and Type | Method and Description |
---|---|
javax.el.ValueExpression |
resolveVariable(String variable)
First tries to resolve against the inner Map, then the wrapped ValueExpression, unless target is an
AliasVariableMapper that blocks this variable pattern. |
javax.el.ValueExpression |
setVariable(String variable,
javax.el.ValueExpression expression) |
public javax.el.ValueExpression resolveVariable(String variable)
AliasVariableMapper
that blocks this variable pattern.resolveVariable
in class javax.el.VariableMapper
public javax.el.ValueExpression setVariable(String variable, javax.el.ValueExpression expression)
setVariable
in class javax.el.VariableMapper
Copyright © 2015 Nuxeo SA. All rights reserved.