Uses of Class
javax.servlet.jsp.tagext.BodyContent
-
Packages that use BodyContent Package Description javax.servlet.jsp javax.servlet.jsp.tagext org.apache.jasper.runtime -
-
Uses of BodyContent in javax.servlet.jsp
Methods in javax.servlet.jsp that return BodyContent Modifier and Type Method Description BodyContentPageContext. 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 BodyContent Modifier and Type Field Description protected BodyContentBodyTagSupport. bodyContentThe current BodyContent for this BodyTag.Methods in javax.servlet.jsp.tagext that return BodyContent Modifier and Type Method Description BodyContentBodyTagSupport. getBodyContent()Get current bodyContent.Methods in javax.servlet.jsp.tagext with parameters of type BodyContent Modifier and Type Method Description voidBodyTag. setBodyContent(BodyContent b)Set the bodyContent property.voidBodyTagSupport. setBodyContent(BodyContent b)Prepare for evaluation of the body: stash the bodyContent away. -
Uses of BodyContent in org.apache.jasper.runtime
Subclasses of BodyContent in org.apache.jasper.runtime Modifier and Type Class Description classBodyContentImplWrite text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.Methods in org.apache.jasper.runtime that return BodyContent Modifier and Type Method Description BodyContentJspContextWrapper. pushBody()BodyContentPageContextImpl. pushBody()
-