org.infolayer.templates.html
Class TE_control

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.html.TE_control

public class TE_control
extends TemplateElement

Displays a button that performs a HTTP-GET for the address determined by the followup-Attribute. Can be used as replacement for a link when a coherent look with other buttons is desired.

Attributes

followup
Determines the URL of the page that is requested when the button is pressed.

See Also:
Serialized Form

Constructor Summary
TE_control()
           
 
Method Summary
 void apply(XmlSerializer xw, IlRequest request, 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_control

public TE_control()
Method Detail

apply

public void apply(XmlSerializer xw,
                  IlRequest request,
                  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