Java Reference
In-Depth Information
It returns this value:
JspWriter
The pushBody() Method
public abstract BodyJspWriter pushBody()
The pushBody() method returns a new BodyJspWriter object, saves the current “out”
JspWriter , and updates the value of the “out” attribute in the page scope attribute namespace
of the PageContext . It has no parameters and throws no exceptions.
It returns this value:
BodyJspWriter
The release() Method
public abstract void release()
The release() method “resets” the internal state of a PageContext , releasing all internal
references, and preparing the PageContext for potential reuse by a later invocation of
initialize() . This method is typically called from JspFactory.releasePageContext() .
It has no parameters, returns no value, and throws no exceptions.
The removeAttribute(java.lang.String name) Method
public abstract void removeAttribute(java.lang.String name)
The removeAttribute(java.lang.String name) method removes the object reference associ-
ated with the specified name. It returns no value and throws no exceptions.
It has one parameter:
java.lang.String
The removeAttribute(java.lang.String name, int scope) Method
public abstract void removeAttribute(java.lang.String name, int scope)
The removeAttribute(java.lang.String name, int scope) method removes the object ref-
erence associated with the specified name and scope. It returns no value and throws no excep-
tions.
It has two parameters:
java.lang.String
int
Search WWH ::




Custom Search