Class TemplateLogic


  • public class TemplateLogic
    extends java.lang.Object
    Example template logic.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateLogic()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRawHtml()
      Provides the raw HTML to render.
      TemplateLogic getTemplateData()
      Able to use this as bean for populating.
      • Methods inherited from class java.lang.Object

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

      • TemplateLogic

        public TemplateLogic()
    • Method Detail

      • getTemplateData

        public TemplateLogic getTemplateData()
        Able to use this as bean for populating.
        Returns:
        TemplateLogic to provide properties.
      • getRawHtml

        @NotEscaped
        public java.lang.String getRawHtml()
        Provides the raw HTML to render. It is not escaped due to the NotEscaped annotation.
        Returns:
        Raw HTML to render.