|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.el.FunctionMappers
public class FunctionMappers
Utilities for handling FunctionMapper.
| Field Summary | |
|---|---|
static FunctionMapper |
EMPTY_MAPPER
An empty function mapper, i.e., it has no function defined at all. |
| Method Summary | |
|---|---|
static FunctionMapper |
getFunctionMapper(java.util.List taglibs,
Locator loc)
Retursn the function mapper representing a list of Taglib,
or null if taglibs is null or empty. |
static java.util.Map |
loadMethods(Element root)
Loads functions defined in the specified DOM. |
static java.util.Map |
loadMethods(java.net.URL xmlUrl)
Loads functions defined in the specified URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FunctionMapper EMPTY_MAPPER
| Method Detail |
|---|
public static final FunctionMapper getFunctionMapper(java.util.List taglibs,
Locator loc)
Taglib,
or null if taglibs is null or empty.
The returned mapper is serializable.
loc - the locator used to load taglib
public static final java.util.Map loadMethods(java.net.URL xmlUrl)
throws java.lang.Exception
java.lang.Exception
public static final java.util.Map loadMethods(Element root)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||