| Package | Description |
|---|---|
| jakarta.servlet.jsp | |
| jakarta.servlet.jsp.tagext | |
| org.apache.jasper.runtime | |
| org.apache.jasper.tagplugins.jstl.core |
| Modifier and Type | Method and Description |
|---|---|
abstract JspWriter |
JspContext.getOut()
The current value of the out object (a JspWriter).
|
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.
|
JspWriter |
JspContext.pushBody(java.io.Writer writer)
Return a new JspWriter object that sends output to the
provided Writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BodyContent
An encapsulation of the evaluation of the body of an action so it is
available to a tag handler.
|
| Modifier and Type | Method and Description |
|---|---|
JspWriter |
BodyContent.getEnclosingWriter()
Get the enclosing JspWriter.
|
JspWriter |
BodyTagSupport.getPreviousOut()
Get surrounding out JspWriter.
|
| Constructor and Description |
|---|
BodyContent(JspWriter e)
Protected constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BodyContentImpl
Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings.
|
class |
JspWriterImpl
Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings.
|
| Modifier and Type | Method and Description |
|---|---|
JspWriter |
PageContextImpl.getOut() |
JspWriter |
JspContextWrapper.getOut() |
JspWriter |
PageContextImpl.popBody() |
JspWriter |
JspContextWrapper.popBody() |
JspWriter |
PageContextImpl.pushBody(java.io.Writer writer) |
JspWriter |
JspContextWrapper.pushBody(java.io.Writer writer) |
static JspWriter |
JspRuntimeLibrary.startBufferedBody(PageContext pageContext,
BodyTag tag) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JspRuntimeLibrary.include(ServletRequest request,
ServletResponse response,
java.lang.String relativePath,
JspWriter out,
boolean flush)
Perform a RequestDispatcher.include() operation, with optional flushing
of the response beforehand.
|
| Constructor and Description |
|---|
BodyContentImpl(JspWriter enclosingWriter,
boolean limitBuffer,
int tagBufferSize)
Constructor.
|
ServletResponseWrapperInclude(ServletResponse response,
JspWriter jspWriter) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Out.output(JspWriter out,
java.lang.Object input,
java.lang.String value,
java.lang.String defaultValue,
boolean escapeXml) |
Copyright © 2014–2021. All rights reserved.