Classes
The eight classes for the definition of JavaServer Pages tag libraries are described in the following sections. They are BodyJspWriter, Tag, TagAttributeInfo, TagData, TagExtraInfo, TagInfo, TagLibraryInfo, and VariableInfo.
BodyJspWriter Class
public abstract class BodyJspWriter extends JspWriter
BodyJspWriter is a JspWriter subclass that can be used to process body evaluations so they can be re-extracted at a later time. It has five methods.
BodyJspWriter() Method
protected BodyJspWriter(int buffersize, boolean autoflush)
This method is used to construct a BodyJspWriter. It should only to be used by a subclass. BodyJspWriter() returns no values and throws no exceptions.
Parameters
int
boolean
clearBody() Method
public void ...
Get Pure Java Server Pages™ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.