Package io.keikaiex.ui
Class ExecutionBridge
- java.lang.Object
-
- io.keikaiex.ui.ExecutionBridge
-
- All Implemented Interfaces:
Serializable
public abstract class ExecutionBridge extends Object implements Serializable
A abstract util wrappingRenders
provide easier functionality for a servlet to do job in zk execution- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.servlet.http.HttpServletRequest
_request
protected javax.servlet.http.HttpServletResponse
_response
protected javax.servlet.ServletContext
_servletContext
-
Constructor Summary
Constructors Constructor Description ExecutionBridge(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
process()
protected abstract void
process(org.zkoss.zk.ui.Execution execution)
-