Class GroovyElementVisitor

java.lang.Object
org.exoplatform.commons.notification.template.GroovyElementVisitor
All Implemented Interfaces:
org.exoplatform.commons.api.notification.template.ElementVisitor

public class GroovyElementVisitor extends Object implements org.exoplatform.commons.api.notification.template.ElementVisitor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.commons.api.notification.service.template.TemplateContext
     
     
    out()
     
    org.exoplatform.commons.api.notification.template.ElementVisitor
    visit(org.exoplatform.commons.api.notification.template.Element element)
     
    org.exoplatform.commons.api.notification.template.ElementVisitor
    with(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx)
     

    Methods inherited from class java.lang.Object

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

    • GroovyElementVisitor

      public GroovyElementVisitor()
  • Method Details

    • visit

      public org.exoplatform.commons.api.notification.template.ElementVisitor visit(org.exoplatform.commons.api.notification.template.Element element)
      Specified by:
      visit in interface org.exoplatform.commons.api.notification.template.ElementVisitor
    • out

      public String out()
      Specified by:
      out in interface org.exoplatform.commons.api.notification.template.ElementVisitor
    • getTemplateContext

      public org.exoplatform.commons.api.notification.service.template.TemplateContext getTemplateContext()
      Specified by:
      getTemplateContext in interface org.exoplatform.commons.api.notification.template.ElementVisitor
    • with

      public org.exoplatform.commons.api.notification.template.ElementVisitor with(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx)
      Specified by:
      with in interface org.exoplatform.commons.api.notification.template.ElementVisitor
    • getWriter

      public Writer getWriter()
      Specified by:
      getWriter in interface org.exoplatform.commons.api.notification.template.ElementVisitor