Custom JSP tags library lets you use URL masking. Hiding a URL or masking a URL means hide the real URL from the address bar.
The user will see the real (actual) URL, but the address bar will show some other link. For example, you can hide a long URL of your homepage with
a shorter one of your choice etc. And your masked page might looks so (we are hiding here the link http://www.servletsuite.com):
<%@ taglib uri="taglib.tld" prefix="t" %> <t:MaskUrl>http://www.servletsuite.com</t:MaskUrl>
Tags are: MaskUrl Body tag lets you mask (hide) some URL. Tag uses own body as a source url. Attributes are: for downloading:
Library: maskurltag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|