org.infolayer.templates
Class ParameterizedElement

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.ParameterizedElement
All Implemented Interfaces:
Parameterized
Direct Known Subclasses:
TE_call, TE_include, TE_outer

public class ParameterizedElement
extends TemplateElement
implements Parameterized

Author:
Stefan Haustein
See Also:
Serialized Form

Constructor Summary
ParameterizedElement()
           
 
Method Summary
 void addParam(TE_withParam param)
           
 IlUrl setParams(IlRequest context, Bindings bindings)
          Sets the given parameters, returns a hashtable containing the old values
 
Methods inherited from class org.infolayer.templates.TemplateElement
apply, 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

ParameterizedElement

public ParameterizedElement()
Method Detail

addParam

public void addParam(TE_withParam param)
Specified by:
addParam in interface Parameterized

setParams

public IlUrl setParams(IlRequest context,
                       Bindings bindings)
                throws java.io.IOException
Sets the given parameters, returns a hashtable containing the old values

Throws:
java.io.IOException