Uses of Class
javax.servlet.jsp.tagext.BodyContent
Packages that use BodyContent
Package
Description
Classes and interfaces for the Core JSP 2.1 API.
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
-
Uses of BodyContent in javax.servlet.jsp
Methods in javax.servlet.jsp that return BodyContentModifier and TypeMethodDescriptionPageContext.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 javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as BodyContentModifier and TypeFieldDescriptionprotected BodyContent
BodyTagSupport.bodyContent
The current BodyContent for this BodyTag.Methods in javax.servlet.jsp.tagext that return BodyContentMethods in javax.servlet.jsp.tagext with parameters of type BodyContentModifier and TypeMethodDescriptionvoid
BodyTag.setBodyContent
(BodyContent b) Set the bodyContent property.void
BodyTagSupport.setBodyContent
(BodyContent b) Prepare for evaluation of the body: stash the bodyContent away.