Uses of Class
javax.servlet.jsp.JspWriter
Packages that use JspWriter
Package
Description
Classes and interfaces for the Core JSP 2.3 API.
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
-
Uses of JspWriter in javax.servlet.jsp
Methods in javax.servlet.jsp that return JspWriterModifier 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 javax.servlet.jsp.tagext
Subclasses of JspWriter in javax.servlet.jsp.tagextModifier and TypeClassDescriptionclass
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.Methods in javax.servlet.jsp.tagext that return JspWriterModifier and TypeMethodDescriptionBodyContent.getEnclosingWriter()
Get the enclosing JspWriter.BodyTagSupport.getPreviousOut()
Get surrounding out JspWriter.Constructors in javax.servlet.jsp.tagext with parameters of type JspWriter