public class AuLoadCSS extends AuResponse
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
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.
|
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
public AuLoadCSS(java.lang.String href)
href
- the URL of the CSS filepublic AuLoadCSS(java.lang.String href, java.lang.String id, java.lang.String media)
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 specifiedmedia
- the media attribute. Ignored if not specified.Copyright © 2005-2021 Potix Corporation. All Rights Reserved.