public interface VariableResolver
Expression
resolves variable
references at evaluation time.
Since 5.0.0, you can implement another interface called VariableResolverX
to have more control about resolving the variables.
Any class implementing this interface shall implement Object.equals(Object)
and Object.hashCode()
VariableResolverX
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
resolveVariable(java.lang.String name)
Resolves the specified variable.
|
java.lang.Object resolveVariable(java.lang.String name) throws XelException
name
- the name of the variable to resolveXelException
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.