Uses of Interface
org.zkoss.xel.Function

Packages that use Function
org.zkoss.el EL utilities enabling the use of EL expressions anywhere, not just in JSP pages 
org.zkoss.el.impl Implementation of EL utilities. 
org.zkoss.xel XEL - Extensible Expression Language. 
 

Uses of Function in org.zkoss.el
 

Methods in org.zkoss.el that return Function
 Function SimpleMapper.resolveFunction(java.lang.String prefix, java.lang.String name)
           
 

Uses of Function in org.zkoss.el.impl
 

Classes in org.zkoss.el.impl that implement Function
 class MethodFunction
          A XEL function based on java.lang.reflect.Method.
 

Uses of Function in org.zkoss.xel
 

Methods in org.zkoss.xel that return Function
 Function FunctionMapper.resolveFunction(java.lang.String prefix, java.lang.String name)
          Resolves a function Function with the specified name and prefix.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.