Class WebAppFactoryImpl

  • All Implemented Interfaces:
    WebAppFactory

    public class WebAppFactoryImpl
    extends java.lang.Object
    implements WebAppFactory
    A web app factory implementation.
    Since:
    7.0.6
    Author:
    jumperchen
    • Constructor Detail

      • WebAppFactoryImpl

        public WebAppFactoryImpl()
    • Method Detail

      • newWebApp

        public WebApp newWebApp​(java.lang.Object ctx,
                                Configuration config)
        Description copied from interface: WebAppFactory
        Instantiates the instance of WebApp.
        Specified by:
        newWebApp in interface WebAppFactory
        Parameters:
        ctx - the application context. For Servlet, it is javax.servlet.ServletContext.