Uses of Interface
org.zkoss.xel.FunctionMapper
-
Packages that use FunctionMapper Package Description org.zkoss.xel org.zkoss.xel.taglib org.zkoss.xel.util org.zkoss.xel.zel -
-
Uses of FunctionMapper in org.zkoss.xel
Fields in org.zkoss.xel declared as FunctionMapper Modifier and Type Field Description static FunctionMapperExpressions. EMPTY_MAPPERAn empty function mapper, i.e., it has no function defined at all.Methods in org.zkoss.xel that return FunctionMapper Modifier and Type Method Description FunctionMapperXelContext. getFunctionMapper()Returns the function mapper, or null if not available. -
Uses of FunctionMapper in org.zkoss.xel.taglib
Methods in org.zkoss.xel.taglib that return FunctionMapper Modifier and Type Method Description static FunctionMapperTaglibs. getFunctionMapper(java.util.Collection<Taglib> taglibs, java.util.Map<java.lang.String,java.lang.Class<?>> imports, java.util.Collection<FunctionDefinition> funcs, Locator loc)Returns the function mapper representing a collection ofTaglib, imports and functions, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.Collection<Taglib> taglibs, java.util.Map<java.lang.String,java.lang.Class<?>> imports, Locator loc)Returns the function mapper representing a collection ofTagliband imports, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.Collection<Taglib> taglibs, Locator loc)Returns the function mapper representing a collection ofTaglib, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.List<Taglib> taglibs, java.util.Map<java.lang.String,java.lang.Class<?>> imports, java.util.List<FunctionDefinition> funcs, Locator loc)Returns the function mapper representing a list ofTaglib, imports and functions, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.List<Taglib> taglibs, java.util.Map<java.lang.String,java.lang.Class<?>> imports, Locator loc)Returns the function mapper representing a list ofTagliband imports, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.List<Taglib> taglibs, Locator loc)Returns the function mapper representing a list ofTaglib, or null if nothing is loaded. -
Uses of FunctionMapper in org.zkoss.xel.util
Classes in org.zkoss.xel.util that implement FunctionMapper Modifier and Type Class Description classDualFunctionMapperCombine two function mappers into one function mapper.classSimpleMapperA simple function mapper.classTaglibMapperA function mapper that is capable to load function and class definitions from taglib.Methods in org.zkoss.xel.util that return FunctionMapper Modifier and Type Method Description static FunctionMapperDualFunctionMapper. combine(FunctionMapper first, FunctionMapper second)Returns a function mapper by combining two function mappers.FunctionMapperSimpleXelContext. getFunctionMapper()FunctionMapperXelContextProxy. getFunctionMapper()FunctionMapperSimpleMapper. getParent()Returns the parent mapper, or null if no parent.Methods in org.zkoss.xel.util with parameters of type FunctionMapper Modifier and Type Method Description static FunctionMapperDualFunctionMapper. combine(FunctionMapper first, FunctionMapper second)Returns a function mapper by combining two function mappers.voidSimpleXelContext. setFunctionMapper(FunctionMapper mapper)Sets the function mapper, or null if not available.voidSimpleMapper. setParent(FunctionMapper parent)Sets the parent mapper.Constructors in org.zkoss.xel.util with parameters of type FunctionMapper Constructor Description DualFunctionMapper(FunctionMapper first, FunctionMapper second)Constructor.SimpleMapper(FunctionMapper parent)SimpleXelContext(VariableResolver resolver, FunctionMapper mapper)XelContextProxy(XelContext ctx, FunctionMapper mapper)Replaces the function mapper with the specified one, but the variable resolver not changed.XelContextProxy(XelContext ctx, VariableResolver resolver, FunctionMapper mapper)Replaces both variable resolver and function mapper. -
Uses of FunctionMapper in org.zkoss.xel.zel
Constructors in org.zkoss.xel.zel with parameters of type FunctionMapper Constructor Description XelELMapper(FunctionMapper mapper)
-