Custom JSP tag. Evaluates and processes own body if the specified referer field matches to the given criteria. As a referer field you may use client's IP address, an URL for the page from which client's request was redirected to your JSP page, User-Agent info and Accept header.
So this tag will be useful when you need to add support for advertising, personalization or security in your JSP pages.
For example:
When you describe your criteria, you may use metasymbol * which will
match to any substring. For example:
Tags are:
Referer
Evaluates own body in case of referer field matches to the given pattern. Parameters are:
1) field Referer field. Possible values are ip, url, agent, accept.
2) pattern match criteria.
for downloading:
Library: reftag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.