Uses of Package
io.jstach.jstachio
Packages that use io.jstach.jstachio
Package
Description
JStachio Core Runtime API.
JStachio extended Mustache context support for context stack as well as Map and JSON
tree like models.
Builtin Escapers.
Builtin Formatters.
Output utility classes particularly for leveraging pre-encoding efficiently and shared
integration logic for plugging into web application frameworks.
JStachio Service Provider extension points API.
-
Classes in io.jstach.jstachio used by io.jstach.jstachioClassDescriptionA singleton like decorator for appendables that has additional methods for dealing with native types used to output variables that have been formatted.An Escaper is an
Appenderused to escape content such as HTML.Formats and then sends the results to the downstream appender.Implement to allow formatting of custom objects you want to output.Render models by using reflection or static catalog to lookup generated templates as well as apply filtering and fallback mechanisms.A low level abstraction and implementation detail analogous toAppendableandDataOutput.An encoded output that can be closed.A specialized Output designed for pre-encoded templates that have already encoded byte arrays to be used directly.String Builder based output.Renders models of typeTby writing to an Appendable.A JStachio Template is a renderer that has template meta data.EXPERIMENTAL support of pre-encoded templates that have the static parts of the template already encoded into bytes.A Container for optional template collaborators for ease of wiring generatedTemplates.Template meta data like its location, formatters, escapers and or its contents.Symbols representing where the template was retrieved from.A template and model combined with convenience methods. -
Classes in io.jstach.jstachio used by io.jstach.jstachio.contextClassDescriptionImplement to allow formatting of custom objects you want to output.Render models by using reflection or static catalog to lookup generated templates as well as apply filtering and fallback mechanisms.A low level abstraction and implementation detail analogous to
AppendableandDataOutput.A specialized Output designed for pre-encoded templates that have already encoded byte arrays to be used directly.Renders models of typeTby writing to an Appendable.A JStachio Template is a renderer that has template meta data. -
Classes in io.jstach.jstachio used by io.jstach.jstachio.escapers
-
Classes in io.jstach.jstachio used by io.jstach.jstachio.formattersClassDescriptionA singleton like decorator for appendables that has additional methods for dealing with native types used to output variables that have been formatted.Formats and then sends the results to the downstream appender.A low level abstraction and implementation detail analogous to
AppendableandDataOutput. -
Classes in io.jstach.jstachio used by io.jstach.jstachio.outputClassDescriptionA low level abstraction and implementation detail analogous to
AppendableandDataOutput.An encoded output that can be closed.A specialized Output designed for pre-encoded templates that have already encoded byte arrays to be used directly. -
Classes in io.jstach.jstachio used by io.jstach.jstachio.spiClassDescriptionRender models by using reflection or static catalog to lookup generated templates as well as apply filtering and fallback mechanisms.A low level abstraction and implementation detail analogous to
AppendableandDataOutput.A specialized Output designed for pre-encoded templates that have already encoded byte arrays to be used directly.Renders models of typeTby writing to an Appendable.A JStachio Template is a renderer that has template meta data.A Container for optional template collaborators for ease of wiring generatedTemplates.Template meta data like its location, formatters, escapers and or its contents.