Class SimpleElementVistior
java.lang.Object
org.exoplatform.commons.notification.template.SimpleElementVistior
- All Implemented Interfaces:
org.exoplatform.commons.api.notification.template.ElementVisitor
public class SimpleElementVistior
extends Object
implements org.exoplatform.commons.api.notification.template.ElementVisitor
Created by The eXo Platform SAS
Author : eXoPlatform
thanhvc@exoplatform.com
Aug 1, 2013
-
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.api.notification.service.template.TemplateContextstatic org.exoplatform.commons.api.notification.template.ElementVisitorinstance()Create new instance of ElementVisitorout()toString()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 Details
-
instance
public static org.exoplatform.commons.api.notification.template.ElementVisitor instance()Create new instance of ElementVisitor- Returns:
-
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
- Specified by:
outin 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
-
toString
-
getTemplateContext
public org.exoplatform.commons.api.notification.service.template.TemplateContext getTemplateContext()- Specified by:
getTemplateContextin interfaceorg.exoplatform.commons.api.notification.template.ElementVisitor
-
getWriter
- Specified by:
getWriterin interfaceorg.exoplatform.commons.api.notification.template.ElementVisitor
-