org.infolayer.templates.elements
Class TE_when

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.elements.TE_when

public class TE_when
extends TemplateElement

Please refer to the description of <t:switch>.

See Also:
Serialized Form

Constructor Summary
TE_when()
           
 
Method Summary
 void apply(XmlSerializer xw, IlRequest context, Bindings bindings)
          Applies the template mechanism.
 boolean applyWhen(XmlSerializer xw, IlRequest context, Bindings bindings)
           
 void init()
           
 
Methods inherited from class org.infolayer.templates.TemplateElement
applyChildren, assertNoChildren, assertNoChildren, getAttributeValue, getVarDefs, readTextContent, setVarDefs, writeAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TE_when

public TE_when()
Method Detail

init

public void init()
Overrides:
init in class TemplateElement

applyWhen

public boolean applyWhen(XmlSerializer xw,
                         IlRequest context,
                         Bindings bindings)
                  throws java.io.IOException
Throws:
java.io.IOException

apply

public void apply(XmlSerializer xw,
                  IlRequest context,
                  Bindings bindings)
Description copied from class: TemplateElement
Applies the template mechanism. Must be overwritten in the

Overrides:
apply in class TemplateElement