variable-resolver"

From Documentation
Line 5: Line 5:
  
 
  <zk:variable-resolver use="..."  
 
  <zk:variable-resolver use="..."  
   [arg0="..."] [arg1="..."] [arg2="..."] [arg3="..."]?>
+
   [arg0="..."] [arg1="..."] [arg2="..."] [arg3="..."] />
  
 
It specifies the variable resolver that will be used by the zscript interpreter.
 
It specifies the variable resolver that will be used by the zscript interpreter.

Revision as of 08:01, 21 November 2011


Variable-resolver

Syntax

<zk:variable-resolver use="..." 
 [arg0="..."] [arg1="..."] [arg2="..."] [arg3="..."] />

It specifies the variable resolver that will be used by the zscript interpreter.

The class must be specified in the use attribute[1], and it must implement VariableResolver.

For more information please refer to ZUML Reference.

Fir example,

<zk:variable-resolver use="foo.MyResolver"/>
...
<zk:page>
...
</zk:page>

  1. Unlike ZUML, the attribute is called use, rather than class, because of the limitation of JSP

Version History

Last Update : 2011/11/21


Version Date Content
     


Last Update : 2011/11/21

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.