Uses of Class
jakarta.servlet.jsp.JspWriter
-
Uses of JspWriter in jakarta.servlet.jsp
Modifier and TypeMethodDescriptionabstract JspWriter
JspContext.getOut()
The current value of the out object (a 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.Return a new JspWriter object that sends output to the provided Writer. -
Uses of JspWriter in jakarta.servlet.jsp.tagext
Modifier and TypeClassDescriptionclass
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.Modifier and TypeMethodDescriptionBodyContent.getEnclosingWriter()
Get the enclosing JspWriter.BodyTagSupport.getPreviousOut()
Get surrounding out JspWriter.