public class WebAppFactoryImpl extends java.lang.Object implements WebAppFactory
Constructor and Description |
---|
WebAppFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
WebApp |
newWebApp(java.lang.Object ctx,
Configuration config)
Instantiates the instance of
WebApp . |
public WebApp newWebApp(java.lang.Object ctx, Configuration config)
WebAppFactory
WebApp
.newWebApp
in interface WebAppFactory
ctx
- the application context.
For Servlet, it is javax.servlet.ServletContext.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.