Uses of Class
dev.jcputney.mjml.MjmlConfiguration
Packages that use MjmlConfiguration
-
Uses of MjmlConfiguration in dev.jcputney.mjml
Methods in dev.jcputney.mjml that return MjmlConfigurationModifier and TypeMethodDescriptionMjmlConfiguration.Builder.build()Builds and returns a newMjmlConfigurationwith the current builder settings.static MjmlConfigurationMjmlConfiguration.defaults()Returns a default configuration with all settings at their default values.Methods in dev.jcputney.mjml with parameters of type MjmlConfigurationModifier and TypeMethodDescriptionstatic MjmlRendererMjmlRenderer.create(MjmlConfiguration configuration) Creates a reusable renderer instance with the given configuration.static MjmlRenderResultMjmlRenderer.render(String mjml, MjmlConfiguration configuration) Renders an MJML template to HTML with the given configuration.static MjmlRenderResultMjmlRenderer.render(Path mjmlFile, MjmlConfiguration configuration) Renders an MJML file to HTML with the given configuration. -
Uses of MjmlConfiguration in dev.jcputney.mjml.context
Methods in dev.jcputney.mjml.context that return MjmlConfigurationModifier and TypeMethodDescriptionGlobalContext.getConfiguration()Returns the MJML configuration for this render.Constructors in dev.jcputney.mjml.context with parameters of type MjmlConfigurationModifierConstructorDescriptionGlobalContext(MjmlConfiguration configuration) Creates a new global context with the given configuration. -
Uses of MjmlConfiguration in dev.jcputney.mjml.render
Constructors in dev.jcputney.mjml.render with parameters of type MjmlConfiguration