|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableResolver
Used to customize the way an 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
Method Summary | |
---|---|
java.lang.Object |
resolveVariable(java.lang.String name)
Resolves the specified variable. |
Method Detail |
---|
java.lang.Object resolveVariable(java.lang.String name) throws XelException
name
- the name of the variable to resolve
XelException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |