|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuWriter | |
|---|---|
| org.zkoss.zk.au | Requests and responsed used to communicate between client and server, called asynchronous updates. |
| org.zkoss.zk.au.http | HTTP related classes used to do asynchronous updates. |
| org.zkoss.zk.ui.impl | Implementation of user interfaces and factories (implementation only). |
| org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
| Uses of AuWriter in org.zkoss.zk.au |
|---|
| Methods in org.zkoss.zk.au that return AuWriter | |
|---|---|
static AuWriter |
AuWriters.newInstance()
Creates an instance of AuWriter. |
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 | |
|---|---|
class |
HttpAuWriter
The writer used to write the output back to the client. |
| Methods in org.zkoss.zk.au.http that return AuWriter | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
UiEngine.execUpdate(Execution exec,
java.util.List<AuRequest> requests,
AuWriter out)
Executs an asynchronous update to a component (or page). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||