Interface IStandardCSSSerializer

  • All Known Implementing Classes:
    StandardCSSSerializer

    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.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    See Also:
    StandardCSSSerializer
    • Method Detail

      • serializeValue

        void serializeValue​(Object object,
                            Writer writer)