| Package | Description | 
|---|---|
| jakarta.faces.webapp | |
| jakarta.servlet.jsp | |
| jakarta.servlet.jsp.tagext | 
| Modifier and Type | Method and Description | 
|---|---|
| JspWriter | UIComponentClassicTagBase. getPreviousOut()
 Get the  JspWriterfrom ourBodyContent. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract JspWriter | JspContext. getOut()The current value of the out object (a JspWriter). | 
| JspWriter | JspContext. popBody()Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute
 in the page scope attribute namespace of the JspContext. | 
| JspWriter | JspContext. pushBody(Writer writer)Return a new JspWriter object that sends output to the provided Writer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BodyContentAn encapsulation of the evaluation of the body of an action so it is available to a tag handler. | 
| Modifier and Type | Method and Description | 
|---|---|
| JspWriter | BodyContent. getEnclosingWriter()Get the enclosing JspWriter. | 
| JspWriter | BodyTagSupport. getPreviousOut()Get surrounding out JspWriter. | 
| Constructor and Description | 
|---|
| BodyContent(JspWriter e)Protected constructor. | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.