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.

See TemplateProcessor

  • Class
    Description
    The result of rendering one of the TemplateSections, used to build up the full template.
    Thrown when failing to parse something in a template
    This 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.