org.apache.cactus.extension.jsp.JspTagLifecycle Convenience class that supports the testing of JSP tag by managing the tag's lifecycle as required by the JSP specification. <p> This class is basically a stub implementation of the tag management facilities that an actual JSP container would provide. The implementation attempts to follow t ...javax.faces.webapp.UIComponentBodyTag @author Manfred Geiler (latest modification by $Author: mwessendorf $) @version $Revision: 1.6 $ $Date: 2004/07/01 22:00:54 $ org.apache.beehive.netui.tags.template.Section Used within a content page to provide content for a placeholder section defined within a template. The body content of the tag is passed to the <code>IncludeSection</code> tag in the template providing the content for that section. If the <code>name</code> attribute matche ...org.apache.cactus.sample.servlet.unit.TestJspTagLifecycle Tests for the <code>JspTagLifecycle</code> extension. <p> The lifecycle helper is tested here by testing the core tags of the reference implementation of the JSP standard tag library (JSTL), available at <a HREF="http://jakarta.apache.org/taglibs/">. </p> @version $ ...com.caucho.jsp.AbstractBodyContent A buffered JSP writer encapsulating a Writer. Writes a character array to the writer. @param buf the buffer to write. @param off the offset into the buffer @param len the number of characters to write | Popular Tags |