Uses of Interface
io.jstach.jstachio.Formatter
Packages that use Formatter
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 Formatter in io.jstach.jstachio
Methods in io.jstach.jstachio that return Formatter -
Uses of Formatter in io.jstach.jstachio.formatters
Subinterfaces of Formatter in io.jstach.jstachio.formattersModifier and TypeInterfaceDescriptioninterface
Default formatters.interface
Formatter that follows the spec rules that if a variable isnull
it will be an empty string (ie NOOP).Methods in io.jstach.jstachio.formatters that return FormatterModifier and TypeMethodDescriptionstatic Formatter
DefaultFormatter.of()
Provides the default formatter for static lookup.static Formatter
DefaultFormatter.provider()
Provides the default formatter for static lookup.static Formatter
SpecFormatter.provider()
Provides the formatter for static lookup. -
Uses of Formatter in io.jstach.opt.dropwizard.example
Methods in io.jstach.opt.dropwizard.example that return FormatterMethods in io.jstach.opt.dropwizard.example with parameters of type FormatterModifier 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.ExampleModelRenderer.execute
(ExampleModel model, A a, Formatter formatter, Escaper escaper) Renders the passed in model.ExampleModelRenderer.render
(ExampleModel data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model. -
Uses of Formatter in io.jstach.opt.spring.example.hello
Methods in io.jstach.opt.spring.example.hello that return FormatterModifier and TypeMethodDescriptionHelloModelAndViewView.templateFormatter()
HelloModelView.templateFormatter()
Methods in io.jstach.opt.spring.example.hello with parameters of type FormatterModifier 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>
voidHelloModelView.encode
(HelloModel data, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.HelloModelAndViewView.execute
(HelloModelAndView model, A a, Formatter formatter, Escaper escaper) Renders the passed in model.HelloModelView.execute
(HelloModel model, A a, Formatter formatter, Escaper escaper) Renders the passed in model.HelloModelAndViewView.render
(HelloModelAndView data, 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. -
Uses of Formatter in io.jstach.opt.spring.example.message
Methods in io.jstach.opt.spring.example.message that return FormatterMethods in io.jstach.opt.spring.example.message with parameters of type FormatterModifier 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.MessagePageRenderer.execute
(MessagePage model, A a, Formatter formatter, Escaper escaper) Renders the passed in model.MessagePageRenderer.render
(MessagePage data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model. -
Uses of Formatter in io.jstach.opt.spring.webflux.example.hello
Methods in io.jstach.opt.spring.webflux.example.hello that return FormatterMethods in io.jstach.opt.spring.webflux.example.hello with parameters of type FormatterModifier 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.HelloModelView.execute
(HelloModel model, A a, Formatter formatter, Escaper escaper) Renders the passed in model.HelloModelView.render
(HelloModel data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model. -
Uses of Formatter in io.jstach.opt.spring.webflux.example.message
Methods in io.jstach.opt.spring.webflux.example.message that return FormatterMethods in io.jstach.opt.spring.webflux.example.message with parameters of type FormatterModifier 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.MessagePageRenderer.execute
(MessagePage model, A a, Formatter formatter, Escaper escaper) Renders the passed in model.MessagePageRenderer.render
(MessagePage data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.