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