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
The smart update bridge to encapsulate the ZK knowledge behind this implementation.
- Since:
- 5.1.0
- Author:
- jumperchen
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder utils to create an instance of SmartUpdateBridge to use. -
Field Summary
Fields inherited from class io.keikai.jsp.JsonUpdateBridge
_zkjsFieldNameFields inherited from class io.keikaiex.ui.UpdateBridge
_desktopId, _request, _response, _servletContext -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocess(org.zkoss.zk.ui.Desktop desktop) Internal use, not to invoked this.Methods inherited from class io.keikai.jsp.JsonUpdateBridge
getJsFieldName, processMethods inherited from class io.keikaiex.ui.UpdateBridge
findDesktop, findDesktopIfAny, hasDesktop, process
-
Method Details
-
process
Internal use, not to invoked this.- Specified by:
processin classio.keikaiex.ui.UpdateBridge- Parameters:
desktop-- Throws:
Exception
-