public class HtmlHeadDecorator extends XmlElementDecorator
| Constructor and Description |
|---|
HtmlHeadDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(org.thymeleaf.dom.Element decoratorhtml,
org.thymeleaf.dom.Element contenthead)
Decorate the HEAD part.
|
findElementpublic void decorate(org.thymeleaf.dom.Element decoratorhtml,
org.thymeleaf.dom.Element contenthead)
decorate in class XmlElementDecoratordecoratorhtml - Decorator's HTML element.contenthead - Content's HEAD element.