j2ee: JSP Tag Extensions [7/27] Previous pageContentsNext page

Allows introduction of new actions into a JSP

A collection of actions that encapsulate some functionality to be used in JSPs.

A Tag Library can be used to define a specialized sub language of JSP that allows the users of that library to use it naturally with JSPs.

Goals of Tag Libraries

The JSP Process - when a JSP is processed, it follows these steps:

Previous pageContentsNext page