Uses of Class javax.servlet.jsp.JspWriter

Uses in package javax.servlet.jsp.tagext

Classes derived from javax.servlet.jsp.JspWriter

class
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.

Constructors with parameter type javax.servlet.jsp.JspWriter

Protected constructor.

Methods with return type javax.servlet.jsp.JspWriter

JspWriter
Get the enclosing JspWriter.
JspWriter
Get surrounding out JspWriter.

Uses in package javax.servlet.jsp

Methods with return type javax.servlet.jsp.JspWriter

JspWriter
The current value of the out object (a JspWriter).
JspWriter
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.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.