org.zkoss.zk.au
Class AuDownload

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.AuDownload

public class AuDownload
extends AuResponse

A response to ask the client to download the specified URI.

data[0]: the URL to download the file from.

Author:
tomyeh

Constructor Summary
AuDownload(java.lang.String url)
           
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getData, getDepends, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuDownload

public AuDownload(java.lang.String url)
Parameters:
url - the URI of the file to download, never null.


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