|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kxml2.kdom.Element
org.infolayer.templates.TemplateElement
org.infolayer.templates.elements.TE_variable
org.infolayer.templates.elements.TE_param
The <t:param>-element declares a variable that is initialized from a parameter set via the <t:withParam> element. The variable can be accessed in template elements following the declaration. The scope of the variable ends at the closing tag of the immediate parent element.
Constructor Summary | |
TE_param()
|
Method Summary | |
void |
apply(XmlSerializer xw,
IlRequest request,
Bindings bindings)
Applies the template mechanism. |
Methods inherited from class org.infolayer.templates.elements.TE_variable |
init |
Methods inherited from class org.infolayer.templates.TemplateElement |
applyChildren, assertNoChildren, assertNoChildren, getAttributeValue, getVarDefs, readTextContent, setVarDefs, writeAttributes |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TE_param()
Method Detail |
public void apply(XmlSerializer xw, IlRequest request, Bindings bindings) throws java.io.IOException
TemplateElement
apply
in class TE_variable
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |