@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
Related reference
:
@web.ejb-local-ref
@web.ejb-ref
@web.filter
@web.filter-init-param
@web.filter-mapping
@web.listener
@web.resource-env-ref
@web.resource-ref
@web.security-role
@web.security-role-ref
@web.servlet
@web.servlet-init-param
@web.servlet-mapping
Feedback