| Home >> All >> jsp2 >> [ examples Javadoc ] |
| | jsp2.examples.el.* (1) | | jsp2.examples.simpletag.* (6) |
jsp2.examples: Javadoc index of package jsp2.examples.
Package Samples:
jsp2.examples.el
jsp2.examples.simpletag
Classes:
Functions: Defines the functions for the jsp2 example tag library. Each function is defined as a static method.
ShuffleSimpleTag: SimpleTag handler that accepts takes three attributes of type JspFragment and invokes then in a random order.
FindBookSimpleTag: SimpleTag handler that pretends to search for a book, and stores the result in a scoped variable.
RepeatSimpleTag: SimpleTag handler that accepts a num attribute and invokes its body 'num' times.
EchoAttributesTag: SimpleTag handler that echoes all its attributes
HelloWorldSimpleTag: SimpleTag handler that prints "Hello, world!"
TileSimpleTag: Displays a tile as a single cell in a table.
BookBean
FooBean
| Home | Contact Us | Privacy Policy | Terms of Service |