Uses of Interface
org.zkoss.zk.au.AuWriter

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)
          Executes an asynchronous update to a component (or page).
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo