Package org.zkoss.zk.ui.sys
Interface WebAppFactory
-
- All Known Implementing Classes:
WebAppFactoryImpl
public interface WebAppFactoryThe factory used to instantiate the instance ofWebApp. To instantiate UI objects (such as desktop, page, component and session), please implementUiFactoryinstead.- Since:
- 6.0.0
- Author:
- tomyeh
- See Also:
UiFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppnewWebApp(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 jakarta.servlet.ServletContext.
-
-