Uses of Interface
org.thymeleaf.standard.serializer.IStandardJavaScriptSerializer
Packages that use IStandardJavaScriptSerializer
-
Uses of IStandardJavaScriptSerializer in org.thymeleaf.standard
Fields in org.thymeleaf.standard declared as IStandardJavaScriptSerializerModifier and TypeFieldDescriptionprotected IStandardJavaScriptSerializerStandardDialect.javaScriptSerializerMethods in org.thymeleaf.standard that return IStandardJavaScriptSerializerModifier and TypeMethodDescriptionStandardDialect.getJavaScriptSerializer()Returns the Standard JavaScript Serializer (implementation ofIStandardJavaScriptSerializer) that is configured to be used at this instance of the Standard Dialect.Methods in org.thymeleaf.standard with parameters of type IStandardJavaScriptSerializerModifier and TypeMethodDescriptionvoidStandardDialect.setJavaScriptSerializer(IStandardJavaScriptSerializer javaScriptSerializer) Sets the Standard JavaScript Serializer (implementation ofIStandardJavaScriptSerializer) that should to be used at this instance of the Standard Dialect. -
Uses of IStandardJavaScriptSerializer in org.thymeleaf.standard.serializer
Classes in org.thymeleaf.standard.serializer that implement IStandardJavaScriptSerializerModifier and TypeClassDescriptionfinal classDefault implementation of theIStandardJavaScriptSerializer.Methods in org.thymeleaf.standard.serializer that return IStandardJavaScriptSerializerModifier and TypeMethodDescriptionStandardSerializers.getJavaScriptSerializer(IEngineConfiguration configuration) Obtain the JavaScript serializer (implementation ofIStandardJavaScriptSerializer) registered by the Standard Dialect that is being currently used.