org.zkoss.xel
Interface XelContext

All Known Implementing Classes:
SimpleXelContext

public interface XelContext

Context information for XEL evalution.

Since:
3.0.0
Author:
tomyeh

Method Summary
 FunctionMapper getFunctionMapper()
          Returns the function mapper, or null if not available.
 VariableResolver getVariableResolver()
          Returns the variable resolver, or null if not available.
 

Method Detail

getVariableResolver

VariableResolver getVariableResolver()
Returns the variable resolver, or null if not available.


getFunctionMapper

FunctionMapper getFunctionMapper()
Returns the function mapper, or null if not available.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo