org.zkoss.zk.au.out
Class AuLoadScript

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.out.AuLoadScript

public class AuLoadScript
extends AuResponse

Loads a JavaScript file to client and execute it.

Since:
8.0.0
Author:
jumperchen

Field Summary
 
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
 
Constructor Summary
AuLoadScript(java.lang.String url, java.lang.String callback, boolean once)
          Loads a JavaScript file to client and execute it.
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuLoadScript

public AuLoadScript(java.lang.String url,
                    java.lang.String callback,
                    boolean once)
Loads a JavaScript file to client and execute it.

Parameters:
url - the URL of the JavasScript file, it will be encoded with Encodes.encodeURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, String).
callback - a callback script to execute when the JavaScript file has loaded.
once - true means the url will be cached and executed only once.


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