Uses of Interface
org.thymeleaf.standard.serializer.IStandardJavaScriptSerializer
-
Packages that use IStandardJavaScriptSerializer Package Description org.thymeleaf.standard org.thymeleaf.standard.serializer -
-
Uses of IStandardJavaScriptSerializer in org.thymeleaf.standard
Methods in org.thymeleaf.standard that return IStandardJavaScriptSerializer Modifier and Type Method Description IStandardJavaScriptSerializer
StandardDialect. 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 IStandardJavaScriptSerializer Modifier and Type Method Description void
StandardDialect. 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 IStandardJavaScriptSerializer Modifier and Type Class Description class
StandardJavaScriptSerializer
Default implementation of theIStandardJavaScriptSerializer
.Methods in org.thymeleaf.standard.serializer that return IStandardJavaScriptSerializer Modifier and Type Method Description static IStandardJavaScriptSerializer
StandardSerializers. getJavaScriptSerializer(IEngineConfiguration configuration)
Obtain the JavaScript serializer (implementation ofIStandardJavaScriptSerializer
) registered by the Standard Dialect that is being currently used.
-