Package org.zkoss.zk.ui.sys
Interface WebAppFactory
-
- All Known Implementing Classes:
WebAppFactoryImpl
public interface WebAppFactory
The factory used to instantiate the instance ofWebApp
. To instantiate UI objects (such as desktop, page, component and session), please implementUiFactory
instead.- Since:
- 6.0.0
- Author:
- tomyeh
- See Also:
UiFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebApp
newWebApp(java.lang.Object ctx, Configuration config)
Instantiates the instance ofWebApp
.
-
-
-
Method Detail
-
newWebApp
WebApp newWebApp(java.lang.Object ctx, Configuration config)
Instantiates the instance ofWebApp
.- Parameters:
ctx
- the application context. For Servlet, it is javax.servlet.ServletContext.
-
-