Uses of Class
io.jstach.opt.spring.example.hello.HelloModelAndViewView
Packages that use HelloModelAndViewView
-
Uses of HelloModelAndViewView in io.jstach.opt.spring.example.hello
Methods in io.jstach.opt.spring.example.hello that return HelloModelAndViewViewModifier and TypeMethodDescriptionstatic HelloModelAndViewView
HelloModelAndViewView.of()
Convience static factory that will reuse the same singleton instance.Methods in io.jstach.opt.spring.example.hello with parameters of type HelloModelAndViewViewModifier 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.