Uses of Class
io.jstach.opt.spring.webflux.example.message.MessagePageRenderer
Packages that use MessagePageRenderer
Package
Description
Spring Boot MVC components using JStachio.
-
Uses of MessagePageRenderer in io.jstach.opt.spring.webflux.example.message
Methods in io.jstach.opt.spring.webflux.example.message that return MessagePageRendererModifier and TypeMethodDescriptionstatic MessagePageRenderer
MessagePageRenderer.of()
Convience static factory that will reuse the same singleton instance.Methods in io.jstach.opt.spring.webflux.example.message with parameters of type MessagePageRendererModifier and TypeMethodDescriptionprotected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidMessagePageRenderer.encode
(MessagePageRenderer template, MessagePage data, ContextNode context, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.MessagePageRenderer.render
(MessagePageRenderer template, MessagePage data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.