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>
[
<GBC>...</GBC>]
[
<GDC_SHORTCUT>...</GDC_SHORTCUT>]
[
<TIMEOUT>...</TIMEOUT>]
</UA_OUTPUT>
- The component-id references a ua output component to inherit its parameters.
Child elements
The UA_OUTPUT
element may contain the following child elements:
- One PROXY (for an application) element.
- One PUBLIC_IMAGEPATH element.
- Zero or one GBC element.
- Zero or one GDC_SHORTCUT element.
- Zero or one TIMEOUT (for an application) element.
Usage
You use this element to specify the configuration parameters for an application delivered by the UA proxy.
Starting with Genero 3.00, all UI applications delivered by the Genero Application
Server are rendered by the UA proxy, to include the Genero Desktop Client (GDC), Genero Browser
Client (GBC), Genero Mobile for Androidâ„¢ and Genero Mobile for iOS. These applications are configured in part by the
UA_OUTPUT
element.
Usage example
<UA_OUTPUT>
<PROXY>$(res.uaproxy.cmd)</PROXY>
<PUBLIC_IMAGEPATH>$(res.public.resources)</PUBLIC_IMAGEPATH>
<GBC>gbc</GBC>
<TIMEOUT Using="cpn.wa.timeout"/>
</UA_OUTPUT>
Parent elements
This element is a child of the APPLICATION (for application) element.