KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > tagext > TagAdapter

javax.servlet.jsp.tagext
Class TagAdapter

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagAdapter
All Implemented Interfaces:
JspTag, Tag
See Also:
Top Examples, Source Code

public int doEndTag()
             throws JspException
See Also:
UnsupportedOperationException, Tag
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int doStartTag()
               throws JspException
See Also:
BodyTag, UnsupportedOperationException, Tag
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JspTag getAdaptee()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Tag getParent()
See Also:
TagSupport.findAncestorWithClass(javax.servlet.jsp.tagext.Tag, java.lang.Class)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void release()
See Also:
UnsupportedOperationException, Tag
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPageContext(PageContext pc)
See Also:
UnsupportedOperationException, Tag
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setParent(Tag parentTag)
See Also:
UnsupportedOperationException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagAdapter(SimpleTag adaptee)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags