Uses of Class
io.jstach.opt.spring.example.hello.HelloModelAndViewView
-
Uses of HelloModelAndViewView in io.jstach.opt.spring.example.hello
Modifier and TypeMethodDescriptionstatic HelloModelAndViewView
HelloModelAndViewView.of()
Convience static factory that will reuse the same singleton instance.Modifier and TypeMethodDescriptionprotected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidHelloModelAndViewView.encode
(HelloModelAndViewView template, HelloModelAndView data, ContextNode context, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.HelloModelAndViewView.render
(HelloModelAndViewView template, HelloModelAndView data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.