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). 
org.zkoss.zkmax.au.http HTTP related classes used to do asynchronous updates. 
 

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, int timeout)
          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, int timeout)
          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 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 requests, AuWriter out)
          Executs an asynchronous update to a component (or page).
 

Uses of AuWriter in org.zkoss.zkmax.au.http
 

Classes in org.zkoss.zkmax.au.http that implement AuWriter
 class SmartAuWriter
          A smart AU writer that will generate some output to client first if the processing takes more than the time specified in the timeout argument of SmartAuWriter.open(java.lang.Object, java.lang.Object, int).
 

Methods in org.zkoss.zkmax.au.http that return AuWriter
 AuWriter SmartAuWriter.open(java.lang.Object request, java.lang.Object response, int timeout)
          Opens the connection.
 



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