@web.env-entry

Scope: Class

Multiplicity

(0..1): You can use this tag zero or one time in the Java™ source file.

Purpose

This tag defines an environment entry with the specified description, name, type, and value. Applies to servlets.

Parameters

Parameter Type Applicability Description Mandatory
description text   A description of the env-entry. false
name text   The name of the env-entry. true
type text   The type of the env-entry. true
value text   The value of the env-entry. false

Feedback