Package io.keikai.jsp
Class JsonUpdateBridge
- java.lang.Object
-
- io.keikaiex.ui.UpdateBridge
-
- io.keikai.jsp.JsonUpdateBridge
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SmartUpdateBridge
public abstract class JsonUpdateBridge extends io.keikaiex.ui.UpdateBridgeA abstract util wrappingBridgeprovide easier functionality for a servlet- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_zkjsFieldName
-
Constructor Summary
Constructors Constructor Description JsonUpdateBridge(jakarta.servlet.ServletContext servletContext, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, java.lang.String desktopId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJsFieldName()voidprocess(org.zkoss.json.JSONObject result)Process the bridge, find the desktop and callUpdateBridge.process(Desktop), and set the zk ajax update script to field (return bygetJsFieldName()) of the result json object
-
-
-
Method Detail
-
getJsFieldName
public java.lang.String getJsFieldName()
-
process
public void process(org.zkoss.json.JSONObject result)
Process the bridge, find the desktop and callUpdateBridge.process(Desktop), and set the zk ajax update script to field (return bygetJsFieldName()) of the result json object
-
-