OUTPUT (under APPLICATION)

Starting with Genero 3.00, the OUTPUT element is deprecated and used by GWC for HTML5 applications only.

Note:

As GWC for HTML5 is deprecated, the OUTPUT element is also deprecated. UI applications that are not using GWC for HTML5 use the UA_OUTPUT element instead.

The OUTPUT element specifies the output parameters for a Web application, listing all maps required to make the defined Web application usable with different browsers/Front Ends.

It takes an optional attribute Rule, to assist with automatic discovery of the User Agent. For more information, see Automatic Discovery of User Agent.

Child elements

The OUTPUT element may contain the following child elements:

  1. Zero or more HTTP_HEADER elements.
  2. Zero or one HTTP_COOKIES elements.
  3. Zero or more MAP elements.

Parent elements

This element is a child of one of the following elements: APPLICATION (for an application)