Class TemplateEnd

    • Field Detail

      • TEMPLATE_END_INSTANCE

        static final TemplateEnd TEMPLATE_END_INSTANCE
    • Constructor Detail

      • TemplateEnd

        private TemplateEnd()
    • Method Detail

      • write

        public void write​(java.io.Writer writer)
                   throws java.io.IOException
        Description copied from interface: ITemplateEvent

        Writes this event to the specified Writer.

        Template output performed at OutputTemplateHandler is done by calling these methods at each of the events resulting from template processing.

        Specified by:
        write in interface ITemplateEvent
        Parameters:
        writer - the writer this event should be written to.
        Throws:
        java.io.IOException - if an input/output exception occurs.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object