Class | Description |
---|---|
Body |
Demonstration custom body tag.
|
CenterTag |
This custom tag can be used to center an object on
the web page horizontally.
|
ConvertToComment |
This is a demonstration action that converts the material between
the start and end tags to escaped text and displays it on the output
page.
|
DefaultTag |
The goal is to produce a tag class that
can be used in a variety of circumstances.
|
Classes used for creating tags include the following:
BodyTagSupport
(JSP tag)ConditionalTagSupport
(JSTL library)LoopTagSupport
(JSTL library)SimpleTagSupport
(JSP tag)The following base classes for tags are used in Java Server Faces
The following is the cycle for processing JSP and JSTL tags
(see Tag
,
BodyTag
),
IterationTag
.