Package io.keikai.jsp

Class SmartUpdateBridge

java.lang.Object
io.keikaiex.ui.UpdateBridge
io.keikai.jsp.JsonUpdateBridge
io.keikai.jsp.SmartUpdateBridge
All Implemented Interfaces:
Serializable

public class SmartUpdateBridge extends JsonUpdateBridge
The smart update bridge to encapsulate the ZK knowledge behind this implementation.
Since:
5.1.0
Author:
jumperchen
See Also:
  • Nested Class Summary

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

    Fields inherited from class io.keikai.jsp.JsonUpdateBridge

    _zkjsFieldName

    Fields inherited from class io.keikaiex.ui.UpdateBridge

    _desktopId, _request, _response, _servletContext
  • Method Summary

    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.keikai.jsp.JsonUpdateBridge

    getJsFieldName, process

    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 Details

    • process

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