public class HtmlDocumentDecorator extends XmlDocumentDecorator
| Constructor and Description |
|---|
HtmlDocumentDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(org.thymeleaf.dom.Element decoratorhtml,
org.thymeleaf.dom.Element contenthtml)
Decorate an entire HTML page.
|
findElementpublic void decorate(org.thymeleaf.dom.Element decoratorhtml,
org.thymeleaf.dom.Element contenthtml)
decorate in class XmlDocumentDecoratordecoratorhtml - Decorator's HTML element.contenthtml - Content's HTML element.