Commonly Used JSP Tag Classes and Interfaces

Commonly used interfaces and classes for the definition of JavaServer Pages tag libraries are presented in Tables 18.1 and 18.2. For the complete API, see http://java.sun.com/products/jsp.

Table 18.1. Commonly Used JSP Tag API Interfaces
InterfaceDescription
BodyTagThe BodyTag interface extends IterationTag. Used to implement tags with bodies.
IterationTagThe IterationTag interface extends Tag. Used to implement tags with bodies, where iteration is desired.
TagUsed to implement simple tags; that is, tags with no bodies.
TryCatchFinallyUsed to implement exception handling within tag body.
Table 18.2. Commonly Used JSP Tag API Classes
ClassDescription
BodyContentAbstraction of tag body content.
BodyTagSupport ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.