Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Znav
nextUsing Command Line Options in Descriptors
prevService-Template Descriptor Element

A variable element defines a variable.

This element may only appear as a child of an application element or node element.

The following attributes are supported:

Attribute

Description

Required

name

Specifies the variable name. The value of this variable is substituted whenever its name is used in variable syntax, as in ${name}.

Yes

value

Specifies the variable value. If not defined, the default value is an empty string.

No

Here is an example to demonstrate the use of this element:

Wiki Markup
{zcode:xml}
<icegrid>
    <application name="SampleApp">
        <variable name="Var1" value="foo"/>
        <variable name="Var2" value="${Var1}bar"/>
        ...
    </application>
</icegrid>
{zcode}
Ztop
See Also
Zret
Znav
nextUsing Command Line Options in Descriptors
prevService-Template Descriptor Element