public interface WebAppFactory
WebApp
.
To instantiate UI objects (such as desktop, page, component and session),
please implement UiFactory
instead.UiFactory
Modifier and Type | Method and Description |
---|---|
WebApp |
newWebApp(java.lang.Object ctx,
Configuration config)
Instantiates the instance of
WebApp . |
WebApp newWebApp(java.lang.Object ctx, Configuration config)
WebApp
.ctx
- the application context.
For Servlet, it is javax.servlet.ServletContext.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.