public interface WebAppInit
Notice that, when init(org.zkoss.zk.ui.WebApp)
was called, WebApp
has been
created. In other words, it is too late to change the implementation
class of UiEngine via Configuration
.
Rather, use WebAppCtrl.setUiFactory(org.zkoss.zk.ui.sys.UiFactory)
and other methods instead.
How this interface is used.
init(org.zkoss.zk.ui.WebApp)
is called.void init(WebApp wapp) throws Exception
You could
retrieve the servlet context by WebApp.getServletContext()
Exception
Copyright © 2017. All rights reserved.