The J2EETM Tutorial
Home
TOC
PREV TOC NEXT Search
Feedback

What is a Custom Tag?

A custom tag is a user-defined JSP language element. When a JSP page containing a custom tag is translated into a servlet, the tag is converted to operations on an object called a tag handler. The servlet engine then invokes those operations when the JSP page's servlet is executed.

Custom tags have a rich set of features. They can

Home
TOC
PREV TOC NEXT Search
Feedback