ch.qos.logback.classic.html
Class UrlCssBuilder
java.lang.Object
ch.qos.logback.classic.html.UrlCssBuilder
- All Implemented Interfaces:
- CssBuilder
public class UrlCssBuilder
- extends Object
- implements CssBuilder
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.
- Author:
- Sébastien Pennec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlCssBuilder
public UrlCssBuilder()
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
addCss
public void addCss(StringBuffer sbuf)
- Specified by:
addCss
in interface CssBuilder
Copyright © 2005-2008 QOS.ch. All Rights Reserved.