Interface WebAppInit

    • Method Detail

      • init

        void init​(WebApp wapp)
           throws java.lang.Exception
        Called when a ZK application is created and initialized.

        You could retrieve the servlet context by WebApp.getServletContext()

        Throws:
        java.lang.Exception