|
Class Summary |
| DebugTag |
A tag that includes the body content only if
the "debug" request parameter is set. |
| ExampleTag |
Very simple JSP tag that just inserts a string
("Custom tag example...") into the output. |
| FilterTag |
A tag that replaces <, >, ", and & with their HTML
character entities (<, >, ", and &). |
| HeadingTag |
Generates an HTML heading with the specified background
color, foreground color, alignment, font, and font size. |
| IfConditionTag |
The condition part of an if tag. |
| IfElseTag |
The else part of an if tag. |
| IfTag |
A tag that acts like an if/then/else. |
| IfThenTag |
The then part of an if tag. |
| PrimeTag |
Generates an N-digit random prime (default N = 50). |
| RepeatTag |
A tag that repeats the body the specified
number of times. |
| SimplePrimeTag |
Generates a prime of approximately 50 digits. |