JSP TLD Plugin

The JSP TLD Plugin is used to automate the management of JSP Tag Library Descriptors. It is intended to decrease the burden on JSP developers associated with writing custom JSP Tag Libraries. The ultimate goal is to encourage JSP developers to write better JSP files by using custom JSP Tag Libraries more extensively.

The Plugin can process Java annotations on Tag implementation classes (.java) and also discover Tag Files (.tag and .tagx files).

The Java 5 Annotations recognized by this Plugin are all part of the com.squeakysand.jsp.tagext.annotations package.

Goals Overview

Usage

General instructions on how to use the Plugin Name can be found on the usage page. Some more specific use cases are described in the examples given below.

Examples

To provide you with better understanding of some usages of the Plugin Name, you can take a look into the following examples: