Uses of Class
jakarta.servlet.jsp.tagext.BodyContent
-
Packages that use BodyContent Package Description jakarta.servlet.jsp jakarta.servlet.jsp.tagext -
-
Uses of BodyContent in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return BodyContent Modifier and Type Method Description BodyContent
PageContext. pushBody()
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext. -
Uses of BodyContent in jakarta.servlet.jsp.tagext
Fields in jakarta.servlet.jsp.tagext declared as BodyContent Modifier and Type Field Description protected BodyContent
BodyTagSupport. bodyContent
The current BodyContent for this BodyTag.Methods in jakarta.servlet.jsp.tagext that return BodyContent Modifier and Type Method Description BodyContent
BodyTagSupport. getBodyContent()
Get current bodyContent.Methods in jakarta.servlet.jsp.tagext with parameters of type BodyContent Modifier and Type Method Description void
BodyTag. setBodyContent(BodyContent b)
Set the bodyContent property.void
BodyTagSupport. setBodyContent(BodyContent b)
Prepare for evaluation of the body: stash the bodyContent away.
-