Uses of Class
javax.servlet.jsp.JspWriter

Packages that use JspWriter
javax.servlet.jsp Classes and interfaces for the Core JSP 2.0 API. 
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
org.apache.jasper.runtime   
org.apache.taglibs.standard.lang.jstl.test   
 

Uses of JspWriter in javax.servlet.jsp
 

Methods in javax.servlet.jsp that return JspWriter
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(Writer writer)
          Return a new JspWriter object that sends output to the provided Writer.
 

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 BodyContent.getEnclosingWriter()
          Get the enclosing JspWriter.
 JspWriter BodyTagSupport.getPreviousOut()
          Get surrounding out JspWriter.
 

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

Uses of JspWriter in org.apache.jasper.runtime
 

Subclasses of JspWriter in org.apache.jasper.runtime
 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.
 

Methods in org.apache.jasper.runtime that return JspWriter
 JspWriter PageContextImpl.getOut()
           
 JspWriter JspContextWrapper.getOut()
           
 JspWriter PageContextImpl.popBody()
           
 JspWriter JspContextWrapper.popBody()
           
 JspWriter PageContextImpl.pushBody(Writer writer)
           
 JspWriter JspContextWrapper.pushBody(Writer writer)
           
 

Methods in org.apache.jasper.runtime with parameters of type JspWriter
static void JspRuntimeLibrary.include(ServletRequest request, ServletResponse response, String relativePath, JspWriter out, boolean flush)
          Perform a RequestDispatcher.include() operation, with optional flushing of the response beforehand.
 

Constructors in org.apache.jasper.runtime with parameters of type JspWriter
BodyContentImpl(JspWriter enclosingWriter)
          Constructor.
ServletResponseWrapperInclude(ServletResponse response, JspWriter jspWriter)
           
 

Uses of JspWriter in org.apache.taglibs.standard.lang.jstl.test
 

Methods in org.apache.taglibs.standard.lang.jstl.test that return JspWriter
 JspWriter PageContextImpl.getOut()
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.