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:
SmartUpdateBridge.Builder.create(ServletContext, HttpServletRequest, HttpServletResponse)
, Serialized Form
-
-
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.keikai.jsp.JsonUpdateBridge
_zkjsFieldName
-
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.keikai.jsp.JsonUpdateBridge
getJsFieldName, process
-
Methods inherited from class io.keikaiex.ui.UpdateBridge
findDesktop, findDesktopIfAny, hasDesktop, process
-
-
-
-
Method Detail
-
process
protected void process(org.zkoss.zk.ui.Desktop desktop) throws Exception
Internal use, not to invoked this.- Specified by:
process
in classUpdateBridge
- Parameters:
desktop
-- Throws:
Exception
-
-