Prefetch taglib ver. 1.1


    Custom JSP taglib lets you preload web pages in your HTML5 web applications. HTML5 introduces prefetching, the art of loading pages before the user requested them. It is prefetch link (prerender for Chrome). For example:
 


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

<f:Prefetch url="http://servletsuite.com"/>

Tags are:

Prefetch

Body tag lets you preload web pages. Tag's body describes an URL for pre-loading. Parameters are:

1) url Optional attribute. Describes an URL for loading.
2) cond Optional attribute. Describes a boolean attribute tag's behavior depends on. Default value is true (preload).

for downloading:

Library: prefetchtag.jar    Description: taglib.tld

© Coldbeans      Comments?

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


     

Also in Coldtags: