JBoss Java Server Pages 2.2 API 1.0.0.Final

Uses of Class
javax.servlet.jsp.tagext.JspFragment

Packages that use JspFragment
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
 

Uses of JspFragment in javax.servlet.jsp.tagext
 

Methods in javax.servlet.jsp.tagext that return JspFragment
protected  JspFragment SimpleTagSupport.getJspBody()
          Returns the body passed in by the container via setJspBody.
 

Methods in javax.servlet.jsp.tagext with parameters of type JspFragment
 void SimpleTag.setJspBody(JspFragment jspBody)
          Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
 void SimpleTagSupport.setJspBody(JspFragment jspBody)
          Stores the provided JspFragment.
 


JBoss Java Server Pages 2.2 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.