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