org.oXML.engine.template
Class ReturnTemplate

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

public class ReturnTemplate
extends EvalTemplate


Field Summary
 
Fields inherited from class org.oXML.engine.template.EvalTemplate
body, select
 
Constructor Summary
ReturnTemplate(Expression select)
           
ReturnTemplate(Template body)
           
 
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

ReturnTemplate

public ReturnTemplate(Expression select)

ReturnTemplate

public ReturnTemplate(Template body)
Method Detail

process

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