|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionMapper | |
|---|---|
| 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. |
| org.zkoss.xel.zel | This implementation is based on ZEL 2.2 (Similar to EL 2.2). |
| Uses of FunctionMapper in org.zkoss.xel |
|---|
| Fields in org.zkoss.xel declared as FunctionMapper | |
|---|---|
static FunctionMapper |
Expressions.EMPTY_MAPPER
An empty function mapper, i.e., it has no function defined at all. |
| Methods in org.zkoss.xel that return FunctionMapper | |
|---|---|
FunctionMapper |
XelContext.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 | |
|---|---|
static FunctionMapper |
Taglibs.getFunctionMapper(Collection<Taglib> taglibs,
Locator loc)
Retursn the function mapper representing a collection of Taglib,
or null if nothin is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(Collection<Taglib> taglibs,
Map<String,Class<?>> imports,
Collection<FunctionDefinition> funcs,
Locator loc)
Retursn the function mapper representing a collection of Taglib,
imports and functions, or null if nothing is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(Collection<Taglib> taglibs,
Map<String,Class<?>> imports,
Locator loc)
Retursn the function mapper representing a collection of Taglib
and imports, or null if nothing is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(List<Taglib> taglibs,
Locator loc)
Retursn the function mapper representing a list of Taglib,
or null if nothin is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(List<Taglib> taglibs,
Map<String,Class<?>> imports,
List<FunctionDefinition> funcs,
Locator loc)
Retursn the function mapper representing a list of Taglib,
imports and functions, or null if nothing is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(List<Taglib> taglibs,
Map<String,Class<?>> imports,
Locator loc)
Retursn the function mapper representing a list of Taglib
and imports, or null if nothing is loaded. |
| Uses of FunctionMapper in org.zkoss.xel.util |
|---|
| Classes in org.zkoss.xel.util that implement FunctionMapper | |
|---|---|
class |
DualFunctionMapper
Combine two function mappers into one function mapper. |
class |
SimpleMapper
A simmple function mapper. |
class |
TaglibMapper
A function mapper that is capable to load function and class definitions from taglib. |
| Methods in org.zkoss.xel.util that return FunctionMapper | |
|---|---|
static FunctionMapper |
DualFunctionMapper.combine(FunctionMapper first,
FunctionMapper second)
Returns a function mapper by combining two function mappers. |
FunctionMapper |
XelContextProxy.getFunctionMapper()
|
FunctionMapper |
SimpleXelContext.getFunctionMapper()
|
FunctionMapper |
SimpleMapper.getParent()
Returns the parent mapper, or null if no parent. |
| Methods in org.zkoss.xel.util with parameters of type FunctionMapper | |
|---|---|
static FunctionMapper |
DualFunctionMapper.combine(FunctionMapper first,
FunctionMapper second)
Returns a function mapper by combining two function mappers. |
void |
SimpleXelContext.setFunctionMapper(FunctionMapper mapper)
Sets the function mapper, or null if not available. |
void |
SimpleMapper.setParent(FunctionMapper parent)
Sets the parent mapper. |
| Constructors in org.zkoss.xel.util with parameters of type FunctionMapper | |
|---|---|
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 | |
|---|---|
XelELMapper(FunctionMapper mapper)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||