org.oXML.engine.template
Class CommentTemplate

java.lang.Object
  extended byorg.oXML.engine.template.EvalTemplate
      extended byorg.oXML.engine.template.CommentTemplate
All Implemented Interfaces:
Template

public class CommentTemplate
extends EvalTemplate


Field Summary
 
Fields inherited from class org.oXML.engine.template.EvalTemplate
body, select
 
Constructor Summary
CommentTemplate(Expression comment)
           
CommentTemplate(Template comment)
           
 
Method Summary
 void process(RuntimeContext env)
           
 
Methods inherited from class org.oXML.engine.template.EvalTemplate
evaluate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentTemplate

public CommentTemplate(Expression comment)

CommentTemplate

public CommentTemplate(Template comment)
Method Detail

process

public void process(RuntimeContext env)
             throws ObjectBoxException
Specified by:
process in interface Template
Overrides:
process in class EvalTemplate
Throws:
ObjectBoxException