variable-resolver"
From Documentation
m (correct highlight (via JWB)) |
|||
Line 6: | Line 6: | ||
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>. | 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 < | + | You can specify multiple variable resolvers with multiple <code>variable-resolver</code> elements. The later declared one has higher priority. |
= class = | = class = |
Latest revision as of 02:57, 18 January 2022
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
Version | Date | Content |
---|---|---|