Uses of Class
javax.servlet.jsp.tagext.JspFragment
Packages that use JspFragment
Package
Description
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
-
Uses of JspFragment in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as JspFragmentModifier and TypeFieldDescriptionprivate JspFragmentSimpleTagSupport.jspBodyThe body of the tag.Methods in javax.servlet.jsp.tagext that return JspFragmentModifier and TypeMethodDescriptionprotected JspFragmentSimpleTagSupport.getJspBody()Returns the body passed in by the container via setJspBody.Methods in javax.servlet.jsp.tagext with parameters of type JspFragmentModifier and TypeMethodDescriptionvoidSimpleTag.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.voidSimpleTagSupport.setJspBody(JspFragment jspBody) Stores the provided JspFragment.