Package org.zkoss.zk.au

Requests and responsed used to communicate between client and server, called asynchronous updates.

See:
          Description

Class Summary
AuRequest A request sent from the client to UiEngine.
AuResponse A response sent from the server to the client via UiEngine.
AuScript Deprecated. As of release 3.0.0, replaced by AuScript
Command Represents a command of a request (AuRequest).
 

Exception Summary
CommandNotFoundException Represents an update-relevant exception.
 

Package org.zkoss.zk.au Description

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.



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.