The engine-class Element"

From Documentation
m (Created page with '{{ZKConfigurationReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKConfig…')
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<engine-class>''a_class_name''</engine-class>
 +
 +
[Default: <javadoc>org.zkoss.zk.ui.impl.UiEngineImpl</javadoc>]
 +
 +
It specifies which class is used to implement the UI Engine. The class must have a default constructor (without any argument), and implement the <javadoc type="interface">org.zkoss.zk.ui.sys.UiEngine</javadoc> interface.
 +
 +
One instance of the UI engine is created and shared for each Web application, so you have to synchronize the access properly.
  
 
=Version History=
 
=Version History=

Latest revision as of 03:39, 8 August 2011


The engine-class Element


Syntax:

<engine-class>a_class_name</engine-class>
[Default: UiEngineImpl]

It specifies which class is used to implement the UI Engine. The class must have a default constructor (without any argument), and implement the UiEngine interface.

One instance of the UI engine is created and shared for each Web application, so you have to synchronize the access properly.

Version History

Last Update : 2011/08/08


Version Date Content
     



Last Update : 2011/08/08

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