Package | Description |
---|---|
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Modifier and Type | Method | Description |
---|---|---|
abstract JspWriter |
PageContext.getOut() |
|
JspWriter |
PageContext.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 PageConxtext
|
Modifier and Type | Class | Description |
---|---|---|
class |
BodyContent |
A JspWriter subclass that can be used to process body evaluations
so they can re-extracted later on.
|
Modifier and Type | Method | Description |
---|---|---|
JspWriter |
BodyContent.getEnclosingWriter() |
Get the enclosing JspWriter
|
JspWriter |
BodyTagSupport.getPreviousOut() |
Get surrounding out
|
Constructor | Description |
---|---|
BodyContent(JspWriter e) |
Protected constructor.
|
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.