Uses of Interface
org.thymeleaf.standard.serializer.IStandardCSSSerializer
-
Packages that use IStandardCSSSerializer Package Description org.thymeleaf.standard org.thymeleaf.standard.serializer -
-
Uses of IStandardCSSSerializer in org.thymeleaf.standard
Methods in org.thymeleaf.standard that return IStandardCSSSerializer Modifier and Type Method Description IStandardCSSSerializer
StandardDialect. getCSSSerializer()
Returns the Standard CSS Serializer (implementation ofIStandardCSSSerializer
) that is configured to be used at this instance of the Standard Dialect.Methods in org.thymeleaf.standard with parameters of type IStandardCSSSerializer Modifier and Type Method Description void
StandardDialect. setCSSSerializer(IStandardCSSSerializer cssSerializer)
Sets the Standard CSS Serializer (implementation ofIStandardCSSSerializer
) that should to be used at this instance of the Standard Dialect. -
Uses of IStandardCSSSerializer in org.thymeleaf.standard.serializer
Classes in org.thymeleaf.standard.serializer that implement IStandardCSSSerializer Modifier and Type Class Description class
StandardCSSSerializer
Default implementation of theIStandardCSSSerializer
.Methods in org.thymeleaf.standard.serializer that return IStandardCSSSerializer Modifier and Type Method Description static IStandardCSSSerializer
StandardSerializers. getCSSSerializer(IEngineConfiguration configuration)
Obtain the CSS serializer (implementation ofIStandardCSSSerializer
) registered by the Standard Dialect that is being currently used.
-