MCPcopy Create free account
hub / github.com/apache/tomcat / getOut

Method getOut

java/jakarta/servlet/jsp/JspContext.java:190–190  ·  view source on GitHub ↗

The current value of the out object (a JspWriter). @return the current JspWriter stream being used for client response

()

Source from the content-addressed store, hash-verified

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.

Callers 4

doTagMethod · 0.45
doTagMethod · 0.45
doTagMethod · 0.45
doEndTagMethod · 0.45

Calls

no outgoing calls

Tested by 1

doTagMethod · 0.36