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 -
-
Uses of AuWriter in org.zkoss.zk.au
Methods in org.zkoss.zk.au that return AuWriter Modifier and Type Method Description static AuWriterAuWriters. newInstance()Creates an instance ofAuWriter.AuWriterAuWriter. 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 classHttpAuWriterThe 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 AuWriterHttpAuWriter. 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 voidUiEngineImpl. 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 voidUiEngine. execUpdate(Execution exec, java.util.List<AuRequest> requests, AuWriter out)Executes an asynchronous update to a component (or page).
-