Class AuLoadCSS


  • public class AuLoadCSS
    extends AuResponse
    Loads a CSS file to client.
    Since:
    8.0.0
    Author:
    jumperchen
    • 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(jakarta.servlet.ServletContext, jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse, String).
        id - the identifier. Ignored if not specified
        media - the media attribute. Ignored if not specified.