Class CssWebResourceBuilder

All Implemented Interfaces:
WebResourceKeyProvider, HtmlViewElementBuilder<NodeViewElement,CssWebResourceBuilder>, ViewElementBuilder<NodeViewElement>

Builder class for CSS elements that can be represented either as a <link> tag or an inline <style>. If an inline(String) value is specified, a <style> tag will be rendered and certain other properties like rel(String) and url(String) will be ignored. In all other cases a link tag will be rendered.
Since:
3.2.0
Author:
Marc Vanbrabant
See Also: