Class EncodingNullTag

java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.encoding.taglib.EncodingNullTag
All Implemented Interfaces:
JspTag, SimpleTag
Direct Known Subclasses:
OutTag

public abstract class EncodingNullTag extends SimpleTagSupport
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.