org.zkoss.zk.au.out
Class AuLoadCSS

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

public class AuLoadCSS
extends AuResponse

Loads a CSS file to client.

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
AuLoadCSS(java.lang.String href)
          Loads a CSS file.
AuLoadCSS(java.lang.String href, java.lang.String id, java.lang.String media)
          Loads a CSS file.
 
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

AuLoadCSS

public AuLoadCSS(java.lang.String href)
Loads a CSS file.

Parameters:
href - the URL of the CSS file

AuLoadCSS

public AuLoadCSS(java.lang.String href,
                 java.lang.String id,
                 java.lang.String media)
Loads a CSS file.

Parameters:
href - the URL of the CSS file, it will be encoded with Encodes.encodeURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, String).
id - the identifier. Ignored if not specified
media - the media attribute. Ignored if not specified.


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