Uses of Class javax.servlet.jsp.JspWriter

Uses in package javax.servlet.jsp

Methods with return type javax.servlet.jsp.JspWriter

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 PageConxtext

Uses in package javax.servlet.jsp.tagext

Classes derived from javax.servlet.jsp.JspWriter

class
A JspWriter subclass that can be used to process body evaluations so they can re-extracted later on.

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

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