Uses of Interface
dev.jcputney.mjml.component.ComponentFactory
Packages that use ComponentFactory
-
Uses of ComponentFactory in dev.jcputney.mjml
Methods in dev.jcputney.mjml that return types with arguments of type ComponentFactoryModifier and TypeMethodDescriptionMjmlConfiguration.getCustomComponents()Returns the custom component factories registered viaMjmlConfiguration.Builder.registerComponent(String, ComponentFactory).Methods in dev.jcputney.mjml with parameters of type ComponentFactoryModifier and TypeMethodDescriptionMjmlConfiguration.Builder.registerComponent(String tagName, ComponentFactory factory) Registers a custom component factory for the given MJML tag name. -
Uses of ComponentFactory in dev.jcputney.mjml.component
Methods in dev.jcputney.mjml.component with parameters of type ComponentFactoryModifier and TypeMethodDescriptionvoidComponentRegistry.register(String tagName, ComponentFactory factory) Registers a component factory for the given tag name.