| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionMapper.resolveFunction(String prefix,
String name)
Resolves a function
Function with the specified name and
prefix. |
| Modifier and Type | Field and Description |
|---|---|
Function |
FunctionDefinition.function
Method's function.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,Function> |
TaglibDefinition.functions
A map of functions.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
FunctionDefinition(String prefix,
String name,
Function function) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodFunction
A XEL function based on java.lang.reflect.Method.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Function> |
TaglibMapper._mtds
Map(String prefix+":"+name, Function func).
|
| Modifier and Type | Method and Description |
|---|---|
Function |
TaglibMapper.resolveFunction(String prefix,
String name) |
Function |
DualFunctionMapper.resolveFunction(String prefix,
String name) |
Function |
SimpleMapper.resolveFunction(String prefix,
String name) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. All rights reserved.