UnTiny taglib ver. 1.1

    Custom JSP tags library lets you un-shortening URLs from the services like TinyURL.com. Tag lets you obtain the original url shorten by the service. E.g.:
 


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

<u:UnTiny>http://bit.ly/fHxl</u:UnTiny>

Optional attribute id describes a name for the page scope variable (type is java.lang.String) with the decrypted URL. Without id attribute tag prints the requested data.

Tags are:

UnTiny

Tag "decrypts" the shorten URL. Tag's body describes a shorten url. Attributes are:

1) url Optional attribute. Describes a short URL
2) id Optional attribute. Describes a name for the page scope variable with the requested data

for downloading:

Library: untinytag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: