org.zkoss.zk.ui.sys
Interface WebAppFactory


public interface WebAppFactory

The factory used to instantiate the instance of WebApp. To instantiate UI objects (such as desktop, page, component and session), please implement UiFactory instead.

Since:
6.0.0
Author:
tomyeh
See Also:
UiFactory

Method Summary
 WebApp newWebApp(java.lang.Object ctx, Configuration config)
          Instantiates the instance of WebApp.
 

Method Detail

newWebApp

WebApp newWebApp(java.lang.Object ctx,
                 Configuration config)
Instantiates the instance of WebApp.

Parameters:
ctx - the application context. For Servlet, it is javax.servlet.ServletContext.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo