public interface IStandardCSSSerializer
Common interface for all classes that can act as CSS serializers in CSS templates processed with the Standard Dialect.
CSS serializer objects are in charge of outputting values both in templates using
TemplateMode.CSS
and in inlined code by means of e.g.
th:inline="css" blocks.
StandardCSSSerializer
Modifier and Type | Method and Description |
---|---|
void |
serializeValue(Object object,
Writer writer) |
Copyright © 2016 The THYMELEAF team. All rights reserved.