Page Initialization

From Documentation
Revision as of 06:47, 26 November 2010 by Tomyeh (talk | contribs)


Page Initialization


Sometimes it is helpful to run some code before ZK Loader instantiates any component. For example, check if the user ha the authority to access, initialize some data, or prepare some variables for EL expressions[1].

This can be done easily by implementing Initiator, and then specifying it with the init directive.

<?init class="com.foo.MyInitial"?>

  1. The preparation of variables for EL expression is generally better to be done in the constructor of VariableResolver (and specified with the variable-resolver directive.

Version History

Last Update : 2010/11/26


Version Date Content
     



Last Update : 2010/11/26

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