org.infolayer.templates.html
Class TE_download

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

public class TE_download
extends TemplateElement

Provides a template element that allows downloading objects from the InfoLayer. The current context for the download element must be either a collection of objects (for example the search results page) or a single object (for example an instance's default page).

Author:
J?rg Pleumann
See Also:
Serialized Form

Constructor Summary
TE_download()
           
 
Method Summary
 void apply(XmlSerializer xw, IlRequest context, Bindings bindings)
          Applies the template element.
 
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_download

public TE_download()
Method Detail

apply

public void apply(XmlSerializer xw,
                  IlRequest context,
                  Bindings bindings)
           throws java.io.IOException
Applies the template element.

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