|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.el.SimpleMapper
public class SimpleMapper
A simple function mapper.
| Constructor Summary | |
|---|---|
SimpleMapper()
|
|
SimpleMapper(FunctionMapper parent)
|
|
| Method Summary | |
|---|---|
java.util.Collection |
getClassNames()
Returns a readonly collection of the logic names of the class (never null). |
void |
load(java.lang.String prefix,
Element root)
Loads function definitions from DOM. |
void |
load(java.lang.String prefix,
java.lang.String uri,
Locator locator)
Loads function definitions from taglib. |
java.lang.Class |
resolveClass(java.lang.String name)
Resolves a class with the specified logic name, or null if not found. |
Function |
resolveFunction(java.lang.String prefix,
java.lang.String name)
Resolves a function Function with the specified name and
prefix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleMapper()
public SimpleMapper(FunctionMapper parent)
| Method Detail |
|---|
public void load(java.lang.String prefix,
java.lang.String uri,
Locator locator)
throws XelException,
java.io.IOException
XelException
java.io.IOException
public void load(java.lang.String prefix,
Element root)
throws XelException,
java.io.IOException
XelException
java.io.IOException
public Function resolveFunction(java.lang.String prefix,
java.lang.String name)
FunctionMapperFunction with the specified name and
prefix.
resolveFunction in interface FunctionMapperprefix - the prefix of the function, or "" if no prefixname - the name of the function to resolvepublic java.util.Collection getClassNames()
FunctionMapperIt is used only with ZK 3.0 and later. It is not used in ZK 2.4.x.
getClassNames in interface FunctionMapper
public java.lang.Class resolveClass(java.lang.String name)
throws XelException
FunctionMapperIt is used only with ZK 3.0 and later. It is not used in ZK 2.4.x.
resolveClass in interface FunctionMapperXelException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||