| Class Summary | 
| EchoAttributesTag | SimpleTag handler that echoes all its attributes | 
| FindBookSimpleTag | SimpleTag handler that pretends to search for a book, and stores
 the result in a scoped variable. | 
| HelloWorldSimpleTag | SimpleTag handler that prints "Hello, world!" | 
| RepeatSimpleTag | SimpleTag handler that accepts a num attribute and 
 invokes its body 'num' times. | 
| ShuffleSimpleTag | SimpleTag handler that accepts takes three attributes of type
 JspFragment and invokes then in a random order. | 
| TileSimpleTag | Displays a tile as a single cell in a table. |