org.zkoss.zk.au |
Asynchronous Updates
Requests and responsed used to communicate between client and server,
called asynchronous updates.
Application developers rarely need to know them. Rather, use
org.zkoss.zk.ui.util.Clients
instead.
|
Java Source File Name | Type | Comment |
AuRequest.java | Class | A request sent from the client to
org.zkoss.zk.ui.sys.UiEngine . |
AuResponse.java | Class | A response sent from the server to the client via
org.zkoss.zk.ui.sys.UiEngine . |
AuScript.java | Class | Deprecated: a response to ask the client to execute the specified
client scripts. |
AuWriter.java | Interface | Represents a writer that is used to send the output back to the client,
when processing
AuRequest . |
AuWriters.java | Class | Utilities to instantiate an implmentation of
AuWriter . |
Command.java | Class | Represents a command of a request (
AuRequest ). |
CommandNotFoundException.java | Class | Represents an update-relevant exception. |