Java Reference
In-Depth Information
The doInitBody() Method
public void doInitBody() throws JspException
This is the default implementation for the doInitBody() method defined by the BodyTag inter-
face. The doInitBody() method takes no parameters and returns no value.
It throws this exception:
JspException
The doStartTag() Method
public int doStartTag() throws JspException
This is the default implementation for the doStartTag() method defined by the BodyTag inter-
face. The doStartTag() method takes no parameters.
It returns this value:
int
It throws this exception:
JspException
getBodyContent() Method
public BodyContent getBodyContent()
This is the default implementation for the getBodyContent() method defined by the BodyTag
interface. The getBodyContent() method takes no parameters and throws no exceptions.
It returns this value:
BodyContent
The getPreviousOut() Method
public JspWriter getPreviousOut()
This is the default implementation for the getPreviousOut() method defined by the BodyTag
interface. The getPreviousOut() method takes no parameters and throws no exceptions.
It returns this value:
JspWriter
The release() Method
public void release()
This is the default implementation for the release() method defined by the BodyTag interface.
The release() method takes no parameters, returns no value, and throws no exceptions.
Search WWH ::




Custom Search