Scope: Class
Multiplicity
(0..1): You can use this tag zero or
one time in the Java™ source file.
Purpose
This tag declares init parameters
for the Filter with the specified parameter name, value,
and description. Applies to Servlet 2.3 only. Applies
to filters.
Parameters
Parameter |
Type |
Applicability |
Description |
Mandatory |
name |
text |
|
The name of the init parameter. |
true |
value |
text |
|
The value for the parameter. |
false |
description |
text |
|
An optional description of the
parameter. |
false |