org.infolayer.templates.elements
Class TE_case

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

public class TE_case
extends TemplateElement

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

See Also:
Serialized Form

Constructor Summary
TE_case()
           
 
Method Summary
 void apply(XmlSerializer xw, IlRequest context, Bindings bindings)
          Applies the template mechanism.
 boolean applyCase(XmlSerializer xw, IlRequest context, Bindings bindings, java.lang.Object object)
           
 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_case

public TE_case()
Method Detail

init

public void init()
Overrides:
init in class TemplateElement

applyCase

public boolean applyCase(XmlSerializer xw,
                         IlRequest context,
                         Bindings bindings,
                         java.lang.Object object)
                  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