Class SummaryView

  • All Implemented Interfaces:
    JigView

    public class SummaryView
    extends java.lang.Object
    implements JigView
    • Constructor Summary

      Constructors 
      Constructor Description
      SummaryView​(org.thymeleaf.TemplateEngine templateEngine, JigDocumentContext jigDocumentContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void putContext​(java.lang.String key, java.lang.Object variable)  
      void render​(java.lang.Object model, JigDocumentWriter jigDocumentWriter)  
      protected void write​(JigDocumentWriter jigDocumentWriter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SummaryView

        public SummaryView​(org.thymeleaf.TemplateEngine templateEngine,
                           JigDocumentContext jigDocumentContext)
    • Method Detail

      • putContext

        protected void putContext​(java.lang.String key,
                                  java.lang.Object variable)