Class UrlCssBuilder

  • All Implemented Interfaces:
    CssBuilder

    @Deprecated(since="2022-01-27")
    public class UrlCssBuilder
    extends java.lang.Object
    implements CssBuilder
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    This class helps the HTMLLayout build the CSS link. It either provides the HTMLLayout with a default css file, or builds the link to an external, user-specified, file.
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlCssBuilder()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addCss​(java.lang.StringBuilder sbuf)
      Deprecated.
       
      java.lang.String getUrl()
      Deprecated.
       
      void setUrl​(java.lang.String url)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlCssBuilder

        public UrlCssBuilder()
        Deprecated.
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Deprecated.
      • setUrl

        public void setUrl​(java.lang.String url)
        Deprecated.
      • addCss

        public void addCss​(java.lang.StringBuilder sbuf)
        Deprecated.
        Specified by:
        addCss in interface CssBuilder