public abstract class VariableMapper extends Object
| Constructor and Description | 
|---|
| VariableMapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ValueExpression | resolveVariable(String variable) | 
| abstract ValueExpression | setVariable(String variable,
           ValueExpression expression)Assign a ValueExpression to an EL variable, replacing
 any previously assignment to the same variable. | 
public abstract ValueExpression resolveVariable(String variable)
variable - The variable namepublic abstract ValueExpression setVariable(String variable, ValueExpression expression)
null.variable - The variable nameexpression - The ValueExpression to be assigned
        to the variable.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.