The current value of the out object (a JspWriter). @return the current JspWriter stream being used for client response
()
| 188 | * @return the current JspWriter stream being used for client response |
| 189 | */ |
| 190 | public abstract JspWriter getOut(); |
| 191 | |
| 192 | /** |
| 193 | * Obtain the ELContext for this JSPContext. Each JSPContext has a dedicated ELContext. |