Class EncodingNullBodyTag

All Implemented Interfaces:
Serializable, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally
Direct Known Subclasses:
OutTag

public abstract class EncodingNullBodyTag extends BodyTagSupport implements TryCatchFinally
Automatically encodes its output based on tag context while discarding all content. When the direct output of the body will not be used, this will increase efficiency by discarding all write operations immediately.
Author:
AO Industries, Inc.
See Also: