|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Taglib | |
|---|---|
| org.zkoss.xel.taglib | Utilities to access taglibs, aka., the TLD files. |
| org.zkoss.xel.util | Utilties of XEL expressions. |
| Uses of Taglib in org.zkoss.xel.taglib |
|---|
| Method parameters in org.zkoss.xel.taglib with type arguments of type Taglib | |
|---|---|
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 Taglib in org.zkoss.xel.util |
|---|
| Methods in org.zkoss.xel.util with parameters of type Taglib | |
|---|---|
void |
TaglibMapper.load(Taglib taglib,
Locator locator)
Loads function and class definitions from taglib. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||