Uses of Class
dev.jcputney.mjml.spring.MjmlService
Packages that use MjmlService
-
Uses of MjmlService in dev.jcputney.mjml.spring
Constructors in dev.jcputney.mjml.spring with parameters of type MjmlServiceModifierConstructorDescriptionThymeleafMjmlService(org.thymeleaf.TemplateEngine templateEngine, MjmlService mjmlService) Creates a Thymeleaf + MJML composition service. -
Uses of MjmlService in dev.jcputney.mjml.spring.autoconfigure
Methods in dev.jcputney.mjml.spring.autoconfigure that return MjmlServiceModifier and TypeMethodDescriptionMjmlAutoConfiguration.mjmlService(dev.jcputney.mjml.MjmlConfiguration configuration) Auto-configures the primary Spring rendering service.Methods in dev.jcputney.mjml.spring.autoconfigure with parameters of type MjmlServiceModifier and TypeMethodDescriptionMjmlThymeleafAutoConfiguration.thymeleafMjmlService(org.thymeleaf.TemplateEngine templateEngine, MjmlService mjmlService) Auto-configuresThymeleafMjmlServicewhen Thymeleaf is available.