Uses of Interface
io.jstach.jstachio.Appender
Package
Description
JStachio Core Runtime API.
Builtin Formatters.
We statically configure all annotated JStache in this package to follow the builtin
dropwizard config.
Spring Boot MVC components using JStachio.
Spring Boot MVC components using JStachio.
Spring Boot WebFlux example Hello endpoint using JStachio.
Spring Boot MVC components using JStachio.
-
Uses of Appender in io.jstach.jstachio
Modifier and TypeInterfaceDescriptioninterface
An Escaper is anAppender
used to escape content such as HTML.Modifier and TypeMethodDescriptionstatic Appender
Appender.defaultAppender()
Default appender simply passes the contents unchanged to the Appendable.Modifier and TypeMethodDescriptionFormats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formatter.format
(Appender downstream, A a, String path, @Nullable Formatter.Formattable f) Formats the formattable object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Called by the formatter to format. -
Uses of Appender in io.jstach.jstachio.formatters
Modifier and TypeMethodDescriptionFormats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender. -
Uses of Appender in io.jstach.opt.dropwizard.example
Modifier and TypeMethodDescriptionprotected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidExampleModelRenderer.encode
(ExampleModel data, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.protected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidExampleModelRenderer.encode
(ExampleModelRenderer template, ExampleModel data, ContextNode context, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.ExampleModelRenderer.render
(ExampleModel data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.ExampleModelRenderer.render
(ExampleModelRenderer template, ExampleModel data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model. -
Uses of Appender in io.jstach.opt.spring.example.hello
Modifier and TypeMethodDescriptionHelloModelAndViewView.templateAppender()
Appender.HelloModelView.templateAppender()
Appender.Modifier and TypeMethodDescriptionprotected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidHelloModelAndViewView.encode
(HelloModelAndView data, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.protected 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.protected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidHelloModelView.encode
(HelloModel data, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.protected 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.HelloModelAndViewView.render
(HelloModelAndView data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.HelloModelAndViewView.render
(HelloModelAndViewView template, HelloModelAndView data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.HelloModelView.render
(HelloModel data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.HelloModelView.render
(HelloModelView template, HelloModel data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model. -
Uses of Appender in io.jstach.opt.spring.example.message
Modifier and TypeMethodDescriptionprotected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidMessagePageRenderer.encode
(MessagePage data, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.protected 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
(MessagePage data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.MessagePageRenderer.render
(MessagePageRenderer template, MessagePage data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model. -
Uses of Appender in io.jstach.opt.spring.webflux.example.hello
Modifier and TypeMethodDescriptionprotected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidHelloModelView.encode
(HelloModel data, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.protected 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
(HelloModel data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.HelloModelView.render
(HelloModelView template, HelloModel data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model. -
Uses of Appender in io.jstach.opt.spring.webflux.example.message
Modifier and TypeMethodDescriptionprotected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidMessagePageRenderer.encode
(MessagePage data, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.protected 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
(MessagePage data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.MessagePageRenderer.render
(MessagePageRenderer template, MessagePage data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.