Uses of Interface
org.thymeleaf.standard.serializer.IStandardCSSSerializer
Packages that use IStandardCSSSerializer
-
Uses of IStandardCSSSerializer in org.thymeleaf.standard
Fields in org.thymeleaf.standard declared as IStandardCSSSerializerMethods in org.thymeleaf.standard that return IStandardCSSSerializerModifier and TypeMethodDescriptionStandardDialect.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 IStandardCSSSerializerModifier and TypeMethodDescriptionvoidStandardDialect.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 IStandardCSSSerializerModifier and TypeClassDescriptionfinal classDefault implementation of theIStandardCSSSerializer.Methods in org.thymeleaf.standard.serializer that return IStandardCSSSerializerModifier and TypeMethodDescriptionstatic IStandardCSSSerializerStandardSerializers.getCSSSerializer(IEngineConfiguration configuration) Obtain the CSS serializer (implementation ofIStandardCSSSerializer) registered by the Standard Dialect that is being currently used.