org.infolayer.templates.wml
Class TE_properties

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

public class TE_properties
extends TemplateElement

Simplified version of the HTML variant of this element (read-only): Displays all displayable properties of the current object (self). Properties with a maximum cardinality greater than one are put in separate cards. The optional names attribute allows to specify the properties to be displayed.

See Also:
Serialized Form

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

Constructor Detail

TE_properties

public TE_properties()
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 TemplateElement
Throws:
java.io.IOException