org.infolayer.templates.elements
Class TE_case
java.lang.Object
org.kxml2.kdom.Element
org.infolayer.templates.TemplateElement
org.infolayer.templates.elements.TE_case
- public class TE_case
- extends TemplateElement
Please refer to the description of <t:switch>.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TE_case
public TE_case()
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