TagSupport
Overview
Creates a class that extends the TagSupport class which helps with the creation of tags.
The TagSupport class implements the Tag interface and provides basic methods which you can
use without having to implement the Tag interface yourself.
Participants
className
- name of the class to be created.
- generates the basic method bodies for the doEndTag() and doStartTag() methods for you
to provide your own implementation.