Syntax:
<%@ taglib {uri="URI" | tagdir="/WEB-INF/tags[/subdir]+"} prefix="tagPrefix" %>
Example:
<%@ taglib uri="http://www.jspcentral.com/tags" prefix="public" %>
<public:loop>
...
</public:loop>
If the URI is a URL or URN, then the TLD is located by consulting the mapping indicated in
web.xml extended using the implicit maps in the packaged tag libraries. If URI is pathname, it is interpreted relative to the root of the web application and should resolve to a TLD file directly, or to a JAR file that has a TLD file at location META-INF/taglib.tld.