Interface IStandardCSSSerializer
-
- All Known Implementing Classes:
StandardCSSSerializer
public interface IStandardCSSSerializerCommon 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.CSSand in inlined code by means of e.g.th:inline="css"blocks.- Since:
- 3.0.0
- Author:
- Daniel Fernández
- See Also:
StandardCSSSerializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidserializeValue(Object object, Writer writer)
-