Professional Java Server Programming J2EE Edition Chapter 12
The javax.servlet.jsp.tagext.BodyTag Interface
BodyTag extends Tag, adding extra callbacks and other methods allowing the developer to work with the
content of the tag.
A sequence diagram displays the interaction between calling JSP and tag handler in the case of a body tag; as
you can see, it is somewhat more complex than that of the Tag interface:
The extra steps involve the preservation of the JSP's JSPWriter (messages 5 and 10), and the possibility of
repeated calls to the doAfterBody() method, which enables the BodyTag implementation to take control
of the tag's execution at runtime.
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|