Package org.zkoss.zk.au

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

See:
          Description

Interface Summary
AuWriter Represents a writer that is used to send the output back to the client, when processing AuRequest.
 

Class Summary
AuRequest A request sent from the client to UiEngine.
AuResponse A response sent from the server to the client via UiEngine.
AuWriters Utilities to instantiate an implmentation of AuWriter.
Command Represents a command of a request (AuRequest).
ComponentCommand A sketetal implementation for component-specific commands.
 

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-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo