Class X4OELVariableMapper
java.lang.Object
javax.el.VariableMapper
org.x4o.xml.el.X4OELVariableMapper
public class X4OELVariableMapper
extends javax.el.VariableMapper
X4OELVariableMapper simple EL variable mapper.
- Version:
- 1.0 Sep 14, 2010
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.el.ValueExpression
resolveVariable
(String var) javax.el.ValueExpression
setVariable
(String var, javax.el.ValueExpression expression)
-
Constructor Details
-
X4OELVariableMapper
public X4OELVariableMapper()Creates the X4OELVariableMapper.
-
-
Method Details
-
resolveVariable
- Specified by:
resolveVariable
in classjavax.el.VariableMapper
- Parameters:
var
- Resolve this var to an ValueExpression.- Returns:
- The resolved ValueExpression of the var.
- See Also:
-
setVariable
- Specified by:
setVariable
in classjavax.el.VariableMapper
- Parameters:
var
- Resolve this var to an ValueExpression.expression
- The ValueExpression of the var.- Returns:
- The ValueExpression being set.
- See Also:
-