Uses of Interface
org.zkoss.zk.au.AuWriter
-
Packages that use AuWriter Package Description org.zkoss.zk.au org.zkoss.zk.au.http org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys org.zkoss.zkmax.au.websocket -
-
Uses of AuWriter in org.zkoss.zk.au
Methods in org.zkoss.zk.au that return AuWriter Modifier and Type Method Description static AuWriter
AuWriters. newInstance()
Creates an instance ofAuWriter
.AuWriter
AuWriter. open(java.lang.Object request, java.lang.Object response)
Initializes the writer. -
Uses of AuWriter in org.zkoss.zk.au.http
Classes in org.zkoss.zk.au.http that implement AuWriter Modifier and Type Class Description class
HttpAuWriter
The writer used to write the output back to the client.Methods in org.zkoss.zk.au.http that return AuWriter Modifier and Type Method Description AuWriter
HttpAuWriter. open(java.lang.Object request, java.lang.Object response)
Opens the connection. -
Uses of AuWriter in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl with parameters of type AuWriter Modifier and Type Method Description void
UiEngineImpl. execUpdate(Execution exec, java.util.List<AuRequest> requests, AuWriter out)
-
Uses of AuWriter in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys with parameters of type AuWriter Modifier and Type Method Description void
UiEngine. execUpdate(Execution exec, java.util.List<AuRequest> requests, AuWriter out)
Executes an asynchronous update to a component (or page). -
Uses of AuWriter in org.zkoss.zkmax.au.websocket
Classes in org.zkoss.zkmax.au.websocket that implement AuWriter Modifier and Type Class Description class
WSAuWriter
An AuWriter that is based on WebSocket.Methods in org.zkoss.zkmax.au.websocket that return AuWriter Modifier and Type Method Description AuWriter
WSAuWriter. open(java.lang.Object websocketEndpoint, java.lang.Object response)
-