Package | Description |
---|---|
com.caucho.config.el | |
com.caucho.el | |
com.caucho.jsp | |
com.caucho.jstl.el | |
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Modifier and Type | Method and Description |
---|---|
boolean |
CandiExpr.print(JspWriter out,
ELContext env,
boolean escapeXml) |
Modifier and Type | Method and Description |
---|---|
boolean |
Expr.print(JspWriter out,
ELContext env,
boolean escapeXml)
Evaluates directly to the output.
|
boolean |
DoubleLiteral.print(JspWriter out,
ELContext env,
boolean escapeXml)
Evaluates directly to the output.
|
static void |
Expr.toStream(JspWriter out,
java.lang.Object value)
Write to the stream.
|
static boolean |
Expr.toStream(JspWriter out,
java.lang.Object value,
boolean isEscaped)
Write to the stream.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyContentImpl
Implementation of the JSP BodyContent interface.
|
class |
JspWriterAdapter
A buffered JSP writer encapsulating a Writer.
|
Modifier and Type | Method and Description |
---|---|
JspWriter |
PageContextImpl.getOut()
Returns the current writer.
|
JspWriter |
PageContextWrapper.getOut()
Returns the current out.
|
JspWriter |
PageContextImpl.popAndReleaseBody()
Pops the BodyContent from the JspWriter stack.
|
JspWriter |
PageContextWrapper.popAndReleaseBody()
Pops the BodyContent from the JspWriter stack.
|
JspWriter |
PageContextImpl.popBody()
Pops the BodyContent from the JspWriter stack.
|
JspWriter |
PageContextWrapper.popBody()
Pops the page body.
|
JspWriter |
PageContextImpl.pushBody(java.io.Writer writer)
Pushes a new writer onto the JspWriter stack.
|
JspWriter |
PageContextWrapper.pushBody(java.io.Writer out)
Pushes the page body.
|
JspWriter |
PageContextImpl.setWriter(JspWriter oldWriter)
Pops the BodyContent from the JspWriter stack.
|
JspWriter |
PageContextWrapper.setWriter(JspWriter oldWriter)
Pops the BodyContent from the JspWriter stack.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JspFragmentSupport._jsp_invoke(JspWriter out)
Implementations will generate code for this.
|
protected void |
PageContextImpl.setOut(JspWriter out) |
JspWriter |
PageContextImpl.setWriter(JspWriter oldWriter)
Pops the BodyContent from the JspWriter stack.
|
JspWriter |
PageContextWrapper.setWriter(JspWriter oldWriter)
Pops the BodyContent from the JspWriter stack.
|
Modifier and Type | Method and Description |
---|---|
static void |
XmlOutTag.toStream(JspWriter out,
PageContextImpl pageContext,
Expr select,
boolean doEscape)
Process the tag.
|
Modifier and Type | Method and Description |
---|---|
abstract JspWriter |
JspContext.getOut()
Returns the current output for the page.
|
abstract JspWriter |
PageContext.getOut()
Returns the current output for the page.
|
JspWriter |
JspContext.popBody()
Internal routine to support BodyTags.
|
JspWriter |
JspContext.pushBody(java.io.Writer writer)
Internal routine to support BodyTags.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyContent
BodyContent subclasses JspWriter to accumulate the contents of a
BodyTag.
|
Modifier and Type | Method and Description |
---|---|
JspWriter |
BodyContent.getEnclosingWriter()
Returns the encloding writer.
|
JspWriter |
BodyTagSupport.getPreviousOut()
Returns the enclosing writer.
|
Constructor and Description |
---|
BodyContent(JspWriter prevOut)
Creates a new BodyContent with prevOut as its enclosing writer.
|