Custom JSP taglib. Lets you request the remote site and obtain
a title. For example:
<html> <%@ taglib uri="taglib.tld" prefix="t" %> <t:Title host="http://www.servletsuite.com" /> </html> You can use this taglib in your mashup applications for example. Taglib supports cache so the subsequent requests for the same host will get data from the cache without the getting and parsing the real HTML. If the remote host is not available or title is not provided tag will return an empty string. Tags are: Title. Body tag obtains a title from the remote host. Attributes are: 1) host - describes a requested host (URL)
for downloading: Library: titletag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|