|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.zk.ui.metainfo.FunctionMapperInfo
public class FunctionMapperInfo
A definition of the function mapper (FunctionMapper
).
Note: we resolve the class by use fo Classes.forNameByThread. In other words, it doesn't support the class defined in zscript. Why not? Since there is no way to run zscript before the function-mapper directive (and better performance).
Constructor Summary | |
---|---|
FunctionMapperInfo(java.lang.Class cls)
Constructs with a class. |
|
FunctionMapperInfo(java.lang.Class cls,
java.util.Map args)
Constructs with a class. |
|
FunctionMapperInfo(FunctionMapper mapper)
Constructs with an initiator that will be reuse each time newFunctionMapper(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called. |
|
FunctionMapperInfo(java.lang.String clsnm)
Constructs with a class name. |
|
FunctionMapperInfo(java.lang.String clsnm,
java.util.Map args)
Constructs with a class name. |
Method Summary | |
---|---|
FunctionMapper |
newFunctionMapper(Evaluator eval,
Page page)
Creates and returns the function mapper for the specified evaluator and page. |
FunctionMapper |
newFunctionMapper(PageDefinition pgdef,
Page page)
Creates and returns the function mapper for the specified pagedefinition and page. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FunctionMapperInfo(java.lang.Class cls, java.util.Map args)
public FunctionMapperInfo(java.lang.Class cls)
public FunctionMapperInfo(java.lang.String clsnm, java.util.Map args) throws java.lang.ClassNotFoundException
clsnm
- the class name; it could be an EL expression.
java.lang.ClassNotFoundException
public FunctionMapperInfo(java.lang.String clsnm) throws java.lang.ClassNotFoundException
clsnm
- the class name; it could be an EL expression.
java.lang.ClassNotFoundException
public FunctionMapperInfo(FunctionMapper mapper)
newFunctionMapper(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page)
is called.
Method Detail |
---|
public FunctionMapper newFunctionMapper(PageDefinition pgdef, Page page) throws java.lang.Exception
java.lang.Exception
public FunctionMapper newFunctionMapper(Evaluator eval, Page page) throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |