Custom JSP tag. Lets you read environment entries (java:comp/env) from your deployment descriptor (web.xml).
For example:
Suppose you have the following definition in your web.xml file:
tag getEntry lets you read this value:
Tags are:
getEntry
Reads environment variable from web.xml file. Parameters are:
1) name Describes a name for your entry
2) type Optional parameter. Describes an expected type for environment variable.
Default value is java.lang.String.
3) id Optional parameter. Describes a page scope variable for data. Without this parameter
tag just prints data.
for downloading:
Library: enventry.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.