Uses of Interface
org.zkoss.xel.Function

Packages that use Function
org.zkoss.xel XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL. 
org.zkoss.xel.taglib Utilities to access taglibs, aka., the TLD files. 
org.zkoss.xel.util Utilties of XEL expressions. 
 

Uses of Function in org.zkoss.xel
 

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

Uses of Function in org.zkoss.xel.taglib
 

Fields in org.zkoss.xel.taglib declared as Function
 Function FunctionDefinition.function
          Method's function.
 

Fields in org.zkoss.xel.taglib with type parameters of type Function
 Map<String,Function> TaglibDefinition.functions
          A map of functions.
 

Methods in org.zkoss.xel.taglib that return types with arguments of type Function
static Map<String,Function> Taglibs.loadFunctions(Element root)
          Loads functions defined in the specified DOM.
static Map<String,Function> Taglibs.loadFunctions(URL xmlURL)
          Loads functions defined in the specified URL.
 

Constructors in org.zkoss.xel.taglib with parameters of type Function
FunctionDefinition(String prefix, String name, Function function)
           
 

Uses of Function in org.zkoss.xel.util
 

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

Fields in org.zkoss.xel.util with type parameters of type Function
protected  Map<String,Function> TaglibMapper._mtds
          Map(String prefix+":"+name, Function func).
 

Methods in org.zkoss.xel.util that return Function
 Function DualFunctionMapper.resolveFunction(String prefix, String name)
           
 Function SimpleMapper.resolveFunction(String prefix, String name)
           
 Function TaglibMapper.resolveFunction(String prefix, String name)
           
 

Methods in org.zkoss.xel.util with parameters of type Function
 void TaglibMapper.addFunction(String prefix, String name, Function func)
          Adds the function that can be retrieved by TaglibMapper.resolveFunction(java.lang.String, java.lang.String).
 



Copyright © 2013. All rights reserved.