examples
Class ExampleTagBase
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
examples.ExampleTagBase
- All Implemented Interfaces:
- BodyTag, IterationTag, JspTag, Serializable, Tag
- Direct Known Subclasses:
- FooTag, LogTag
- public abstract class ExampleTagBase
- extends BodyTagSupport
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bodyOut
protected BodyContent bodyOut
pageContext
protected PageContext pageContext
parent
protected Tag parent
ExampleTagBase
public ExampleTagBase()
setParent
public void setParent(Tag parent)
setBodyContent
public void setBodyContent(BodyContent bodyOut)
setPageContext
public void setPageContext(PageContext pageContext)
getParent
public Tag getParent()
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspException
- Throws:
JspException
doInitBody
public void doInitBody()
throws JspException
- Throws:
JspException
doAfterBody
public int doAfterBody()
throws JspException
- Throws:
JspException
release
public void release()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.