This annotation specifies the initial parameters of Servlet or filter.
The following table lists the @WebInitParam attributes:
Attribute name | Functionality |
---|---|
description | This attribute specifies the parameter description. |
name | This attribute specifies the parameter name. |
value | This attribute specifies the parameter value. |
Details of each attributes are as follows:
Type
String