Uses of Class
javax.servlet.jsp.JspWriter

Packages that use JspWriter
javax.servlet.jsp   
javax.servlet.jsp.tagext   
 

Uses of JspWriter in javax.servlet.jsp
 

Methods in javax.servlet.jsp that return JspWriter
abstract  JspWriter PageContext.getOut()
          The current value of the out object (a JspWriter).
 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
 

Uses of JspWriter in javax.servlet.jsp.tagext
 

Subclasses of JspWriter in javax.servlet.jsp.tagext
 class BodyContent
          An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
 

Methods in javax.servlet.jsp.tagext that return JspWriter
 JspWriter BodyTagSupport.getPreviousOut()
          Get surrounding out JspWriter.
 JspWriter BodyContent.getEnclosingWriter()
          Get the enclosing JspWriter.
 

Constructors in javax.servlet.jsp.tagext with parameters of type JspWriter
BodyContent(JspWriter e)
          Protected constructor.
 



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