org.zkoss.xel
Interface VariableResolver
- All Known Implementing Classes:
- ObjectResolver, RequestResolver, SimpleResolver
public interface VariableResolver
Used to customize the way an Expression resolves variable
references at evaluation time.
- Since:
- 2.4.2
- Author:
- tomyeh
|
Method Summary |
java.lang.Object |
resolveVariable(java.lang.String name)
Resolves the specified variable. |
resolveVariable
java.lang.Object resolveVariable(java.lang.String name)
throws XelException
- Resolves the specified variable.
- Parameters:
name - the name of the variable to resolve
- Throws:
XelException
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.