org.infolayer.templates.wml
Class TE_valueOf

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

public class TE_valueOf
extends TE_valueOf

The WML eval element is identical to the general eval template element, but displays collections as comma separated lists and adds detail links to objects.

See Also:
Serialized Form

Constructor Summary
TE_valueOf()
           
 
Method Summary
 void apply(XmlSerializer xw, IlRequest context, Bindings bindings)
          Applies the template mechanism.
 
Methods inherited from class org.infolayer.templates.elements.TE_valueOf
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_valueOf

public TE_valueOf()
Method Detail

apply

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

Overrides:
apply in class TE_valueOf
Throws:
java.io.IOException