Package io.keikai.jsp
Class SmartUpdateBridge
- java.lang.Object
-
- io.keikaiex.ui.UpdateBridge
-
- io.keikai.jsp.JsonUpdateBridge
-
- io.keikai.jsp.SmartUpdateBridge
-
- All Implemented Interfaces:
java.io.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:
SmartUpdateBridge.Builder.create(ServletContext, HttpServletRequest, HttpServletResponse), Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSmartUpdateBridge.BuilderA builder utils to create an instance of SmartUpdateBridge to use.
-
Field Summary
-
Fields inherited from class io.keikai.jsp.JsonUpdateBridge
_zkjsFieldName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocess(org.zkoss.zk.ui.Desktop desktop)Internal use, not to invoked this.-
Methods inherited from class io.keikai.jsp.JsonUpdateBridge
getJsFieldName, process
-
-