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
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Aug 8, 2013
-
-
Constructor Summary
Constructors Constructor Description GroovyElementVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.commons.api.notification.service.template.TemplateContextgetTemplateContext()WritergetWriter()Stringout()org.exoplatform.commons.api.notification.template.ElementVisitorvisit(org.exoplatform.commons.api.notification.template.Element element)org.exoplatform.commons.api.notification.template.ElementVisitorwith(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx)
-
-
-
Method Detail
-
visit
public org.exoplatform.commons.api.notification.template.ElementVisitor visit(org.exoplatform.commons.api.notification.template.Element element)
- Specified by:
visitin interfaceorg.exoplatform.commons.api.notification.template.ElementVisitor
-
out
public String out()
- Specified by:
outin interfaceorg.exoplatform.commons.api.notification.template.ElementVisitor
-
getTemplateContext
public org.exoplatform.commons.api.notification.service.template.TemplateContext getTemplateContext()
- Specified by:
getTemplateContextin interfaceorg.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:
within interfaceorg.exoplatform.commons.api.notification.template.ElementVisitor
-
getWriter
public Writer getWriter()
- Specified by:
getWriterin interfaceorg.exoplatform.commons.api.notification.template.ElementVisitor
-
-