The org.zkoss.xel.VariableResolver interface

From Documentation


DocumentationZK Configuration Referencezk.xmlThe listener ElementThe org.zkoss.xel.VariableResolver interface
The org.zkoss.xel.VariableResolver interface


Listener:

org.zkoss.xel.VariableResolver

Since 5.0.4

A listener could implement VariableResolver, and then it will be used as the default variable resolver of each page. In other words, the variable resolver defined will be available to all pages. It is also called the system-level variable resolver.

ZK will instantiate an instance of the given class for each page, so the variable resolver is no need to be thread safe.

This feature is useful for tools and utilities to provide the default variable resolvers (aka., implicit variables). A tool can specify the listeners in metainfo/zk/config.xml (locatable by the class loader) -- not just in WEB-INF/zk.xml.

Instantiation: An independent instance of the given class is instantiated each time before the method is invoked. It means it is thread safe, and all information stored in non-static members will be lost after called.



Last Update : 2022/03/14

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