7.5. Tag Library API Reference
The following API listings show the methods available to custom tag developers in the TagSupport and BodyTagSupport classes.
API 7.1 javax.servlet.jsp.tagext.TagSupport classpublic class TagSupport implements Tag, Serializable // Constructor public TagSupport(); // Constants from Tag interface public static final int EVAL_BODY_INCLUDE; public static final int EVAL_PAGE; public static final int SKIP_BODY; public static final int SKIP_PAGE; // Methods of Tag interface public int doEndTag() throws JspException; public int doStartTag() throws JspException; public Tag getParent(); public void release(); public void setPageContext(PageContext pc); public void setParent(Tag t) ... |
Get J2EE™ and JAX™: Developing Web Applications and Web Services now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.