KickJava   Java API By Example, From Geeks To Geeks.

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

javax.servlet.jsp.tagext
Class JspFragment

java.lang.Object
  extended byjavax.servlet.jsp.tagext.JspFragment
See Also:
Top Examples, Source Code

public abstract JspContext getJspContext()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void invoke(Writer out)
                     throws JspException,
                            IOException
See Also:
SkipPageException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags