Package io.keikai.jsp

Class SmartUpdateBridge

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SmartUpdateBridge.Builder
      A builder utils to create an instance of SmartUpdateBridge to use.
    • Field Summary

      • Fields inherited from class io.keikaiex.ui.UpdateBridge

        _desktopId, _request, _response, _servletContext
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void process​(org.zkoss.zk.ui.Desktop desktop)
      Internal use, not to invoked this.
      • Methods inherited from class io.keikaiex.ui.UpdateBridge

        findDesktop, findDesktopIfAny, hasDesktop, process
      • Methods inherited from class java.lang.Object

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

      • process

        protected void process​(org.zkoss.zk.ui.Desktop desktop)
                        throws java.lang.Exception
        Internal use, not to invoked this.
        Specified by:
        process in class io.keikaiex.ui.UpdateBridge
        Parameters:
        desktop -
        Throws:
        java.lang.Exception