public class AuDownload extends AuResponse
data[0]: the URL to download the file from.
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuDownload(DeferredValue deferredURI)
Constructs with a deferred URI.
|
AuDownload(java.lang.String url)
Constructs with an encoded URL.
|
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
public AuDownload(java.lang.String url)
AuDownload(DeferredValue)
and
then invoke encodeURL in the rendering phase.url
- the URI of the file to download, never null.public AuDownload(DeferredValue deferredURI)
AuDownload(DeferredValue)
and
then invoke encodeURL in the rendering phase.deferredURI
- the URI but the value will be evaluated
later.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.