|
|||||||||
Home >> All >> javax >> servlet >> [ jsp overview ] | PREV NEXT |
Uses of Class
javax.servlet.jsp.JspWriter
Uses of JspWriter in javax.servlet.jsp |
Methods in javax.servlet.jsp that return JspWriter | |
abstract JspWriter |
JspContext.getOut()
The current value of the out object (a JspWriter). |
JspWriter |
JspContext.pushBody(java.io.Writer writer)
Return a new JspWriter object that sends output to the provided Writer. |
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. |
|
|||||||||
Home >> All >> javax >> servlet >> [ jsp overview ] | PREV NEXT |