org.zkoss.spring.init
Class CoreWebAppInit

java.lang.Object
  extended by org.zkoss.spring.init.CoreWebAppInit
All Implemented Interfaces:
org.zkoss.zk.ui.util.WebAppInit

public class CoreWebAppInit
extends java.lang.Object
implements org.zkoss.zk.ui.util.WebAppInit

Automatically disable ZK event thread mechanism, install a ZK Spring UiFactory, and register spring core related variable resolver..

Since:
3.0
Author:
henrichen
See Also:
metainfo/zk/config.xml

Constructor Summary
CoreWebAppInit()
           
 
Method Summary
 void init(org.zkoss.zk.ui.WebApp wapp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreWebAppInit

public CoreWebAppInit()
Method Detail

init

public void init(org.zkoss.zk.ui.WebApp wapp)
          throws java.lang.Exception
Specified by:
init in interface org.zkoss.zk.ui.util.WebAppInit
Throws:
java.lang.Exception


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.