Syntax:

a_class_name

[Default: none (and org.zkoss.zk.ui.http.SimpleWebApp is used)]

It specifies which class is used to instantiate the instance of the implementation of the Web application. The class must have a default constructor (without any argument), and implement the

org.zkoss.zk.ui.sys.WebAppFactory

interface.

<system-config>
  <web-app-factory-class>foo.MyKillerAppFactory</web-app-factory-class>
</system-config>

Alternatively, you could use the web-app-class element instead. Notice, if both specified, the web-app-factory-class element has the higher priority.

Version History

Version Date Content
6.0.0 September 2011 This feature was introduced