Uses of Class
jakarta.servlet.jsp.tagext.JspFragment
Packages that use JspFragment
-
Uses of JspFragment in jakarta.servlet.jsp.tagext
Methods in jakarta.servlet.jsp.tagext that return JspFragmentModifier and TypeMethodDescriptionprotected JspFragmentSimpleTagSupport.getJspBody()Returns the body passed in by the container via setJspBody.Methods in jakarta.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.