Uses of Class
javax.servlet.jsp.JspWriter
-
Packages that use JspWriter Package Description javax.servlet.jsp javax.servlet.jsp.tagext -
-
Uses of JspWriter in javax.servlet.jsp
Methods in javax.servlet.jsp that return JspWriter Modifier and Type Method Description abstract JspWriter
PageContext. getOut()
JspWriter
PageContext. 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 PageConxtext -
Uses of JspWriter in javax.servlet.jsp.tagext
Subclasses of JspWriter in javax.servlet.jsp.tagext Modifier and Type Class Description class
BodyContent
A JspWriter subclass that can be used to process body evaluations so they can re-extracted later on.Methods in javax.servlet.jsp.tagext that return JspWriter Modifier and Type Method Description JspWriter
BodyContent. getEnclosingWriter()
Get the enclosing JspWriterJspWriter
BodyTagSupport. getPreviousOut()
Get surrounding outConstructors in javax.servlet.jsp.tagext with parameters of type JspWriter Constructor Description BodyContent(JspWriter e)
Protected constructor.
-