Interface | Description |
---|---|
IStandardCSSSerializer |
Common interface for all classes that can act as CSS serializers in CSS templates processed
with the Standard Dialect.
|
IStandardJavaScriptSerializer |
Common interface for all classes that can act as JavaScript serializers in JavaScript templates processed
with the Standard Dialect.
|
Class | Description |
---|---|
StandardCSSSerializer |
Default implementation of the
IStandardCSSSerializer . |
StandardJavaScriptSerializer |
Default implementation of the
IStandardJavaScriptSerializer . |
StandardSerializers |
Utility class for the easy obtention of objects relevant to the serialization of output values
in template modes like JavaScript and/or CSS.
|
Copyright © 2016 The THYMELEAF team. All rights reserved.