org.infolayer.templates.html
Class TE_login

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

public class TE_login
extends TemplateElement

Generates a complete login form, including input elements for the user and password, as well as login and cancel buttons. If a user is logged in already, a logout button is displayed.

This element must not have any content.

Attributes

followup
Contains an optional followup URL command. By default, the previous page will be displayed when one of the buttons is pressed.
type
Must contain one of the values input or select. If the type is select, the user to log in can be selected from a list. Otherwise, the log in name must be entered in a text field.

See Also:
Serialized Form

Constructor Summary
TE_login()
           
 
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_login

public TE_login()
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