org.oXML.engine.template
Class WhenTemplate

java.lang.Object
  extended byorg.oXML.engine.template.IfTemplate
      extended byorg.oXML.engine.template.WhenTemplate
All Implemented Interfaces:
Template

public class WhenTemplate
extends IfTemplate


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

Constructor Detail

WhenTemplate

public WhenTemplate(Expression test,
                    Template body)
Method Detail

process

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