Module com.renomad.minum
Package com.renomad.minum.templating
package com.renomad.minum.templating
Text templating capability. Mostly for HTML but useful
for any situation requiring substitution inside text.
-
ClassDescriptionThe result of rendering one of the
TemplateSection
s, used to build up the full template.Thrown when failing to parse something in a templateThis class provides methods for working with templates.This exception is thrown when we try to render a string template but fail to include a key for one of the key values - that is, if the template is "hello {foo}", and our map doesn't include a value for foo, this exception will get thrown.