Uses of Record Class
dev.jcputney.mjml.MjmlRenderResult
Packages that use MjmlRenderResult
-
Uses of MjmlRenderResult in dev.jcputney.mjml
Methods in dev.jcputney.mjml that return MjmlRenderResultModifier and TypeMethodDescriptionstatic MjmlRenderResultRenders an MJML template to HTML using default configuration.static MjmlRenderResultMjmlRenderer.render(String mjml, MjmlConfiguration configuration) Renders an MJML template to HTML with the given configuration.static MjmlRenderResultRenders an MJML file to HTML using default configuration.static MjmlRenderResultMjmlRenderer.render(Path mjmlFile, MjmlConfiguration configuration) Renders an MJML file to HTML with the given configuration.MjmlRenderer.renderTemplate(String mjml) Renders an MJML template to HTML using this instance's configuration.MjmlRenderer.renderTemplate(String mjml, IncludeResolver resolver) Renders an MJML template to HTML with a specific include resolver, overriding the instance's configured resolver for this call only.MjmlRenderer.renderTemplate(Path mjmlFile) Renders an MJML file to HTML using this instance's configuration. -
Uses of MjmlRenderResult in dev.jcputney.mjml.render
Methods in dev.jcputney.mjml.render that return MjmlRenderResultModifier and TypeMethodDescriptionRenders MJML source to a complete HTML document.