Class DefaultCssBuilder

  • All Implemented Interfaces:
    CssBuilder

    @Deprecated(since="2022-01-27")
    public class DefaultCssBuilder
    extends 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 Detail

      • DefaultCssBuilder

        public DefaultCssBuilder()
        Deprecated.