Class MustacheProcessor.MustacheRenderer

    • Method Summary

      Modifier and Type Method Description
      RenderedContent apply​(RenderingScope scope)  
      long getVersion()
      Get the version for this element.
      java.lang.String wrapError​(java.lang.String error)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • MustacheRenderer

        public MustacheRenderer​(TemplateView templateView)
    • Method Detail

      • getVersion

        public long getVersion()
        Description copied from interface: Versioned
        Get the version for this element. An element is considered valid only for other elements of the same version.
        Specified by:
        getVersion in interface Versioned
      • wrapError

        public java.lang.String wrapError​(java.lang.String error)
        Specified by:
        wrapError in interface Renderer