cmlenz 2002/12/26 07:10:20
Modified: documentation/docs/xdocs howto_testcase_jsp.xml
Log:
Add a note about JspTagLifecycle, with a link to the Javadocs
Revision Changes Path
1.2 +11 -0 jakarta-cactus/documentation/docs/xdocs/howto_testcase_jsp.xml
Index: howto_testcase_jsp.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_testcase_jsp.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- howto_testcase_jsp.xml 10 Mar 2002 14:10:25 -0000 1.1
+++ howto_testcase_jsp.xml 26 Dec 2002 15:10:19 -0000 1.2
@@ -58,6 +58,17 @@
anchor="further_integration">Further Integration Testing</jump>
for details.
</p>
+ <note>
+ To simplify the complexities of managing a tag handlers lifecycle,
+ Cactus provides the helper class <code>JspTagLifecycle</code>. It
+ is basically a stub implementation of a JSP engines tag management
+ routines, and provides many convenient shortcut methods to test
+ tag handlers. For detailled documentation, check out the
+ corresponding
+ <link
href="api/framework-13/org/apache/cactus/extension/jsp/JspTagLifecycle.html">API
documentation</link>.
+ Currently, <code>JspTagLifecycle</code> is only available for
+ JSP 1.2.
+ </note>
</s1>
<s1 title="Provided Implicit Objects">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>