variable-resolver"

From Documentation
m (Created page with "{{ZESTEssentialsPageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZESTEssentialsPage...")
 
Line 1: Line 1:
 
{{ZESTEssentialsPageHeader}}
 
{{ZESTEssentialsPageHeader}}
 +
 +
'''Syntax:'''
 +
<variable-resolver class="''class-name''" />
 +
 +
It specifies the variable resolver that could be used by EL expressions in the configuration descriptor. The specified class must implement <javadoc type="interface">org.zkoss.xel.VariableResolver</javadoc>.
 +
 +
You can specify multiple variable resolvers with multiple <tt>variable-resolver</tt> elements. The later declared one has higher priority.
 +
 +
= class =
 +
 +
[Required]
 +
 +
The specified class must implement <javadoc type="interface">org.zkoss.xel.VariableResolver</javadoc>.
  
 
=Version History=
 
=Version History=

Revision as of 10:21, 14 March 2011

variable-resolver



Syntax:

<variable-resolver class="class-name" />

It specifies the variable resolver that could be used by EL expressions in the configuration descriptor. The specified class must implement VariableResolver.

You can specify multiple variable resolvers with multiple variable-resolver elements. The later declared one has higher priority.

class

[Required]

The specified class must implement VariableResolver.

Version History

Last Update : 2011/03/14


Version Date Content
     



Last Update : 2011/03/14

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