Custom tag location
Uri = "URIToTagLibrary"
The Uniform Resource Identifier (URI) uniquely names a custom tag Based on the tag prefix. The URI can be the following:
? Uniform Resource Locator (URL), defined by RFC 2396,
View http://www.hut.fi/u/jkorpela/rfc/2396/full.html
Uniform Resource Name (URN), defined by RFC 2396
? A relative or absolute path
Prefix = "tagPrefix"
Prefix before the custom tag, for example, in public, if no public is written here,
This is invalid. Do not use jsp, jspx, java, javax, servlet, sun, or sunw as your prefix.
===================================== Template. jsp ==============================
To use this example, go to aspcn.com
========================================================== ========
A jsp file is defined here. This file is composed of tags defined in the previous example.
Through tag processing, jsp program segment running results and some html tag combinations,
Return a complete html result to the browser.
What is interesting here is that different content can be returned for this file based on different parameters. This is the template file.
It is a pity that this article does not talk about this, but only introduces the use of tags in jsp files. If you are interested, you can study it on your own.