org.zkoss.zk.ui.sys
Interface WebAppFactory
- All Known Implementing Classes:
- WebAppFactoryImpl
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
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.