Alexa taglib ver. 1.1

    Custom JSP taglib. Lets you calculate Alexa page rank for the given site. For example:
 


<%@ taglib uri="taglib.tld" prefix="r" %>

<r:AlexaRank url="http://site_to_be_requested" />

 

Tags are:

AlexaRank

Body tag lets you calculate Alexa page rank for the given site. Attributes are:

1) url Describes a target URL.
2) id - Optional attribute. Describes a name for the page scope variable (type is java.lang.Integer) with the result. Without this attribute tag simply prints data.
3) proxyHost - Optional attribute. Describes a proxy for your host
4) proxyPort - Optional attribute. Describes a proxy for your host
 

for downloading:

 Library: alexatag.jar     Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: