Tag Library APIs
The SimpleTag Interface
- Simple tags implement the
javax.servlet.jsp.tagext.SimpleTag interface
- The SimpleTag life cycle:
- Initialization, handled by the container, sets the tag's parent and body
- doTag() invoked when the tag should do its action