Web parameter: maskMessageDelay

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

maskMessageDelay

Description

The maskMessageDelay parameter specifies the number of seconds before the mask message is displayed after the mask is shown. The minimum value is 1 second and the maximum is 30 seconds. A default value of 5 seconds will be used if an invalid value is specified.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

5 (seconds)

Possible values

Any integer value from 1 second to 30 seconds. Any invalid value will use the default value of 5 seconds.

Example usage

<context-param>

  <param-name>maskMessageDelay</param-name>

  <param-value>5</param-value>
</context-param>

Related topics

System parameters
Web tier parameters

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients
Web parameter: recordListArrayDisplayStyle