The engine-class Element

From Documentation
Revision as of 15:23, 4 December 2010 by Tomyeh (talk | contribs)


The engine-class Element


Syntax:

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

It specifies which class 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 : 2010/12/04


Version Date Content
     



Last Update : 2010/12/04

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