|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionDefinition | |
|---|---|
| org.zkoss.xel.taglib | Utilities to access taglibs, aka., the TLD files. |
| Uses of FunctionDefinition in org.zkoss.xel.taglib |
|---|
| Method parameters in org.zkoss.xel.taglib with type arguments of type FunctionDefinition | |
|---|---|
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(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||