org.infolayer.templates.html
Class TE_actions

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.html.TE_operations
              extended byorg.infolayer.templates.html.TE_actions
Direct Known Subclasses:
TE_triggers

public class TE_actions
extends TE_operations

Generates a set of buttons: All public operations available for self where the current user meets the permissions, plus additional edit or query buttons, depending on the type of self and the user permissions.

See Also:
Serialized Form

Constructor Summary
TE_actions()
           
 
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_actions

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