Java Reference
In-Depth Information
The getBodyOut() Method
protected final BodyJspWriter getBodyOut()
This method returns the value of the current “out” JspWriter . getBodyOut() has no parame-
ters and throws no exceptions.
It returns this value:
BodyJspWriter
The getLibraryPrefix() Method
public java.lang.String getLibraryPrefix()
This method returns the library prefix being used with this tag. getLibraryPrefix() has no
parameters and throws no exceptions.
It returns this value:
java.lang.String
The getPageContext() Method
public PageContext getPageContext()
This method returns the PageContext for this tag. getPageContext() has no parameters and
throws no exceptions.
It returns this value:
PageContext
The getParent() Method
public Tag getParent()
This method returns the parent extension tag instance or null. getParent() has no parameters
and throws no exceptions.
It returns this value:
Tag
The getPreviousOut() Method
protected final JspWriter getPreviousOut()
This method returns the value of the “out” JspWriter prior to pushing a BodyJspWriter .
getPreviousOut() has no parameters and throws no exceptions.
It returns this value:
JspWriter
Search WWH ::




Custom Search