Class WebAppFactoryExImpl

  • All Implemented Interfaces:
    org.zkoss.zk.ui.sys.WebAppFactory

    public class WebAppFactoryExImpl
    extends java.lang.Object
    implements org.zkoss.zk.ui.sys.WebAppFactory
    A web app factory implementation for checking license
    Since:
    7.0.6
    Author:
    jumperchen
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.zkoss.zk.ui.WebApp newWebApp​(java.lang.Object ctx, org.zkoss.zk.ui.util.Configuration config)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebAppFactoryExImpl

        public WebAppFactoryExImpl()
    • Method Detail

      • newWebApp

        public org.zkoss.zk.ui.WebApp newWebApp​(java.lang.Object ctx,
                                                org.zkoss.zk.ui.util.Configuration config)
        Specified by:
        newWebApp in interface org.zkoss.zk.ui.sys.WebAppFactory