UA_OUTPUT

The UA_OUTPUT element specifies the configuration parameters for an application delivered by the UA proxy.

Syntax

<UA_OUTPUT [ Using=component-id ]>
    <PROXY>...</PROXY>
    <PUBLIC_IMAGEPATH>...</PUBLIC_IMAGEPATH>
    [ <TIMEOUT>...</TIMEOUT>]
    [<GBC>...</GBC>]
    [<GDC_SHORTCUT>...</GDC_SHORTCUT>]
</UA_OUTPUT>

Child elements

The UA_OUTPUT element may contain the following child elements:

  1. One PROXY (for an application) element.
  2. One PUBLIC_IMAGEPATH element.
  3. Zero or one TIMEOUT (for an application) element.
  4. Zero or one GBC element.
  5. Zero or one GDC_SHORTCUT element.

Usage

You use this element to specify the configuration parameters for an application delivered by the UA proxy.

Usage example

<UA_OUTPUT>
  <PROXY>$(res.uaproxy.cmd)</PROXY>
  <PUBLIC_IMAGEPATH>$(res.public.resources)</PUBLIC_IMAGEPATH>
  <TIMEOUT Using="cpn.wa.timeout"/>
  <GBC>gbc</GBC>
</UA_OUTPUT>

Parent elements

This element is a child of the APPLICATION (for application) element.